@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&family=Montserrat:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
/* RESPONSIVE MIXINS */
/* COLORS VARIABLES */
/* PADDINGS */
/* button */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1199px et 992px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/* All titles */
/* Solid background with gradient */
/* Absolute positions */
/* Background overlay with :after */
/* Gradient background overlay with :after, 6 variables to fill */
/* clear float after */
.clearafter:after {
  content: "";
  display: block;
  clear: both;
}

/* DISPLAY RESPONSIVE */
.displaynone {
  display: none;
}

@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

/* float clear responsive */
@media (max-width: 767px) {
  .max-sm-clear:after {
    content: "";
    display: block;
    clear: both;
  }
}

/* Classe display none */
.displaynone {
  display: none;
}

/* Centrer les éléments d'une grille mosaic */
.centeredmosaicitem .news-mosaic {
  text-align: center;
}
.centeredmosaicitem .news-mosaic .row > div {
  margin-bottom: 60px;
}
.centeredmosaicitem .news-mosaic .row:last-child > div:last-child {
  margin-bottom: 0;
}

/* Fake container */
/* Intro des pages */
.pageIntroduction {
  text-align: center;
}
.pageIntroduction .mod-article__intro, .pageIntroduction .mod-article__content, .pageIntroduction .zone-html > .content {
  max-width: 750px;
  margin: auto;
}

/* Alignement flex */
.verticalalign .row {
  display: flex;
  flex-wrap: wrap;
}
.verticalalign .row > div {
  display: flex;
  flex-direction: column;
}
.verticalalign .row > div > div {
  width: 100%;
}
.verticalalign.center .row > div {
  align-items: center;
  justify-content: center;
}
.verticalalign.bottom .row > div {
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .rowCenteredItems .row {
    display: flex;
    justify-content: center;
  }
}

/* Centrer une image d'un article */
.centeredimage .mod-article__img, .centeredimage .news-thumbnail {
  display: block;
  margin: 0 auto;
}
.centeredimage .itemImage {
  text-align: center;
}
.centeredimage .itemImage img {
  display: inline-block !important;
}
.centeredimage .item img {
  display: inline-block !important;
}
.centeredimage-marginbottom .mod-article__img, .centeredimage-marginbottom .news-thumbnail {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.centeredimage-margintop .mod-article__img, .centeredimage-margintop .news-thumbnail {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.centeredimageinparagraph .item p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .centeredimageinparagraph .item {
    margin-bottom: 60px;
  }
}

/* Centrer tous les éléments d'un article en mobile */
@media (max-width: 767px) {
  .mobileallcenter {
    text-align: center;
  }
  .mobileallcenter .zone-article, .mobileallcenter .zone-article div {
    width: 100%;
  }
}

/* Centrer uniquement l'image d'un article en mobile */
@media (max-width: 767px) {
  .mobileimgcenter {
    text-align: center;
  }
  .mobileimgcenter .zone-article, .mobileimgcenter .zone-article div {
    width: 100%;
  }
  .mobileimgcenter .mod-article__intro {
    margin-top: 30px;
  }
  .mobileimgcenter .mod-article__intro, .mobileimgcenter .mod-article__content .mod-article__content {
    text-align: left;
  }
}

/* PADDINGS */
.smallpadding {
  padding: 70px 0;
}

.smallpaddingtop {
  padding-top: 70px;
}

.smallpaddingbottom {
  padding-bottom: 70px;
}

.largepadding {
  padding: 100px 0;
}

.largepaddingtop {
  padding-top: 100px;
}

.largepaddingbottom {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .smallpadding {
    padding: 40px 0;
  }
  .smallpaddingtop {
    padding-top: 40px;
  }
  .smallpaddingbottom {
    padding-bottom: 40px;
  }
  .largepadding {
    padding: 80px 0;
  }
  .largepaddingtop {
    padding-top: 80px;
  }
  .largepaddingbottom {
    padding-bottom: 80px;
  }
}
/* TITLES */
.whitetitles h1, .whitetitles h2, .whitetitles h3, .whitetitles h4, .whitetitles h5, .whitetitles h6,
.whitetitles .h1, .whitetitles .h2, .whitetitles .h3, .whitetitles .h4, .whitetitles .h5, .whitetitles .h6 {
  color: #fff !important;
}
.whitetitles-h1 h1, .whitetitles-h2 h2, .whitetitles-h3 h3, .whitetitles-h4 h4, .whitetitles-h5 h5, .whitetitles-h6 h6 {
  color: #fff !important;
}

.darktitles h1, .darktitles h2, .darktitles h3, .darktitles h4, .darktitles h5, .darktitles h6,
.darktitles .h1, .darktitles .h2, .darktitles .h3, .darktitles .h4, .darktitles .h5, .darktitles .h6 {
  color: #171715 !important;
}
.darktitles-h1 h1, .darktitles-h2 h2, .darktitles-h3 h3, .darktitles-h4 h4, .darktitles-h5 h5, .darktitles-h6 h6 {
  color: #171715 !important;
}

.darkparagraphe p {
  color: #171715;
}

/* IMAGE Z LAYOUT */
@media (max-width: 767px) {
  .zlayout > .container > .row {
    display: flex;
    flex-flow: column;
  }
  .zlayout > .container > .row > div:first-child {
    order: 1;
  }
  .zlayout > .container > .row > div:last-child {
    order: 0;
  }
  .zlayout .zone-image {
    margin-bottom: 30px;
  }
}

.marginforimage .mod-article__img, .marginforimage .zone-image {
  margin-bottom: 30px;
}

/* BACKGROUNDS SET-UP */
.lightbackground .btn.btn-primary, .lightbackground .btn.btn-default {
  border: none !important;
  background-color: #00307E !important;
  color: #E40332 !important;
}
.lightbackground .btn.btn-primary:hover, .lightbackground .btn.btn-default:hover {
  background-color: #E40332 !important;
  color: #00307E !important;
}
.lightbackground .btn-link, .lightbackground .btn-back, .lightbackground .btn-secondary {
  background-color: transparent !important;
  color: #67DAE3 !important;
  border: 1px solid #fff !important;
}
.lightbackground .btn-link:hover, .lightbackground .btn-back:hover, .lightbackground .btn-secondary:hover {
  background-color: transparent !important;
  color: #E40332 !important;
  border: 1px solid #fff !important;
}

.darkbackground h1, .darkbackground h2, .darkbackground h3, .darkbackground h4, .darkbackground h5, .darkbackground h6, .darkbackground .h1, .darkbackground .h2, .darkbackground .h3, .darkbackground .h4, .darkbackground .h5, .darkbackground .h6, .darkbackground p {
  color: #fff !important;
}
.darkbackground .btn.btn-primary, .darkbackground .btn.btn-default {
  border: none !important;
  background-color: #E40332 !important;
  color: #00307E !important;
}
.darkbackground .btn.btn-primary:hover, .darkbackground .btn.btn-default:hover {
  background-color: #67DAE3 !important;
  color: #00307E !important;
}
.darkbackground .btn-link, .darkbackground .btn-back, .darkbackground .btn-secondary {
  background-color: transparent !important;
  color: #67DAE3 !important;
  border: 1px solid #fff !important;
}
.darkbackground .btn-link:hover, .darkbackground .btn-back:hover, .darkbackground .btn-secondary:hover {
  background-color: transparent !important;
  color: #E40332 !important;
  border: 1px solid #fff !important;
}

/* Pour les modules d'articles en vedette seulement, mettre nombre de colonnes à 1 */
.col-grid.grid5 .newsList, .col-grid.grid5 .news-mosaic {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 1199px) {
  .col-grid.grid5 .newsList, .col-grid.grid5 .news-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid5 .newsList, .col-grid.grid5 .news-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
@media (max-width: 575px) {
  .col-grid.grid5 .newsList, .col-grid.grid5 .news-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 1199px) {
  .col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
@media (max-width: 575px) {
  .col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.col-grid.grid3 .newsList, .col-grid.grid3 .news-mosaic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 1199px) {
  .col-grid.grid3 .newsList, .col-grid.grid3 .news-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid3 .newsList, .col-grid.grid3 .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
.col-grid.grid2 .newsList, .col-grid.grid2 .news-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 991px) {
  .col-grid.grid2 .newsList, .col-grid.grid2 .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
.col-grid .newsList, .col-grid .news-mosaic {
  display: grid;
}
.col-grid .newsList .row, .col-grid .news-mosaic .row {
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.col-grid .newsList .row .item, .col-grid .newsList .row > div, .col-grid .news-mosaic .row .item, .col-grid .news-mosaic .row > div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.col-grid .newsList .row .item .itemImage, .col-grid .newsList .row > div .itemImage, .col-grid .news-mosaic .row .item .itemImage, .col-grid .news-mosaic .row > div .itemImage {
  margin-bottom: 1.1rem;
}
.col-grid .newsList .row .item h3, .col-grid .newsList .row > div h3, .col-grid .news-mosaic .row .item h3, .col-grid .news-mosaic .row > div h3 {
  margin-bottom: 6px;
}
.col-grid .newsList .row .item h4, .col-grid .newsList .row > div h4, .col-grid .news-mosaic .row .item h4, .col-grid .news-mosaic .row > div h4 {
  line-height: 21px;
}

/* Accordion with tables to make accordions in WYSIWYG easy for client */
/* Just create table with table button and add class accordeon in advanced settings */
/* JAVASCRIPT FOR THIS TO WORK

$("table.accordeon tbody tr:first-child").click(function () {
	var target = $(this);
	var open =  target.closest(".accordeon").hasClass('active');

	$(".accordeon").removeClass("active");

	if (!open) {
		var scrollTo = target.offset().top;
		target.closest(".accordeon").addClass("active");
		$('body, html').animate({scrollTop: scrollTo-80+'px'}, 800);
	}
});

*/
table.accordeon {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
  /* active and opened content */
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon tbody {
  display: block;
}
table.accordeon tbody tr {
  /* Title/accordeon box */
  /* content */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #171715;
  padding: 15px 0;
  position: relative;
}
table.accordeon tbody tr:first-child td h3 {
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #171715 !important;
  padding: 10px 60px 10px 20px !important;
  margin-bottom: 4px !important;
}
table.accordeon tbody tr:first-child td h3:hover {
  color: #E40332 !important;
}
table.accordeon tbody tr:first-child td h3:after {
  content: "" !important;
  font-size: 22px !important;
}
table.accordeon tbody tr:first-child:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 50px;
  line-height: 20px;
  font-weight: 500;
  color: #171715;
  transition: transform 150ms;
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 70px 0 20px;
}
table.accordeon.active tbody tr:first-child {
  border-bottom: 2px solid #E40332;
}
table.accordeon.active tbody tr:first-child h3 {
  color: #E40332 !important;
}
table.accordeon.active tbody tr:first-child:after {
  transform: rotate(45deg);
}
table.accordeon.active tbody tr:last-child {
  padding: 20px 0 0 0;
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

/* Hi.
You can access the "ui" section of every Yapla Website by adding /ui, as so : https://your-domain.s1.yapla.com/ui

Preferrably we "hide" sections we don't use in the website so it won't show ugly code.
 */
#ui-typography {
  display: block;
}

#ui-buttons {
  display: block;
}

#ui-form {
  display: block;
}

#ui-menu {
  display: block;
}

#ui-menu2 {
  display: block;
}

#ui-formProgressBar {
  display: block;
}

#ui-espace {
  display: block;
}

#ui-panier {
  display: block;
}

#ui-ariane {
  display: block;
}

#ui-langue {
  display: block;
}

#ui-accordion {
  display: block;
}

#ui-connexion {
  display: block;
}

#ui-annuaire {
  display: block;
}

#ui-reseaux {
  display: block;
}

#articles {
  display: block;
}

#blogs {
  display: block;
}

#evenement {
  display: block;
}

#membres {
  display: block;
}

#dons {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  body.overflowhidden {
    overflow: hidden;
  }
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, p br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br {
    display: none !important;
  }
}
@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
  }
}

h1, .h1 {
  font-size: 48px;
  line-height: 58px;
  color: #00307E;
  font-weight: 900;
  text-transform: none;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

h2, .h2 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
  font-weight: 800;
  text-transform: none;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 28px;
  color: #E40332;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: none;
}
h3 a:hover, .h3 a:hover {
  text-decoration: none;
}

h4, .h4 {
  font-size: 18px;
  line-height: 25px;
  color: #171715;
  font-weight: 500;
  text-transform: none;
}

h5, .h5 {
  font-size: 16px;
  line-height: 25px;
  color: #171715;
  font-weight: 400;
  text-transform: none;
}

h6, .h6 {
  font-size: 12px;
  line-height: 20px;
  color: #00307E;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.25px;
}

p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 21px;
  color: #171715;
}

.content ul {
  list-style: none;
  padding-left: 0px;
}
.content ul a {
  color: #171715;
}

.zone-article ul {
  list-style: disc;
  padding-left: 20px;
}
.zone-article ul li {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #171715;
  padding-bottom: 10px;
}

hr {
  border-color: rgba(0, 48, 126, 0.35);
}

ul {
  padding-left: 15px;
}

a {
  color: #E40332;
  text-decoration: none;
}

a:hover, a:focus {
  color: #171715;
  text-decoration: none;
}

/*###########################  BOUTONS  ###########################*/
.btn {
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
}
.btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, .btn.btn-default {
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
}
.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #67DAE3;
  color: #171715;
}
.btn.btn-secondary {
  background-color: #67DAE3;
  color: #171715;
  transition: all 150ms;
  border: 0;
}
.btn.btn-secondary:hover {
  background-color: #E40332;
  color: #fff;
}
.btn.btn-link, .btn.btn-back {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
}
.btn.btn-link:after, .btn.btn-back:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-back:hover, .btn.btn-back:focus {
  text-decoration: none !important;
  color: #E40332;
}
.btn.btn-link:hover:after, .btn.btn-link:focus:after, .btn.btn-back:hover:after, .btn.btn-back:focus:after {
  background-color: #E40332;
}
.btn.btn-link.dark, .btn.btn-back.dark {
  color: #fff;
}
.btn.btn-link.dark:hover, .btn.btn-back.dark:hover {
  color: #E40332;
}
.btn.btn-link.revert:after, .btn.btn-back.revert:after {
  background-color: #67DAE3;
}
.btn.btn-link.revert:hover:after, .btn.btn-back.revert:hover:after {
  background-color: #E40332;
}

.back-to-list {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
}
.back-to-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.back-to-list:hover, .back-to-list:focus {
  text-decoration: none !important;
  color: #E40332;
}
.back-to-list:hover:after, .back-to-list:focus:after {
  background-color: #E40332;
}
.back-to-list.dark {
  color: #fff;
}
.back-to-list.dark:hover {
  color: #E40332;
}
.back-to-list.revert:after {
  background-color: #67DAE3;
}
.back-to-list.revert:hover:after {
  background-color: #E40332;
}

/*###########################  FORMULAIRE  ###########################*/
/* INPUTS */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #171715;
  -webkit-box-shadow: 0 0 0 rgb(5, 5, 5) 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* formulaire de contact */
form.form-horizontal .col-md-12 {
  width: 100%;
}
form.form-horizontal h2 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
  font-weight: 800;
  text-transform: none;
}
@media (max-width: 991px) {
  form.form-horizontal h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
form.form-horizontal label.control-label {
  color: #171715;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 0;
}
form.form-horizontal .stripe-label-cms {
  padding-left: 15px !important;
}
form.form-horizontal .form-control-static {
  padding: 0px 15px 15px 0px !important;
  background-color: #F8F8F8 !important;
  border-radius: 3px;
}
form.form-horizontal .event-price-description {
  color: #fff;
}
form.form-horizontal input:not([type=submit]), form.form-horizontal select, form.form-horizontal textarea {
  background-color: #F4F4F4 !important;
  border-radius: 3px;
  border: none;
}
form.form-horizontal .crm-footer-frame {
  margin-top: 30px;
}

input, select, textarea {
  outline: none !important;
}

select {
  background-color: #F4F4F4 !important;
}

.form-control, .chosen-container-multi .chosen-choices {
  font-size: 17px;
}

/* formulaire de contact sur un fond foncé (facultatif, selon le design) */
.darkbackground form h2 {
  color: #fff;
}
.darkbackground form label.control-label {
  color: #fff;
}
.darkbackground form .btn-primary {
  color: #fff;
}
.darkbackground form input, .darkbackground form select, .darkbackground form textarea {
  background-color: #fff;
  border-bottom: none !important;
}
.darkbackground form .checkbox {
  margin-left: 15px;
}
.darkbackground form .checkbox label {
  color: #fff;
}

.overrideformtitle .zone-crm h1 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
  font-weight: 800;
  text-transform: none;
  text-align: center;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.formdarkinput input, .formdarkinput select, .formdarkinput textarea {
  background-color: #F0F1F1 !important;
  border-bottom: none !important;
}

/* note to self : SCSS file for backgrounds set-up including titles, btns, forms, etc instead of being in general and guide-ui  */
/* Le "*" pour les labels required (default= rouge, à la fin du label) */
.control-label--required {
  padding-left: 5px;
  color: #171715;
}

/* Direct input overrides */
select, input.form-control, .chosen-choices {
  border: none !important;
  padding: 15px !important;
  height: 53px !important;
}

select {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

select.moteur-recherche, select#category_id, .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f1f1 url(https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Assets/selectdropdown.png) no-repeat right 20px center !important;
}

.form-element-keywords .chosen-choices, .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
.form-element-keywords .chosen-choices .search-choice, .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #171715 !important;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  text-transform: initial;
  padding-left: 15px !important;
  box-shadow: none !important;
}
.form-element-keywords .chosen-choices .search-choice span, .chosen-container-multi .chosen-choices .search-choice span {
  vertical-align: -webkit-baseline-middle;
  line-height: 20px;
}
.form-element-keywords .chosen-choices .search-choice .search-choice-close, .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 0;
  top: 9px !important;
  filter: invert(1);
}

.chosen-container {
  display: inline-block;
  width: auto;
  min-width: 320px;
}
.chosen-container .chosen-results .active-result {
  line-height: 22px;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(0, 48, 126, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #00307E;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2rem;
}

.slightydarker-formulaire .form-horizontal {
  background-color: #f1f0f0;
  padding: 30px 15px;
}
.slightydarker-formulaire .form-horizontal .section-title {
  padding: 0 15px;
}
.slightydarker-formulaire .form-horizontal .crm-footer-frame {
  padding: 0 15px;
}
.slightydarker-formulaire .form-horizontal label, .slightydarker-formulaire .form-horizontal .control-label--required {
  color: #E40332 !important;
}
.slightydarker-formulaire .form-horizontal .checkbox span {
  color: #E40332 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .slightydarker-formulaire .col-sm-8, .slightydarker-formulaire .col-sm-16 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .slightydarker-formulaire .col-sm-8 {
    margin-top: 60px;
  }
}

.form-group .col-md-12 {
  padding: 0;
}

.event-recap {
  padding-bottom: 20px;
}

.grecaptcha-badge {
  z-index: 10000;
}

/*###########################  BARRE DE PROGRÈS  ###########################*/
.nav-pills {
  background-image: none;
}

@media (max-width: 575px) {
  .nav-progress {
    flex-direction: column;
    justify-content: space-between;
  }
}
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
}
@media (max-width: 575px) {
  .nav-progress li.disabled {
    height: 0;
    opacity: 0;
  }
}
.nav-progress li.disabled a {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  float: none;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 700;
  text-transform: none;
  color: #171715;
  margin-top: -32px;
  padding-left: 0px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled a {
    font-size: 8px;
  }
}
@media (max-width: 991px) {
  .nav-progress li.disabled a {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .nav-progress li.disabled a {
    font-size: 10px;
  }
}
.nav-progress li.disabled a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  height: 2px;
  bottom: -22px;
  border-radius: 0;
  background-color: #E40332;
}
.nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
  margin-top: -32px;
  letter-spacing: 1.56px;
  font-size: 12px;
  text-transform: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    font-size: 8px !important;
  }
}
@media (max-width: 991px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    font-size: 10px !important;
  }
}
.nav-progress li.disabled:before {
  float: none;
  width: 100%;
  text-align: left;
  font-size: 35px;
  font-weight: 300;
  border: none;
  color: #171715;
  background-color: transparent;
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled:before {
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  .nav-progress li.disabled:before {
    text-align: center;
  }
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  opacity: 1;
}
@media (max-width: 575px) {
  .nav-progress li.disabled.active {
    opacity: 1;
    height: initial;
  }
}
.nav-progress li.disabled.active a {
  color: #E40332;
}
.nav-progress li.disabled.active a:before {
  background-color: #E40332;
  height: 5px;
  bottom: -25px;
}
.nav-progress li.disabled.active:before {
  font-weight: 900;
  color: #E40332;
  background-color: transparent;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li a {
  color: #D1D1D0;
}
.nav-progress li.disabled.active ~ li a:before {
  background-color: #E40332;
  height: 2px;
  bottom: -22px;
}
.nav-progress li.disabled.active ~ li:before {
  color: #D1D1D0;
  border-color: #E40332;
  background-color: transparent;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

/*###########################  ESPACE MEMBRE  ###########################*/
.section-membre-adhesion {
  padding: 80px 0 100px 0;
}
.section-membre-adhesion h1 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-membre-adhesion h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-membre-adhesion .zend_form {
  width: 100%;
  max-width: 640px;
  padding: 60px 60px 40px 40px;
  background-color: #F4F4F4;
}
.section-membre-adhesion .zend_form .form-group.form-element-email {
  margin-bottom: 20px;
}
.section-membre-adhesion .zend_form .form-group input, .section-membre-adhesion .zend_form .form-group select, .section-membre-adhesion .zend_form .form-group textarea {
  background-color: #fff !important;
  border-radius: 3px;
}
.section-membre-adhesion .zend_form .reset-password {
  color: #171715;
  margin-bottom: 65px;
  width: 100%;
  float: right;
  text-align: right;
}
@media (max-width: 575px) {
  .section-membre-adhesion .zend_form .reset-password {
    text-align: left;
  }
}
.section-membre-adhesion .zend_form input.btn-primary {
  background-color: #E40332 !important;
  margin-right: 20px;
}
.section-membre-adhesion .zend_form input.btn-primary:hover {
  background-color: #67DAE3 !important;
}
.section-membre-adhesion .zend_form .profile-subscription {
  background-color: transparent !important;
  color: #171715 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  min-height: 55px !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 7px 0 !important;
  border: 0 !important;
  position: relative !important;
  transition: all 150ms !important;
  padding: 0 0 2px 0 !important;
  margin: 0 0 4px 0 !important;
  min-height: 49px !important;
  height: 49px !important;
}
.section-membre-adhesion .zend_form .profile-subscription:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #E40332 !important;
  bottom: 0 !important;
}
.section-membre-adhesion .zend_form .profile-subscription:hover, .section-membre-adhesion .zend_form .profile-subscription:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #E40332 !important;
}
.section-membre-adhesion .zend_form .profile-subscription:hover:after, .section-membre-adhesion .zend_form .profile-subscription:focus:after {
  background-color: #E40332 !important;
}
.section-membre-adhesion .zend_form .profile-subscription.dark {
  color: #fff !important;
}
.section-membre-adhesion .zend_form .profile-subscription.dark:hover {
  color: #E40332 !important;
}
.section-membre-adhesion .zend_form .profile-subscription.revert:after {
  background-color: #67DAE3 !important;
}
.section-membre-adhesion .zend_form .profile-subscription.revert:hover:after {
  background-color: #E40332 !important;
}
.section-membre-adhesion .nav-progress {
  padding-bottom: 70px;
}
.section-membre-adhesion .form-withProgress__wrapper {
  padding: 0;
  background: #ffffff;
}
.section-membre-adhesion .form-withProgress__wrapper h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
}
.section-membre-adhesion .form-withProgress__wrapper .section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset.row legend {
  padding-left: 15px;
  padding-right: 15px;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset.payment-context {
  padding-top: 40px;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset.payment-billing {
  padding-top: 50px;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset .form-withProgress__sub-total {
  padding: 1.5rem;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset .form-withProgress__options {
  padding: 1.5rem;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset .form-withProgress__options h6 {
  font-size: 18px;
  line-height: 25px;
  color: #171715;
  font-weight: 500;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset .form-withProgress__options .white-space-nowrap {
  white-space: nowrap;
  font-size: unset !important;
  font-weight: 700;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset legend {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
  margin-bottom: 0;
  padding-top: 15px;
}
.section-membre-adhesion .form-withProgress__wrapper fieldset .form-element-priceAdhesion span.control-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.section-membre-adhesion .form-withProgress__wrapper .confirmation {
  padding-bottom: 30px;
}
.section-membre-adhesion .membership-delegate-manage .header h2 {
  margin-bottom: 20px;
}
.section-membre-adhesion .membership-delegate-manage .header h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.section-membre-adhesion .membership-delegate-manage .header h6 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  color: #171715;
}
.section-membre-adhesion .membership-delegate-manage .body .description {
  font-size: 17px;
  line-height: 22px;
}
.section-membre-adhesion .membership-delegate-manage .footer {
  display: flex;
  align-items: end;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save {
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  padding: 16px 20px !important;
  margin-right: 15px;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-membre-adhesion .membership-delegate-manage .footer .btn-save {
    white-space: normal !important;
  }
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save:hover {
  background-color: #67DAE3;
  color: #171715;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save:hover {
  background-color: #67DAE3 !important;
  color: #171715 !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close {
  background-color: transparent !important;
  color: #171715 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  min-height: 55px !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 7px 0 !important;
  border: 0 !important;
  position: relative !important;
  transition: all 150ms !important;
  /*
                 color: $clrBlack!important;
                 &:hover {
                     background-color: $primary!important;
                     color: $clrWhite!important;
                 }
  */
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #E40332 !important;
  bottom: 0 !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close:hover, .section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #E40332 !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close:hover:after, .section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close:focus:after {
  background-color: #E40332 !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close.dark {
  color: #fff !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close.dark:hover {
  color: #E40332 !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close.revert:after {
  background-color: #67DAE3 !important;
}
.section-membre-adhesion .membership-delegate-manage .footer .btn-save.delegate-close.revert:hover:after {
  background-color: #E40332 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer {
  padding-top: 40px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step {
  background-color: transparent !important;
  color: #171715 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  min-height: 55px !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 7px 0 !important;
  border: 0 !important;
  position: relative !important;
  transition: all 150ms !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #E40332 !important;
  bottom: 0 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step:hover, .section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #E40332 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step:hover:after, .section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step:focus:after {
  background-color: #E40332 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step.dark {
  color: #fff !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step.dark:hover {
  color: #E40332 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step.revert:after {
  background-color: #67DAE3 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step.revert:hover:after {
  background-color: #E40332 !important;
}
.section-membre-adhesion .form-withProgress__navigation-footer #prev_reg_step:after {
  /*display:none;*/
}
.section-membre-adhesion .form-withProgress__navigation-footer button {
  margin-left: auto;
}
.section-membre-adhesion .form-element-documents_demandes_pour_votre_adhesion .preview {
  margin-left: 0;
  margin-right: 0;
}
.section-membre-adhesion .form-element-documents_demandes_pour_votre_adhesion .preview div {
  width: auto;
}

.form-withProgress__grand-total,
.total-amount-section {
  background-color: #E40332;
}
.form-withProgress__grand-total .total-amount-price,
.total-amount-section .total-amount-price {
  text-align: right;
}

.zone-member {
  /** Fix some back button**/
}
.zone-member .sidebar__member-zone {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone {
    width: 100%;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__inner {
  background-color: #F4F4F4;
  padding: 25px 25px 30px 25px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title {
  color: #171715;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid #171715;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover {
  background-color: #67DAE3;
  color: #171715;
}
.zone-member .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a {
  color: #171715;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: initial;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #E40332;
  text-decoration: none;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active {
  display: inline-block;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active a {
  color: #E40332;
}
.zone-member .content.member {
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .zone-member .content.member {
    width: 100%;
  }
}
.zone-member .content.member .form-horizontal {
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .zone-member .content.member .nav-progress {
    flex-direction: column;
    justify-content: space-between;
  }
}
.zone-member .content.member .nav-progress li.disabled a {
  margin-top: 0;
}
.zone-member .content.member .nav-progress li.disabled a:hover, .zone-member .content.member .nav-progress li.disabled a:focus {
  margin-top: 0;
}
.zone-member .content.member .nav-progress li.disabled:before {
  padding: 5px 5px;
  text-align: center;
}
.zone-member .content.member input[type=submit] {
  margin-top: 40px;
}
.zone-member .content.member h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
}
.zone-member .content.member h2.member-mymemberships__section-title {
  margin-bottom: 0;
  padding-top: 10px;
}
.zone-member .content.member .member-myorganization__edit-wrapper {
  display: flex;
  flex-direction: column;
}
.zone-member .content.member .member-myorganization__edit-wrapper .member_organization_table {
  order: 10;
}
.zone-member .content.member .member-myorganization__edit-wrapper .box-btn {
  order: 9;
  display: inline-block;
  padding-top: 60px;
}
.zone-member .content .form-create .col-sm-12 {
  width: 100%;
}
.zone-member .content .table-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
}
.zone-member .content .table-striped thead tr th {
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 600;
}
.zone-member .content .table-striped thead tr th a {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 600;
  width: 100%;
  position: relative;
  display: inline-block;
}
.zone-member .content .table-striped thead tr th a:after {
  right: 0;
}
.zone-member .content .table-striped tbody tr td {
  padding: 15px 10px;
}
.zone-member #edit_delegate {
  margin-top: 20px;
}
.zone-member #edit_delegate i {
  margin-right: 15px;
}

/*###########################  PANIER D'ACHAT  ###########################*/
.zone-cart .table-cart__heading, .zone-cart .order-summary__title {
  font-size: 20px;
  line-height: 28px;
  color: #E40332;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: none;
  color: #00307E;
  border-color: #fff;
}
.zone-cart .table-cart__heading a:hover, .zone-cart .order-summary__title a:hover {
  text-decoration: none;
}
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-size: 18px;
  line-height: 25px;
  color: #171715;
  font-weight: 500;
  text-transform: none;
  font-weight: 700 !important;
  color: #00307E;
  border-color: #fff;
}
.zone-cart .order-totals__wrapper {
  background-color: rgba(0, 48, 126, 0.2);
  border-radius: 12px;
}
.zone-cart .table-order-taxes > tfoot > tr > td {
  border-color: #fff;
}

/*###########################  FIL D'ARIANE  ###########################*/
.breadcrumb {
  padding: 15px 0px;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb li a {
  color: #00307E;
}
.breadcrumb li span {
  color: #E40332;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #00307E;
  font-weight: 400;
}

/*###########################  ACCORDÉONS  ###########################*/
/* Note that this style apply for both native yapla accordions only, to style table accordeon go to _other.scss */
.panel-default > .panel-heading {
  border-bottom: none;
  background-color: #fff;
}
.panel-default > .panel-heading h3 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
  padding: 0 30px 0 0;
}

.panel-news-accordion, .panel-default {
  /* first accordion container */
  margin-top: -1px !important;
}
.panel-news-accordion:after, .panel-default:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion:nth-child(1) .panel-heading .panel-title a, .panel-default:nth-child(1) .panel-heading .panel-title a {
  border-top: 0 !important;
}
.panel-news-accordion .panel-type-activities .accordion-pane, .panel-default .panel-type-activities .accordion-pane {
  padding-top: 20px;
}
.panel-news-accordion .panel-heading, .panel-default .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
  border-radius: 0;
}
.panel-news-accordion .panel-heading .panel-title, .panel-default .panel-heading .panel-title {
  /* title */
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
  padding: 0;
}
.panel-news-accordion .panel-heading .panel-title a, .panel-default .panel-heading .panel-title a {
  color: #E40332;
  text-decoration: none;
  padding: 26px 20px 25px 20px;
  border-top: 1px solid #171715 !important;
  border-bottom: 1px solid #E40332 !important;
  position: relative;
  z-index: 100;
}
.panel-news-accordion .panel-heading .panel-title a:after, .panel-default .panel-heading .panel-title a:after {
  content: "+";
  /*
  					display: block;
  					position: absolute;
  					padding: 14px 15px 18px;
  					right: 5px;
      				top: 10px;
  					font-size: 45px;
  					font-weight: 900;
  					color: $clrBlack;
  */
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 45px;
  line-height: 20px;
  font-weight: 600;
  color: #171715;
  transition: transform 150ms;
  height: 29px;
  transform: rotate(45deg);
}
.panel-news-accordion .panel-heading .panel-title a.collapsed, .panel-default .panel-heading .panel-title a.collapsed {
  color: #171715;
  border-bottom: 1px solid #171715 !important;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:hover, .panel-default .panel-heading .panel-title a.collapsed:hover {
  color: #E40332;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after, .panel-default .panel-heading .panel-title a.collapsed:after {
  transform: rotate(0deg);
  height: 29px;
}
.panel-news-accordion .panel-heading .membership-list--descrition, .panel-default .panel-heading .membership-list--descrition {
  padding: 15px 20px 15px 20px;
}
.panel-news-accordion .panel-heading p, .panel-default .panel-heading p {
  /*display: none;*/
  font-size: 1.5rem;
  font-weight: normal;
}
.panel-news-accordion .panel-heading:hover, .panel-default .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in, .panel-default .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .panel-body, .panel-default .panel-body {
  /* content */
  padding: 0;
  margin-top: -10px;
}
.panel-news-accordion .panel-body .news-accordion-content, .panel-default .panel-body .news-accordion-content {
  padding: 25px 70px 30px 20px;
}
.panel-news-accordion .panel-body h4, .panel-default .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p, .panel-default .panel-body p {
  color: #171715;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link, .panel-default .panel-body .btn-link {
  margin-bottom: 40px;
}
.panel-news-accordion .panel-body > .list-group, .panel-default .panel-body > .list-group {
  margin-bottom: 0px;
  margin-top: 20px;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item, .panel-default .panel-body > .list-group > .list-group-item {
  border: 0;
  padding: 15px 15px 10px 15px;
  border-top: 1px solid #171715 !important;
  border-bottom: 1px solid #171715 !important;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item:first-child, .panel-default .panel-body > .list-group > .list-group-item:first-child {
  border-top: 0 !important;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item label, .panel-default .panel-body > .list-group > .list-group-item label {
  font-size: 17px;
  line-height: 22px;
  padding-left: 50px;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item label input[type=radio],
.panel-news-accordion .panel-body > .list-group > .list-group-item label input[type=checkbox], .panel-default .panel-body > .list-group > .list-group-item label input[type=radio],
.panel-default .panel-body > .list-group > .list-group-item label input[type=checkbox] {
  margin-left: -35px;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .adh-date, .panel-default .panel-body > .list-group > .list-group-item .adh-date {
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .adh-description,
.panel-news-accordion .panel-body > .list-group > .list-group-item .memberships_options, .panel-default .panel-body > .list-group > .list-group-item .adh-description,
.panel-default .panel-body > .list-group > .list-group-item .memberships_options {
  padding-left: 50px;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .delegate_number_custom, .panel-default .panel-body > .list-group > .list-group-item .delegate_number_custom {
  padding: 0px 37px 5px 37px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .delegate_number_custom label, .panel-default .panel-body > .list-group > .list-group-item .delegate_number_custom label {
  padding-left: 0;
  text-transform: initial;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .delegate_number_custom .form-control-static, .panel-default .panel-body > .list-group > .list-group-item .delegate_number_custom .form-control-static {
  margin-bottom: 0;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .delegate_number_custom .btn-action, .panel-default .panel-body > .list-group > .list-group-item .delegate_number_custom .btn-action {
  font-family: "Montserrat", sans-serif !important;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .delegate_number_custom .btn-action:before, .panel-default .panel-body > .list-group > .list-group-item .delegate_number_custom .btn-action:before {
  display: none;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .delegate_number_custom .btn-action:hover, .panel-default .panel-body > .list-group > .list-group-item .delegate_number_custom .btn-action:hover {
  background-color: #67DAE3 !important;
  color: #171715;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .memberships_options h4, .panel-default .panel-body > .list-group > .list-group-item .memberships_options h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .memberships_options .list-group-item, .panel-default .panel-body > .list-group > .list-group-item .memberships_options .list-group-item {
  padding: 5px 5px 5px 0;
}
.panel-news-accordion .panel-body > .list-group > .list-group-item .memberships_options .list-group-item label, .panel-default .panel-body > .list-group > .list-group-item .memberships_options .list-group-item label {
  padding-left: 35px;
}

/*###########################  CONNEXION  ###########################*/
.zend_form {
  background-color: rgba(0, 48, 126, 0.2);
  padding: 60px 60px 40px 60px;
  display: inline-block;
}
.zend_form .col-md-12 {
  width: 100%;
}
.zend_form .col-md-12 input, .zend_form .col-md-12 select, .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
.zend_form .btn-link {
  margin-left: 30px;
}

.event-login #event-authentication-form .event-authentication input {
  background-color: #F4F4F4 !important;
  border-radius: 3px;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.table-striped {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
}
.table-striped thead tr th, .table-striped thead tr td {
  background-color: #E40332;
  border-bottom: none !important;
  padding: 25px 20px;
  color: #fff !important;
  font-weight: 600;
  border-right: 2px solid #fff;
  color: #fff !important;
}
@media (max-width: 575px) {
  .table-striped thead tr th, .table-striped thead tr td {
    padding: 15px 5px;
  }
}
.table-striped thead tr th a, .table-striped thead tr td a {
  font-size: 20px;
  line-height: 28px;
  color: #E40332;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: none;
  color: #fff !important;
}
.table-striped thead tr th a a:hover, .table-striped thead tr td a a:hover {
  text-decoration: none;
}
.table-striped thead tr td {
  color: #fff !important;
  font-weight: bold !important;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #F4F4F4;
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.table-striped tbody > tr:hover > td {
  /* to come :D */
}
.table-striped tbody tr td {
  padding: 15px 10px;
  color: #171715;
  border-top: 0;
  border-right: 2px solid #fff;
}
@media (max-width: 575px) {
  .table-striped tbody tr td {
    padding: 15px 5px;
  }
}
.table-striped tbody tr td a {
  color: #171715;
}
.table-striped tbody tr td a:hover {
  color: #E40332;
}
.table-striped tbody tr td .table__field-image {
  max-width: 130px;
  width: 100%;
}
.table-striped .paginatorNbRow {
  font-size: 14px;
  line-height: 22px;
}
.table-striped tfoot tr td {
  border-top: 0;
}

/*###########################  TAB BOTTIN DES MEMBRES  ###########################*/
.nav-tabs {
  margin-top: 60px;
}
.nav-tabs li {
  padding: 0px 20px;
}
.nav-tabs li:first-child {
  padding-left: 0;
}
.nav-tabs li a {
  border: none;
  border-bottom: 5px solid transparent;
  color: rgba(0, 48, 126, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(0, 48, 126, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #E40332;
  color: #00307E;
}

.modal .modal-header .modal-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
}
.modal .modal-header .close {
  margin: 0;
  padding: 5px 10px 0 0;
}
.modal .modal-footer .btn-save {
  margin-left: 25px !important;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: #E40332 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 0 !important;
  padding: 16px 20px !important;
}
.modal .modal-footer .btn-save:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modal .modal-footer .btn-save {
    white-space: normal !important;
  }
}
.modal .modal-footer .btn-save:hover {
  background-color: #67DAE3 !important;
  color: #171715 !important;
}

/*###########################  MISCELLANIOUS  ###########################*/
.category {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #E40332;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 6px;
}

.keyword, .chosen-choices .search-choice, span.news-tags, span.news-blog__tag {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  background-color: #00307E !important;
  display: inline-block;
  width: auto;
  padding: 2px 10px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

span.news-tags, span.news-blog__tag {
  margin-right: 10px;
}

.search-form {
  margin-bottom: 30px;
}
.search-form label {
  font-size: 20px;
  line-height: 28px;
  color: #E40332;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: none;
  color: #171715 !important;
}
.search-form label a:hover {
  text-decoration: none;
}
.search-form .control-label {
  font-size: 22px;
  font-weight: 900;
  width: auto;
  padding-right: 45px;
}
.search-form .control-label:after {
  content: " :";
}

.chosen-choices {
  height: 51px !important;
  min-height: 0 !important;
}
.chosen-choices .search-choice {
  padding-right: 25px !important;
  border: none !important;
  background-image: none !important;
  margin: 0 !important;
}

.formatdate, .e-date, .adh-date, .mod-article__published-date {
  font-size: 12px;
  line-height: 18px;
  color: #171715;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.56px;
  margin-bottom: 20px;
  text-transform: none !important;
}
.formatdate:hover a, .formatdate:focus a, .e-date:hover a, .e-date:focus a, .adh-date:hover a, .adh-date:focus a, .mod-article__published-date:hover a, .mod-article__published-date:focus a {
  text-decoration: none !important;
}

/*###########################  PAGINATION  ###########################*/
.paginationControl {
  border-top: 1px solid #171715;
  border-bottom: 1px solid #171715;
  padding: 6px 5px 4px 5px;
  width: max-content;
  display: block;
  position: relative;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.paginationControl a {
  font-size: 19px;
  line-height: 26px;
  font-weight: bold;
  color: #171715;
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #E40332;
}
.paginationControl a.active {
  color: #E40332;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 550px !important;
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal p, .cookie-consent-modal span, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cookie-consent-modal P.consent-title {
  font-size: 20px;
  line-height: 28px;
  color: #E40332;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: none;
  /*
  font-size: 30px!important;
  line-height: 32px!important;
  font-weight: 600!important;
  color: $primary!important;
        */
}
.cookie-consent-modal P.consent-title a:hover {
  text-decoration: none;
}
.cookie-consent-modal p.consent-description {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 21px;
  color: #171715;
}
.cookie-consent-modal p.consent-description a {
  text-decoration: underline;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-link {
  /*@include btn-secondary;*/
}
/* Remove outline on link and button */
input, select, textarea {
  outline: none !important;
}

*:focus, *:hover, img {
  outline: none;
}

a:active, a:focus {
  outline: 0;
  -moz-outline-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
  -moz-outline-style: none;
}

/* Change selection color */
::-moz-selection { /* Code for Firefox */
  color: #E40332;
  -webkit-text-fill-color: #E40332;
  background: #F4F4F4;
}

::selection {
  color: #E40332;
  -webkit-text-fill-color: #E40332;
  background: #F4F4F4;
}

/* Remove native back to list button because its a javascrip history back ew */
.article-back-to-list-histo {
  display: none;
}

/* all the medias sharing button ugly as fuck and we never used them */
.plugin-addthis {
  display: block;
  order: 10;
  margin: 45px 0 20px 0;
}

.article-social-addthis {
  padding: 0 0 60px 0;
}

/* MOBILE CONTAINER PADDING LARGER BECAUSE OUR DESIGNERS LIKE IT THICC */
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  min-height: 0;
}

.top-menu {
  position: absolute;
  height: 42px;
  right: 0;
  z-index: 1001;
}
@media (max-width: 991px) {
  .top-menu {
    display: none;
  }
}
.top-menu .row-fluid {
  height: 40px;
}
.top-menu .row-fluid .zone-header {
  height: 40px;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper {
  height: 40px;
  padding: 0;
  float: right;
  display: flex;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom {
  order: 1;
  height: 40px;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul {
  list-style-type: none;
  display: inline;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul li {
  height: 40px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*
  &:last-child {
  	a {
  		border-right: 1px solid #dbdbdb;
  	}
  }
  */
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul li:last-child a:after {
  display: none;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul li a {
  color: #00307E;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  height: 42px;
  letter-spacing: 0.6px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: all 250ms;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul li a:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  right: -4px;
  border-radius: 5px;
  background-color: #00307E;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-custom ul li a:active {
  color: #00307E;
  text-decoration: none;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-language {
  order: 1;
  margin-left: 0;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-language a {
  color: #E50019;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  transition: all 250ms;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-language a:hover {
  color: #00307E;
  text-decoration: none;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-language a:active {
  color: #00307E;
  text-decoration: none;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links {
  order: 2;
  height: 40px;
  margin-left: 10px;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links {
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.facebook {
  order: 1;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.twitter {
  order: 2;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.instagram {
  order: 3;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.youtube {
  order: 4;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.linkedin {
  order: 5;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link span {
  font-size: 1.7rem;
  color: #00307E;
  transition: all 250ms;
  padding: 6px 9px;
}
.top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link:hover span, .top-menu .row-fluid .zone-header .mod-header-wrapper .header-ext-social-links .mod-social-links .social-link:focus span {
  color: #fff !important;
}
.top-menu .row-fluid .zone-header .header-ext-login {
  order: 3;
  height: 40px;
  margin-left: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .top-menu .row-fluid .zone-header .header-ext-login {
    display: none;
  }
}
.top-menu .row-fluid .zone-header .header-ext-login .member-greeting {
  display: none;
}
.top-menu .row-fluid .zone-header .header-ext-login a {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  height: 42px;
  letter-spacing: 0.6px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 32px;
  text-transform: none;
  transition: all 250ms;
}
.top-menu .row-fluid .zone-header .header-ext-login a:hover {
  text-decoration: none;
  color: #00307E;
  background-color: #67DAE3 !important;
}
.top-menu .row-fluid .zone-header .header-ext-login a.member-register {
  order: 2;
  background-color: #E40332;
}
.top-menu .row-fluid .zone-header .header-ext-login a.member-login {
  order: 1;
  background-color: #A3001C;
}
.top-menu .row-fluid .zone-header .header-ext-login a.member-myprofile {
  background-color: #E40332;
}
.top-menu .row-fluid .zone-header .header-ext-login a.member-logout {
  background-color: #A3001C;
}
.top-menu .row-fluid .zone-header .header-ext-login .separator {
  display: none;
}

@media (min-width: 992px) {
  li[rel=data-menu-46761] {
    display: none;
  }
  li[rel=data-menu-46768] {
    display: none;
  }
  li[rel=data-menu-47261] {
    display: none;
  }
  li[rel=data-menu-46774] {
    display: none;
  }
  li[rel=data-menu-46775] {
    display: none;
  }
  li[rel=data-menu-47260] {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-header {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    display: none;
  }
}
.line-header .mod-header-wrapper {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.line-header .mod-header-wrapper .header-ext {
  padding: 0 15px !important;
  height: 26px;
}
.line-header .mod-header-wrapper .header-ext a {
  color: #00307E;
  font-size: 12px;
  font-weight: 600;
}
.line-header .mod-header-wrapper .header-ext a:hover {
  text-decoration: none;
}
.line-header .mod-header-wrapper .header-ext .member-login.btn {
  padding: 0 !important;
  border: 0;
  height: auto;
  text-transform: none;
}
.line-header .mod-header-wrapper .header-ext.header-ext-login {
  order: 0;
  text-transform: initial;
}
.line-header .mod-header-wrapper .header-ext.header-ext-login .member-login {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}
.line-header .mod-header-wrapper .header-ext.header-ext-login span {
  color: #00307E;
  font-size: 12px;
  font-weight: 600;
}
.line-header .mod-header-wrapper .header-ext.header-ext-login .separator {
  width: auto;
  margin-left: 8px;
  float: none;
}
.line-header .mod-header-wrapper .header-ext.header-ext-login .separator:before {
  content: " | ";
  width: auto;
}
.line-header .mod-header-wrapper .header-ext.header-ext-custom {
  order: 1;
}
.line-header .mod-header-wrapper .header-ext.header-ext-custom a {
  display: inline-block;
  margin: 0 15px 0 10px;
}
.line-header .mod-header-wrapper .header-ext.header-ext-language {
  order: 2;
  margin-left: 0;
}
.line-header .mod-header-wrapper .header-ext.header-ext-language a {
  font-weight: 800;
}
@media (max-width: 991px) {
  .line-header.opened {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 99999999999;
    height: 120px;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .line-header.opened .header-ext {
    height: auto;
  }
  .line-header.opened .header-ext.header-ext-social-links, .line-header.opened .header-ext.header-ext-language {
    display: block !important;
  }
  .line-header.opened .header-ext.header-ext-social-links {
    flex-grow: 1;
    width: 100%;
    order: 4;
  }
  .line-header.opened .header-ext.header-ext-login {
    position: relative;
    flex-grow: 0.5;
    margin-left: 0;
    order: 2;
    width: auto;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }
  .line-header.opened .header-ext.header-ext-login .member-login {
    display: inherit;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-header.opened .header-ext.header-ext-login .member-greeting {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-header.opened .header-ext.header-ext-login {
    justify-content: center;
    flex-shrink: 0;
  }
  .line-header.opened .header-ext.header-ext-login .member-greeting {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-header.opened .header-ext.header-ext-custom {
    flex-shrink: 0;
    order: 1;
    padding: 0 !important;
  }
  .line-header.opened .header-ext.header-ext-custom p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-header.opened .header-ext.header-ext-custom p > a {
    margin: 0;
  }
  .line-header.opened .header-ext.header-ext-custom p > a:nth-of-type(even) {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .line-header.opened .header-ext.header-ext-language {
    order: 3;
    flex-grow: 0.5;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-header.opened .header-ext.header-ext-language {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .line-header.opened .mod-header-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 270px;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  .line-header.opened {
    height: 150px;
  }
  .line-header.opened .header-ext.header-ext-custom {
    flex-shrink: 1;
  }
}

.main-menu {
  position: relative;
  z-index: 1000;
}
.main-menu.default > .container-fluid .navbar-nav > li a {
  color: #00307E !important;
}
.main-menu.default > .container-fluid .navbar-nav > li a:hover {
  color: #E40332 !important;
}
.main-menu.sticked > .container-fluid {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 70px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9999999;
  transition: top 250ms;
  background-color: #fff;
}
.main-menu.sticked > .container-fluid .navbar-nav {
  margin-top: 20px !important;
}
.main-menu.sticked > .container-fluid .navbar-nav > li a {
  color: #00307E !important;
}
.main-menu.sticked > .container-fluid .navbar-nav > li a:hover {
  color: #E40332 !important;
}
.main-menu.sticked > .container-fluid .navbar-nav > li:last-child > a {
  color: #00307E !important;
}
.main-menu.sticked > .container-fluid .navbar-nav > li:last-child > a:hover {
  color: #00307E !important;
}
.main-menu.sticked > .container-fluid .mod-header-part__left::before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Assets/Logo_RED_Header%402x.png) center center no-repeat;
  background-size: 120px;
  width: 120px;
  height: 80px;
  display: block;
  margin-left: 15px;
}
.main-menu.sticked > .container-fluid .mod-header-part__left a {
  display: block;
  width: 120px;
  height: 80px;
  margin-top: -80px;
}
.main-menu.sticked > .container-fluid .mod-header-part__left a .mod-header-logo {
  display: none;
}
.main-menu.sticked > .container-fluid .mod-header-part__left a svg {
  display: none;
}
.main-menu.sticked > .container-fluid .navbar-header {
  position: absolute;
  right: 0;
}
.main-menu.sticked > .container-fluid .navbar-header .navbar-toggle.collapsed .icon-bar {
  background-color: #E40332 !important;
}
.main-menu.menuprehidden .container-fluid {
  top: -155px;
  position: fixed;
}
.main-menu.menuhidden .container-fluid {
  top: -155px !important;
  position: fixed !important;
  transition: top 250ms;
}
.main-menu .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
@media (max-width: 991px) {
  .main-menu .container-fluid {
    background-color: #fff;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .main-menu .mod-header-part__left::before {
    content: "";
    background: url(https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Assets/Logo_RED_Header%402x.png) center center no-repeat;
    background-size: 120px;
    width: 120px;
    height: 80px;
    display: block;
    margin-left: 15px;
  }
}
.main-menu .mod-header-part__left a {
  display: block;
  width: 300px;
  padding: 38px 0 15px 80px;
}
@media (max-width: 1199px) {
  .main-menu .mod-header-part__left a {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .main-menu .mod-header-part__left a {
    padding: 15px 0 0 25px;
  }
}
.main-menu .mod-header-part__left a .mod-header-logo {
  width: 203px;
  padding: 0;
}
@media (max-width: 991px) {
  .main-menu .mod-header-part__left a .mod-header-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-menu .mod-header-part__left a svg {
    display: none;
  }
}
.main-menu.opened {
  position: initial;
}
@media (min-width: 992px) {
  .main-menu .zone-header {
    max-width: 200px;
  }
  .main-menu .zone-header .mod-header-logo {
    max-width: 242px;
  }
  .main-menu .zone-menu {
    width: calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  .main-menu .row .navbar-header {
    z-index: 1000;
    position: relative;
    max-width: 100px;
    float: right;
  }
  .main-menu .row > div:first-child {
    float: left;
    z-index: 1000;
  }
  .main-menu .row > div:last-child {
    float: right;
    width: 30%;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 10000;
  }
  .main-menu .row > div:last-child .navbar-collapse {
    box-shadow: none;
    background: #67dae3;
    background: linear-gradient(180deg, #67dae3 0%, #0056de 100%, rgba(0, 86, 222, 0) 100%);
    z-index: 999;
    position: absolute;
    margin-right: 0;
    margin-left: 0;
    border: none;
    margin-top: 0;
    top: 70px;
    z-index: 100;
    right: 0;
    left: 0;
  }
  .main-menu .row > div:last-child .navbar-collapse.collapsing {
    position: fixed !important;
  }
  .main-menu .row > div:last-child .navbar-collapse.collapse.in {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100% - 70px) !important;
    transition: height 0.35s ease;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav li a {
    padding: 10px 0 6px 0 !important;
    color: #00307E !important;
    margin-bottom: 0;
    text-align: center;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav li .dropdown-toggle {
    height: 43px !important;
    left: 0;
    right: 0;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid transparent !important;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav li .dropdown-toggle span {
    display: none;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav li .dropdown-menu {
    position: initial !important;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav li .dropdown-menu li {
    text-align: left;
    background-color: transparent !important;
  }
  .main-menu .row > div:last-child .navbar-collapse .navbar-nav li .dropdown-menu li a {
    text-transform: none;
    padding: 2px 0 !important;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #171715 !important;
  }
  .main-menu.opened .zone-menu {
    overflow: hidden;
    background-color: #E40332;
  }
  .main-menu.opened .zone-menu .navbar ul.nav.navbar-nav {
    float: none;
  }
  .main-menu.opened .row > div .navbar-collapse {
    overflow: hidden;
    height: calc(100vh - 75px);
    padding-bottom: 0;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav {
  margin-top: 70px;
  float: right;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav {
    margin-top: 20px !important;
    padding-top: 5px !important;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li:hover a {
  color: #E40332;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li .dropdown-toggle {
  display: none;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li > a {
  text-align: left;
  font-size: 15px;
  line-height: 29px;
  font-weight: 600;
  height: 46px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 50px;
  padding: 0px 22px;
  transition: all 250ms;
}
@media (min-width: 992px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li > a {
    padding: 0px 13px;
  }
}
@media (min-width: 1401px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li > a {
    padding: 0px 22px !important;
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li:last-child > a {
  /*
  &:after {
  	@include min-md{
  		content:"";
  		position:absolute;
  		width:auto;
  		height:4px;
  		background-color: $primarydark;
  		bottom: 10px;
  		left: 22px;
  		right: 22px;
  		@include max-lg-min-md {
  			left: 16px;
  			right: 16px;
  		}
  	}
  }
  */
}
@media (min-width: 992px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li:last-child > a:hover {
    color: #fff;
    /*
    &:after {
    	content:"";
    	background-color: $clrBlack;
    }
    */
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li:last-child ul.dropdown-menu {
  right: 0;
  left: auto;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu {
  top: 46px;
  padding-top: 0;
  background-color: transparent;
  right: auto;
  left: 0;
}
@media (max-width: 991px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility 0s, opacity 0s linear;
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li {
  background-color: #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li:first-child {
  padding-top: 15px;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li:last-child {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li:last-child {
    padding-bottom: 5px;
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #00307E;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  padding: 6px 23px 5px 18px;
  transition: all 250ms;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li a:hover {
  color: #E40332;
  background-color: transparent;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li a:focus {
  color: #E40332;
  background-color: transparent;
}
@media (min-width: 992px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li a {
    font-size: 12px;
  }
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li ul.dropdown-menu li:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li:hover {
  background-color: transparent;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li.active {
  background-color: transparent;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li.open > a:not(.dropdown-toggle) {
  border-bottom: 1px solid #fff;
}
.main-menu .zone-menu .navbar ul.nav.navbar-nav > li.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: visibility 0s, opacity 0.15s linear;
}
@media (max-width: 991px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav {
    margin: 0;
    padding-top: 40px;
    position: relative;
    display: block;
    float: none;
  }
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li {
    width: 100%;
  }
  .main-menu .zone-menu .navbar ul.nav.navbar-nav > li > a {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.27px;
    font-weight: 300;
    display: inline-block;
    color: #fff !important;
    border-radius: 0;
    margin-top: 0;
    width: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  .main-menu .zone-menu .navbar ul.nav.navbar-nav {
    padding-top: 40px;
  }
}
.main-menu .zone-menu .navbar ul.mod-header.cloned {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
  padding: 30px 0 50px 0 !important;
}
@media (min-width: 992px) {
  .main-menu .zone-menu .navbar ul.mod-header.cloned {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-custom {
    order: 1;
    display: block;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-custom ul {
    padding-left: 0;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-custom ul li {
    display: inline;
    float: left;
    padding-right: 30px;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-custom ul li:last-child {
    padding-right: 0;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-custom ul li a {
    font-size: 16px;
    letter-spacing: -0.24px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-custom ul li a:hover {
    text-decoration: none;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-social-links {
    order: 3;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-social-links {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-social-links .social-link span[class*=icon-] {
    font-size: 1.7rem;
    margin-left: 6px;
    color: #fff !important;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-social-links .social-link span[class*=icon-]:hover {
    color: #fff !important;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-social-links .social-link:first-child span[class*=icon-] {
    margin-left: -5px;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-language {
    order: 2;
    margin-left: 0;
    margin-right: 20px;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-language a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login {
    position: relative;
    margin: 0;
    width: 100%;
    box-shadow: none;
    margin-top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 34px;
    background-color: #fff;
    box-shadow: 0 8px 15px 5px none;
    z-index: 999999999;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-register, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-login, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-myprofile, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-logout {
    width: 50%;
    padding: 22px 5px;
    display: inline-block;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.24px;
    font-weight: 500;
    line-height: 22px;
    text-transform: initial;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-register:hover, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-register:focus, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-login:hover, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-login:focus, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-myprofile:hover, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-myprofile:focus, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-logout:hover, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-logout:focus {
    text-decoration: none;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-register, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-myprofile {
    background-color: #E40332;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-login, .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-logout {
    background-color: #A3001C;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .member-greeting {
    display: none;
  }
  .main-menu .zone-menu .navbar ul.mod-header.cloned .header-ext-login .separator {
    display: none;
  }
}
.main-menu .zone-menu .navbar ul.mod-header.cloned:nth-child(3) {
  display: none;
}
.main-menu .zone-menu .navbar .navbar-toggle {
  height: 50px;
  width: 85px;
  border-radius: 0;
  margin-top: 14px;
  padding: 0 20px;
  margin-right: 5px;
}
.main-menu .zone-menu .navbar .navbar-toggle.collapsed {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .main-menu .zone-menu .navbar .navbar-toggle.collapsed {
    margin-right: 15px;
  }
}
.main-menu .zone-menu .navbar .navbar-toggle.collapsed .icon-bar {
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.main-menu .zone-menu .navbar .navbar-toggle .icon-bar {
  background-color: #E40332;
  width: 41px;
  height: 2px;
  margin-top: -9px !important;
}
.main-menu .zone-menu .navbar .navbar-toggle .icon-bar:nth-child(3) {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .main-menu .zone-menu .navbar .navbar-toggle {
    height: 50px;
    width: 64px;
    border-radius: 0;
    margin-top: 15px;
    padding: 0 10px;
    margin-right: 5px;
  }
}

.line-banner {
  background: rgb(103, 218, 227);
  background: linear-gradient(180deg, rgb(103, 218, 227) 0%, rgb(0, 86, 222) 58%, #F4F4F4 58%);
}
.line-banner.accueil {
  background: rgb(103, 218, 227);
  background: linear-gradient(180deg, rgb(103, 218, 227) 0%, rgb(0, 86, 222) 100%, rgba(0, 86, 222, 0) 100%);
}
.line-banner.accueil .mod-banner__img {
  height: calc(100vh - 40px);
  z-index: 11;
}
.line-banner.accueil .mod-banner__img:after {
  opacity: 0.2;
}
@media (max-width: 575px) {
  .line-banner.accueil .mod-banner__img {
    height: calc(100vh - 120px);
    margin: 70px 0 0 14px;
    background: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/pages/accueil/Banniere_RED_Accueil_Mobile%402x.jpg") no-repeat left top !important;
    background-size: cover !important;
  }
}
.line-banner.accueil .mod-banner__content {
  top: 50%;
}
@media (max-width: 991px) {
  .line-banner.accueil .mod-banner__content {
    height: auto;
  }
}
@media (max-width: 575px) {
  .line-banner.accueil .mod-banner__content {
    top: 55%;
  }
}
.line-banner.accueil .video {
  position: absolute;
  transform-origin: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 42px 0 0 42px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .line-banner.accueil .video {
    margin: 0 0 0 14px;
  }
}
@media (max-width: 575px) {
  .line-banner.accueil .video {
    display: none;
  }
}
.line-banner.accueil .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .line-banner.accueil h1 br {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .line-banner.default {
    background: #F4F4F4;
  }
}
.line-banner.default .mod-banner__img {
  background: #F4F4F4;
  background-image: none !important;
  height: 110px;
}
.line-banner.default .mod-banner__img:after {
  display: none;
}
.line-banner.default .mod-banner__img h1 {
  display: none;
}
.line-banner h1 {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
}
.line-banner h1 strong {
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .line-banner h1 {
    font-size: 22px;
    line-height: 28px;
    width: 100%;
    padding-right: 15px;
  }
  .line-banner h1 strong {
    font-size: 38px;
    line-height: 43px;
  }
  .line-banner h1 br {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .line-banner h1 {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding-right: 30px;
  }
  .line-banner h1 strong {
    font-size: 30px;
    line-height: 36px;
  }
  .line-banner h1 br {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .line-banner:not(.accueil) h1 {
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 70px;
    position: absolute;
  }
}
.line-banner .mod-banner__img {
  height: 440px;
  margin: 42px 0 0 42px;
  background-position: center center;
  text-align: center;
}
@media (max-width: 767px) {
  .line-banner .mod-banner__img {
    margin: 42px 0 0 14px;
  }
}
.line-banner .mod-banner__img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00307E;
  opacity: 0.15;
}
.line-banner .mod-banner__content {
  top: 57%;
  z-index: 99;
  position: relative;
  display: block;
  text-align: left;
  margin-top: 50px;
  padding-left: 35px;
  padding-right: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .line-banner .mod-banner__content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-banner .mod-banner__content {
    width: 994px;
  }
}
@media (min-width: 1200px) {
  .line-banner .mod-banner__content {
    width: 1194px;
  }
}
@media (max-width: 767px) {
  .line-banner .mod-banner__content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .line-banner .mod-banner__content {
    margin-top: 0;
    height: 100%;
    bottom: 0;
    height: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1442px) {
  .line-banner .mod-banner__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-banner .mod-banner__content .btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .line-banner.stage .mod-banner__img {
    height: 315px;
  }
}

.programme-propulsion {
  padding-top: 75px;
  padding-bottom: 70px;
  position: relative;
}
.programme-propulsion .container {
  position: relative;
}
.programme-propulsion .container .row .zone-article:nth-child(1) p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.programme-propulsion .container .row .zone-article:nth-child(1) p strong {
  color: #E40332;
}
@media (max-width: 991px) {
  .programme-propulsion .container .row .zone-article:nth-child(1) p br {
    display: none;
  }
}
@media (min-width: 992px) {
  .programme-propulsion .container .row .zone-article:nth-child(2) .mod-article__intro {
    text-align: right;
  }
}
.programme-propulsion .container .row:after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #171715;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin-left: auto;
  margin-right: auto;
}

.footer-infolettre-container {
  padding: 0;
}
@media (min-width: 768px) {
  .footer-infolettre-container {
    background: rgb(228, 3, 50);
    background: linear-gradient(270deg, rgb(228, 3, 50) 50%, rgb(23, 23, 21) 50%);
  }
}
@media (max-width: 767px) {
  .footer-infolettre-container {
    background: #171715;
    text-align: center;
  }
}
.footer-infolettre-container .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .footer-infolettre-container .container > .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-infolettre-container .container > .row > div {
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-infolettre-container .container > .row > div h3, .footer-infolettre-container .container > .row > div p > a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-infolettre-container .container > .row > div h3, .footer-infolettre-container .container > .row > div p > a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer-infolettre-container .container > .row > div h3, .footer-infolettre-container .container > .row > div p > a {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer-infolettre-container .container > .row > div p {
  margin-bottom: 0;
}
.footer-infolettre-container .container > .row > div p > a {
  filter: opacity(1);
  transition: 0.3s;
}
.footer-infolettre-container .container > .row > div p > a:hover {
  text-decoration: none;
  filter: opacity(0.8);
  transition: 0.3s;
}
.footer-infolettre-container .container > .row > div:nth-child(1) {
  background-color: #171715;
}
@media (min-width: 768px) {
  .footer-infolettre-container .container > .row > div:nth-child(1) {
    justify-content: flex-start;
  }
}
.footer-infolettre-container .container > .row > div:nth-child(2) {
  background-color: #A3001C;
}
.footer-infolettre-container .container > .row > div:nth-child(2) p {
  padding-top: 8px;
}
.footer-infolettre-container .container > .row > div:nth-child(2) p img {
  margin-right: 30px;
  margin-top: -10px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer-infolettre-container .container > .row > div:nth-child(2) p img {
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 360px) {
  .footer-infolettre-container .container > .row > div:nth-child(2) p img {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-infolettre-container .container > .row > div:nth-child(2) p img {
    /* margin-right: 0;
     margin-bottom: 5px;*/
    margin-left: 30px;
    width: 41px !important;
  }
}
.footer-infolettre-container .container > .row > div:nth-child(3) {
  background-color: #E40332;
}
.footer-infolettre-container .container > .row > div:nth-child(3) a {
  filter: opacity(1);
  transition: 0.3s;
}
.footer-infolettre-container .container > .row > div:nth-child(3) a:hover {
  filter: opacity(0.8);
  transition: 0.3s;
}
.footer-infolettre-container .container > .row > div:nth-child(3) a:first-child {
  padding-right: 30px;
}
.footer-infolettre-container .container > .row > div:nth-child(3) a:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-infolettre-container .container > .row > div:nth-child(3) a:last-child {
  padding-left: 30px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-infolettre-container .container > .row > div:nth-child(3) a:first-child {
    padding-right: 20px;
  }
  .footer-infolettre-container .container > .row > div:nth-child(3) a:nth-child(2) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .footer-infolettre-container .container > .row > div:nth-child(3) a:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footer-infolettre-container .container > .row > div:nth-child(3) a:first-child {
    padding-right: 20px;
  }
  .footer-infolettre-container .container > .row > div:nth-child(3) a:nth-child(2) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .footer-infolettre-container .container > .row > div:nth-child(3) a:last-child {
    padding-left: 20px;
  }
}

.line-footer {
  display: none;
}

.footer-container {
  background-color: #171715;
}
.footer-container h4 {
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}
.footer-container .footer-logo {
  padding: 65px 0 30px 0;
}
@media (max-width: 767px) {
  .footer-container .footer-logo {
    padding: 45px 0 30px 0;
  }
}
.footer-container .footer-logo .row .zone-article:first-child img {
  padding-top: 14px;
}
@media (min-width: 1200px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) {
    padding-left: 55px;
  }
}
@media (min-width: 1441px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) {
    padding-left: 85px;
  }
}
@media (max-width: 1199px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) {
    padding-left: 35px;
  }
}
@media (min-width: 401px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) {
    padding-left: 85px;
  }
}
@media (max-width: 991px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) img {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) img {
    padding-top: 14px;
  }
}
@media (min-width: 401px) {
  .footer-container .footer-logo .row .zone-article:first-child a:nth-child(2) img {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .footer-container .footer-logo .row .zone-article:first-child {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-container .footer-logo .row .zone-article:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer-container .footer-logo .row .zone-article:first-child {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer-container .footer-logo .row .zone-article:last-child {
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-container .footer-logo .row .zone-article:last-child {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .footer-container .footer-logo .row .zone-article:last-child {
    padding-top: 40px;
    text-align: center;
  }
}
.footer-container .footer-logo .row .zone-article:last-child img {
  float: left;
}
@media (max-width: 767px) {
  .footer-container .footer-logo .row .zone-article:last-child img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-container .footer-logo .row .zone-article:last-child img:nth-child(3) {
  float: right;
}
.footer-container .footer-content {
  padding: 0 0 60px 0;
}
@media (max-width: 767px) {
  .footer-container .footer-content {
    padding: 0 0 100px 0;
    text-align: center;
  }
}
.footer-container .footer-content .container {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}
.footer-container .footer-content .container:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 0px;
  bottom: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.19);
}
.footer-container .footer-content .container > .row .zone-article p {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article p br {
    display: block !important;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(1) {
  width: 25%;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(1) {
    width: 100%;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) {
    padding-top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content {
    max-width: 350px;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content h4 {
  margin-bottom: 0;
  float: left;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content h4 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content h4:first-child {
    margin-top: 0;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a {
    float: left;
    clear: both;
  }
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a {
    display: block;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a:hover {
  color: #E40332 !important;
  text-decoration: none;
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a:hover h4 {
  color: #E40332 !important;
  text-decoration: none;
}
.footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a h4 {
  margin-top: 15px !important;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(2) .mod-article__content a h4 {
    margin-top: 30px !important;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(3) {
  width: 25%;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(3) {
    padding-top: 50px;
    width: 100%;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(3) .mod-article__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(3) .mod-article__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(3) .mod-article__content .btn {
  margin-top: 10px;
}
.footer-container .footer-content .container > .row .zone-article:nth-child(3) .mod-article__content h5 {
  max-width: 170px;
  text-align: center;
  margin-top: 80px;
  margin-right: 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-container .footer-content .container > .row .zone-article:nth-child(3) .mod-article__content h5 {
    margin-top: 70px;
  }
}
.footer-container .footer-content .container > .row .zone-article:nth-child(3) .mod-article__content h5 img {
  margin-top: 10px;
  margin-right: 0 !important;
}
.footer-container .footer-content-credit {
  padding: 0 0 10px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-container .footer-content-credit {
    text-align: center;
  }
}
.footer-container .footer-content-credit .container {
  position: relative;
}
.footer-container .footer-content-credit .container:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 0px;
  bottom: 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.19);
}
.footer-container .footer-content-credit .container p {
  color: #F4F4F4;
  font-size: 12px;
  padding-bottom: 0;
}
.footer-container .footer-content-credit .container a {
  color: #F4F4F4;
  font-size: 12px;
  margin-bottom: 45px;
}
.footer-container .footer-content-credit .container a:hover {
  color: #E40332;
  text-decoration: none;
}

/** RESIZE CONTAINER FOR SOME PAGE **/
@media (min-width: 768px) {
  .container {
    width: 652px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 872px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1072px;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 1182px;
  }
}

/* BACKGROUND COLOR CONTAINER */
.bgGrey {
  background-color: #F4F4F4;
}

/* SIDE BORDER */
.site-inner {
  overflow: hidden;
}
.site-inner > .line {
  border-left: 40px solid #F4F4F4;
  border-right: 40px solid #F4F4F4;
}
@media (max-width: 767px) {
  .site-inner > .line {
    border-left: 14px solid #F4F4F4;
    border-right: 14px solid #F4F4F4;
  }
}
.site-inner > .no-side-border {
  border-left: 0;
  border-right: 0;
}

/* VIDEO RESPONSIVE */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SECTION */
.section-page-intro {
  padding-top: 80px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .section-page-intro {
    padding-top: 60px;
  }
}
.section-page-intro h2 {
  font-size: 34px;
  line-height: 40px;
  color: #E40332;
}
@media (max-width: 991px) {
  .section-page-intro h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-page-intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-page-intro hr {
  margin-top: 60px;
}
.section-page-intro h3 {
  padding-top: 35px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
  color: #171715;
}
.section-page-intro.right {
  text-align: right;
}

.message-custom-padding {
  padding-top: 65px;
}

/* RESPONSIVE IMAGE DANS LES CONTENUS */
@media (max-width: 575px) {
  div .line:not(.footer-infolettre-container):not(.footer-logo):not(.section-bloc-menu):not(.line-adherer-table) img {
    margin-right: 100% !important;
  }
}

/* LINE PAIEMENT SECURISEE */
.line-paiement-securisee {
  display: block !important;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .line-paiement-securisee {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.line-paiement-securisee .container {
  background-color: #F4F4F4;
  border-radius: 15px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .line-paiement-securisee .container {
    padding: 30px 40px;
  }
}
.line-paiement-securisee .container > .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .line-paiement-securisee .container > .row {
    flex-direction: column;
  }
}
.line-paiement-securisee .container > .row > div {
  display: flex;
}
.line-paiement-securisee .container > .row > div:nth-child(1) {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  height: 110px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .line-paiement-securisee .container > .row > div:nth-child(1) {
    width: 40%;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .line-paiement-securisee .container > .row > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-paiement-securisee .container > .row > div:nth-child(1) img {
    margin-right: 0 !important;
  }
}
.line-paiement-securisee .container > .row > div:nth-child(1) img:nth-child(1) {
  margin-right: 15px;
}
.line-paiement-securisee .container > .row > div:nth-child(1) img:nth-child(2) {
  margin-right: 25px;
}
.line-paiement-securisee .container > .row > div:nth-child(2) {
  width: 70%;
}
@media (max-width: 991px) {
  .line-paiement-securisee .container > .row > div:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-paiement-securisee .container > .row > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.line-paiement-securisee .container > .row > div:nth-child(2) h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 10px;
}
.line-paiement-securisee .container > .row > div:nth-child(2) p {
  margin-bottom: 0;
}

.section-bloc-menu {
  background-color: #00307E;
  padding-top: 0;
  padding-bottom: 0;
}
.section-bloc-menu .news-mosaic {
  grid-gap: 0 !important;
}
@media (min-width: 992px) {
  .section-bloc-menu .news-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
.section-bloc-menu .news-mosaic .row {
  margin-bottom: 0 !important;
}
.section-bloc-menu .news-mosaic .row .news-intro {
  height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover !important;
}
.section-bloc-menu .news-mosaic .row .news-intro a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}
.section-bloc-menu .news-mosaic .row .news-intro a:hover, .section-bloc-menu .news-mosaic .row .news-intro a:focus {
  text-decoration: none;
}
.section-bloc-menu .news-mosaic .row .news-intro a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #E40332;
  width: 40px;
  height: 4px;
  bottom: 70px;
  margin-bottom: 0;
}
.section-bloc-menu .news-mosaic .row .news-intro a img {
  padding-bottom: 10px;
}
.section-bloc-menu .news-mosaic .row .news-intro:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: RGBA(23, 45, 77, 0.6);
  transition: all 0.5s ease;
}
.section-bloc-menu .news-mosaic .row .news-intro:hover:before {
  content: "";
  background-color: RGBA(31, 221, 229, 0.7);
  transition: all 0.5s ease;
}
.section-bloc-menu .news-mosaic .row:nth-child(1) .news-intro {
  background: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/pages/accueil/Img_formation_Red.jpg") no-repeat center;
}
.section-bloc-menu .news-mosaic .row:nth-child(2) .news-intro {
  background: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/pages/accueil/Img_Activites_Red.jpg") no-repeat center;
}
.section-bloc-menu .news-mosaic .row:nth-child(3) .news-intro {
  background: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/pages/accueil/Img_Programme_Red.jpg") no-repeat center;
}
.section-bloc-menu .news-mosaic .row:nth-child(4) .news-intro {
  background: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/pages/accueil/Viens-danser.jpg") no-repeat center;
}

.section-actuellement {
  padding: 220px 0 100px 0;
}
@media (max-width: 991px) {
  .section-actuellement {
    padding: 220px 0 60px 0;
  }
}
.section-actuellement .zone-news_flash {
  display: inline-block;
}
@media (max-width: 991px) {
  .section-actuellement .zone-news_flash {
    width: 100%;
  }
  .section-actuellement .zone-news_flash:first-child {
    padding-bottom: 60px;
  }
}
.section-actuellement .zone-news_flash > h2 {
  position: absolute;
  margin-top: -120px;
}
.section-actuellement .zone-news_flash .newsList {
  padding-bottom: 25px;
}
.section-actuellement .zone-news_flash .newsList > h2 {
  padding-bottom: 0;
  color: #E40332;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .section-actuellement .zone-news_flash .newsList .item {
    width: 100%;
    padding-bottom: 50px;
  }
}
.section-actuellement .zone-news_flash .newsList .item .itemImage {
  margin-bottom: 0;
}
.section-actuellement .zone-news_flash .newsList h3 {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .section-actuellement .zone-news_flash .newsList h3 {
    max-width: 400px;
  }
}
.section-actuellement .zone-news_flash .newsList h3 a:hover {
  color: #171715;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child {
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-actuellement .zone-news_flash .newsList .actions > a:last-child {
    white-space: normal !important;
  }
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child:hover, .section-actuellement .zone-news_flash .newsList .actions > a:last-child:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child:hover:after, .section-actuellement .zone-news_flash .newsList .actions > a:last-child:focus:after {
  background-color: #E40332;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child.dark {
  color: #fff;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child.dark:hover {
  color: #E40332;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child.revert:after {
  background-color: #67DAE3;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child.revert:hover:after {
  background-color: #E40332;
}
.section-actuellement .zone-news_flash .newsList .actions > a:last-child:after {
  height: 2px;
}
@media (max-width: 991px) {
  .section-actuellement .zone-event_flash {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-actuellement .zone-event_flash {
    padding-left: 120px;
  }
}
.section-actuellement .zone-event_flash .content > .row {
  padding: 0 0 45px 0;
}
.section-actuellement .zone-event_flash .e-thumbnail {
  display: none;
}
.section-actuellement .zone-event_flash h3 {
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 48, 126, 0.35);
}
.section-actuellement .zone-event_flash h2 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 600;
  padding-top: 65px;
  padding-bottom: 33px;
  margin-bottom: 0px;
}
.section-actuellement .zone-event_flash hr {
  display: none;
}
.section-actuellement .zone-event_flash .intro strong {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
}
.section-actuellement .zone-event_flash .itemInfos {
  display: none;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register:hover, .section-actuellement .zone-event_flash .mod-eventflash__btn-register:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register:hover:after, .section-actuellement .zone-event_flash .mod-eventflash__btn-register:focus:after {
  background-color: #E40332;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register.dark {
  color: #fff;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register.dark:hover {
  color: #E40332;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register.revert:after {
  background-color: #67DAE3;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register.revert:hover:after {
  background-color: #E40332;
}
.section-actuellement .zone-event_flash .mod-eventflash__btn-register:after {
  height: 2px;
}
.section-actuellement .viewAll {
  float: right;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
}
.section-actuellement .viewAll:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-actuellement .viewAll {
    white-space: normal !important;
  }
}
.section-actuellement .viewAll:hover {
  background-color: #67DAE3;
  color: #171715;
}

.section-activite-a-venir {
  padding: 0 0 98px 0;
}
@media (max-width: 991px) {
  .section-activite-a-venir .zone-event_flash {
    width: 100%;
  }
}
.section-activite-a-venir .zone-event_flash > h2 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  padding-top: 65px;
  padding-bottom: 33px;
  margin-bottom: 0px;
}
.section-activite-a-venir .zone-event_flash .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}
@media (max-width: 991px) {
  .section-activite-a-venir .zone-event_flash .content {
    display: inline-block;
    width: 100%;
  }
}
.section-activite-a-venir .zone-event_flash .content > .item {
  border-top: 1px solid rgba(0, 48, 126, 0.35);
}
.section-activite-a-venir .zone-event_flash .content > .item .e-thumbnail {
  display: none;
}
.section-activite-a-venir .zone-event_flash .content > .item h3 {
  margin-bottom: 0;
}
.section-activite-a-venir .zone-event_flash .content > .item h3 a:hover {
  color: #171715;
}
.section-activite-a-venir .zone-event_flash .content > .item hr {
  display: none;
}
.section-activite-a-venir .zone-event_flash .content > .item .intro strong {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
}
.section-activite-a-venir .zone-event_flash .content > .item p br {
  display: block !important;
}
.section-activite-a-venir .zone-event_flash .content > .item .itemInfos {
  display: none;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register:hover, .section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register:hover:after, .section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register:focus:after {
  background-color: #E40332;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register.dark {
  color: #fff;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register.dark:hover {
  color: #E40332;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register.revert:after {
  background-color: #67DAE3;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register.revert:hover:after {
  background-color: #E40332;
}
.section-activite-a-venir .zone-event_flash .content > .item .mod-eventflash__btn-register:after {
  height: 2px;
}
.section-activite-a-venir .zone-event_flash .viewAll {
  float: right;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
  grid-column: 3;
  grid-row: 3;
  margin-left: auto;
}
.section-activite-a-venir .zone-event_flash .viewAll:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-activite-a-venir .zone-event_flash .viewAll {
    white-space: normal !important;
  }
}
.section-activite-a-venir .zone-event_flash .viewAll:hover {
  background-color: #67DAE3;
  color: #171715;
}
@media (max-width: 991px) {
  .section-activite-a-venir .zone-event_flash .viewAll {
    margin-top: 10px;
  }
}

.section-accueil-magazine {
  padding-top: 80px;
  padding-bottom: 75px;
  /*display:block;*/
}
.section-accueil-magazine .container:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 48, 126, 0.35);
  position: relative;
  left: 0;
  right: 0;
  top: -95px;
  margin-left: auto;
  margin-right: auto;
}
.section-accueil-magazine .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .section-accueil-magazine .container > .row {
    flex-direction: column-reverse;
  }
}
.section-accueil-magazine .container > .row > div:nth-child(1) .content {
  margin-right: 15%;
}
@media (max-width: 991px) {
  .section-accueil-magazine .container > .row > div:nth-child(1) .content {
    margin-right: 0;
  }
}
.section-accueil-magazine .container > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
.section-accueil-magazine .container > .row > div:nth-child(1) .content p {
  font-size: 20px;
  line-height: 27px;
}
.section-accueil-magazine .container > .row > div:nth-child(1) .content .btn {
  margin-top: 15px;
}
.section-accueil-magazine .container > .row > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-accueil-magazine .container > .row > div:nth-child(2) {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.section-accueil-magazine .container > .row > div:nth-child(2) .content img {
  margin-top: -20px;
}

.section-special-banner {
  pointer-events: none;
}
.section-special-banner .mod-banner__wrapper {
  padding-right: 105px;
}
@media (max-width: 767px) {
  .section-special-banner .mod-banner__wrapper {
    padding-right: 0;
  }
}
.section-special-banner .mod-banner__wrapper .mod-banner__img {
  height: 825px;
  background: transparent no-repeat top center;
  overflow: visible;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-special-banner .mod-banner__wrapper .mod-banner__img {
    height: 770px;
  }
}
@media (max-width: 767px) {
  .section-special-banner .mod-banner__wrapper .mod-banner__img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .section-special-banner .mod-banner__wrapper .mod-banner__img {
    height: 300px;
  }
}
.section-special-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  width: 102%;
  top: initial;
  bottom: 0;
  position: relative;
  display: block;
  z-index: 10;
  height: 100%;
  transform: none;
}
.section-special-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content img {
  width: 100% !important;
  max-width: 1834px;
  bottom: 230px;
  position: absolute;
}
@media (max-width: 1199px) {
  .section-special-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content img {
    bottom: 270px;
  }
}
@media (max-width: 767px) {
  .section-special-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content img {
    width: 80% !important;
    bottom: -30px;
  }
}
@media (max-width: 575px) {
  .section-special-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content img {
    bottom: -20px;
  }
}

.section-special-content .container-fluid h2 {
  padding-bottom: 15px;
}
.section-special-content .container-fluid p br {
  display: block !important;
}
.section-special-content .container-fluid > .row > div {
  width: 100%;
  float: right;
  padding: 55px 110px 0 95px;
  background-color: #fff;
  margin-top: -320px;
}
@media (min-width: 992px) {
  .section-special-content .container-fluid > .row > div {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .section-special-content .container-fluid > .row > div {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .section-special-content .container-fluid > .row > div {
    margin-top: 0;
    padding: 55px 30px 0 30px;
  }
}
.section-special-content .eventsList .item {
  display: grid;
  grid-template-columns: 270px auto;
  grid-auto-rows: minmax(10px, auto) minmax(70px, auto);
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .section-special-content .eventsList .item {
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }
}
.section-special-content .eventsList .item > a {
  grid-column: 1/2;
  grid-row-start: 1;
  grid-row-end: 3;
  min-height: 120px;
}
.section-special-content .eventsList .item > a img {
  float: left;
  margin-bottom: 0px;
  margin-right: 50px;
  width: 220px;
}
@media (max-width: 575px) {
  .section-special-content .eventsList .item > a img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section-special-content .eventsList .item > a {
    order: 2;
    grid-column: 1;
    grid-row: 1;
  }
}
.section-special-content .eventsList .item h3 {
  grid-column: 2/2;
  grid-row: 1/2;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .section-special-content .eventsList .item h3 {
    max-width: 640px;
  }
}
@media (max-width: 575px) {
  .section-special-content .eventsList .item h3 {
    order: 1;
    grid-column: 1;
    grid-row: 2;
  }
}
.section-special-content .eventsList .item h3 a:hover {
  text-decoration: none !important;
  color: #171715;
}
.section-special-content .eventsList .item .itemInfos {
  grid-column: 2/2;
  grid-row: 2/2;
}
@media (max-width: 575px) {
  .section-special-content .eventsList .item .itemInfos {
    grid-column: 1;
    grid-row: 3;
  }
}
.section-special-content .eventsList .item .event-flash-tags {
  display: none;
}
.section-special-content .eventsList .item .e-date + a {
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-special-content .eventsList .item .e-date + a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-special-content .eventsList .item .e-date + a {
    white-space: normal !important;
  }
}
.section-special-content .eventsList .item .e-date + a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-special-content .eventsList .item .e-date + a:hover, .section-special-content .eventsList .item .e-date + a:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-special-content .eventsList .item .e-date + a:hover:after, .section-special-content .eventsList .item .e-date + a:focus:after {
  background-color: #E40332;
}
.section-special-content .eventsList .item .e-date + a.dark {
  color: #fff;
}
.section-special-content .eventsList .item .e-date + a.dark:hover {
  color: #E40332;
}
.section-special-content .eventsList .item .e-date + a.revert:after {
  background-color: #67DAE3;
}
.section-special-content .eventsList .item .e-date + a.revert:hover:after {
  background-color: #E40332;
}
.section-special-content .eventsList .item .e-date + a:after {
  height: 2px;
}
.section-special-content .eventsList .item .intro {
  display: none;
}
.section-special-content .eventsList .item .actions {
  display: none;
}
.section-special-content .eventsList .viewAll {
  display: none;
}

.section-special-bt .container-fluid > .row > div {
  width: 100%;
  float: right;
  padding: 50px 105px 95px 95px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .section-special-bt .container-fluid > .row > div {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .section-special-bt .container-fluid > .row > div {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .section-special-bt .container-fluid > .row > div {
    margin-top: 0;
    padding: 55px 30px 75px 30px;
  }
}
.section-special-bt .container-fluid > .row > div .btn {
  margin-left: 270px;
}
@media (max-width: 991px) {
  .section-special-bt .container-fluid > .row > div .btn {
    margin-left: 0;
  }
}

.section-annonces {
  background-color: #F4F4F4;
  padding: 95px 0 75px 0;
}
@media (max-width: 767px) {
  .section-annonces {
    padding: 70px 0 95px 0;
  }
}
@media (max-width: 767px) {
  .section-annonces .zone-article:nth-child(2) {
    padding-top: 80px;
  }
}
.section-annonces .zone-article:nth-child(2) .mod-article__content {
  position: relative;
}
.section-annonces .zone-article:nth-child(2) .mod-article__content a {
  position: relative;
  display: inline-block;
}
.section-annonces .zone-article:nth-child(2) .mod-article__content a:after {
  content: "Publicité";
  display: inline-block;
  position: absolute;
  font-size: 10px;
  top: 32px;
  right: -40px;
  transform: rotate(270deg);
  color: #171715 !important;
}
.section-annonces .mod-article__intro {
  display: flex;
}
@media (max-width: 991px) {
  .section-annonces .mod-article__intro {
    display: block;
  }
}
.section-annonces .mod-article__intro h2 {
  max-width: 255px;
  height: 130px;
  display: inline-block;
}
@media (max-width: 991px) {
  .section-annonces .mod-article__intro h2 {
    max-width: 100%;
    height: auto;
  }
}
.section-annonces .mod-article__intro h2 strong {
  color: #E40332;
  font-weight: 800;
}
.section-annonces .mod-article__intro p {
  padding-top: 10px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .section-annonces .mod-article__intro p {
    max-width: 100%;
  }
}
.section-annonces .mod-article__intro img {
  max-width: 300px;
  width: 100%;
}
.section-annonces .mod-article__content .btn {
  margin-top: 40px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-annonces .mod-article__content .btn {
    margin-top: 25px;
  }
}
.section-annonces .mod-article__content img {
  max-width: 300px;
  width: 100%;
}

.section-nouvelles-recherche {
  padding: 0;
}
.section-nouvelles-recherche.special {
  z-index: 10;
  position: relative;
}
.section-nouvelles-recherche.special .form-horizontal > div {
  z-index: 1000;
}
@media (min-width: 1200px) {
  .section-nouvelles-recherche.special .zone-html {
    position: absolute;
    max-width: 560px;
  }
}
@media (max-width: 1199px) {
  .section-nouvelles-recherche.special .zone-html .form-horizontal {
    margin-bottom: 0;
  }
}
.section-nouvelles-recherche.special .zone-html .form-horizontal .search-select {
  width: 305px !important;
}
.section-nouvelles-recherche .form-horizontal {
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.section-nouvelles-recherche .form-horizontal > div {
  width: 100%;
  padding-left: 0;
}
.section-nouvelles-recherche .form-horizontal > div .form-group > div {
  display: inline-block;
  width: auto;
  min-width: 320px;
  float: none;
}
.section-nouvelles-recherche .form-horizontal .col-md-18 {
  padding-left: 0;
}
.section-nouvelles-recherche .form-horizontal .control-label {
  float: none;
  padding-left: 0;
  font-size: 22px;
  font-weight: 900;
  width: auto;
  color: #171715;
  padding-right: 60px;
  padding-bottom: 10px;
}
.section-nouvelles-recherche .form-horizontal .control-label:after {
  content: " :";
}
.section-nouvelles-recherche .form-horizontal .search-select {
  font-size: 17px;
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f1f1 url(https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Assets/selectdropdown.png) no-repeat right 20px center !important;
}

.section-nouvelles {
  padding: 0 0 80px 0;
}
.section-nouvelles.smallpaddingtop {
  padding: 80px 0 80px 0;
}
.section-nouvelles .container > .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .section-nouvelles .form-element-keywords {
    float: left;
  }
}
.section-nouvelles .form-element-keywords label {
  padding-right: 60px !important;
  padding-top: 17px;
  float: left !important;
}
.section-nouvelles .form-element-keywords > div {
  padding-left: 0;
  padding-right: 0;
}
.section-nouvelles .form-element-keywords > div .chosen-container {
  width: 305px;
}
.section-nouvelles .form-element-keywords > div .chosen-container .chosen-choices {
  width: 305px;
}
.section-nouvelles .form-element-keywords > div .chosen-container .chosen-drop {
  width: 305px;
}
.section-nouvelles .news-mosaic > .row {
  padding-top: 22px;
  position: relative;
}
.section-nouvelles .news-mosaic > .row:first-child {
  border-top: 0;
}
.section-nouvelles .news-mosaic > .row:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #7B8CA7;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.section-nouvelles .news-mosaic > .row > div {
  padding: 0;
}
.section-nouvelles .news-mosaic > .row > div > a:first-child {
  float: left;
  width: 100%;
  height: 170px;
  max-width: 350px;
  max-height: 170px;
  margin-right: 30px;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .section-nouvelles .news-mosaic > .row > div > a:first-child {
    float: none;
  }
}
.section-nouvelles .news-mosaic > .row > div > a:first-child img {
  max-width: 350px;
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .section-nouvelles .news-mosaic > .row > div > a:first-child img {
    max-width: 100%;
  }
}
.section-nouvelles .news-mosaic > .row > div h3 {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 540px;
  padding-bottom: 6px;
}
.section-nouvelles .news-mosaic > .row > div h3:hover {
  color: #171715;
}
.section-nouvelles .news-mosaic > .row > div p {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 15px;
}
.section-nouvelles .news-mosaic > .row > div p + a {
  display: flex;
  align-items: center;
  width: auto;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-nouvelles .news-mosaic > .row > div p + a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-nouvelles .news-mosaic > .row > div p + a {
    white-space: normal !important;
  }
}
.section-nouvelles .news-mosaic > .row > div p + a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-nouvelles .news-mosaic > .row > div p + a:hover, .section-nouvelles .news-mosaic > .row > div p + a:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div p + a:hover:after, .section-nouvelles .news-mosaic > .row > div p + a:focus:after {
  background-color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div p + a.dark {
  color: #fff;
}
.section-nouvelles .news-mosaic > .row > div p + a.dark:hover {
  color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div p + a.revert:after {
  background-color: #67DAE3;
}
.section-nouvelles .news-mosaic > .row > div p + a.revert:hover:after {
  background-color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div p + a:after {
  height: 2px;
}
.section-nouvelles .news-mosaic > .row > div div + a, .section-nouvelles .news-mosaic > .row > div h3 + a {
  display: flex;
  align-items: center;
  width: auto;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-nouvelles .news-mosaic > .row > div div + a:hover, .section-nouvelles .news-mosaic > .row > div h3 + a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-nouvelles .news-mosaic > .row > div div + a, .section-nouvelles .news-mosaic > .row > div h3 + a {
    white-space: normal !important;
  }
}
.section-nouvelles .news-mosaic > .row > div div + a:after, .section-nouvelles .news-mosaic > .row > div h3 + a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-nouvelles .news-mosaic > .row > div div + a:hover, .section-nouvelles .news-mosaic > .row > div div + a:focus, .section-nouvelles .news-mosaic > .row > div h3 + a:hover, .section-nouvelles .news-mosaic > .row > div h3 + a:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div div + a:hover:after, .section-nouvelles .news-mosaic > .row > div div + a:focus:after, .section-nouvelles .news-mosaic > .row > div h3 + a:hover:after, .section-nouvelles .news-mosaic > .row > div h3 + a:focus:after {
  background-color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div div + a.dark, .section-nouvelles .news-mosaic > .row > div h3 + a.dark {
  color: #fff;
}
.section-nouvelles .news-mosaic > .row > div div + a.dark:hover, .section-nouvelles .news-mosaic > .row > div h3 + a.dark:hover {
  color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div div + a.revert:after, .section-nouvelles .news-mosaic > .row > div h3 + a.revert:after {
  background-color: #67DAE3;
}
.section-nouvelles .news-mosaic > .row > div div + a.revert:hover:after, .section-nouvelles .news-mosaic > .row > div h3 + a.revert:hover:after {
  background-color: #E40332;
}
.section-nouvelles .news-mosaic > .row > div div + a:after, .section-nouvelles .news-mosaic > .row > div h3 + a:after {
  height: 2px;
}

.section-nouvelles-details-titre {
  padding: 80px 0 0 0;
}
.section-nouvelles-details-titre.annonce-details .mod-article__wrapper {
  position: relative;
}
.section-nouvelles-details-titre.annonce-details .mod-article__wrapper h1.mod-article__title {
  margin-bottom: 100px;
}
.section-nouvelles-details-titre.annonce-details .mod-article__wrapper h1.mod-article__title:before {
  content: "";
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #7B8CA7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
}
.section-nouvelles-details-titre h1 {
  max-width: 600px;
  font-size: 34px;
  line-height: 40px;
  color: #E40332;
  font-weight: 900;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .section-nouvelles-details-titre h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.section-nouvelles-details-titre .mod-article__published-date {
  margin-bottom: 100px;
  position: relative;
}
.section-nouvelles-details-titre .mod-article__published-date:before {
  content: "";
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #7B8CA7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
}

.section-nouvelles-details {
  padding: 0 0 20px 0;
}
.section-nouvelles-details .zone-article {
  padding: 0;
}
.section-nouvelles-details .news-content {
  padding-bottom: 55px;
}
.section-nouvelles-details .news-content .mod-article__img {
  width: 100%;
  padding-bottom: 50px;
}
.section-nouvelles-details .news-content strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.section-nouvelles-details .news-content h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.section-nouvelles-details .news-content s {
  padding-left: 50px;
  margin: 40px 0 40px;
  display: block;
  border-left: 6px solid #E40332;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #E40332;
}
.section-nouvelles-details .news-content .par-nom-auteur td:nth-child(1) {
  width: 160px;
}
.section-nouvelles-details .news-content .par-nom-auteur td:nth-child(1) img {
  padding-right: 40px;
}
@media (max-width: 575px) {
  .section-nouvelles-details .news-content .par-nom-auteur td:nth-child(1) {
    width: 100px;
  }
  .section-nouvelles-details .news-content .par-nom-auteur td:nth-child(1) img {
    padding-right: 20px;
  }
}
.section-nouvelles-details .news-content .par-nom-auteur td:nth-child(2) {
  border-top: 1px solid #7B8CA7;
  border-bottom: 1px solid #7B8CA7;
}
@media (min-width: 768px) {
  .section-nouvelles-details .news-list {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .section-nouvelles-details .news-list {
    padding-left: 95px;
  }
}
@media (max-width: 767px) {
  .section-nouvelles-details .news-list {
    padding-top: 100px;
  }
}
.section-nouvelles-details .news-list h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  padding-bottom: 40px;
}
.section-nouvelles-details .news-list h2:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7B8CA7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.section-nouvelles-details .news-list .news-item {
  position: relative;
  padding-bottom: 30px;
}
.section-nouvelles-details .news-list .news-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7B8CA7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.section-nouvelles-details .news-list .news-item .news-thumb-link {
  display: none;
}
.section-nouvelles-details .news-list .news-item h3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
}
.section-nouvelles-details .news-list .news-item .e-date a {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 1.17px;
}
.section-nouvelles-details .article-back-to-list-histo {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent !important;
  color: #171715 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  min-height: 55px !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 7px 0 !important;
  border: 0 !important;
  position: relative !important;
  transition: all 150ms !important;
}
.section-nouvelles-details .article-back-to-list-histo:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-nouvelles-details .article-back-to-list-histo {
    white-space: normal !important;
  }
}
.section-nouvelles-details .article-back-to-list-histo:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #E40332 !important;
  bottom: 0 !important;
}
.section-nouvelles-details .article-back-to-list-histo:hover, .section-nouvelles-details .article-back-to-list-histo:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #E40332 !important;
}
.section-nouvelles-details .article-back-to-list-histo:hover:after, .section-nouvelles-details .article-back-to-list-histo:focus:after {
  background-color: #E40332 !important;
}
.section-nouvelles-details .article-back-to-list-histo.dark {
  color: #fff !important;
}
.section-nouvelles-details .article-back-to-list-histo.dark:hover {
  color: #E40332 !important;
}
.section-nouvelles-details .article-back-to-list-histo.revert:after {
  background-color: #67DAE3 !important;
}
.section-nouvelles-details .article-back-to-list-histo.revert:hover:after {
  background-color: #E40332 !important;
}

body.blogue .search-form .form-horizontal > div {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 991px) {
  body.blogue .search-form .form-horizontal > div {
    width: 100%;
  }
}
body.blogue .search-form .form-horizontal > div .form-group > div {
  display: inline-block;
  width: auto;
  min-width: 320px;
}
body.blogue .search-form .form-horizontal .control-label {
  padding-left: 0;
  font-size: 22px;
  font-weight: 900;
  width: auto;
  padding-right: 45px;
}
body.blogue .search-form .form-horizontal .control-label:after {
  content: " :";
}

.section-sdp-contact {
  padding: 70px 0;
  text-align: right;
}
.section-sdp-contact .container {
  position: relative;
}
.section-sdp-contact .container:after {
  content: "";
  height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #7B8CA7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
}
.section-sdp-contact .container h3 {
  padding-top: 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.section-sdp-communiques {
  padding: 0 0 80px 0;
}
@media (max-width: 991px) {
  .section-sdp-communiques {
    padding: 0 0 40px 0;
  }
}
.section-sdp-communiques .row > div .e-date {
  margin-bottom: 0px;
}
.section-sdp-communiques .row > div h2 {
  margin-bottom: 50px;
}
.section-sdp-communiques .row > div h3 {
  margin-bottom: 10px;
}
.section-sdp-communiques .row > div h3:hover {
  color: #171715;
}
.section-sdp-communiques .row > div > a {
  margin-top: 12px !important;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
}
.section-sdp-communiques .row > div > a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-sdp-communiques .row > div > a {
    white-space: normal !important;
  }
}
.section-sdp-communiques .row > div > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-sdp-communiques .row > div > a:hover, .section-sdp-communiques .row > div > a:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-sdp-communiques .row > div > a:hover:after, .section-sdp-communiques .row > div > a:focus:after {
  background-color: #E40332;
}
.section-sdp-communiques .row > div > a.dark {
  color: #fff;
}
.section-sdp-communiques .row > div > a.dark:hover {
  color: #E40332;
}
.section-sdp-communiques .row > div > a.revert:after {
  background-color: #67DAE3;
}
.section-sdp-communiques .row > div > a.revert:hover:after {
  background-color: #E40332;
}
.section-sdp-communiques .row > div > a:after {
  height: 2px;
}

.section-sdp-revue {
  padding: 0 0 50px 0;
}
.section-sdp-revue .news-accordion-panel-group {
  margin-top: 20px;
}
.section-sdp-revue .news-accordion-panel-group .panel-body .news-accordion-content h3 {
  font-weight: 700;
}

body.salle-de-presse-details .section-nouvelles-details .container .zone-article,
body.salle-de-presse-details .section-nouvelles-details-titre .container .zone-article {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.salle-de-presse-details .section-nouvelles-details .container .zone-article,
  body.salle-de-presse-details .section-nouvelles-details-titre .container .zone-article {
    width: 66.66666667%;
  }
}
body.salle-de-presse-details .section-nouvelles-details {
  /*
  .container {
      >.row {
          margin-left: 0;
          margin-right: 0;
      }
  }
  */
}

.section-infolettre {
  padding: 80px 0 90px 0;
}
.section-infolettre .zone-crm > h2 {
  max-width: 400px;
  margin-bottom: 50px;
}
.section-infolettre h1 {
  display: none;
}

.section-programmation {
  padding-top: 65px !important;
  padding-bottom: 30px !important;
}
.section-programmation .form-horizontal {
  /*
  .col-sm-12 {
      width:100%;
  }
  label {
      float: left!important;
      width: auto;
      font-size: 22px;
      line-height:41px;
      font-weight: 800;
      color:$clrBlack!important;
      padding-right: 60px;
  }
  select {
  }
  */
}
.section-programmation .form-horizontal > div {
  width: 100%;
}
.section-programmation .events {
  padding-top: 30px;
}
.section-programmation .events .item {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section-programmation .events .item {
    padding-bottom: 50px;
  }
}
.section-programmation .events .item .e-thumbnail {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-programmation .events .item h3 {
    /* min-height: 98px;*/
  }
}
.section-programmation .events .item h4, .section-programmation .events .item hr {
  display: none;
}
.section-programmation .events .item p br {
  display: block !important;
}
.section-programmation .events .item .events-mosaic__short-description {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 700px;
}
.section-programmation .events .item .events-mosaic__short-description strong {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800px;
}
.section-programmation .events .item .contact {
  display: none;
}
.section-programmation .events .item .actions {
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #171715;
}
.section-programmation .events .item .actions .btn {
  margin-left: 14px !important;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
}
.section-programmation .events .item .actions .btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-programmation .events .item .actions .btn {
    white-space: normal !important;
  }
}
.section-programmation .events .item .actions .btn.btn-default {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 10px 0;
  min-height: inherit;
  margin-bottom: -5px;
}
.section-programmation .events .item .actions .btn.btn-default:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-programmation .events .item .actions .btn.btn-default:hover, .section-programmation .events .item .actions .btn.btn-default:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-programmation .events .item .actions .btn.btn-default:hover:after, .section-programmation .events .item .actions .btn.btn-default:focus:after {
  background-color: #E40332;
}
.section-programmation .events .item .actions .btn.btn-default.dark {
  color: #fff;
}
.section-programmation .events .item .actions .btn.btn-default.dark:hover {
  color: #E40332;
}
.section-programmation .events .item .actions .btn.btn-default.revert:after {
  background-color: #67DAE3;
}
.section-programmation .events .item .actions .btn.btn-default.revert:hover:after {
  background-color: #E40332;
}
.section-programmation .events .item .actions .btn.btn-default:after {
  height: 2px;
}
.section-programmation .events .item .actions .btn.btn-primary {
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
  font-size: 13px;
  line-height: 17px;
  padding: 12px 16px;
}
.section-programmation .events .item .actions .btn.btn-primary:hover {
  background-color: #67DAE3;
  color: #171715;
}
.section-programmation .event-detail {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .section-programmation .event-detail {
    padding-top: 0 !important;
  }
}
.section-programmation .event-detail h1 {
  font-size: 34px;
  line-height: 40px;
  color: #E40332;
  padding-bottom: 50px;
  margin-bottom: 55px;
  border-bottom: 1px solid #171715;
}
.section-programmation .event-detail .event-detail__category {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
  color: #171715;
  font-style: normal;
}
.section-programmation .event-detail .event-detail__description-wrapper,
.section-programmation .event-detail .event-detail__speakers-wrapper {
  margin-top: 2px;
}
.section-programmation .event-detail .event-detail__description-wrapper h3, .section-programmation .event-detail .event-detail__description-wrapper h4, .section-programmation .event-detail .event-detail__description-wrapper h5,
.section-programmation .event-detail .event-detail__speakers-wrapper h3,
.section-programmation .event-detail .event-detail__speakers-wrapper h4,
.section-programmation .event-detail .event-detail__speakers-wrapper h5 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.section-programmation .event-detail .event-detail__description-wrapper h5,
.section-programmation .event-detail .event-detail__speakers-wrapper h5 {
  color: #E40332;
}
.section-programmation .event-detail .event-detail__description-wrapper br,
.section-programmation .event-detail .event-detail__speakers-wrapper br {
  display: block !important;
}
.section-programmation .event-detail .event-detail__description-wrapper > ul,
.section-programmation .event-detail .event-detail__speakers-wrapper > ul {
  list-style: initial;
  padding-left: 15px;
}
.section-programmation .event-detail .event-detail__description-wrapper > ul ul,
.section-programmation .event-detail .event-detail__speakers-wrapper > ul ul {
  list-style: circle;
  padding: 5px 0 15px 25px;
}
@media (max-width: 767px) {
  .section-programmation .event-detail .row-event-jumbotron__left-right {
    display: flex;
    flex-direction: column;
  }
  .section-programmation .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    order: 2;
    padding-top: 60px;
  }
  .section-programmation .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    order: 1;
  }
}
.section-programmation .event-detail .event-jumbotron__left {
  padding: 0 30px 35px 0px;
  background-color: transparent;
  border-bottom: 1px solid #171715;
}
@media (max-width: 767px) {
  .section-programmation .event-detail .event-jumbotron__left {
    padding: 30px 30px 35px 0px;
    border-top: 1px solid #171715;
  }
}
.section-programmation .event-detail .event-jumbotron__left .itemInfos {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  text-transform: initial;
}
.section-programmation .event-detail .event-jumbotron__left .itemInfos br {
  display: block !important;
}
.section-programmation .event-detail .event-jumbotron__left .address__info .event-info__title,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .event-info__title {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
  color: #171715;
  font-style: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-programmation .event-detail .event-jumbotron__left .address__info .jumbotron__address-place,
.section-programmation .event-detail .event-jumbotron__left .address__info .jumbotron__address-full,
.section-programmation .event-detail .event-jumbotron__left .address__info .jumbotron__address-country,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .jumbotron__address-place,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .jumbotron__address-full,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .jumbotron__address-country {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
}
.section-programmation .event-detail .event-jumbotron__left .address__info .contact,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .contact {
  display: none;
}
.section-programmation .event-detail .event-jumbotron__left .address__info .email,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .email {
  padding-bottom: 30px;
  /*font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  */
}
.section-programmation .event-detail .event-jumbotron__left .address__info .email a,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .email a {
  color: #171715;
}
.section-programmation .event-detail .event-jumbotron__left .address__info .places,
.section-programmation .event-detail .event-jumbotron__left .address__contact-info .places {
  font-size: 17px;
  line-height: 22px;
}
.section-programmation .event-detail .event-jumbotron__left .event-detail__speakers-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-programmation .event-detail .event-jumbotron__left .event-detail__speakers-wrapper h3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
  color: #171715;
  font-style: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-programmation .event-detail .event-jumbotron__left .event-detail__speakers-wrapper p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.section-programmation .event-detail .event-jumbotron__left .event-detail__speakers-wrapper p strong {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
  color: #171715;
  font-style: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-programmation .event-detail .row-event-jumbotron__right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-programmation .event-detail .row-event-jumbotron__right {
    border-left: 1px solid #000;
    padding-left: 70px;
  }
}

.section-formations-sur-mesure {
  padding: 85px 0 60px 0;
}
@media (max-width: 767px) {
  .section-formations-sur-mesure {
    padding: 85px 0 30px 0;
  }
}
.section-formations-sur-mesure .btn {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-formations-sur-mesure .container .row .zone-article:nth-child(1) {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .section-formations-sur-mesure .container .row .zone-article:nth-child(1) {
    padding-right: 55px;
  }
}
@media (min-width: 1200px) {
  .section-formations-sur-mesure .container .row .zone-article:nth-child(1) {
    padding-right: 75px;
  }
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(1) h2 {
  color: #E40332;
  margin-bottom: 20px;
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(1) h3 {
  font-size: 20px;
  line-height: 27px;
  color: #171715;
  padding-top: 10px;
  padding-bottom: 50px;
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(1) h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(1) li {
  font-size: 17px;
  line-height: 22px;
  color: #171715;
}
@media (max-width: 767px) {
  .section-formations-sur-mesure .container .row .zone-article:nth-child(2) {
    padding-top: 70px;
  }
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(2) h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 48, 126, 0.35);
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(2) a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #E40332;
  margin-top: 25px;
  margin-bottom: 25px;
}
.section-formations-sur-mesure .container .row .zone-article:nth-child(2) a:hover, .section-formations-sur-mesure .container .row .zone-article:nth-child(2) a:focus {
  color: #171715;
  text-decoration: none;
}

.section-formations-sur-mesure-formulaire {
  padding-top: 85px;
  padding-bottom: 95px;
}
.section-formations-sur-mesure-formulaire .section-description h2 {
  color: #E40332;
  margin-bottom: 20px;
}
.section-formations-sur-mesure-formulaire .section-description p {
  font-size: 20px;
  line-height: 27px;
}
.section-formations-sur-mesure-formulaire.bgGrey form.form-horizontal input:not([type=submit]), .section-formations-sur-mesure-formulaire.bgGrey form.form-horizontal select, .section-formations-sur-mesure-formulaire.bgGrey form.form-horizontal textarea {
  background-color: #fff !important;
  border-radius: 3px;
  border: none;
}
.section-formations-sur-mesure-formulaire.bgGrey form.form-horizontal .crm-footer-frame {
  margin-top: 40px;
}

.section-coaching-text {
  padding: 0;
}

.section-coaching-text {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .section-coaching-text {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-coaching-text .container .row .zone-article:nth-child(1) {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-coaching-text .container .row .zone-article:nth-child(1) {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .section-coaching-text .container .row .zone-article:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .section-coaching-text .container .row .zone-article:nth-child(2) {
    padding-left: 40px;
  }
}

.section-coaching-special {
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .section-coaching-special .container-fluid > .row > div {
    padding: 55px 15% 0 95px;
  }
}
.section-coaching-special .container-fluid > .row > div h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #E40332;
  padding-top: 20px;
  padding-bottom: 5px;
}

.section-coaching-accordeon {
  padding-top: 75px;
  padding-bottom: 70px;
}
.section-coaching-accordeon .panel-news-accordion {
  background-color: transparent;
}

.section-coaching-formulaire {
  padding-top: 20px;
  padding-bottom: 85px;
}
.section-coaching-formulaire h1 {
  display: none;
}
.section-coaching-formulaire h2 {
  color: #E40332;
}
.section-coaching-formulaire p {
  font-size: 20px;
  line-height: 27px;
}

.section-pedagogique-text {
  padding: 0;
}

.section-pedagogique-article {
  padding: 0;
}
.section-pedagogique-article .newsList .row {
  position: relative;
  margin-top: 0 !important;
}
.section-pedagogique-article .newsList .row .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-column-gap: 80px;
  padding: 100px 15px 80px;
}
@media (max-width: 991px) {
  .section-pedagogique-article .newsList .row .item {
    grid-column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .section-pedagogique-article .newsList .row .item {
    padding: 70px 15px 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-pedagogique-article .newsList .row .item .itemImage {
  grid-row-start: span 3;
}
@media (max-width: 767px) {
  .section-pedagogique-article .newsList .row .item .itemImage {
    grid-row-start: span 1;
    margin-bottom: 0;
  }
}
.section-pedagogique-article .newsList .row .item h3 {
  grid-column-start: span 1;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  color: #171715;
}
@media (max-width: 767px) {
  .section-pedagogique-article .newsList .row .item h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .section-pedagogique-article .newsList .row .item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-pedagogique-article .newsList .row .item .intro {
  grid-column-start: span 1;
}
.section-pedagogique-article .newsList .row .item .actions {
  grid-column-start: span 1;
  margin-top: 0;
}
.section-pedagogique-article .newsList .row:nth-child(odd):before, .section-pedagogique-article .newsList .row:nth-of-type(odd):before {
  content: "";
  width: 5000px;
  height: 100%;
  margin-left: -200%;
  position: absolute;
  display: block;
  overflow: auto;
  background-color: #F4F4F4;
}
@media (min-width: 768px) {
  .section-pedagogique-article .newsList .row:nth-child(even) .item .itemImage {
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .section-pedagogique-article .newsList .row:nth-child(even) .item h3 {
    grid-column-start: span 1;
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .section-pedagogique-article .newsList .row:nth-child(even) .item .intro {
    grid-column-start: span 1;
  }
}
@media (min-width: 768px) {
  .section-pedagogique-article .newsList .row:nth-child(even) .item .actions {
    grid-column-start: span 1;
  }
}

.section-pedagogique-text-logo {
  padding-top: 75px;
  padding-bottom: 70px;
  position: relative;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .section-pedagogique-text-logo {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.section-pedagogique-text-logo .container {
  position: relative;
}
.section-pedagogique-text-logo .container .row .zone-html:nth-child(1) img {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .section-pedagogique-text-logo .container .row .zone-html:nth-child(1) img {
    width: 100% !important;
    max-width: 217px !important;
  }
}
@media (max-width: 767px) {
  .section-pedagogique-text-logo .container .row .zone-html:nth-child(2) {
    padding-top: 50px;
  }
}
.section-pedagogique-text-logo .container .row .zone-html:nth-child(2) p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.section-pedagogique-text-logo .container .row .zone-html:nth-child(2) p strong {
  color: #E40332;
}
@media (max-width: 991px) {
  .section-pedagogique-text-logo .container .row .zone-html:nth-child(2) p br {
    display: none;
  }
}

.section-pedagogique-details {
  padding-top: 75px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .section-pedagogique-details .container .row .zone-article > div:nth-child(1) {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .section-pedagogique-details .container .row .zone-article > div:nth-child(1) {
    padding-right: 55px;
  }
}
@media (min-width: 1200px) {
  .section-pedagogique-details .container .row .zone-article > div:nth-child(1) {
    padding-right: 75px;
  }
}
.section-pedagogique-details h1 {
  color: #E40332;
}
.section-pedagogique-details h4 {
  font-weight: bold;
}
.section-pedagogique-details h5 {
  font-weight: bold;
}
.section-pedagogique-details .news-list h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 48, 126, 0.35);
  margin-bottom: 0px;
}
.section-pedagogique-details .news-list .news-thumb-link {
  display: none;
}
.section-pedagogique-details .news-list .news-item {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #E40332;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 48, 126, 0.35);
}

.section-evenement-espace,
.section-programmation {
  padding: 20px 0 90px 0;
  /*
      .event-subscription,
      .event-summary,
      .event-payment,
      .eventsubscriptionconfirmation */
}
.section-evenement-espace.paiement-annonce .event-detail__section .btn-back,
.section-programmation.paiement-annonce .event-detail__section .btn-back {
  display: none;
}
.section-evenement-espace .events .item,
.section-programmation .events .item {
  display: flex;
  flex-wrap: wrap;
}
.section-evenement-espace .events .item h4,
.section-programmation .events .item h4 {
  order: 2;
  margin-bottom: 3px;
  display: block;
}
.section-evenement-espace .events .item .address,
.section-programmation .events .item .address {
  /*order:1;
  margin-bottom: 3px;
  display:block!important;*/
}
.section-evenement-espace .events .item .actions,
.section-programmation .events .item .actions {
  order: 3;
}
.section-evenement-espace .events .item .e-date,
.section-programmation .events .item .e-date {
  display: none;
}
.section-evenement-espace .event-detail .contact,
.section-programmation .event-detail .contact {
  display: block !important;
}
.section-evenement-espace .event-detail .event-detail__image-wrapper,
.section-programmation .event-detail .event-detail__image-wrapper {
  padding-bottom: 50px;
}
.section-evenement-espace .event-detail .event-detail__description-wrapper,
.section-programmation .event-detail .event-detail__description-wrapper {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 21px;
  color: #171715;
}
.section-evenement-espace .content h1,
.section-programmation .content h1 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
  font-weight: 800;
  text-transform: none;
  /*margin-bottom: 50px;*/
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section-evenement-espace .content h1,
  .section-programmation .content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-evenement-espace .content .nav-progress,
.section-programmation .content .nav-progress {
  padding-bottom: 70px;
}
.section-evenement-espace .content .form-withProgress__wrapper,
.section-programmation .content .form-withProgress__wrapper {
  padding: 0;
  background: #ffffff;
}
.section-evenement-espace .content .form-withProgress__wrapper h2, .section-evenement-espace .content .form-withProgress__wrapper h3, .section-evenement-espace .content .form-withProgress__wrapper legend,
.section-programmation .content .form-withProgress__wrapper h2,
.section-programmation .content .form-withProgress__wrapper h3,
.section-programmation .content .form-withProgress__wrapper legend {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #171715;
}
.section-evenement-espace .content .form-withProgress__wrapper .form-edition,
.section-programmation .content .form-withProgress__wrapper .form-edition {
  margin: 30px 0px;
  padding: 20px 15px;
  border-top: 1px solid #171715 !important;
  border-bottom: 1px solid #171715 !important;
  border-left: 0;
  border-right: 0;
}
.section-evenement-espace .content .form-withProgress__wrapper .form-edition .btn-add,
.section-programmation .content .form-withProgress__wrapper .form-edition .btn-add {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 20px 0 !important;
  border: 0;
  position: relative;
  transition: all 150ms;
}
.section-evenement-espace .content .form-withProgress__wrapper .form-edition .btn-add i,
.section-programmation .content .form-withProgress__wrapper .form-edition .btn-add i {
  margin-right: 10px;
}
.section-evenement-espace .content .form-withProgress__wrapper .form-control-static,
.section-programmation .content .form-withProgress__wrapper .form-control-static {
  padding: 10px 0;
}
.section-evenement-espace .content .form-withProgress__wrapper .static-infos .control-label,
.section-programmation .content .form-withProgress__wrapper .static-infos .control-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .section-evenement-espace .content .form-withProgress__wrapper .event-authentication .form-group,
  .section-programmation .content .form-withProgress__wrapper .event-authentication .form-group {
    width: 50%;
  }
}
.section-evenement-espace .content .form-withProgress__wrapper .event-authentication.type-identification-slave-nomember .btn-link,
.section-programmation .content .form-withProgress__wrapper .event-authentication.type-identification-slave-nomember .btn-link {
  background-color: #67DAE3 !important;
  color: #171715 !important;
  transition: all 150ms !important;
  border: 0 !important;
  padding: 16px 20px !important;
}
.section-evenement-espace .content .form-withProgress__wrapper .event-authentication.type-identification-slave-nomember .btn-link:after,
.section-programmation .content .form-withProgress__wrapper .event-authentication.type-identification-slave-nomember .btn-link:after {
  display: none;
}
.section-evenement-espace .content .form-withProgress__wrapper .event-authentication.type-identification-slave-nomember .btn-link:hover,
.section-programmation .content .form-withProgress__wrapper .event-authentication.type-identification-slave-nomember .btn-link:hover {
  background-color: #E40332 !important;
  color: #fff !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer,
.section-programmation .content .form-withProgress__navigation-footer {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .section-evenement-espace .content .form-withProgress__navigation-footer,
  .section-programmation .content .form-withProgress__navigation-footer {
    flex-direction: initial;
  }
}
.section-evenement-espace .content .form-withProgress__navigation-footer p,
.section-programmation .content .form-withProgress__navigation-footer p {
  margin-bottom: 70px;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link {
  background-color: transparent !important;
  color: #171715 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  min-height: 55px !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 7px 0 !important;
  border: 0 !important;
  position: relative !important;
  transition: all 150ms !important;
  padding: 16px 20px !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link:after,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #E40332 !important;
  bottom: 0 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link:hover, .section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link:focus,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link:hover,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #E40332 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link:hover:after, .section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link:focus:after,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link:hover:after,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link:focus:after {
  background-color: #E40332 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link.dark,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link.dark {
  color: #fff !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link.dark:hover,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link.dark:hover {
  color: #E40332 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link.revert:after,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link.revert:after {
  background-color: #67DAE3 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link.revert:hover:after,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link.revert:hover:after {
  background-color: #E40332 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.btn-link:after,
.section-programmation .content .form-withProgress__navigation-footer a.btn-link:after {
  /*display:none;*/
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous {
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  padding: 0 !important;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous:after,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous:hover, .section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous:focus,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous:hover,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous:focus {
  text-decoration: none !important;
  color: #E40332;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous:hover:after, .section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous:focus:after,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous:hover:after,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous:focus:after {
  background-color: #E40332;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous.dark,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous.dark {
  color: #fff;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous.dark:hover,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous.dark:hover {
  color: #E40332;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous.revert:after,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous.revert:after {
  background-color: #67DAE3;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous.revert:hover:after,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous.revert:hover:after {
  background-color: #E40332;
}
.section-evenement-espace .content .form-withProgress__navigation-footer .btn-link#step_previous:after,
.section-programmation .content .form-withProgress__navigation-footer .btn-link#step_previous:after {
  display: block;
}
.section-evenement-espace .content .form-withProgress__navigation-footer button,
.section-programmation .content .form-withProgress__navigation-footer button {
  margin-left: auto;
}
.section-evenement-espace .content .form-withProgress__navigation-footer a.js-event-registration-validate,
.section-programmation .content .form-withProgress__navigation-footer a.js-event-registration-validate {
  margin-left: auto;
}
.section-evenement-espace .content .event-authentication .form-withProgress__navigation-footer .btn-primary,
.section-programmation .content .event-authentication .form-withProgress__navigation-footer .btn-primary {
  margin-left: auto;
}
.section-evenement-espace .content .event-authentication .form-withProgress__navigation-footer.type-identification-slave-nomember .btn-link,
.section-programmation .content .event-authentication .form-withProgress__navigation-footer.type-identification-slave-nomember .btn-link {
  background-color: #67DAE3 !important;
  color: #171715 !important;
  transition: all 150ms !important;
  border: 0 !important;
  padding: 16px 20px !important;
}
.section-evenement-espace .content .event-authentication .form-withProgress__navigation-footer.type-identification-slave-nomember .btn-link:after,
.section-programmation .content .event-authentication .form-withProgress__navigation-footer.type-identification-slave-nomember .btn-link:after {
  display: none;
}
.section-evenement-espace .content .event-authentication .form-withProgress__navigation-footer.type-identification-slave-nomember .btn-link:hover,
.section-programmation .content .event-authentication .form-withProgress__navigation-footer.type-identification-slave-nomember .btn-link:hover {
  background-color: #E40332 !important;
  color: #fff !important;
}
.section-evenement-espace .content .total-amount-section h4:last-child,
.section-programmation .content .total-amount-section h4:last-child {
  text-align: right;
}
.section-evenement-espace .content .stripe-label-cms,
.section-programmation .content .stripe-label-cms {
  padding-left: 15px;
}
.section-evenement-espace .content .payment_method input,
.section-programmation .content .payment_method input {
  /*top: 17px;*/
}

.section-annoncez-vos-evenement-form {
  padding-top: 20px;
  padding-bottom: 95px;
}
.section-annoncez-vos-evenement-form h2 {
  margin-bottom: 40px;
}
.section-annoncez-vos-evenement-form .section-title {
  margin-top: 40px;
  font-size: 24px;
}
.section-annoncez-vos-evenement-form .input-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.event-detail__nav__cta .btn-primary {
  margin-right: 30px;
}
.event-detail__nav__cta .btn-back {
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: transparent;
  color: #171715;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 0;
  margin: 0 0 7px 0;
  min-height: 55px;
  border: 0;
  position: relative;
  transition: all 150ms;
  min-height: 53px;
  /*
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 16px 20px;
  margin: 0 0 7px 0;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border: none;
  min-width: 0;
  border-radius: 3px;
  background-color: #67DAE3;
  color: #171715;
  transition: all 150ms;
  border: 0;
  @include btn-secondary;
  &:after {
      display:none;
  }
  */
}
.event-detail__nav__cta .btn-back:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .event-detail__nav__cta .btn-back {
    white-space: normal !important;
  }
}
.event-detail__nav__cta .btn-back:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E40332;
  bottom: 0;
}
.event-detail__nav__cta .btn-back:hover, .event-detail__nav__cta .btn-back:focus {
  text-decoration: none !important;
  color: #E40332;
}
.event-detail__nav__cta .btn-back:hover:after, .event-detail__nav__cta .btn-back:focus:after {
  background-color: #E40332;
}
.event-detail__nav__cta .btn-back.dark {
  color: #fff;
}
.event-detail__nav__cta .btn-back.dark:hover {
  color: #E40332;
}
.event-detail__nav__cta .btn-back.revert:after {
  background-color: #67DAE3;
}
.event-detail__nav__cta .btn-back.revert:hover:after {
  background-color: #E40332;
}
.event-detail__nav__cta .btn-back:hover, .event-detail__nav__cta .btn-back:focus {
  background-color: transparent;
}

.section-boutique .events .item .e-date {
  display: none !important;
}
.section-boutique .events .item .events-mosaic__short-description p {
  display: block !important;
  margin-bottom: 0;
}
.section-boutique table tr td {
  padding-right: 25px;
}
.section-boutique table tr td h3 {
  color: #E40332 !important;
}
.section-boutique table tr td h6 {
  font-size: 12px;
  line-height: 18px;
  color: #171715;
  letter-spacing: 1.56px;
  min-height: 75px;
  font-weight: bold;
  padding-top: 20px;
}
.section-boutique table tr td img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 90% !important;
  margin-bottom: 25px;
}
.section-boutique .event-detail .event-jumbotron__left .event-jumbotron__date {
  display: none;
}
.section-boutique .event-detail .event-jumbotron__left .event-jumbotron__short-description {
  display: block;
}
.section-boutique .event-detail .event-jumbotron__left .event-jumbotron__short-description p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.section-boutique .event-detail .event-jumbotron__left .event-jumbotron__short-description p strong {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
  color: #171715;
  font-style: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-membre-image-text {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section-membre-image-text .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .section-membre-image-text .container > .row {
    display: inline-block;
  }
}
.section-membre-image-text .container > .row .zone-article {
  display: flex;
  flex: 1; /* additionally, equal width */
}
@media (max-width: 767px) {
  .section-membre-image-text .container > .row .zone-article:nth-child(1) {
    padding-bottom: 40px;
  }
}
.section-membre-image-text .container > .row .zone-article .mod-article__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .section-membre-image-text .container > .row .zone-article .mod-article__wrapper {
    padding-left: 0;
  }
}
.section-membre-image-text .container > .row .zone-article .mod-article__wrapper p {
  padding-left: 20px;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .section-membre-image-text .container > .row .zone-article .mod-article__wrapper p {
    padding-left: 0;
  }
}

.section-membre-titre-icone {
  padding-top: 25px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .section-membre-titre-icone {
    padding-top: 0px;
  }
}
.section-membre-titre-icone .zone-article h3 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: start;
}
.section-membre-titre-icone .zone-article h3:before {
  content: "";
  width: 98px;
  height: 98px;
  display: inline-table;
  background-size: 98px 98px;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .section-membre-titre-icone .zone-article h3:before {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-membre-titre-icone .zone-article h3 {
    display: inline-block;
  }
}
.section-membre-titre-icone .zone-article .btn-primary {
  margin-top: 15px;
}
.section-membre-titre-icone .zone-article hr {
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-membre-titre-icone .zone-article:nth-child(1) {
    padding-bottom: 30px;
  }
}
.section-membre-titre-icone .zone-article:nth-child(1) h3:before {
  background-image: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Assets/Icon_Regrouppement%402x.jpg");
}
.section-membre-titre-icone .zone-article:nth-child(2) h3:before {
  background-image: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Assets/Icon_Joindre%402x.jpg");
}

.section-membre-video {
  padding-top: 80px;
  padding-bottom: 105px;
  background-color: #F4F4F4;
}
@media (max-width: 991px) {
  .section-membre-video {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}
@media (max-width: 575px) {
  .section-membre-video {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .section-membre-video .videoWrapper {
    width: 100%;
  }
}

.section-membre-cat-et-tarif {
  padding-top: 110px !important;
}

.section-membre-cat-et-tarif-titre,
.section-membre-cat-et-tarif {
  padding-top: 85px;
  padding-bottom: 35px;
}
.section-membre-cat-et-tarif-titre h2,
.section-membre-cat-et-tarif h2 {
  font-size: 55px;
  line-height: 60px;
  color: #171715;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-membre-cat-et-tarif-titre h2,
  .section-membre-cat-et-tarif h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section-membre-cat-et-tarif-titre hr,
.section-membre-cat-et-tarif hr {
  margin-top: 25px;
}
.section-membre-cat-et-tarif-titre h3,
.section-membre-cat-et-tarif h3 {
  font-size: 34px;
  line-height: 40px;
  color: #E40332;
  font-weight: 800;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-membre-cat-et-tarif-titre h3,
  .section-membre-cat-et-tarif h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-membre-cat-et-tarif-titre h4,
.section-membre-cat-et-tarif h4 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  padding-top: 15px;
}

.section-membre-forfaits {
  padding-bottom: 60px;
}
.section-membre-forfaits .news-mosaic > .row > div {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .section-membre-forfaits .news-mosaic > .row > div {
    padding: 30px 20px;
  }
}
.section-membre-forfaits .news-mosaic > .row > div h4 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-membre-forfaits .news-mosaic > .row > div h4 img {
  margin-top: -6px;
  margin-right: 5px;
}
.section-membre-forfaits .news-mosaic > .row > div h3 {
  font-size: 80px;
  line-height: 46px;
  color: #E40332;
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.section-membre-forfaits .news-mosaic > .row > div h3:after {
  content: "$";
  font-size: 48px;
  top: -30px;
  position: relative;
}
.section-membre-forfaits .news-mosaic > .row > div h5 {
  font-size: 12px;
  line-height: 18px;
  color: #171715;
  font-weight: 700;
  letter-spacing: 1.56px;
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
}
.section-membre-forfaits .news-mosaic > .row > div h5 strong {
  font-size: 18px;
  line-height: 20px;
  color: #171715;
  font-weight: 700;
  letter-spacing: 0;
}
.section-membre-forfaits .news-mosaic > .row > div h5 br {
  display: block !important;
}
@media (max-width: 1199px) {
  .section-membre-forfaits .news-mosaic > .row > div h5 {
    width: 100%;
  }
}
.section-membre-forfaits .news-mosaic > .row > div .btn {
  margin-top: 20px;
}
.section-membre-forfaits .news-mosaic > .row > div .accordeon tr:nth-child(2) td {
  padding: 0 10px 0 10px;
}
.section-membre-forfaits .news-mosaic > .row > div .accordeon ul {
  list-style: none;
  padding-left: 0;
}
.section-membre-forfaits .news-mosaic > .row > div .accordeon ul li {
  font-size: 14px;
  line-height: 22px;
  padding: 4px 0;
  border-bottom: 1px solid #171715;
}

.section-adherer-intro {
  padding-top: 80px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .section-adherer-intro {
    padding-top: 60px;
  }
}
.section-adherer-intro h2 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
}
.section-adherer-intro h2 strong {
  color: #E40332;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-adherer-intro h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-adherer-intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-adherer-intro hr {
  margin-top: 60px;
}
.section-adherer-intro h3 {
  padding-top: 35px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
  color: #171715;
}
.section-adherer-intro.right {
  text-align: right;
}

.section-adherer-icon-titre {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-adherer-icon-titre h2 {
  font-size: 48px;
  line-height: 58px;
  color: #00307E;
  font-weight: 900;
  text-transform: none;
  color: #171715;
}
@media (max-width: 767px) {
  .section-adherer-icon-titre h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.section-adherer-icon {
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #F4F4F4;
}
@media (max-width: 991px) {
  .section-adherer-icon {
    padding-top: 60px;
  }
}
.section-adherer-icon h3 {
  padding-top: 35px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
  color: #171715;
}
.section-adherer-icon .container > .row > div .newsList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 991px) {
  .section-adherer-icon .container > .row > div .newsList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .section-adherer-icon .container > .row > div .newsList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-adherer-icon .container > .row > div .newsList > .row {
  margin-top: 0;
}
.section-adherer-icon .container > .row > div .newsList > .row .item .itemImage {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.section-adherer-icon .container > .row > div .newsList > .row .item .itemImage img {
  margin-bottom: 0;
}
.section-adherer-icon .container > .row > div .newsList > .row .item .intro {
  text-align: center;
  margin-top: -15px;
}
.section-adherer-icon .container > .row > div .newsList > .row .item .intro p {
  font-weight: 600;
}
.section-adherer-icon .container > .row > div .newsList > .row .item .intro p br {
  display: block !important;
}

.section-adherer-categories-tarifs-titre {
  padding-top: 85px;
  padding-bottom: 35px;
}
.section-adherer-categories-tarifs-titre h2 {
  font-size: 48px;
  line-height: 58px;
  color: #00307E;
  font-weight: 900;
  text-transform: none;
  color: #171715;
}
@media (max-width: 767px) {
  .section-adherer-categories-tarifs-titre h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.section-adherer-categories-tarifs-titre hr {
  margin-top: 25px;
}
.section-adherer-categories-tarifs-titre h3 {
  font-size: 34px;
  line-height: 40px;
  color: #E40332;
  font-weight: 800;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-adherer-categories-tarifs-titre h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-adherer-categories-tarifs-titre h4 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  padding-top: 15px;
}

.section-adherer-forfaits {
  padding-bottom: 20px;
}
.section-adherer-forfaits .news-mosaic {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .section-adherer-forfaits .news-mosaic {
    flex-flow: row wrap;
  }
}
.section-adherer-forfaits .news-mosaic > .row {
  margin: 0;
}
.section-adherer-forfaits .news-mosaic > .row:nth-child(1) {
  width: 25%;
}
@media (max-width: 1199px) {
  .section-adherer-forfaits .news-mosaic > .row:nth-child(1) {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .section-adherer-forfaits .news-mosaic > .row:nth-child(1) {
    width: 100%;
  }
}
.section-adherer-forfaits .news-mosaic > .row:nth-child(1) > div {
  border-color: #E40332;
}
.section-adherer-forfaits .news-mosaic > .row:nth-child(2) {
  width: 45%;
}
@media (max-width: 1199px) {
  .section-adherer-forfaits .news-mosaic > .row:nth-child(2) {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .section-adherer-forfaits .news-mosaic > .row:nth-child(2) {
    width: 100%;
  }
}
.section-adherer-forfaits .news-mosaic > .row:nth-child(2) > div {
  border-color: #67DAE3;
}
.section-adherer-forfaits .news-mosaic > .row:nth-child(3) {
  width: 30%;
}
@media (max-width: 1199px) {
  .section-adherer-forfaits .news-mosaic > .row:nth-child(3) {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .section-adherer-forfaits .news-mosaic > .row:nth-child(3) {
    width: 100%;
  }
}
.section-adherer-forfaits .news-mosaic > .row:nth-child(3) > div {
  border-color: #00307E;
}
.section-adherer-forfaits .news-mosaic > .row > div {
  border: 3px solid;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px 40px 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .section-adherer-forfaits .news-mosaic > .row > div {
    padding: 30px 20px;
  }
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro h3 {
  font-size: 30px;
  line-height: 36px;
  color: #171715;
  font-weight: 800;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro h4 {
  margin-top: auto;
  font-size: 40px;
  line-height: 46px;
  color: #171715;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro h4 img {
  margin-top: -6px;
  margin-right: 5px;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro h5 {
  font-size: 28px;
  line-height: 34px;
  color: #171715;
  font-weight: 800;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro h5 br {
  display: block !important;
}
@media (max-width: 1199px) {
  .section-adherer-forfaits .news-mosaic > .row > div .news-intro h5 {
    width: 100%;
  }
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro p:last-child {
  margin-bottom: 0;
  text-align: center;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro .btn {
  margin-top: 20px;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container {
  margin-top: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
  }
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-1 {
  width: 50%;
  text-align: center;
}
@media (min-width: 576px) {
  .section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-1 {
    border-right: 3px solid #67DAE3;
  }
}
@media (max-width: 575px) {
  .section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-1 {
    width: 100%;
  }
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-1 p {
  margin-bottom: 0;
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-2 {
  width: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-2 {
    width: 100%;
    margin-top: 20px;
  }
}
.section-adherer-forfaits .news-mosaic > .row > div .news-intro .adherer-forfait-container .adherer-forfait-2 p {
  margin-bottom: 0;
}

.line-adherer-table {
  padding-bottom: 60px;
}
.line-adherer-table .content table.member-table {
  width: 100%;
  border-collapse: collapse; /* Ensures borders between cells are merged */
  border: none; /* Hides the outer border of the table */
}
.line-adherer-table .content table.member-table tbody td, .line-adherer-table .content table.member-table tbody th {
  border: 3px solid #EAEAEA;
  padding: 20px 25px 0px 25px;
}
.line-adherer-table .content table.member-table tbody tr td:first-child {
  border-left: none;
  font-size: 15px;
  line-height: 20px;
  color: #171715;
  font-weight: 100;
}
@media (min-width: 992px) {
  .line-adherer-table .content table.member-table tbody tr td:first-child {
    width: 30%;
  }
}
.line-adherer-table .content table.member-table tbody tr td:first-child p {
  font-size: 15px;
  line-height: 20px;
  color: #171715;
  font-weight: 100;
}
.line-adherer-table .content table.member-table tbody tr td:nth-child(2) {
  text-align: center;
}
.line-adherer-table .content table.member-table tbody tr td:nth-child(3) {
  text-align: center;
  background-color: #F4F4F4;
}
.line-adherer-table .content table.member-table tbody tr td:last-child {
  text-align: center;
  border-right: none;
  background-color: #E2E2E2;
}
.line-adherer-table .content table.member-table tbody tr td img {
  margin-right: 0 !important;
  margin-top: -20px;
}
.line-adherer-table .content table.member-table tbody tr td .btn {
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  .line-adherer-table .content table.member-table tbody tr:first-child td:first-child {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:first-child td:first-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:first-child td:nth-child(2), .line-adherer-table .content table.member-table tbody tr:first-child td:nth-child(3), .line-adherer-table .content table.member-table tbody tr:first-child td:last-child {
    flex: 1;
  }
}
.line-adherer-table .content table.member-table tbody tr:first-child td {
  background-color: #fff !important;
  border: 0 !important;
  text-align: center !important;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.line-adherer-table .content table.member-table tbody tr:first-child td:nth-child(2) {
  border-right: 3px solid #F4F4F4 !important;
}
.line-adherer-table .content table.member-table tbody tr:first-child td:nth-child(3) {
  border-right: 3px solid #F4F4F4 !important;
}
.line-adherer-table .content table.member-table tbody tr:first-child td p {
  font-size: 20px;
  line-height: 22px;
  color: #171715 !important;
  margin-bottom: 20px;
  font-weight: 500;
}
.line-adherer-table .content table.member-table tbody tr:first-child td span {
  font-size: 33px;
  line-height: 31px;
  font-weight: 700;
  color: #E40332;
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:first-child td span {
    font-size: 27px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:first-child td .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .line-adherer-table .content table.member-table tbody tr:first-child td .btn {
    font-size: 7px;
    line-height: 7px;
  }
}
.line-adherer-table .content table.member-table tbody tr:first-child td:first-child {
  font-size: 18px;
  line-height: 25px;
  color: #171715;
  font-weight: 500;
  text-transform: none;
  color: #E40332;
  vertical-align: bottom;
  padding-bottom: 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:first-child td:first-child {
    font-size: 20px;
    line-height: 30px;
  }
}
.line-adherer-table .content table.member-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .line-adherer-table .content table.member-table tbody tr:last-child td:nth-child(1) {
    display: none;
  }
  .line-adherer-table .content table.member-table tbody tr:last-child td:nth-child(3) {
    display: none;
  }
  .line-adherer-table .content table.member-table tbody tr:last-child td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .line-adherer-table .content table.member-table tbody tr:last-child td .btn {
    /*font-size: 7px;
    line-height: 10px;*/
  }
}
.line-adherer-table .content table.member-table tbody tr.heading td {
  background-color: #171715;
  border: 3px solid #171715;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.line-adherer-table .content table.member-table tbody tr.heading td p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr.heading td p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:not(.heading) {
    display: flex;
    flex-wrap: wrap;
  }
  .line-adherer-table .content table.member-table tbody tr:not(.heading) td:first-child {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:not(.heading) td:first-child {
    border-right: none !important;
    background: #F2F9FF;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .line-adherer-table .content table.member-table tbody tr:not(.heading) td:nth-child(2), .line-adherer-table .content table.member-table tbody tr:not(.heading) td:nth-child(3), .line-adherer-table .content table.member-table tbody tr:not(.heading) td:last-child {
    flex: 1;
  }
}

.line-adherer-contacter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.line-adherer-contacter .container > .row {
  border: 3px solid #67DAE3;
  border-radius: 30px;
  padding: 30px 30px 15px 30px;
}
@media (max-width: 767px) {
  .line-adherer-contacter .container > .row {
    display: flex;
    flex-direction: column;
    padding: 30px 10px 15px 10px;
  }
}
.line-adherer-contacter .container > .row > div:nth-child(1) {
  width: 60%;
}
@media (max-width: 767px) {
  .line-adherer-contacter .container > .row > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
}
.line-adherer-contacter .container > .row > div:nth-child(1) .content h3 {
  font-size: 34px;
  line-height: 40px;
  color: #171715;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-adherer-contacter .container > .row > div:nth-child(1) .content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.line-adherer-contacter .container > .row > div:nth-child(1) .content .btn {
  margin-top: 15px;
}
.line-adherer-contacter .container > .row > div:nth-child(2) {
  width: 40%;
}
@media (max-width: 767px) {
  .line-adherer-contacter .container > .row > div:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
.line-adherer-contacter .container > .row > div:nth-child(2) .content {
  text-align: center;
}
.line-adherer-contacter .container > .row > div:nth-child(2) .content img {
  margin-top: -20px;
  margin-bottom: -60px;
}
@media (max-width: 767px) {
  .line-adherer-contacter .container > .row > div:nth-child(2) .content img {
    margin-top: -60px;
  }
}

.line-adherer-informations {
  padding-bottom: 60px;
}
/* MULTI-SLIDE CARROUSEL - carousel pleine largeur (mode vertical) */
.multislides {
  /* DEFAULTS */
  /* MULTISLIDES OVERRIDES */
  /*xxs*/
  /*xs*/
  /*sm*/
  /*md*/
  /*lg*/
}
.multislides .carousel-inner {
  z-index: 10;
}
.multislides .carousel-inner .active,
.multislides .carousel-inner .next,
.multislides .carousel-inner .prev {
  display: block;
}
.multislides .carousel-inner .active {
  left: 0;
}
.multislides .carousel-inner .active.left {
  left: -100%;
}
.multislides .carousel-inner .active.right {
  left: 100%;
}
.multislides .carousel-inner .next,
.multislides .carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.multislides .carousel-inner .next {
  left: 100%;
}
.multislides .carousel-inner .next.left {
  left: 0;
}
.multislides .carousel-inner .prev {
  left: -100%;
}
.multislides .carousel-inner .prev.right {
  left: 0;
}
.multislides .carousel-control {
  width: 8%;
  width: 0px;
  z-index: 100;
}
.multislides .carousel-control.left, .multislides .carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.multislides .carousel-control a span {
  color: white;
  font-size: 29px !important;
}
.multislides .carousel-text {
  position: relative;
  height: 440px;
  min-height: 440px;
  padding: 5px;
  float: left;
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.multislides .carousel-text h3.caption-title {
  padding: 0 20px;
  color: #fff;
  z-index: 105;
  position: relative;
  font-weight: 700;
  text-align: left;
  z-index: 102;
}
.multislides .carousel-text .caption-intro {
  position: relative;
  z-index: 120;
  /*display: block!important;*/
  padding: 0 20px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 160px;
  z-index: 101;
}
.multislides .carousel-text .caption-intro:after {
  content: "";
  top: -70px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: linear-gradient(0deg, rgb(228, 3, 50) 0%, rgba(228, 3, 50, 0) 100%);
  position: absolute;
  z-index: 8;
}
.multislides .carousel-text .caption-intro h3 {
  display: block !important;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-top: 0;
  position: relative;
  z-index: 10;
}
.multislides .carousel-text .caption-intro p {
  display: block !important;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 10;
}
.multislides .carousel-text img {
  padding: 0 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
}
.multislides .active div {
  display: none;
}
.multislides .active div:first-child {
  display: block;
}
@media (max-width: 575px) {
  .multislides .carousel-inner .active.left {
    left: -100%;
  }
  .multislides .carousel-inner .active.right {
    left: 100%;
  }
  .multislides .carousel-inner .next {
    left: 100%;
  }
  .multislides .carousel-inner .prev {
    left: -100%;
  }
  .multislides .carousel-text {
    width: 100%;
  }
  .multislides .active div:first-child {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .multislides .carousel-inner .active.left {
    left: -50%;
  }
  .multislides .carousel-inner .active.right {
    left: 50%;
  }
  .multislides .carousel-inner .next {
    left: 50%;
  }
  .multislides .carousel-inner .prev {
    left: -50%;
  }
  .multislides .carousel-text {
    width: 50%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multislides .carousel-inner .active.left {
    left: -50%;
  }
  .multislides .carousel-inner .active.right {
    left: 50%;
  }
  .multislides .carousel-inner .next {
    left: 50%;
  }
  .multislides .carousel-inner .prev {
    left: -50%;
  }
  .multislides .carousel-text {
    width: 50%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .multislides .carousel-inner .active.left {
    left: -33%;
  }
  .multislides .carousel-inner .active.right {
    left: 33%;
  }
  .multislides .carousel-inner .next {
    left: 33%;
  }
  .multislides .carousel-inner .prev {
    left: -33%;
  }
  .multislides .carousel-text {
    width: 33%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
  .multislides .active > div:first-child + div + div {
    display: block;
  }
}
@media (min-width: 1200px) {
  .multislides .carousel-inner .active.left {
    left: -33.33333%;
  }
  .multislides .carousel-inner .active.right {
    left: 33.33333%;
  }
  .multislides .carousel-inner .next {
    left: 33.33333%;
  }
  .multislides .carousel-inner .prev {
    left: -33.33333%;
  }
  .multislides .carousel-text {
    width: 33.33333%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
  .multislides .active > div:first-child + div + div {
    display: block;
  }
  .multislides .active > div:first-child + div + div + div {
    display: block;
  }
}

.section-avantages-et-services-intro-icone {
  background-color: #F4F4F4;
  padding-top: 110px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .section-avantages-et-services-intro-icone {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.section-avantages-et-services-intro-icone .row > div:nth-child(1) {
  width: 40%;
}
@media (max-width: 991px) {
  .section-avantages-et-services-intro-icone .row > div:nth-child(1) {
    width: 100%;
  }
}
.section-avantages-et-services-intro-icone .row > div:nth-child(2) {
  width: 60%;
}
@media (max-width: 991px) {
  .section-avantages-et-services-intro-icone .row > div:nth-child(2) {
    width: 100%;
  }
}

.section-avantages-et-services-icone {
  background-color: #F4F4F4;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-avantages-et-services-icone {
    padding-bottom: 30px;
  }
}
.section-avantages-et-services-icone .newsList {
  display: flex;
  flex-wrap: wrap;
}
.section-avantages-et-services-icone .newsList .row {
  margin: 0 0 35px 0 !important;
}
@media (max-width: 767px) {
  .section-avantages-et-services-icone .newsList .row {
    margin: 0 0 5px 0 !important;
  }
}
.section-avantages-et-services-icone .newsList .row > div {
  text-align: center;
}
.section-avantages-et-services-icone .newsList .row > div .itemImage img {
  width: 94px;
}
.section-avantages-et-services-icone .newsList .row > div .intro p {
  color: #171715;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 700;
}
.section-avantages-et-services-icone .newsList .row > div .intro p br {
  display: none;
}
@media (min-width: 768px) {
  .section-avantages-et-services-icone .newsList .row:nth-child(-n+4) {
    width: 25%;
  }
  .section-avantages-et-services-icone .newsList .row:nth-child(n+5) {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .section-avantages-et-services-icone .newsList .row {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .section-avantages-et-services-icone .newsList .row {
    width: 100%;
  }
}

.section-avantages-et-services-bouton {
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .section-avantages-et-services-bouton {
    padding-bottom: 40px;
  }
}

.section-avantages-article {
  padding: 0;
}
.section-avantages-article .newsList .row {
  position: relative;
  margin-top: 0 !important;
}
.section-avantages-article .newsList .row .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-column-gap: 80px;
  padding: 115px 15px 65px;
}
@media (max-width: 991px) {
  .section-avantages-article .newsList .row .item {
    grid-column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .section-avantages-article .newsList .row .item {
    padding: 70px 15px 35px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-avantages-article .newsList .row .item .itemImage {
  grid-row-start: span 3;
}
@media (max-width: 767px) {
  .section-avantages-article .newsList .row .item .itemImage {
    grid-row-start: span 1;
    margin-bottom: 0;
  }
}
.section-avantages-article .newsList .row .item h3 {
  grid-column-start: span 1;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  color: #171715;
}
@media (max-width: 767px) {
  .section-avantages-article .newsList .row .item h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .section-avantages-article .newsList .row .item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-avantages-article .newsList .row .item .intro {
  grid-column-start: span 1;
}
.section-avantages-article .newsList .row .item .actions {
  grid-column-start: span 1;
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-avantages-article .newsList .row:nth-child(even) .item .itemImage {
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .section-avantages-article .newsList .row:nth-child(even) .item h3 {
    grid-column-start: span 1;
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .section-avantages-article .newsList .row:nth-child(even) .item .intro {
    grid-column-start: span 1;
  }
}
@media (min-width: 768px) {
  .section-avantages-article .newsList .row:nth-child(even) .item .actions {
    grid-column-start: span 1;
  }
}
.section-avantages-article .newsList .row:nth-child(even):before {
  content: "";
  height: 100%;
  width: 5000px;
  margin-left: -30vw;
  position: absolute;
  display: block;
  overflow: auto;
  background-color: #F4F4F4;
}

body.repertoire-des-membres .section-page-intro {
  display: none;
}
body.repertoire-des-membres.view-directory-list .section-page-intro {
  display: block;
}
body.repertoire-des-membres:not(.view-directory-list) .main-menu {
  position: relative;
  z-index: 100;
}
body.repertoire-des-membres:not(.view-directory-list) .main-menu > .container-fluid .navbar-nav > li a {
  color: #00307E !important;
}
body.repertoire-des-membres:not(.view-directory-list) .main-menu > .container-fluid .navbar-nav > li a:hover {
  color: #E40332 !important;
}
@media (max-width: 991px) {
  body.repertoire-des-membres:not(.view-directory-list) .line-banner {
    background: #F4F4F4;
  }
}
body.repertoire-des-membres:not(.view-directory-list) .line-banner .mod-banner__img {
  background: #F4F4F4;
  background-image: none !important;
  height: 110px;
}
body.repertoire-des-membres:not(.view-directory-list) .line-banner .mod-banner__img:after {
  display: none;
}
body.repertoire-des-membres:not(.view-directory-list) .line-banner .mod-banner__img h1 {
  display: none;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory {
  padding-left: 0;
  padding-right: 0;
  padding-top: 80px;
}
@media (min-width: 768px) {
  body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper {
    width: 66%;
  }
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper .photo img {
  padding-bottom: 40px;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper h1 {
  font-size: 34px;
  line-height: 40px;
  color: #E40332;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper hr {
  margin-top: 45px;
  margin-bottom: 50px;
  border-top: 1px solid #171715;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper h3 {
  font-size: 22px;
  line-height: 30px;
  color: #171715;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 0;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper .info-title {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: 800;
  color: #171715;
  font-style: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper p.no-padding {
  margin-bottom: 0;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper p.padding-top {
  margin-top: 21px;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper a {
  color: #E40332;
}
body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper a:hover, body.repertoire-des-membres:not(.view-directory-list) .zone-directory .directory-member-detail-wrapper a:focus {
  color: #00307E;
  text-decoration: none;
}

.section-repertoire-des-membres {
  padding-top: 20px;
  padding-bottom: 80px;
}
.section-repertoire-des-membres .container > .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .section-repertoire-des-membres .container > .row .search-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 28px;
  }
}
.section-repertoire-des-membres .container > .row .mod_directory__result_bloc .nav-item.active .nav-link {
  border-bottom: 5px solid #E40332;
  color: #171715;
}
.section-repertoire-des-membres .container > .row .table-striped thead tr th {
  border-right: 2px solid #fff;
  color: #fff !important;
}
.section-repertoire-des-membres .container > .row .table-striped thead tr th a {
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: bold;
}
.section-repertoire-des-membres .container > .row .table-striped thead tr th.asort a:after, .section-repertoire-des-membres .container > .row .table-striped thead tr th.rsort a:after {
  content: "›";
  font-size: 24px;
  width: 8px;
  height: 24px;
  margin: 0;
  top: 5px;
  border: 0;
  right: 0;
}
.section-repertoire-des-membres .container > .row .table-striped thead tr th.asort a:after {
  transform: rotate(90deg);
}
.section-repertoire-des-membres .container > .row .table-striped thead tr th.rsort a:after {
  transform: rotate(270deg);
}
.section-repertoire-des-membres .container > .row .table-striped tbody tr td {
  padding: 19px;
}
.section-repertoire-des-membres .container > .row .table-striped tbody tr td a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

.section-liste-des-membres .nav.nav-tabs {
  display: none;
}
.section-liste-des-membres .mod_directory__result_bloc .tab-pane {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 28px;
}
@media (max-width: 1199px) {
  .section-liste-des-membres .mod_directory__result_bloc .tab-pane {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .section-liste-des-membres .mod_directory__result_bloc .tab-pane {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
@media (max-width: 575px) {
  .section-liste-des-membres .mod_directory__result_bloc .tab-pane {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-liste-des-membres .mod_directory__result_bloc .tab-pane .col-sm-12 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.section-liste-des-membres .mod_directory__result_bloc .tab-pane .col-sm-12 p {
  display: block;
  margin-bottom: 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 75%;
}
.section-liste-des-membres .mod_directory__result_bloc .tab-pane .col-sm-12 p > img {
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 25px;
  width: 100%;
  height: 100% !important;
  object-position: center;
}

.zone-event_schedule .v-workshop-detail .workshop-detail .content-grid .workshop-content img {
  margin-bottom: 30px;
}
.section-equipe-menu {
  padding: 65px 0 60px 0;
}
.section-equipe-menu a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #E40332;
  border-bottom: 2px solid #171715;
  padding: 0 0 12px 0;
  margin-right: 20px;
}
.section-equipe-menu a:hover, .section-equipe-menu a:focus {
  color: #171715;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .section-equipe-menu a {
    float: left;
    clear: both;
    margin-bottom: 20px;
  }
}

.section-equipe-table-accordeon {
  padding: 20px 0 60px 0;
}
.section-equipe-table-accordeon .news-mosaic {
  padding-top: 35px;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child {
  border-top: 2px solid #858484;
  border-bottom: 0;
  padding: 40px 0 20px;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child:after {
  top: 18px;
  font-size: 55px;
  right: 0;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child img {
  float: left;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  color: #E40332 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 60px 6px 27px !important;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.56px;
  font-weight: bold;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child p {
  float: left;
  width: calc(100% - 183px);
  padding-left: 27px;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child a {
  position: relative;
  z-index: 9;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:last-child {
  border-bottom: 0;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:first-child {
  border-top: 2px solid #E40332;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:first-child:after {
  color: #E40332;
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:last-child {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:last-child {
    padding: 0 0 20px;
  }
}
.section-equipe-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:last-child td {
  padding: 0;
}
@media (max-width: 991px) {
  .section-equipe-table-accordeon .news-mosaic .row .col-sm-12 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h3, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h4, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td p, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td img {
    float: none;
  }
  .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h3 {
    padding-top: 20px !important;
  }
  .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h3, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h4, .section-equipe-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td p {
    width: 100%;
    padding-left: 0 !important;
  }
}

.section-nous-joindre-contenu {
  padding-bottom: 85px;
}

.section-nous-joindre {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-nous-joindre .zone-html {
    width: 40%;
  }
}
.section-nous-joindre .zone-crm h1 {
  display: none;
}
@media (min-width: 992px) {
  .section-nous-joindre .zone-crm {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .section-nous-joindre .zone-crm {
    padding-left: 110px;
  }
}
@media (max-width: 767px) {
  .section-nous-joindre .zone-crm {
    padding-top: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-nous-joindre .zone-crm {
    width: 60%;
    padding-left: 40px;
  }
}
.section-nous-joindre .map-container {
  display: none;
}
.section-nous-joindre #redrMap {
  height: 200px;
  width: 100%;
  margin-bottom: 30px;
}
.section-nous-joindre hr {
  border-color: #00307E;
  margin-top: 30px;
  margin-bottom: 32px;
}
.section-nous-joindre h2 {
  color: #E40332;
}
.section-nous-joindre p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.27px;
}
.section-nous-joindre p strong {
  color: #00307E;
}
.section-nous-joindre .nous-joindre-social .social-link {
  margin-right: 10px;
}
.section-nous-joindre .nous-joindre-social .social-link span {
  color: #E40332;
  font-size: 2rem;
}
.section-nous-joindre .nous-joindre-social .social-link:last-child span {
  margin-right: 0;
}
.section-nous-joindre .nous-joindre-social .social-link:hover span, .section-nous-joindre .nous-joindre-social .social-link:focus span {
  color: #00307E !important;
}

.custom-banner-magazine .mod-banner__img:after {
  opacity: 0;
}
.custom-banner-magazine .mod-banner__img h1 {
  color: #171715;
}

.line-magazine-formulaire-titre {
  padding-top: 75px;
}
.line-magazine-formulaire-titre h2 span {
  color: #E40332;
}

.line-magazine-formulaire {
  padding-top: 40px;
}

.section-other-page {
  padding: 80px 0 90px 0;
}
.section-other-page .mod-article__content, .section-other-page .content {
  max-width: 900px;
}
.section-other-page .mod-article__content ul, .section-other-page .content ul {
  list-style: disc;
  padding-left: 20px;
}
.section-other-page .mod-article__content ul li, .section-other-page .content ul li {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #171715;
  padding-bottom: 10px;
}

.container-404 {
  padding-top: 110px;
  padding-bottom: 100px;
}
.container-404 .container {
  border-top: 1px solid #171715;
  padding-top: 55px;
}
.container-404 .container .zone-html:nth-child(1) h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.container-404 .container .zone-html:nth-child(1) h1 {
  font-size: 225px;
  line-height: 158px;
  font-weight: 800;
  color: #171715;
}
@media (max-width: 1199px) {
  .container-404 .container .zone-html:nth-child(1) h1 {
    font-size: 150px;
    line-height: 100px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .container-404 .container .zone-html:nth-child(1) h1 {
    font-size: 120px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .container-404 .container .zone-html:nth-child(1) h1 {
    font-size: 120px;
    line-height: 75px;
  }
}
.container-404 .container .zone-html:nth-child(2) h2 {
  margin-top: 32px;
  color: #E40332;
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
}
@media (max-width: 575px) {
  .container-404 .container .zone-html:nth-child(2) h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.container-404 .container .zone-html:nth-child(2) p {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.container-404 .container .zone-html:nth-child(2) .btn-primary {
  margin-top: 8px;
  background-color: #E40332;
  color: #fff;
  transition: all 150ms;
  border: 0;
  font-size: 13px;
  line-height: 17px;
  padding: 12px 16px;
}
.container-404 .container .zone-html:nth-child(2) .btn-primary:hover {
  background-color: #67DAE3;
  color: #171715;
}

/*# sourceMappingURL=main.css.map */
