@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
/* RESPONSIVE MIXINS */
/* CUSTOM COLORS VARIABLES */
/* BASICS COLORS VARIABLES */
/* PADDINGS */
/* Plus grand ou égal custom */
/* Plus petit ou égal custom */
/* 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 1199px et 768px */
/* Entre 1199px et 576px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/* 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: "Raleway", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
  width: 100%;
  color: #062033;
}
@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: 51px;
  line-height: 51px;
  font-weight: 700;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.h2-large {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .h2-large {
    font-size: 37px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .h2-large {
    font-size: 35px;
    line-height: 43px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #3B3B3B;
}

/*
@mixin p-large {
    font-family: $font;
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	color: $clrGrey;
}

.p-large{ @include p-large;}
*/
hr {
  border-color: rgba(59, 59, 59, 0.35);
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 18px;
  line-height: 32px;
}
ul li ul {
  padding-left: 30px;
  margin-bottom: 15px;
}

ol {
  padding-left: 15px;
}

a {
  color: #FFB205;
}
a:hover {
  color: #FFB205;
}

/*###########################  BOUTONS  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  background-color: #FFB205;
  border-style: solid;
  border-color: #FFB205;
  color: #fff;
  transition: all 150ms;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus {
  background-color: transparent;
  border-style: solid;
  border-color: #FFB205;
  color: #062033;
}
.btn.btn-default, input.btn.btn-default, a.btn.btn-default {
  background-color: #062033;
  border-style: solid;
  border-color: #062033;
  color: #fff;
  transition: all 150ms;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: transparent;
  color: #062033;
  border-style: solid;
  border-color: #062033;
}
.btn.btn-link, .btn.btn-back, .btn.btn-secondary, input.btn.btn-link, input.btn.btn-back, input.btn.btn-secondary, a.btn.btn-link, a.btn.btn-back, a.btn.btn-secondary {
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-back:hover, .btn.btn-back:active, .btn.btn-back:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, input.btn.btn-back:hover, input.btn.btn-back:active, input.btn.btn-back:focus, input.btn.btn-secondary:hover, input.btn.btn-secondary:active, input.btn.btn-secondary:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus, a.btn.btn-back:hover, a.btn.btn-back:active, a.btn.btn-back:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:active, a.btn.btn-secondary:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}
.btn.btn-fleche, input.btn.btn-fleche, a.btn.btn-fleche {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.btn.btn-fleche:after, input.btn.btn-fleche:after, a.btn.btn-fleche:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.btn.btn-fleche:hover, .btn.btn-fleche:active, .btn.btn-fleche:focus, input.btn.btn-fleche:hover, input.btn.btn-fleche:active, input.btn.btn-fleche:focus, a.btn.btn-fleche:hover, a.btn.btn-fleche:active, a.btn.btn-fleche:focus {
  text-decoration: underline;
  color: #062033;
}
.btn.btn-fleche:hover:after, .btn.btn-fleche:active:after, .btn.btn-fleche:focus:after, input.btn.btn-fleche:hover:after, input.btn.btn-fleche:active:after, input.btn.btn-fleche:focus:after, a.btn.btn-fleche:hover:after, a.btn.btn-fleche:active:after, a.btn.btn-fleche:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

.btn-fleche {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.btn-fleche:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.btn-fleche:hover, .btn-fleche:active, .btn-fleche:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-fleche:hover:after, .btn-fleche:active:after, .btn-fleche:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

.btn-menu {
  height: 40px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-size: 12px !important;
  text-decoration: none !important;
  line-height: 14px;
  font-weight: 600;
  border-width: 1px !important;
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.btn-menu:hover, .btn-menu:active, .btn-menu:focus {
  text-decoration: none !important;
  background-color: #FFB205;
  color: #fff !important;
  border-style: solid;
  border-color: #FFB205;
}

.btn-rond-jaune {
  color: #062033;
  transition: all 150ms;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  padding: 10px 0 10px 55px;
}
.btn-rond-jaune:before {
  content: "";
  position: absolute;
  margin-top: -9px;
  margin-left: -55px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Jaune.svg");
  background-repeat: no-repeat;
}
.btn-rond-jaune:hover, .btn-rond-jaune:active, .btn-rond-jaune:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-rond-jaune:hover:before, .btn-rond-jaune:active:before, .btn-rond-jaune:focus:before {
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Jaune_Hover.svg");
}

.btn-back-rond-jaune {
  color: #062033;
  transition: all 150ms;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  padding: 10px 0 10px 55px;
}
.btn-back-rond-jaune:before {
  content: "";
  position: absolute;
  margin-top: -9px;
  margin-left: -55px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/btn-back-jaune.svg");
  background-repeat: no-repeat;
}
.btn-back-rond-jaune:hover, .btn-back-rond-jaune:active, .btn-back-rond-jaune:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-back-rond-jaune:hover:before, .btn-back-rond-jaune:active:before, .btn-back-rond-jaune:focus:before {
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/btn-back-jaune-hover.svg");
}

.btn-rond-jaune-dark {
  color: #062033;
  transition: all 150ms;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  padding: 10px 0 10px 55px;
}
.btn-rond-jaune-dark:before {
  content: "";
  position: absolute;
  margin-top: -9px;
  margin-left: -55px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Jaune.svg");
  background-repeat: no-repeat;
}
.btn-rond-jaune-dark:hover, .btn-rond-jaune-dark:active, .btn-rond-jaune-dark:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-rond-jaune-dark:hover:before, .btn-rond-jaune-dark:active:before, .btn-rond-jaune-dark:focus:before {
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Jaune_Hover_V2.svg");
}

.btn-rond-marin {
  color: #062033;
  transition: all 150ms;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  padding: 10px 0 10px 55px;
}
.btn-rond-marin:before {
  content: "";
  position: absolute;
  margin-top: -9px;
  margin-left: -55px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Bleu.svg");
  background-repeat: no-repeat;
}
.btn-rond-marin:hover, .btn-rond-marin:active, .btn-rond-marin:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-rond-marin:hover:before, .btn-rond-marin:active:before, .btn-rond-marin:focus:before {
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Bleu_Hover.svg");
}

.btn-download {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.btn-download:after {
  content: "";
  position: absolute;
  margin-top: 0;
  margin-left: 11px;
  width: 22px;
  height: 22px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Icon_download.svg");
  background-repeat: no-repeat;
}
.btn-download:hover, .btn-download:active, .btn-download:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-download:hover:after, .btn-download:active:after, .btn-download:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

.btn-download-jaune {
  color: #062033;
  transition: all 150ms;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  padding: 10px 0 10px 55px;
  display: inline-block;
}
.btn-download-jaune:before {
  content: "";
  position: absolute;
  margin-top: -9px;
  margin-left: -55px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/download-yellow.svg");
  background-repeat: no-repeat;
}
.btn-download-jaune:hover, .btn-download-jaune:active, .btn-download-jaune:focus {
  text-decoration: underline;
  color: #062033;
}
.btn-download-jaune:hover:before, .btn-download-jaune:active:before, .btn-download-jaune:focus:before {
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/download-jaune-hover.svg");
}

.back-to-list {
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}

.btn-add {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.primary-bt-custom .btn-primary {
  background-color: #062033;
  border-style: solid;
  border-color: #062033;
  color: #fff;
  transition: all 150ms;
}
.primary-bt-custom .btn-primary:hover, .primary-bt-custom .btn-primary:active, .primary-bt-custom .btn-primary:focus {
  background-color: transparent;
  color: #062033;
  border-style: solid;
  border-color: #062033;
}

/*###########################  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: #3B3B3B;
  -webkit-box-shadow: 0 0 0 rgb(5, 5, 5) #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: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
  color: #3B3B3B;
}
@media (max-width: 991px) {
  form.form-horizontal h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  form.form-horizontal h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
form.form-horizontal label.control-label {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 0;
  padding-top: 20px;
}
form.form-horizontal .form-control-static {
  padding: 10px;
}
form.form-horizontal .event-price-description {
  color: #fff;
}
form.form-horizontal input:not(.btn), form.form-horizontal select, form.form-horizontal textarea {
  background-color: #F2F2F2 !important;
  border: none;
}
form.form-horizontal .crm-footer-frame {
  margin-top: 30px;
}
form.form-horizontal .crm-footer-frame .btn {
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
form.form-horizontal .crm-footer-frame .btn:hover, form.form-horizontal .crm-footer-frame .btn:active, form.form-horizontal .crm-footer-frame .btn:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}

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

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

.overrideformtitle .zone-crm h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/* Le "*" pour les labels required (default= rouge, à la fin du label) */
.control-label--required {
  padding-left: 0px;
  color: #062033;
  margin-left: -3px;
}

/* Direct input overrides */
select, input.form-control, .chosen-choices {
  border: none !important;
  padding: 15px !important;
  height: 50px !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: #F2F2F2 url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/arrowdown.png) no-repeat right 15px center !important;
}

.form-element-keywords .chosen-choices, .chosen-container-multi .chosen-choices {
  height: 50px !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: #3B3B3B !important;
  font-size: 15px;
  padding-left: 15px !important;
}
.form-element-keywords .chosen-choices .search-choice span, .chosen-container-multi .chosen-choices .search-choice span {
  vertical-align: -webkit-baseline-middle;
}
.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);
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(59, 59, 59, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #3B3B3B;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .form-group .col-md-12 {
  padding: 0;
}

ul.error {
  margin: 0;
}
ul.error li.text-danger {
  padding: 3px 10px 0px 10px;
  color: #000;
  background-color: #ffcece;
  font-size: 12px;
}

.formbuilder-confirmation-title {
  display: none;
}

/* Form avec cta centrer*/
.form-centercta .crm-footer-frame {
  text-align: center;
}

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

.nav-progress {
  margin: 8rem 0;
}
@media (max-width: 575px) {
  .nav-progress {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
  }
}
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
  float: left;
}
@media (max-width: 575px) {
  .nav-progress li.disabled {
    height: 0;
    opacity: 0;
  }
}
.nav-progress li.disabled a {
  font-family: "Raleway", sans-serif;
  text-align: left;
  float: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-top: -28px;
  padding-left: 28px;
  padding-top: 0;
  position: relative;
  width: fit-content;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled a {
    font-size: 18px;
  }
}
@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: 1px;
  top: -22px;
  border-radius: 0;
  background-color: #FFB205;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled a:before {
    top: -15px;
  }
}
.nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
  color: #062033;
  padding-left: 0;
  padding-left: 28px;
  font-size: 20px;
  text-transform: none;
  margin-top: -28px;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    font-size: 18px;
  }
}
@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: 40px;
  font-weight: 900;
  border: none;
  color: #000;
  background-color: transparent;
  padding: 5px 20px 5px 0;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled:before {
    padding: 5px 5px;
    font-size: 30px;
  }
}
.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: #FFB205;
}
.nav-progress li.disabled.active a:before {
  background-color: #FFB205;
  height: 1px;
}
.nav-progress li.disabled.active:before {
  font-weight: 900;
  color: #FFB205;
  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: #D1D1D0;
  height: 1px;
}
.nav-progress li.disabled.active ~ li:before {
  color: #D1D1D0;
  border-color: #FFB205;
  background-color: transparent;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

/*###########################  ESPACE MEMBRE  ###########################*/
.sidebar__member-zone {
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .sidebar__member-zone {
    width: 100%;
  }
}
.sidebar__member-zone .member-sidebar__inner {
  background-color: #F7F7F7;
  padding: 15px 25px 30px 25px;
  margin-right: 20px;
}
.sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.sidebar__member-zone .member-sidebar__member-header__title {
  color: #062033;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  padding: 2rem 0 0.6rem 0;
  border-top: 1px solid #cccccc;
}
.sidebar__member-zone .member-sidebar__member-footer a {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.sidebar__member-zone .member-sidebar__member-footer a:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.sidebar__member-zone .member-sidebar__member-footer a:hover, .sidebar__member-zone .member-sidebar__member-footer a:active, .sidebar__member-zone .member-sidebar__member-footer a:focus {
  text-decoration: underline;
  color: #062033;
}
.sidebar__member-zone .member-sidebar__member-footer a:hover:after, .sidebar__member-zone .member-sidebar__member-footer a:active:after, .sidebar__member-zone .member-sidebar__member-footer a:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 2px;
  line-height: 30px;
}
.sidebar__member-zone .member-sidebar__menu li a {
  color: #062033;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: initial;
  padding: 0;
  display: inline-flex;
}
.sidebar__member-zone .member-sidebar__menu li a:hover, .sidebar__member-zone .member-sidebar__menu li a:focus {
  color: #FFB205;
  text-decoration: none;
}
.sidebar__member-zone .member-sidebar__menu li.active {
  display: inline-block;
}
.sidebar__member-zone .member-sidebar__menu li.active a {
  color: #FFB205;
  font-weight: 600;
}

.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer {
  justify-content: center;
  margin-top: 60px;
}
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link {
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:hover, .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:active, .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}

.field-object-temp .crm-entity-edition-form .list-group-item.active, .field-object-temp .crm-entity-edition-form .list-group-item.hover {
  background-color: #EE9E12;
  border-color: #EE9E12;
}
.field-object-temp .crm-entity-edition-form .list-group-item .icon-check:before {
  color: #000;
}
.field-object-temp #btn_cancel {
  padding: 0px 30px;
}
.field-object-temp .object-form-action .field-object-next-element, .field-object-temp .object-form-action .field-object-prev-element {
  padding: 0px 30px;
}

/*###########################  PANIER D'ACHAT  ###########################*/
.zone-cart .table-cart__heading, .zone-cart .order-summary__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  color: #3B3B3B;
  border-color: #fff;
}
@media (max-width: 991px) {
  .zone-cart .table-cart__heading, .zone-cart .order-summary__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .zone-cart .table-cart__heading, .zone-cart .order-summary__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  font-weight: 700 !important;
  color: #3B3B3B;
  border-color: #fff;
}
@media (max-width: 991px) {
  .zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
    font-size: 22px;
    line-height: 30px;
  }
}
.zone-cart .order-totals__wrapper {
  background-color: rgba(59, 59, 59, 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: #3B3B3B;
}
.breadcrumb li span {
  color: #062033;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #3B3B3B;
  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;
}

.panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid rgba(6, 32, 51, 0.5) !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #C4D8DD;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 25px 15px 5px 0px;
  text-decoration: none;
  color: #062033;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "−";
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 900;
  color: #062033;
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: "+";
}
.panel-news-accordion .panel-heading .panel-title:hover a {
  color: #FFB205;
}
.panel-news-accordion .panel-heading p {
  display: none;
}
.panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .panel-body {
  /* content */
  padding: 25px 15px 30px 15px;
  margin-top: -10px;
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #3B3B3B;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p a {
  text-decoration: underline;
}
.panel-news-accordion .panel-body p a:hover {
  color: orange;
  text-decoration: none;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

/*###########################  CONNEXION  ###########################*/
@media (min-width: 768px) {
  form.form-horizontal .zend_form .col-md-12 {
    width: 50%;
  }
}
form.form-horizontal .zend_form .col-md-12 input, form.form-horizontal .zend_form .col-md-12 select, form.form-horizontal .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
form.form-horizontal .zend_form .btn-link {
  margin-left: 30px;
}

.section-connexion {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-connexion .form-withProgress__wrapper {
  padding: 40px 40px 40px 40px;
  max-width: 100%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.section-connexion .form-withProgress__wrapper .reset-password {
  font-size: 16px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  text-align: right;
  display: block;
  padding-bottom: 35px;
  color: #454545;
}
.section-connexion .form-withProgress__wrapper .reset-password:hover {
  color: #454545;
  text-decoration: underline;
}
.section-connexion .form-withProgress__wrapper .col-md-12 {
  width: 100% !important;
}
.section-connexion .form-withProgress__wrapper h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  padding-top: 30px;
  position: relative;
}
.section-connexion .form-withProgress__wrapper h1:after {
  content: "";
  display: block;
  background: #FFB205;
  height: 2px;
  width: 117px;
  position: absolute;
  bottom: -22px;
}
@media (max-width: 767px) {
  .section-connexion .form-withProgress__wrapper .zend_form {
    text-align: center;
  }
}
.section-connexion .form-withProgress__wrapper .btn-primary, .section-connexion .form-withProgress__wrapper .btn-link {
  /*@include btn-default;*/
  justify-content: center;
}
.section-connexion .form-withProgress__wrapper .btn-default {
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.section-connexion .form-withProgress__wrapper .btn-default:hover, .section-connexion .form-withProgress__wrapper .btn-default:active, .section-connexion .form-withProgress__wrapper .btn-default:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}
.section-connexion .form-withProgress__wrapper input:not([type=submit]) {
  /*background-color:$clrWhite;*/
  background-color: #F7F7F7 !important;
}
.section-connexion .form-withProgress__wrapper select, .section-connexion .form-withProgress__wrapper input.form-control, .section-connexion .form-withProgress__wrapper .chosen-choices {
  height: 70px !important;
  background-color: #F7F7F7 !important;
  font-size: 18px;
}
@media (max-width: 991px) {
  .section-connexion .form-withProgress__wrapper select, .section-connexion .form-withProgress__wrapper input.form-control, .section-connexion .form-withProgress__wrapper .chosen-choices {
    height: 50px !important;
  }
}
.section-connexion .form-withProgress__wrapper .form-group {
  margin-top: 20px;
}
.section-connexion #login_content_box {
  max-width: 600px;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.table-striped thead {
  background: #062033 !important;
}
.table-striped thead tr td {
  padding: 15px;
}
.table-striped thead tr th {
  background-color: #062033;
  border-top: none !important;
  border-bottom: none !important;
  border: 2px solid #fff;
  padding: 20px 15px;
  color: #fff !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.table-striped thead tr th a {
  color: #fff !important;
}
.table-striped thead tr th a:after {
  margin-left: 5px;
}
z .table-striped thead tr th a.asort:after {
  border-bottom-color: #fff;
}
.table-striped thead tr th a.rsort:after {
  border-top-color: #fff;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: rgba(6, 32, 51, 0.2);
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: white;
}
.table-striped tbody > tr:hover > td {
  /* to come :D */
}
.table-striped tbody tr td {
  padding: 15px;
  color: #000;
  border-top: none !important;
  border-bottom: none !important;
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 24px;
}
.table-striped tbody tr td .table__field-image {
  max-width: 130px;
  width: 100%;
}

/*###########################  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(59, 59, 59, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(59, 59, 59, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #062033;
  color: #3B3B3B;
}

/*###########################  MISCELLANIOUS  ###########################*/
.category {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #062033;
  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: #3B3B3B !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: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  color: #3B3B3B !important;
}
@media (max-width: 991px) {
  .search-form label {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .search-form label {
    font-size: 26px;
    line-height: 34px;
  }
}

.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 {
  font-size: 14px !important;
  text-transform: none !important;
}

.zone-news_flash .newsList > .row > .item {
  margin-bottom: 30px;
}
.zone-news_flash .newsList > .row > .item > .itemImage {
  margin-bottom: 0;
}
.zone-news_flash .newsList > .row > .item p.itemInfos.e-date {
  margin-bottom: 0;
}
.zone-news_flash .newsList > .row > .item p.news-keywords {
  margin-bottom: 0;
}
.zone-news_flash > a.viewAll {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.zone-news_flash > a.viewAll:hover, .zone-news_flash > a.viewAll:active, .zone-news_flash > a.viewAll:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .zone-news_flash > a.viewAll {
    white-space: normal !important;
  }
}
.zone-news_flash > a.viewAll:hover, .zone-news_flash > a.viewAll:active, .zone-news_flash > a.viewAll:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}

.zone-news #news_content.news-mosaic > .row > div {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .zone-news #news_content.news-mosaic > .row > div {
    margin-bottom: 60px;
  }
}
.zone-news #news_content.news-mosaic > .row > div > a:first-of-type {
  order: 0;
}
.zone-news #news_content.news-mosaic > .row > div > a:first-of-type .news-thumbnail {
  margin-bottom: 30px;
}
.zone-news #news_content.news-mosaic > .row > div h3.news-title {
  order: 1;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #3B3B3B;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.zone-news #news_content.news-mosaic > .row > div h3.news-title a {
  color: #062033 !important;
}
.zone-news #news_content.news-mosaic > .row > div p.news-category {
  order: 4;
  margin-bottom: 0;
}
.zone-news #news_content.news-mosaic > .row > div p.news-published-date.e-date {
  order: 3;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #062033 !important;
}
.zone-news #news_content.news-mosaic > .row > div div.news-intro {
  order: 2;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .zone-news #news_content.news-mosaic > .row > div div.news-intro {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .zone-news #news_content.news-mosaic > .row > div div.news-intro {
    font-size: 16px;
    line-height: 24px;
  }
}
.zone-news #news_content.news-mosaic > .row > div div.news-intro p {
  margin-bottom: 0;
}
.zone-news #news_content.news-mosaic > .row > div div.news-tags {
  order: 5;
}
.zone-news #news_content.news-mosaic > .row > div > a:last-of-type {
  order: 6;
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.zone-news #news_content.news-mosaic > .row > div > a:last-of-type:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.zone-news #news_content.news-mosaic > .row > div > a:last-of-type:hover, .zone-news #news_content.news-mosaic > .row > div > a:last-of-type:active, .zone-news #news_content.news-mosaic > .row > div > a:last-of-type:focus {
  text-decoration: underline;
  color: #062033;
}
.zone-news #news_content.news-mosaic > .row > div > a:last-of-type:hover:after, .zone-news #news_content.news-mosaic > .row > div > a:last-of-type:active:after, .zone-news #news_content.news-mosaic > .row > div > a:last-of-type:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

.zone-news .content.js-news-blog-items .news-blog__box {
  border: none;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:first-child {
  width: 50%;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child {
  width: 50%;
  padding: 70px 15px;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right h2.news-blog__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 991px) {
  .zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right h2.news-blog__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right h2.news-blog__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right p.news-blog__category {
  margin-bottom: 0;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right p.news-blog__published-date {
  margin-bottom: 0;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta {
  text-align: left;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore {
  color: #062033;
  transition: all 150ms;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  padding: 10px 0 10px 55px;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:before {
  content: "";
  position: absolute;
  margin-top: -9px;
  margin-left: -55px;
  width: 40px;
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Jaune.svg");
  background-repeat: no-repeat;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:hover, .zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:active, .zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:focus {
  text-decoration: underline;
  color: #062033;
}
.zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:hover:before, .zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:active:before, .zone-news .content.js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right div.news-blog__nav div.news-blog__cta a.news-blog__readmore:focus:before {
  height: 40px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche_Jaune_Hover.svg");
}
.zone-news .content.js-news-blog-items > div:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .zone-news #news_content .row > .col-sm-8 .news-list {
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  .zone-news #news_content .row > .col-sm-8 .news-list {
    padding-right: 60px;
  }
}
.zone-news #news_content .row > .col-sm-8 .news-list h2.news-list-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .zone-news #news_content .row > .col-sm-8 .news-list h2.news-list-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .zone-news #news_content .row > .col-sm-8 .news-list h2.news-list-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item {
  margin-bottom: 30px;
  /* Yapla error : Author is also .news-category; */
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item a.news-thumb-link img.news-image {
  margin-bottom: 15px;
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item h3.news-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .zone-news #news_content .row > .col-sm-8 .news-list .news-item h3.news-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .zone-news #news_content .row > .col-sm-8 .news-list .news-item h3.news-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item p.news-category {
  margin-bottom: 0;
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item p.news-meta.e-date {
  margin-bottom: 0;
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item div.news-tags {
  margin-bottom: 15px;
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
  background-color: #FFB205;
  border-style: solid;
  border-color: #FFB205;
  color: #fff;
  transition: all 150ms;
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type:hover, .zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type:active, .zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type {
    white-space: normal !important;
  }
}
.zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type:hover, .zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type:active, .zone-news #news_content .row > .col-sm-8 .news-list .news-item > a:last-of-type:focus {
  background-color: transparent;
  border-style: solid;
  border-color: #FFB205;
  color: #062033;
}
.zone-news #news_content .row > .col-sm-16 .news-detail p.news-category {
  margin-bottom: 0;
}
.zone-news #news_content .row > .col-sm-16 .news-detail p.news-published-date.e-date {
  margin-bottom: 0;
}
.zone-news #news_content .row > .col-sm-16 .news-detail div.news-tags {
  margin-bottom: 15px;
}
.zone-news #news_content .row > .col-sm-16 .news-detail div.plugin-addthis {
  /* Is in display none in _reset.scss */
}

.zone-carousel .carousel .carousel-inner .item > div.carousel-caption {
  text-shadow: none;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption h3.caption-title {
  color: #fff;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption p.caption-title {
  /* Erreur Yapla : l'Auteur a aussi la classe caption-title */
  font-size: 16px;
  color: #fff;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption p.published-date {
  color: #fff;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption > div.caption-intro p {
  color: #fff;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption > div.caption-content p {
  color: #fff;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
  background-color: #FFB205;
  border-style: solid;
  border-color: #FFB205;
  color: #fff;
  transition: all 150ms;
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail:hover, .zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail:active, .zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail {
    white-space: normal !important;
  }
}
.zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail:hover, .zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail:active, .zone-carousel .carousel .carousel-inner .item > div.carousel-caption > a.carousel-link-detail:focus {
  background-color: transparent;
  border-style: solid;
  border-color: #FFB205;
  color: #062033;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
  background-color: #FFB205;
  border-style: solid;
  border-color: #FFB205;
  color: #fff;
  transition: all 150ms;
  margin-bottom: 30px;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail:hover, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail:active, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail {
    white-space: normal !important;
  }
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail:hover, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail:active, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text > a.carousel-link-detail:focus {
  background-color: transparent;
  border-style: solid;
  border-color: #FFB205;
  color: #062033;
}

/* MULTI-SLIDE CAROUSEL !! Only with carousel pleine largeur (vertical mode) */
.multislides {
  /* DEFAULTS */
  /* MULTISLIDES OVERRIDES */
  /*xxs*/
  /*xs*/
  /*sm*/
  /*md*/
  /*lg*/
}
.multislides .carousel-inner > .active {
  display: flex;
}
.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: 0px;
}
.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;
  min-height: 1px;
  padding: 5px;
  float: left;
  background-color: #fff;
}
.multislides .active > div {
  display: none;
}
.multislides .active > div:first-child {
  display: flex;
}
@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: flex;
  }
}
@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: flex;
  }
}
@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: flex;
  }
}
@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: flex;
  }
  .multislides .active > div:first-child + div + div {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .multislides .carousel-inner .active.left {
    left: -25%;
  }
  .multislides .carousel-inner .active.right {
    left: 25%;
  }
  .multislides .carousel-inner .next {
    left: 25%;
  }
  .multislides .carousel-inner .prev {
    left: -25%;
  }
  .multislides .carousel-text {
    width: 25%;
  }
  .multislides .active > div:first-child + div {
    display: flex;
  }
  .multislides .active > div:first-child + div + div {
    display: flex;
  }
  .multislides .active > div:first-child + div + div + div {
    display: flex;
  }
}

.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links {
  display: flex;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link {
  color: #000;
  margin-right: 5px;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link span:before {
  display: none;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link span:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 16px;
  transition: background-image 150ms;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.facebook {
  order: 0;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.facebook .icon-facebook:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/facebook-blue.png);
  width: 9px;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.facebook:hover .icon-facebook:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/facebook-blue.png);
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.instagram {
  order: 1;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.instagram .icon-instagram:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagram-blue.png);
  width: 17px;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.instagram:hover .icon-instagram:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagram-blue.png);
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.youtube {
  order: 2;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.youtube .icon-youtube:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/youtube-blue.png);
  width: 18px;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.youtube:hover .icon-youtube:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/youtube-blue.png);
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.twitter {
  order: 3;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.twitter .icon-twitter:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/twitter-blue.png);
  width: 16px;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.twitter:hover .icon-twitter:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/twitter-blue.png);
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.linkedin {
  order: 4;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.linkedin .icon-linkedin:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/linkedin-blue.png);
  width: 15px;
}
.zone-header .mod-header-container .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link.linkedin:hover .icon-linkedin:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/linkedin-blue.png);
}

.form-withProgress__wrapper form #fieldset-price_bloc legend, .form-withProgress__wrapper form #fieldset-partTax legend, .form-withProgress__wrapper form #fieldset-section_group_price_1 legend {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
@media (max-width: 991px) {
  .form-withProgress__wrapper form #fieldset-price_bloc legend, .form-withProgress__wrapper form #fieldset-partTax legend, .form-withProgress__wrapper form #fieldset-section_group_price_1 legend {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .form-withProgress__wrapper form #fieldset-price_bloc legend, .form-withProgress__wrapper form #fieldset-partTax legend, .form-withProgress__wrapper form #fieldset-section_group_price_1 legend {
    font-size: 28px;
    line-height: 36px;
  }
}
.form-withProgress__wrapper form legend {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
@media (max-width: 991px) {
  .form-withProgress__wrapper form legend {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .form-withProgress__wrapper form legend {
    font-size: 28px;
    line-height: 36px;
  }
}
.form-withProgress__wrapper form #fieldset-section_group_price_1 {
  padding-bottom: 45px;
  border-bottom: 1px solid #062033;
}
.form-withProgress__wrapper form #fieldset-subform_taxes {
  margin-bottom: 30px;
}
.form-withProgress__wrapper form #fieldset-subform_taxes .form-element-tax_TPS, .form-withProgress__wrapper form #fieldset-subform_taxes .form-element-tax_TVQ {
  display: flex;
  border-bottom: 1px solid #062033;
}
.form-withProgress__wrapper form #fieldset-subform_taxes .form-element-tax_TPS .form-control-static, .form-withProgress__wrapper form #fieldset-subform_taxes .form-element-tax_TVQ .form-control-static {
  text-align: right;
}
.form-withProgress__wrapper form .payment-grand-total .total-amount-section, .form-withProgress__wrapper form #fieldset-total .total-amount-section {
  background: #062033;
}
.form-withProgress__wrapper form .payment-grand-total .total-amount-section .total-amount-price, .form-withProgress__wrapper form #fieldset-total .total-amount-section .total-amount-price {
  text-align: right;
}
.form-withProgress__wrapper form #fieldset-card_injectedinfo #stripe-label {
  padding-left: 15px;
}
.form-withProgress__wrapper form .payment-summary span {
  white-space: nowrap;
}
.form-withProgress__wrapper #step_previous {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
  background-color: #062033;
  border-style: solid;
  border-color: #062033;
  color: #fff;
  transition: all 150ms;
}
.form-withProgress__wrapper #step_previous:hover, .form-withProgress__wrapper #step_previous:active, .form-withProgress__wrapper #step_previous:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .form-withProgress__wrapper #step_previous {
    white-space: normal !important;
  }
}
.form-withProgress__wrapper #step_previous:hover, .form-withProgress__wrapper #step_previous:active, .form-withProgress__wrapper #step_previous:focus {
  background-color: transparent;
  color: #062033;
  border-style: solid;
  border-color: #062033;
}

.cc-window {
  background-color: #fff !important;
  box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.11);
  bottom: 0;
  left: auto !important;
  right: 0 !important;
  max-width: 650px !important;
  padding: 50px 40px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .cc-window {
    max-width: 95%;
  }
}
.cc-window .cc-message {
  margin: 0 0 30px 0 !important;
}
.cc-window .cc-message h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 991px) {
  .cc-window .cc-message h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .cc-window .cc-message h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.cc-window .cc-message p {
  margin-bottom: 0;
}
.cc-window .cc-compliance {
  width: auto;
}
.cc-window .cc-compliance .cc-btn {
  font-family: "Raleway", sans-serif;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  min-width: 0;
  border-width: 2px !important;
  border-radius: 50px;
  background-color: #FFB205;
  border-style: solid;
  border-color: #FFB205;
  color: #fff;
  transition: all 150ms;
  text-decoration: none !important;
}
.cc-window .cc-compliance .cc-btn:hover, .cc-window .cc-compliance .cc-btn:active, .cc-window .cc-compliance .cc-btn:focus {
  text-decoration: none !important;
  border-width: 2px;
}
@media (max-width: 767px) {
  .cc-window .cc-compliance .cc-btn {
    white-space: normal !important;
  }
}
.cc-window .cc-compliance .cc-btn:hover, .cc-window .cc-compliance .cc-btn:active, .cc-window .cc-compliance .cc-btn:focus {
  background-color: transparent;
  border-style: solid;
  border-color: #FFB205;
  color: #062033;
}
.cc-window .cc-compliance .cc-btn:hover {
  text-decoration: none !important;
}

/* All titles */
/* Solid background with gradient */
/* Background overlay with :after */
/* Gradient background overlay with :after, 6 variables to fill */
/* Absolute positions */
/* clear float after */
/* Fake container */
/* IMAGE Z LAYOUT */
/********************************************************************/
/* DISPLAY RESPONSIVE */
/********************************************************************/
.displaynone {
  display: none;
}

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

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

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

/********************************************************************/
/* CLEAR AFTER */
/********************************************************************/
.clearafter:after {
  content: "";
  display: block;
  clear: both;
}

/********************************************************************/
/* 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;
}

.xlargepadding {
  padding: 180px 0;
}

.xlargepaddingtop {
  padding-top: 180px;
}

.xlargepaddingbottom {
  padding-bottom: 180px;
}

@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;
  }
}
/********************************************************************/
/* ALIGNEMENTS */
/********************************************************************/
/* Alignement vertical 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;
}

/* Centrer l'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;
}

/* 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;
  }
}

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

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

@media (max-width: 991px) {
  .md-zlayout > .container > .row, .md-zlayout > .container-fluid > .row {
    display: flex;
    flex-flow: column;
  }
  .md-zlayout > .container > .row > div:first-child, .md-zlayout > .container-fluid > .row > div:first-child {
    order: 1;
  }
  .md-zlayout > .container > .row > div:last-child, .md-zlayout > .container-fluid > .row > div:last-child {
    order: 0;
  }
  .md-zlayout .zone-image {
    margin-bottom: 30px;
  }
}

/********************************************************************/
/* TITLES */
/********************************************************************/
.whitetitles h1, .whitetitles h2, .whitetitles h3, .whitetitles h4, .whitetitles h5, .whitetitles h6, .whitetitles p, .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;
}

.whiteparagraphe p {
  color: #000;
}

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

.darkparagraphe p {
  color: #000;
}

/* Pour les modules d'articles en vedette seulement, 
mettre nombre de colonnes à 1 dans le module */
.col-grid.grid5 .newsList, .col-grid.grid5 .news-mosaic {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 30px;
}
@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: 15px;
  }
}
@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: 30px;
}
@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: 15px;
  }
}
@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: 30px;
}
@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(2, minmax(0, 1fr));
    grid-gap: 45px;
  }
}
@media (max-width: 767px) {
  .col-grid.grid3 .newsList, .col-grid.grid3 .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
  }
}
.col-grid.grid2 .newsList, .col-grid.grid2 .news-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .col-grid.grid2 .newsList, .col-grid.grid2 .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
  }
}
.col-grid .newsList, .col-grid .news-mosaic {
  display: grid;
}
.col-grid .newsList .row, .col-grid .news-mosaic .row {
  margin-top: 0 !important;
  margin-bottom: 0 !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;
}

/* BACKGROUNDS SET-UP */
.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: #062033 !important;
  color: #fff !important;
}
.darkbackground .btn.btn-primary:hover, .darkbackground .btn.btn-default:hover {
  background-color: #3B3B3B !important;
  color: #fff !important;
}
.darkbackground .btn-link, .darkbackground .btn-back, .darkbackground .btn-secondary {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.darkbackground .btn-link:hover, .darkbackground .btn-back:hover, .darkbackground .btn-secondary:hover {
  background-color: transparent !important;
  color: #062033 !important;
  border: 1px solid #fff !important;
}
.darkbackground form label.control-label {
  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;
}

/* FIX FLEX ON SAFARI, do not delete */
@media (min-width: 768px) {
  .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 {
    margin: 0 -1px;
  }
}
.zone-banner {
  margin: 0;
}
.zone-banner .col-xs-1, .zone-banner .col-sm-1, .zone-banner .col-md-1, .zone-banner .col-lg-1, .zone-banner .col-xs-2, .zone-banner .col-sm-2, .zone-banner .col-md-2, .zone-banner .col-lg-2, .zone-banner .col-xs-3, .zone-banner .col-sm-3, .zone-banner .col-md-3, .zone-banner .col-lg-3, .zone-banner .col-xs-4, .zone-banner .col-sm-4, .zone-banner .col-md-4, .zone-banner .col-lg-4, .zone-banner .col-xs-5, .zone-banner .col-sm-5, .zone-banner .col-md-5, .zone-banner .col-lg-5, .zone-banner .col-xs-6, .zone-banner .col-sm-6, .zone-banner .col-md-6, .zone-banner .col-lg-6, .zone-banner .col-xs-7, .zone-banner .col-sm-7, .zone-banner .col-md-7, .zone-banner .col-lg-7, .zone-banner .col-xs-8, .zone-banner .col-sm-8, .zone-banner .col-md-8, .zone-banner .col-lg-8, .zone-banner .col-xs-9, .zone-banner .col-sm-9, .zone-banner .col-md-9, .zone-banner .col-lg-9, .zone-banner .col-xs-10, .zone-banner .col-sm-10, .zone-banner .col-md-10, .zone-banner .col-lg-10, .zone-banner .col-xs-11, .zone-banner .col-sm-11, .zone-banner .col-md-11, .zone-banner .col-lg-11, .zone-banner .col-xs-12, .zone-banner .col-sm-12, .zone-banner .col-md-12, .zone-banner .col-lg-12, .zone-banner .col-xs-13, .zone-banner .col-sm-13, .zone-banner .col-md-13, .zone-banner .col-lg-13, .zone-banner .col-xs-14, .zone-banner .col-sm-14, .zone-banner .col-md-14, .zone-banner .col-lg-14, .zone-banner .col-xs-15, .zone-banner .col-sm-15, .zone-banner .col-md-15, .zone-banner .col-lg-15, .zone-banner .col-xs-16, .zone-banner .col-sm-16, .zone-banner .col-md-16, .zone-banner .col-lg-16, .zone-banner .col-xs-17, .zone-banner .col-sm-17, .zone-banner .col-md-17, .zone-banner .col-lg-17, .zone-banner .col-xs-18, .zone-banner .col-sm-18, .zone-banner .col-md-18, .zone-banner .col-lg-18, .zone-banner .col-xs-19, .zone-banner .col-sm-19, .zone-banner .col-md-19, .zone-banner .col-lg-19, .zone-banner .col-xs-20, .zone-banner .col-sm-20, .zone-banner .col-md-20, .zone-banner .col-lg-20, .zone-banner .col-xs-21, .zone-banner .col-sm-21, .zone-banner .col-md-21, .zone-banner .col-lg-21, .zone-banner .col-xs-22, .zone-banner .col-sm-22, .zone-banner .col-md-22, .zone-banner .col-lg-22, .zone-banner .col-xs-23, .zone-banner .col-sm-23, .zone-banner .col-md-23, .zone-banner .col-lg-23, .zone-banner .col-xs-24, .zone-banner .col-sm-24, .zone-banner .col-md-24, .zone-banner .col-lg-24 {
  margin: 0;
}

/* ################################# */
/* Remove outline on link and button */
input, select, textarea, button {
  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: #fff;
  background: #062033;
}

::selection {
  color: #fff;
  background: #062033;
}

/* 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: none;
}

/* MOBILE CONTAINER PADDING LARGER BECAUSE OUR DESIGNERS LIKE IT THICC */
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 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 */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  background-color: transparent;
  padding: 15px;
  position: relative;
}
table.accordeon tbody tr:first-child:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/plus-yellow.svg);
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  right: 70px;
  top: 205px;
  transition: transform 150ms;
}
@media (max-width: 767px) {
  table.accordeon tbody tr:first-child:after {
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 40px;
    right: 0;
  }
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon.active tbody tr:first-child:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/minus-yellow.svg);
  transform: none !important;
}
table.accordeon.active tbody tr:last-child {
  padding: 15px;
  background-color: transparent;
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

/* VIDEO RESPONSIVE */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}

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

@keyframes bounce_arrow {
  0% {
    -webkit-transform: translateY(30);
    -ms-transform: translateY(30);
    transform: translateY(30);
  }
  40% {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.line-header {
  padding: 0 10px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
  }
  .line-header .container {
    padding-left: 0;
  }
}
.line-header .container {
  padding-left: 0;
}
.line-header .container > .row {
  display: flex;
  justify-content: flex-end;
}
.line-header .zone-header {
  padding-right: 0;
  width: auto;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0 0 0;
  /*
  					.header-ext-social-links {
  						order: 0;
  						margin-right: 35px;
  						.mod-social-links {
  							margin-top: 0;
  							display: flex;

  							@include max-md {
  								display: block !important;
  							}
  							@include max-xs {
  								display: block !important;
  							}

  							.social-link {
  								color: $clrWhite;
  								margin-right: 5px;
  								span {
  									&:before {
  										display: none;
  									}
  									&:after {
  										content: "";
  										background-size: contain;
  										background-repeat: no-repeat;
  										background-position: center;
  										display: inline-block;
  										height: 16px;
  										transition: background-image 150ms;

  										@include max-md-min-sm {
  											height: 26px !important;
  										}
  									}
  								}

  								&.instagram {
  									order: 0;
  									.icon-instagram:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagram.png);
  										width: 17px;
  										@include max-md-min-sm {
  											background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagramtablette.png);
  											width: 27px;
  										}
  									}
  									&:hover .icon-instagram:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagram-blue.png);
  									}
  								}
  								&.facebook {
  									order: 1;
  									.icon-facebook:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Facebook_UP%402x.png);
  										width: 9px;
  										@include max-md-min-sm {
  											background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Facebooktablette.png);
  											width:19px;
  										}
  									}
  									&:hover .icon-facebook:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/facebook-blue.png);
  									}
  								}
  								&.youtube {
  									order: 2;
  									.icon-youtube:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Youtube_UP%402x.png);
  										width: 18px;
  										@include max-md-min-sm {
  											background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Youtubetablette.png);
  											width: 28px;
  										}
  									}
  									&:hover .icon-youtube:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/youtube-blue.png);
  									}
  								}
  								&.twitter {
  									order: 3;
  									.icon-twitter:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Twitter_UP%402x.png);
  										width: 16px;
  										@include max-md-min-sm {
  											background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Twittertablette.png);
  											width: 26px;
  										}
  									}
  									&:hover .icon-twitter:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/twitter-blue.png);
  									}
  								}
  								&.linkedin {
  									order: 4;
  									.icon-linkedin:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Linkedin_UP%402x.png);
  										width: 15px;
  										@include max-md-min-sm {
  											background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Linkedintablette.png);
  											width: 25px;
  										}
  									}
  									&:hover .icon-linkedin:after {
  										background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/linkedin-blue.png);
  									}
  								}
  							}
  						}
  					}
  */
}
@media (max-width: 991px) {
  .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
    justify-content: flex-start;
  }
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext + .header-ext {
  margin-left: 0;
  margin-top: 2px;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  order: 1;
  margin-right: 10px;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom span {
  color: #fff;
  vertical-align: middle;
  line-height: 13px;
}
@media (max-width: 991px) {
  .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
    display: none;
  }
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  order: 2;
  margin-left: 10px !important;
  margin-right: 0;
  display: flex;
}
@media (max-width: 991px) {
  .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
    display: none;
  }
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login:after {
  content: "•";
  line-height: 13px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting {
  display: none;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  color: #3B3B3B;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: underline;
  /*
  font-size: 13px;
  color: $clrGrey;
  font-weight: 600;
  */
  vertical-align: text-bottom;
  line-height: 13px;
  text-transform: none;
  letter-spacing: 0;
  height: 40px;
  display: inline-flex;
  align-items: center;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #FFB205;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  height: 40px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-size: 12px !important;
  text-decoration: none !important;
  line-height: 14px;
  font-weight: 600;
  border-width: 1px !important;
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
  /*
  border: 0;
  padding: 0;
  height: auto;
  color: $clrMarin;

  border: 0;
  padding: 0;
  height: auto;
  @include btn-link;
  text-transform: capitalize;
  height: 34px;
  font-size: 12px;
  			line-height: 19px;
  font-weight: 400;
  margin-right: 0;*/
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  text-decoration: none !important;
  background-color: #FFB205;
  color: #fff !important;
  border-style: solid;
  border-color: #FFB205;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover {
  text-decoration: none;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  order: 3;
}
@media (max-width: 991px) {
  .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
    display: none;
  }
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a {
  color: #062033;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-left: 20px;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:hover, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a:hover {
  text-decoration: none;
  color: #FFB205;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:hover:after, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a:hover:after {
  color: #062033;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:after, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a:after {
  content: "|";
  position: absolute;
  margin-left: 10px;
  margin-top: 7px;
}
.line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:last-child:after, .line-header .zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a:last-child:after {
  display: none;
}
.line-header .zone-html {
  width: auto;
  padding-left: 0;
}
.line-header .zone-html .content {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .line-header.topmenuopened {
    position: fixed;
    height: 160px;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #3B3B3B;
    animation: opacitytopmenu 500ms;
  }
  .line-header.topmenuopened ul {
    padding-left: 0;
  }
  .line-header.topmenuopened ul li a {
    color: #fff;
  }
  .line-header.topmenuopened .zone-header {
    padding-left: 0;
  }
  .line-header.topmenuopened .mod-header .mod-header-wrapper {
    text-align: center;
  }
  .line-header.topmenuopened .mod-header .mod-header-wrapper > .header-ext.header-ext-social-links {
    display: block !important;
  }
  .line-header.topmenuopened .mod-header .mod-header-wrapper > .header-ext.header-ext-social-links .mod-social-links {
    margin-top: 5px;
  }
  .line-header.topmenuopened .mod-header .mod-header-wrapper > .header-ext.header-ext-custom,
  .line-header.topmenuopened .mod-header .mod-header-wrapper > .header-ext.header-ext-language {
    display: none !important;
  }
  @keyframes opacitytopmenu {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-header.topmenuopened {
    height: 80px;
  }
}

.line-menu {
  background-color: #fff;
  padding: 20px 15px 10px 15px;
  height: 132px;
  z-index: 999;
}
@media (max-width: 991px) {
  .line-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100px;
  }
}
.line-menu:after {
  display: none;
}
.line-menu > .container,
.line-menu > .container-fluid {
  transition: top 250ms;
}
@media (max-width: 991px) {
  .line-menu > .container,
  .line-menu > .container-fluid {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .line-menu > .container > .row > div:first-child,
  .line-menu > .container-fluid > .row > div:first-child {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu > .container > .row > div:first-child,
  .line-menu > .container-fluid > .row > div:first-child {
    width: 75%;
  }
}
.line-menu > .container > .row,
.line-menu > .container-fluid > .row {
  display: flex;
}
.line-menu > .container > .row .col-sm-6,
.line-menu > .container-fluid > .row .col-sm-6 {
  width: auto;
}
.line-menu > .container > .row .col-sm-18,
.line-menu > .container-fluid > .row .col-sm-18 {
  margin-left: auto;
  width: auto;
}
@media (min-width: 992px) {
  .line-menu .zone-html .content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-html .content {
    padding-top: 0;
    padding-left: 15px;
  }
}
.line-menu .zone-html .content img {
  max-width: 235px;
  /*transition: all 0.3s ease-out;*/
}
.line-menu .zone-html .content img:nth-child(2) {
  display: none;
}
@media (max-width: 1199px) {
  .line-menu .zone-html .content img {
    max-width: 260px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-html .content img {
    width: 102px !important;
    max-width: 102px;
  }
}
@media (max-width: 575px) {
  .line-menu .zone-html .content img {
    /*max-width: 270px;*/
  }
}
.line-menu .zone-html .content a {
  position: relative;
  z-index: 9;
}
.line-menu .zone-html .content .dark {
  display: none;
}
.line-menu .zone-html .content .light {
  display: inline-block;
}
.line-menu .zone-menu {
  padding-left: 0;
}
@media (max-width: 991px) {
  .line-menu .zone-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
}
.line-menu .zone-menu .navbar {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar {
    margin-top: 5px;
    background-color: transparent;
  }
  .line-menu .zone-menu .navbar.active {
    background: #3B3B3B;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-header {
    background-color: transparent;
    padding-right: 15px;
    z-index: 101;
    position: relative;
  }
  .line-menu .zone-menu .navbar .navbar-header.active {
    background: #3B3B3B;
  }
}
.line-menu .zone-menu .navbar .navbar-header .navbar-toggle {
  /*
  @include max-sm {
  	margin-top: 17px;
  	margin-bottom: 27px !important;
  }
  */
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-header .navbar-toggle {
    height: 50px;
    margin-top: -5px;
    margin-bottom: 27px !important;
    margin-right: 12px;
  }
  .line-menu .zone-menu .navbar .navbar-header .navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
    margin-bottom: -5px;
    margin-top: 2px;
    background-color: #FFB205;
  }
  .line-menu .zone-menu .navbar .navbar-header .navbar-toggle.collapsed {
    margin-right: 15px;
  }
  .line-menu .zone-menu .navbar .navbar-header .navbar-toggle.collapsed .icon-bar {
    background-color: #FFB205;
    width: 25px;
    border-radius: 30px;
    margin-bottom: 0;
    margin-top: 7px;
    float: right;
    clear: both;
  }
  .line-menu .zone-menu .navbar .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(2), .line-menu .zone-menu .navbar .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(4) {
    width: 16px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse {
    transition: all 150ms linear;
    border-color: #062033;
    overflow-x: hidden;
    height: 100vh !important;
    position: absolute;
    z-index: 100;
    top: -25px;
    margin-right: -16px;
    right: -500px;
  }
  .line-menu .zone-menu .navbar .navbar-collapse.collapse.in {
    right: 0;
    width: 84vw;
    background-color: #062033;
    padding-bottom: 70px;
    overflow-x: hidden;
    overflow-y: scroll;
    /*border: none;*/
    box-shadow: none;
    border-color: #062033;
  }
  .line-menu .zone-menu .navbar .navbar-collapse.collapsing {
    background-color: #062033;
    border-top: 1px solid transparent !important;
    box-shadow: none;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav {
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav {
    float: none;
    overflow: hidden;
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li {
  float: none;
  display: inline-block;
  min-height: 55px;
}
@media (min-width: 992px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.active:after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    margin: 0 11px !important;
    background: #FFB205;
  }
}
@media (min-width: 1200px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.active:after {
    margin: 0 16px !important;
    bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:nth-last-child(1), .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:nth-last-child(2), .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:nth-last-child(3), .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:nth-last-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li {
    display: block;
    min-height: 35px !important;
  }
}
@media (min-width: 992px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62859], .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62865], .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62866], .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62857] {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62859] {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62865] a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62856] a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62857] a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62866] a {
    text-transform: none;
  }
}
@media (min-width: 992px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62846] .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] a {
  height: 40px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-size: 12px !important;
  text-decoration: none !important;
  line-height: 14px;
  font-weight: 600;
  border-width: 1px !important;
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] a:hover, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] a:active, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] a:focus {
  text-decoration: none !important;
  background-color: #FFB205;
  color: #fff !important;
  border-style: solid;
  border-color: #FFB205;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] {
    order: 11;
    padding-top: 60px;
    text-align: center;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] a {
    text-transform: inherit;
    font-size: 12px !important;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    min-width: 0;
    border-width: 1px !important;
    border-radius: 50px;
    transition: all 150ms;
    padding: 0px 30px !important;
  }
}
@media (max-width: 767px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] {
    padding-right: 15px;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62855] a {
    min-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-62826] {
    order: 12;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li a {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #062033;
  padding: 16px 16px 8px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li a {
    padding: 18px 10px 28px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li a {
    font-size: 15px;
    line-height: 24px;
    padding: 7px 5px !important;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li a.dropdown-toggle {
  display: none;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li a.dropdown-toggle {
    display: block;
    text-align: right;
    margin-top: -40px;
    padding: 20px !important;
    height: auto !important;
    width: 100%;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li a.dropdown-toggle .caret {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    float: right;
    background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Fleche%402x.png");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin-top: 2px;
    display: none;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.open a {
    color: #fff !important;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.open .dropdown-toggle .caret {
    transform: rotate(-90deg);
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.open .dropdown-menu {
    max-height: 400px;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.open .dropdown-menu li {
    text-align: left;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li:hover, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li:focus, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.active {
  background-color: transparent;
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li:hover a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li:focus a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.active a {
  color: #062033;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li:hover a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li:focus a, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.active a {
    color: #FFB205 !important;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu {
  overflow: hidden;
  padding: 11px 0;
  box-shadow: none;
  border: none;
}
@media (min-width: 992px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    background-color: #FFF6DE;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    text-align: left;
  }
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
  color: #062033;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  padding: 7px 20px;
}
.line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:hover, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:focus {
  background-color: transparent;
  color: #FFB205;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    font-weight: 600;
    font-size: 14px;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:focus {
    background-color: transparent;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    display: block !important;
    transition: max-height 500ms;
    height: auto;
    max-height: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    color: #fff !important;
    text-transform: inherit;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-left: 15px;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:hover, .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:focus {
    color: #FFB205 !important;
    background-color: transparent;
  }
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li:last-child {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.active:hover a {
    color: #fff;
  }
}
.line-menu:not(.sticked) > .container,
.line-menu:not(.sticked) > .container-fluid {
  top: -100px;
  position: static;
}
.line-menu:not(.sticked) > .container .zone-html a img,
.line-menu:not(.sticked) > .container-fluid .zone-html a img {
  /*
  &:nth-child(2){
  	display:none;
  }
  */
}
.line-menu.sticked {
  height: 80px;
}
@media (max-width: 991px) {
  .line-menu.sticked {
    height: 68px;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked .zone-menu {
    padding-right: 0;
    width: 75%;
  }
  .line-menu.sticked .zone-menu li[rel=data-menu-49261] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .line-menu.sticked .zone-menu .navbar-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .line-menu.sticked .zone-menu .navbar-nav li a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked .zone-html {
    width: 25%;
  }
}
.line-menu.sticked .zone-html .content {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .line-menu.sticked .zone-html .content {
    padding-top: 10px;
  }
}
.line-menu.sticked .zone-html .content a img {
  /*
  &:nth-child(1){
  	display:none;
  }
  */
  max-width: 76px;
}
.line-menu.sticked .zone-html .content .dark {
  display: inline-block;
}
.line-menu.sticked .zone-html .content .dark img {
  max-width: 260px;
}
.line-menu.sticked .zone-html .content .light {
  display: none;
}
.line-menu.sticked > .container,
.line-menu.sticked > .container-fluid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  z-index: 9999999;
  background-color: #fff !important;
  padding: 5px 45px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .line-menu.sticked > .container,
  .line-menu.sticked > .container-fluid {
    padding: 0 15px;
    height: 64px;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked > .container > .row,
  .line-menu.sticked > .container-fluid > .row {
    max-width: 100%;
    margin: auto;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .line-menu.sticked > .container > .row,
  .line-menu.sticked > .container-fluid > .row {
    width: 931px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .line-menu.sticked > .container > .row,
  .line-menu.sticked > .container-fluid > .row {
    width: 952px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .line-menu.sticked > .container > .row,
  .line-menu.sticked > .container-fluid > .row {
    width: 1152px;
  }
}
.line-menu.sticked > .container > .row .navbar-toggle,
.line-menu.sticked > .container-fluid > .row .navbar-toggle {
  margin-top: 0;
  margin-bottom: 12px !important;
}
.line-menu.sticked > .container > .row .navbar-toggle .icon-bar,
.line-menu.sticked > .container-fluid > .row .navbar-toggle .icon-bar {
  background-color: #FFB205 !important;
}
.line-menu.sticked > .container > .row .navbar,
.line-menu.sticked > .container-fluid > .row .navbar {
  margin-top: 0;
}
.line-menu.sticked > .container > .row .navbar .navbar-nav,
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav {
  padding-top: 2px;
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li,
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li {
  min-height: 50px;
}
@media (min-width: 992px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li.active:after,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li.active:after {
    margin: 0 5px !important;
    bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li.active:after,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li.active:after {
    margin: 0 11px !important;
  }
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-62855],
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-62855] {
  display: inline-block;
}
@media (min-width: 992px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-62846] a,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-62846] a {
    padding-right: 10px;
  }
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li > a,
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li > a {
  color: #062033;
  padding: 13px 10px;
}
@media (max-width: 1199px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li > a,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li > a {
    padding: 13px 5px;
  }
}
@media (max-width: 991px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li > a,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li > a {
    color: #062033;
  }
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li:hover > a, .line-menu.sticked > .container > .row .navbar .navbar-nav > li:focus > a,
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li:hover > a,
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li:focus > a {
  color: #062033 !important;
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li.active a,
.line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li.active a {
  color: #062033;
}
@media (min-width: 992px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link {
    background-color: #FFB205;
    border-style: solid;
    border-color: #FFB205;
    color: #fff;
    transition: all 150ms;
  }
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:hover, .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:active, .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:focus,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:hover,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:active,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:focus {
    background-color: transparent;
    border-style: solid;
    border-color: #FFB205;
    color: #062033;
  }
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:hover, .line-menu.sticked > .container > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:focus,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:hover,
  .line-menu.sticked > .container-fluid > .row .navbar .navbar-nav > li[rel=data-menu-60872] > a.child-link:focus {
    color: #062033 !important;
  }
}
.line-menu.sticked > .container > .row li.menu-type-separator a.dropdown-toggle span.caret,
.line-menu.sticked > .container-fluid > .row li.menu-type-separator a.dropdown-toggle span.caret {
  top: 5px !important;
}

@media (max-width: 991px) {
  .overflowhidden .line-menu .zone-html .content a {
    /*
    img {
    	&:nth-child(1){
    		display:none;
    	}
    	&:nth-child(2){
    		display:block;
    	}
    }
    */
  }
  .overflowhidden .line-menu > .container,
  .overflowhidden .line-menu > .container-fluid {
    /*
    background-color: $clrMarin!important;
    border-bottom: 1px solid $clrMarin;
    */
  }
  .overflowhidden .line-menu > .container > .row .navbar-toggle .icon-bar,
  .overflowhidden .line-menu > .container-fluid > .row .navbar-toggle .icon-bar {
    background: #fff;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li > a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li > a {
    color: #fff;
    padding: 15px 10px;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:hover > a, .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:focus > a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:hover > a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:focus > a {
    color: #FFB205 !important;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li.active .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li.open a,
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li.active .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li.open a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li.active .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li.open a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li.active .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li.open a {
    color: #FFB205 !important;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child {
    padding-top: 25px;
    text-align: center;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a {
    font-family: "Raleway", sans-serif;
    text-transform: inherit;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    height: 55px;
    padding: 0px 30px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    min-width: 0;
    border-width: 2px !important;
    border-radius: 50px;
    background-color: #FFB205;
    border-style: solid;
    border-color: #FFB205;
    color: #fff;
    transition: all 150ms;
    font-size: 12px !important;
    line-height: 14px;
    margin-right: 0;
    font-weight: 600;
    color: #fff;
    height: 40px;
    border-width: 1px !important;
    padding: 0px 30px !important;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:hover, .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:active, .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:focus,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:hover,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:active,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:focus {
    text-decoration: none !important;
    border-width: 2px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a {
    white-space: normal !important;
  }
}
@media (max-width: 991px) {
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:hover, .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:active, .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:focus,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:hover,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:active,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:focus {
    background-color: transparent;
    border-style: solid;
    border-color: #FFB205;
    color: #062033;
  }
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a:hover,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a:hover {
    color: #fff !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .overflowhidden .line-menu > .container > .row .navbar .navbar-nav > li:last-child a,
  .overflowhidden .line-menu > .container-fluid > .row .navbar .navbar-nav > li:last-child a {
    border: none !important;
    background: none !important;
  }
}
@media (max-width: 991px) {
  .overflowhidden .line-menu.sticked > .container,
  .overflowhidden .line-menu.sticked > .container-fluid {
    height: 100px;
  }
  .overflowhidden .line-menu.sticked > .container .zone-html .content a img,
  .overflowhidden .line-menu.sticked > .container-fluid .zone-html .content a img {
    /*
    max-width:198px;
    */
  }
}
.footer-area {
  position: relative;
}
.footer-area .footer-infolettre {
  z-index: 100;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translatex(-50%);
}
@media (max-width: 991px) {
  .footer-area .footer-infolettre {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-infolettre .container {
    width: 95%;
  }
}
.footer-area .footer-infolettre .container .row .zone-html .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 767px) {
  .footer-area .footer-infolettre .container .row .zone-html .content {
    min-width: 340px;
    flex-direction: column;
    padding: 40px 60px 10px;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-infolettre .container .row .zone-html .content {
    min-width: 100%;
    flex-direction: column;
    padding: 40px 20px 10px;
  }
}
.footer-area .footer-infolettre .container .row .zone-html .content h5, .footer-area .footer-infolettre .container .row .zone-html .content p {
  flex-basis: fit-content;
  margin-bottom: 0;
}
.footer-area .footer-infolettre .container .row .zone-html .content h5 {
  margin-right: 60px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-area .footer-infolettre .container .row .zone-html .content h5 {
    margin-right: 150px;
  }
}
.footer-area .footer-infolettre .container .row .zone-html .content h5 br {
  display: none !important;
}
@media (max-width: 767px) {
  .footer-area .footer-infolettre .container .row .zone-html .content h5 {
    margin-right: 0;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .footer-area .footer-infolettre .container .row .zone-html .content h5 br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-infolettre .container .row .zone-html .content p {
    text-align: center;
  }
  .footer-area .footer-infolettre .container .row .zone-html .content p a {
    margin-right: 0;
  }
}
.footer-area .footer-line {
  padding-top: 135px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .footer-area .footer-line {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-line {
    padding-top: 170px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-area .footer-line .container .row > div:first-child .content {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:first-child .content {
    text-align: center;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6 {
  padding: 0;
}
@media (min-width: 992px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:first-child {
    margin-right: 30px;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:first-child > img {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:first-child > img {
    margin-bottom: 30px;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:first-child p {
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) {
    width: 26%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) {
    margin-right: 20px;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) p > a {
  color: #fff;
  text-decoration: none;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) p > a:hover {
  color: #FFB205;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) p:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) p:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) p br {
    display: block !important;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) .footer-social {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) .footer-social {
    margin-bottom: 30px;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) .footer-social li {
  display: inline;
  margin-right: 13px;
}
@media (max-width: 991px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(2) .footer-social li a img {
    width: 26px !important;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) {
    display: flex;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) {
    margin-bottom: 30px;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div p a {
  color: #fff;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div p a:hover {
  color: #FFB205;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div:first-child {
    margin-right: 30px;
  }
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div:first-child ul {
  list-style: none;
  padding-left: 0;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div:first-child ul li {
  font-size: 12px;
  line-height: 18px;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div:first-child ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
.footer-area .footer-line .container .row > div:first-child .content .col-lg-6:nth-child(3) > div:first-child ul li a:hover {
  color: #FFB205;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-area .footer-line .container .row > div:last-child {
    padding-left: 20px;
    padding-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .footer-area .footer-line .container .row > div:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:last-child .content {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-area .footer-line .container .row > div:last-child .content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.footer-area .footer-line .container .row > div:last-child .content p.smaller {
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 30px;
}
.footer-area .footer-line .container .row > div:last-child .content p > a {
  color: #FFB205;
}
.footer-area .footer-line .container .row > div:last-child .content p > a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-area .footer-line .container .row > div:last-child .content p > a.btn-fleche {
  font-size: 12px;
  line-height: 24px;
}
.footer-area .footer-line .container .row > div:last-child .content p > a.btn-fleche:after {
  filter: contrast(0) brightness(2);
}
.footer-area .footer-line .container .row > div:last-child .content p br {
  display: none !important;
}
@media (max-width: 767px) {
  .footer-area .footer-line .container .row > div:last-child .content p br {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .footer-area .footer-line .container .row > div:last-child .content #suicide br {
    display: block !important;
  }
}

.footer-copyright .content {
  padding-top: 10px;
}
.footer-copyright .content p {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.footer-copyright .content p a:hover {
  color: #FFB205;
}
.footer-copyright .content p br {
  display: none !important;
}
@media (max-width: 767px) {
  .footer-copyright .content p br {
    display: block !important;
  }
}

.banner-homepage .mod-banner__img {
  height: 616px;
  margin-top: 0;
  z-index: 11 !important;
  background-color: rgba(8, 44, 89, 0.5);
}
.banner-homepage .mod-banner__img .mod-banner__content {
  top: 54%;
  padding-left: 25vw;
}
@media (max-width: 991px) {
  .banner-homepage .mod-banner__img .mod-banner__content {
    padding-left: 9vw;
  }
}
.banner-homepage .mod-banner__img .mod-banner__content .btn {
  margin-top: 15px;
}
.banner-homepage .mod-banner__img .mod-banner__content h1 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .banner-homepage .mod-banner__img .mod-banner__content h1 {
    max-width: 50%;
  }
  .banner-homepage .mod-banner__img .mod-banner__content h4 {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .banner-homepage .mod-banner__img .mod-banner__content h1 {
    max-width: 80%;
  }
}
@media (max-width: 320px) {
  .banner-homepage .mod-banner__img .mod-banner__content h1 {
    max-width: 80%;
  }
}
.banner-homepage .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 44, 89, 0.5);
  z-index: 0;
}
.banner-homepage .mod-banner__img:after {
  content: "";
  position: absolute;
  left: 85%;
  bottom: 20px;
  background-image: url("https://cdn.ca.yapla.com/company/CPYjaMOmD6yAlrNJG3Hw1kg9v/asset/images/Icons-Shapes/chevron-down%402x.png");
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}
@media (max-width: 575px) {
  .banner-homepage .mod-banner__img {
    background: url("https://cdn.ca.yapla.com/company/CPYjaMOmD6yAlrNJG3Hw1kg9v/asset/images/background/CAE_Banniere_Accueil_Mobile.jpg") no-repeat left top !important;
    background-size: cover !important;
  }
}
.banner-homepage .video {
  position: absolute;
  transform-origin: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 0 0 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-homepage .video {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .banner-homepage .video {
    display: none;
  }
}
.banner-homepage .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-image-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-image-text.imageFull .row > div:nth-child(1) .mod-article__wrapper img, .section-image-text.imageFull .row > div:nth-child(1) .mod-article__content img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .section-image-text.imageFull .row > div:nth-child(1) .mod-article__wrapper img, .section-image-text.imageFull .row > div:nth-child(1) .mod-article__content img {
    border-radius: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text.imageFull.notre-histoire {
    padding-top: 145px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text.imageFull.notre-histoire .container-fluid .row > div:first-child {
    order: 0;
    margin-top: -150px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text.imageFull.notre-histoire .container-fluid .row > div:last-child {
    order: 1;
  }
  .section-image-text.imageFull.notre-histoire .container-fluid .row > div:last-child .mod-article__wrapper {
    max-width: 75%;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .section-image-text {
    padding-top: 100px;
  }
}
.section-image-text .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section-image-text .row:before {
  content: "";
  width: 75%;
  height: 100%;
  right: 0;
  background-color: #F6F6F6;
  position: absolute;
  display: block;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .section-image-text .row:before {
    height: 75%;
  }
}
@media (max-width: 767px) {
  .section-image-text .row:before {
    height: 90%;
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .section-image-text .row {
    flex-direction: column;
    flex-wrap: inherit;
  }
}
.section-image-text .row > div {
  margin: 0 0px;
}
.section-image-text .row > div:nth-child(1) {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(1) {
    order: 1;
    align-self: start;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .section-image-text .row > div:nth-child(1) {
    align-self: auto;
  }
  .section-image-text .row > div:nth-child(1) .mod-article__wrapper, .section-image-text .row > div:nth-child(1) .mod-article__content {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .section-image-text .row > div:nth-child(1) .mod-article__wrapper, .section-image-text .row > div:nth-child(1) .mod-article__content {
    text-align: right;
  }
}
.section-image-text .row > div:nth-child(1) .mod-article__content {
  position: relative;
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(1) .mod-article__content {
    padding-top: 70px;
  }
}
.section-image-text .row > div:nth-child(1) .mod-article__content img {
  height: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(1) .mod-article__content img {
    width: 100%;
  }
}
.section-image-text .row > div:nth-child(1) .mod-article__content:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/bg-bullet-blue.png");
  width: 173px;
  height: 106px;
  position: absolute;
  right: 115px;
  bottom: -53px;
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text .row > div:nth-child(1) .mod-article__content:after {
    right: -145px;
    bottom: 237px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text .row > div:nth-child(1) .mod-article__content:after {
    right: -145px;
    bottom: 237px;
  }
}
.section-image-text .row > div:nth-child(2) {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(2) {
    order: 0;
    padding-top: 0;
    width: 765px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-image-text .row > div:nth-child(2) {
    padding-bottom: 0;
    width: 100%;
  }
}
.section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
  max-width: 525px;
  margin-left: auto;
  margin-right: 15px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
    max-width: 435px;
  }
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
    margin-left: 30px;
    max-width: 100%;
    padding: 60px 0 60px 0;
  }
}
.section-image-text .row > div:nth-child(2) .content h2, .section-image-text .row > div:nth-child(2) .mod-article__wrapper h2 {
  margin-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
.section-image-text .row > div:nth-child(2) .content h2:after, .section-image-text .row > div:nth-child(2) .mod-article__wrapper h2:after {
  content: "";
  display: block;
  background: #FFB205;
  height: 2px;
  width: 117px;
  position: absolute;
  bottom: -22px;
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
  max-width: 525px;
  margin-right: auto;
  margin-left: 15px;
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
    max-width: 435px;
  }
}
@media (max-width: 991px) {
  .section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
    padding-left: 0;
    max-width: 65%;
    margin-left: auto;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-image-text .row > div:nth-child(2) .content, .section-image-text .row > div:nth-child(2) .mod-article__wrapper {
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 0;
    max-width: 100%;
  }
}

.section-image-text-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-image-text-bottom.ce-programme {
  padding-top: 0;
}
@media (max-width: 767px) {
  .section-image-text-bottom.ce-programme {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom.md-nopb-top {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom.md-nopb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom.mission {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .section-image-text-bottom.temoignages .container-fluid .row > div:nth-child(1) .mod-article__content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .section-image-text-bottom.temoignages .container-fluid .row > div:nth-child(1) .mod-article__content:after {
    right: 45px;
  }
}
@media (min-width: 992px) {
  .section-image-text-bottom.temoignages .container-fluid .row > div:nth-child(2) .mod-article__wrapper {
    margin-left: 0 !important;
    padding-left: 0 !important;
    max-width: 575px !important;
  }
}
@media (min-width: 992px) {
  .section-image-text-bottom.temoignages .container-fluid .row:before {
    width: 65%;
  }
}
.section-image-text-bottom.imageFull .row > div:nth-child(1) .mod-article__wrapper img, .section-image-text-bottom.imageFull .row > div:nth-child(1) .mod-article__content img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .section-image-text-bottom.imageFull .row > div:nth-child(1) .mod-article__wrapper img, .section-image-text-bottom.imageFull .row > div:nth-child(1) .mod-article__content img {
    border-radius: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text-bottom {
    padding-bottom: 180px;
    padding-top: 0;
  }
}
.section-image-text-bottom .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section-image-text-bottom .row:before {
  content: "";
  width: 60%;
  height: 100%;
  right: 0;
  background-color: #FFF7E3;
  position: absolute;
  display: block;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .section-image-text-bottom .row:before {
    height: 85%;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom .row:before {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom .row {
    flex-direction: column;
    flex-wrap: inherit;
  }
}
.section-image-text-bottom .row > div {
  margin: 0 0px;
}
.section-image-text-bottom .row > div:nth-child(1) {
  margin-bottom: -100px;
  align-self: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(1) {
    order: 1;
    align-self: start;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom .row > div:nth-child(1) {
    align-self: auto;
  }
  .section-image-text-bottom .row > div:nth-child(1) .mod-article__wrapper, .section-image-text-bottom .row > div:nth-child(1) .mod-article__content {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .section-image-text-bottom .row > div:nth-child(1) .mod-article__wrapper, .section-image-text-bottom .row > div:nth-child(1) .mod-article__content {
    text-align: right;
  }
}
.section-image-text-bottom .row > div:nth-child(1) .mod-article__content img {
  height: 100%;
  max-height: 515px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(1) .mod-article__content img {
    width: 100%;
  }
}
.section-image-text-bottom .row > div:nth-child(1) .mod-article__content:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/bg-bullet-orange.png");
  width: 173px;
  height: 106px;
  position: absolute;
  right: -85px;
  bottom: 37px;
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text-bottom .row > div:nth-child(1) .mod-article__content:after {
    left: 333px;
    bottom: 165px;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom .row > div:nth-child(1) .mod-article__content:after {
    left: auto;
    right: 30px;
    bottom: -68px;
  }
}
.section-image-text-bottom .row > div:nth-child(2) {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text-bottom .row > div:nth-child(2) {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(2) {
    order: 0;
    padding-top: 0;
    width: 765px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom .row > div:nth-child(2) {
    padding-bottom: 100px;
    width: 100%;
  }
}
.section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
  max-width: 525px;
  margin-left: auto;
  margin-right: 15px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
    max-width: 435px;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
    margin-left: 30px;
    max-width: 100%;
    padding: 60px 0 60px 0;
  }
}
.section-image-text-bottom .row > div:nth-child(2) .content .mod-article__title, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper .mod-article__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  display: block;
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(2) .content .mod-article__title, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper .mod-article__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom .row > div:nth-child(2) .content .mod-article__title, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper .mod-article__title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image-text-bottom .row > div:nth-child(2) .content .mod-article__title, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper .mod-article__title {
    max-width: 350px;
  }
}
.section-image-text-bottom .row > div:nth-child(2) .content h2, .section-image-text-bottom .row > div:nth-child(2) .content h1, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper h2, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper h1 {
  margin-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
.section-image-text-bottom .row > div:nth-child(2) .content h2:after, .section-image-text-bottom .row > div:nth-child(2) .content h1:after, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper h2:after, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper h1:after {
  content: "";
  display: block;
  background: #FFB205;
  height: 2px;
  width: 117px;
  position: absolute;
  bottom: -22px;
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(2) .content h2 br, .section-image-text-bottom .row > div:nth-child(2) .content h1 br, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper h2 br, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper h1 br {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
  max-width: 525px;
  margin-right: auto;
  margin-left: 15px;
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
    max-width: 435px;
  }
}
@media (max-width: 991px) {
  .section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
    padding-left: 30px;
    max-width: 70%;
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .section-image-text-bottom .row > div:nth-child(2) .content, .section-image-text-bottom .row > div:nth-child(2) .mod-article__wrapper {
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 0;
    max-width: 100%;
  }
}

.section-text-image {
  padding-bottom: 330px;
}
@media (max-width: 991px) {
  .section-text-image.md-smallpb {
    padding-bottom: 180px;
  }
}
.section-text-image.imageFull .row > div:nth-child(2) .mod-article__wrapper img, .section-text-image.imageFull .row > div:nth-child(2) .mod-article__content img {
  width: 100%;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .section-text-image.imageFull .row > div:nth-child(2) .mod-article__wrapper img, .section-text-image.imageFull .row > div:nth-child(2) .mod-article__content img {
    border-radius: 30px;
  }
}
.section-text-image .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section-text-image .row:before {
  content: "";
  width: 60%;
  height: 100%;
  left: 0;
  background-color: #FFF7E3;
  position: absolute;
  display: block;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .section-text-image .row:before {
    height: 85%;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .section-text-image .row:before {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .section-text-image .row {
    flex-direction: column;
    flex-wrap: inherit;
  }
}
.section-text-image .row > div {
  margin: 0 0px;
}
.section-text-image .row > div:nth-child(1) {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .section-text-image .row > div:nth-child(1) {
    order: 0;
    padding-top: 0;
    width: 765px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-text-image .row > div:nth-child(1) {
    padding-bottom: 0;
    width: 100%;
  }
}
.section-text-image .row > div:nth-child(1) .content, .section-text-image .row > div:nth-child(1) .mod-article__wrapper {
  max-width: 525px;
  margin-left: auto;
  margin-right: 15px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .section-text-image .row > div:nth-child(1) .content, .section-text-image .row > div:nth-child(1) .mod-article__wrapper {
    max-width: 435px;
  }
}
@media (max-width: 991px) {
  .section-text-image .row > div:nth-child(1) .content, .section-text-image .row > div:nth-child(1) .mod-article__wrapper {
    padding-left: 0;
    max-width: 65%;
    margin-left: 15px;
    margin-right: auto;
    padding: 60px 0 60px 30px;
  }
}
@media (max-width: 767px) {
  .section-text-image .row > div:nth-child(1) .content, .section-text-image .row > div:nth-child(1) .mod-article__wrapper {
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 0;
    max-width: 100%;
  }
}
.section-text-image .row > div:nth-child(1) .content h2, .section-text-image .row > div:nth-child(1) .mod-article__wrapper h2 {
  margin-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
.section-text-image .row > div:nth-child(1) .content h2:after, .section-text-image .row > div:nth-child(1) .mod-article__wrapper h2:after {
  content: "";
  display: block;
  background: #FFB205;
  height: 2px;
  width: 117px;
  position: absolute;
  bottom: -22px;
}
.section-text-image .row > div:nth-child(1) .content .btn-rond-jaune, .section-text-image .row > div:nth-child(1) .mod-article__wrapper .btn-rond-jaune {
  margin-top: 40px;
}
.section-text-image .row > div:nth-child(2) {
  margin-bottom: -100px;
  align-self: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .section-text-image .row > div:nth-child(2) {
    order: 1;
    align-self: flex-end;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .section-text-image .row > div:nth-child(2) {
    align-self: auto;
  }
  .section-text-image .row > div:nth-child(2) .mod-article__wrapper, .section-text-image .row > div:nth-child(2) .mod-article__content {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .section-text-image .row > div:nth-child(2) .mod-article__wrapper, .section-text-image .row > div:nth-child(2) .mod-article__content {
    text-align: left;
  }
}
.section-text-image .row > div:nth-child(2) .mod-article__content img {
  height: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-text-image .row > div:nth-child(2) .mod-article__content img {
    width: 100%;
  }
}
.section-text-image .row > div:nth-child(2) .mod-article__content:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/bg-bullet-orange.png");
  width: 173px;
  height: 106px;
  position: absolute;
  left: -85px;
  bottom: 37px;
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-text-image .row > div:nth-child(2) .mod-article__content:after {
    right: -145px;
    bottom: 267px;
  }
}
@media (max-width: 767px) {
  .section-text-image .row > div:nth-child(2) .mod-article__content:after {
    left: auto;
    right: 115px;
    bottom: -53px;
  }
}

.nopaddingbottom {
  padding-bottom: 0;
}
.nopaddingbottom .row > div:nth-child(2) {
  padding-bottom: 0;
}

.mod-article__content p a:not([class*=btn]),
.zone-html p a:not([class*=btn]) {
  text-decoration: underline;
}
.mod-article__content p a:not([class*=btn]):hover,
.zone-html p a:not([class*=btn]):hover {
  text-decoration: none;
}

.titre-ligne h2 {
  margin-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
.titre-ligne h2:after {
  content: "";
  display: block;
  background: #FFB205;
  height: 2px;
  width: 117px;
  position: absolute;
  bottom: -22px;
}

.footer-area p a {
  text-decoration: none !important;
}
.footer-area p a:hover {
  text-decoration: none;
}

.gros-texte {
  font-size: 28px;
  line-height: 40px;
}
.gros-texte h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-bottom: 35px;
}
.gros-texte p, .gros-texte ul li {
  font-size: 24px;
  line-height: 32px;
  color: #3B3B3B;
}
.gros-texte ul {
  padding-bottom: 20px;
}
.gros-texte .accordeon tr {
  background-color: transparent !important;
  font-size: 24px;
  line-height: 32px;
  padding: 15px 0 !important;
}
.gros-texte .accordeon tr:nth-child(1) {
  font-size: 18px;
  line-height: 21px;
  color: #062033;
  font-family: "Raleway", sans-serif;
  text-decoration: underline;
}
.gros-texte .accordeon tr:nth-child(1):after {
  display: none;
}

.big-texte-center {
  padding: 70px 0 80px 0;
}
.big-texte-center .content,
.big-texte-center p {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .big-texte-center .content,
  .big-texte-center p {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .big-texte-center .content,
  .big-texte-center p {
    font-size: 23px;
    line-height: 35px;
  }
}

body:not(.accueil) .line-banner {
  padding-bottom: 60px;
  padding-top: 8px;
}
@media (max-width: 991px) {
  body:not(.accueil) .line-banner {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner {
    padding-bottom: 0;
  }
}
body:not(.accueil) .line-banner .container {
  position: relative;
}
body:not(.accueil) .line-banner .container .row:before {
  content: "";
  width: 3000px;
  height: 100%;
  margin-left: -1770px;
  margin-right: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #F6F6F6;
  position: absolute;
  display: block;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1399px) {
  body:not(.accueil) .line-banner .container .row:before {
    margin-left: -1870px;
  }
}
@media (max-width: 1199px) {
  body:not(.accueil) .line-banner .container .row:before {
    margin-left: -2070px;
  }
}
@media (max-width: 991px) {
  body:not(.accueil) .line-banner .container .row:before {
    height: 100%;
    margin-left: -30%;
    width: 118%;
    left: 0;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row:before {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    right: auto;
    left: 0;
    height: 90%;
    bottom: 0;
  }
}
body:not(.accueil) .line-banner .container .row .content {
  padding: 80px 0 80px 0;
  border-radius: 0 30px 30px 0;
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  body:not(.accueil) .line-banner .container .row .content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row .content {
    border-radius: 0;
    padding: 50px 0;
    text-align: center;
  }
}
body:not(.accueil) .line-banner .container .row .content h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  padding-right: 45%;
}
@media (max-width: 1399px) {
  body:not(.accueil) .line-banner .container .row .content h1 {
    padding-right: 60%;
  }
}
@media (min-width: 768px) {
  body:not(.accueil) .line-banner .container .row .content h1 {
    align-self: center;
  }
}
@media (max-width: 991px) {
  body:not(.accueil) .line-banner .container .row .content h1 {
    font-size: 34px;
    line-height: 42px;
    padding-right: 40%;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row .content h1 {
    padding-bottom: 20px;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    max-width: 100%;
  }
}
body:not(.accueil) .line-banner .container .row .content h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: #FFB205;
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row .content h1:after {
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body:not(.accueil) .line-banner .container .row .content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-weight: 500;
}
@media (max-width: 991px) {
  body:not(.accueil) .line-banner .container .row .content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row .content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  body:not(.accueil) .line-banner .container .row .content h3 {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  body:not(.accueil) .line-banner .container .row .content h3 {
    align-self: center;
  }
}
@media (max-width: 991px) {
  body:not(.accueil) .line-banner .container .row .content h3 {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row .content h3 {
    max-width: 100%;
  }
}
body:not(.accueil) .line-banner .container .row .content > img {
  border-radius: 30px;
  height: auto !important;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  right: -40px;
  top: 65px;
}
@media (max-width: 1399px) {
  body:not(.accueil) .line-banner .container .row .content > img {
    right: 70px;
  }
}
@media (max-width: 1199px) {
  body:not(.accueil) .line-banner .container .row .content > img {
    width: 455px !important;
  }
}
@media (max-width: 991px) {
  body:not(.accueil) .line-banner .container .row .content > img {
    width: auto !important;
    max-width: 275px !important;
    bottom: -50px;
    right: 0px;
    height: 310px !important;
  }
}
@media (max-width: 767px) {
  body:not(.accueil) .line-banner .container .row .content > img {
    position: relative;
    width: 142px;
    bottom: -60px;
    width: 345px !important;
    max-width: 345px !important;
    height: 215px !important;
    margin-left: auto;
    margin-right: auto;
    left: inherit;
    right: inherit;
    transform: none;
  }
}
@media (max-width: 575px) {
  body:not(.accueil) .line-banner .container .row .content > img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.zone-image img {
  border-radius: 7px;
}

.mod-banner__img,
.news-thumbnail,
.e-thumbnail {
  border-radius: 7px;
}

.page-title {
  position: relative;
}
@media (max-width: 991px) {
  .page-title .container {
    width: 100%;
    padding-left: 0;
  }
}
.page-title .container .zone-html {
  margin-top: -110px;
}
@media (max-width: 991px) {
  .page-title .container .zone-html {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .page-title .container .zone-html {
    margin-top: -75px;
  }
}
.page-title .container .content {
  background-color: #FCF8EA;
  padding: 65px 100px 45px 100px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 7px;
  position: relative;
  display: table-cell;
  font-weight: 500;
}
@media (max-width: 991px) {
  .page-title .container .content {
    padding: 35px 70px 20px 70px;
    width: 65%;
    display: inline-table;
  }
}
@media (max-width: 767px) {
  .page-title .container .content {
    padding: 30px 50px 10px 50px;
    width: 100%;
  }
}
.page-title .container h1 {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .page-title .container h1 {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.lien-bold:hover {
  /*font-weight:700;*/
}

.lien-fleche {
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
  display: block;
}
.lien-fleche:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 15px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYQKmek7dtg2ZLJGTbXvpwl9/asset/images/Icones/Fleche_vert-fonce.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.lien-fleche:hover, .lien-fleche:active {
  text-decoration: underline;
  color: #FFB205;
}
.lien-fleche:hover:after, .lien-fleche:active:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

.border-menu-no-header {
  border-top: 1px solid #F7D3BF;
}
@media (max-width: 991px) {
  .border-menu-no-header {
    margin-top: 108px;
  }
}

.large-mt {
  margin-top: 280px;
}
@media (max-width: 767px) {
  .large-mt {
    margin-top: 250px;
  }
}

.capsules-videos .zone-news .news-mosaic .row {
  margin-top: 0;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 {
  margin-bottom: 70px !important;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 > a img {
  border-radius: 7px;
  margin-bottom: 30px;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 .news-title {
  font-size: 20px;
  line-height: 24px;
  padding-top: 15px;
  margin-bottom: 30px;
  position: relative;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 .news-title:before {
  content: "";
  background: #062033;
  width: 140px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 .news-title a:hover {
  text-decoration: none;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type {
  font-size: 18px;
  color: #062033;
  text-decoration: underline;
}
.capsules-videos .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:hover {
  text-decoration: none;
  color: #FFB205;
}

.video-single .zone-article .mod-article__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .video-single .zone-article .mod-article__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .video-single .zone-article .mod-article__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.video-single .zone-article .mod-article__content {
  text-align: center;
}

.underline-title h2, .underline-title h3 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(6, 32, 51, 0.5);
}

@media (min-width: 992px) {
  .padding-text-right .container > .row .zone-html:nth-child(2) {
    padding-left: 95px;
  }
}

.pageForm .zone-crm > h1 {
  display: none;
}
.pageForm .zone-crm form .form-control {
  background-color: #fff !important;
}
.pageForm .zone-crm form .crm-footer-frame #submitform {
  background-color: #062033;
  border-style: solid;
  border-color: #062033;
  color: #fff;
  transition: all 150ms;
}
.pageForm .zone-crm form .crm-footer-frame #submitform:hover, .pageForm .zone-crm form .crm-footer-frame #submitform:active, .pageForm .zone-crm form .crm-footer-frame #submitform:focus {
  background-color: transparent;
  color: #062033;
  border-style: solid;
  border-color: #062033;
}

@media (max-width: 991px) {
  .error-404 .container .row {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .error-404 .container .row > div:first-child {
    margin-bottom: 60px;
  }
}
.error-404 .container .row > div:last-child .content h4 {
  margin-bottom: 0;
}
.error-404 .container .row > div:last-child .content h2 {
  margin-bottom: 55px;
}
.error-404 .container .row > div:last-child .content p:first-of-type {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .colums-66-33 .container > .row {
    display: flex;
    flex-direction: column;
  }
}
.colums-66-33 .container > .row > div:nth-child(1) {
  width: 66.66%;
}
@media (max-width: 991px) {
  .colums-66-33 .container > .row > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
}
.colums-66-33 .container > .row > div:nth-child(2) {
  width: 33.33%;
}
@media (max-width: 991px) {
  .colums-66-33 .container > .row > div:nth-child(2) {
    width: 100%;
    order: 1;
  }
}

.colums-33-66 .container > .row > div:nth-child(1) {
  width: 33.33%;
}
@media (max-width: 991px) {
  .colums-33-66 .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.colums-33-66 .container > .row > div:nth-child(2) {
  width: 66.66%;
}
@media (max-width: 991px) {
  .colums-33-66 .container > .row > div:nth-child(2) {
    width: 100%;
  }
}

.pageIntro {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .pageIntro.no-paddingtop {
    padding-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pageIntro.no-ptmaxmd {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .pageIntro.no-ptmaxmd {
    padding-top: 100px;
  }
}
.pageIntro.accueil {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pageIntro.accueil {
    padding-top: 45px;
  }
}
.pageIntro.smallpaddingbottom {
  padding-bottom: 40px;
}
.pageIntro.largepaddingtop {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .pageIntro.largepaddingtop {
    padding-top: 120px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pageIntro.nopadding-max-md {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pageIntro.nopadding-max-md {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pageIntro.md-largepadding-top {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .pageIntro.lg-largepaddingtop {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .pageIntro.sm-nopdbottom {
    padding-bottom: 0;
  }
}
.pageIntro .zone-html .content {
  text-align: center;
}
.pageIntro .zone-html .content > h2 {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .pageIntro .zone-html .content > h2 {
    font-size: 30px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pageIntro .zone-html .content > h2 {
    max-width: 590px;
  }
}
@media (min-width: 992px) {
  .pageIntro .zone-html .content > h2 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .pageIntro .zone-html .content > h2 {
    font-size: 25px;
    line-height: 31px;
  }
}
.pageIntro .zone-html .content > h2:after {
  content: "";
  background: #FFB205;
  width: 196px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.pageIntro .zone-html .content > p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .pageIntro .zone-html .content > p {
    width: 590px;
    max-width: 590px;
  }
}
@media (max-width: 767px) {
  .pageIntro .zone-html .content > p {
    max-width: 100%;
  }
}
.pageIntro .zone-html .content .btn {
  margin-top: 45px;
}
.pageIntro.content-left .zone-html .content {
  text-align: left;
}

.cta-rendezvous {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-rendezvous {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .cta-rendezvous {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.cta-rendezvous .container {
  overflow: hidden;
}
.cta-rendezvous .container .zone-html .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cta-rendezvous .container .zone-html .content h2 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cta-rendezvous .container .zone-html .content h2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.cta-rendezvous .container .zone-html .content p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cta-rendezvous .container .zone-html .content p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  .cta-rendezvous .container .zone-html .content p br {
    display: none !important;
  }
}
.cta-rendezvous:before {
  content: "";
  position: absolute;
  top: -25%;
  left: -215px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-left.svg);
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
}
@media (max-width: 991px) {
  .cta-rendezvous:before {
    top: 10px;
    left: 0px;
    background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-md.svg);
  }
}
.cta-rendezvous:after {
  content: "";
  overflow: hidden !important;
  position: absolute;
  top: 0;
  right: -215px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-left.svg);
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cta-rendezvous:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-md.svg);
    top: -25%;
    right: 0;
  }
}
.cta-rendezvous.double .container {
  /*position: relative;*/
}
.cta-rendezvous.double .container:after {
  content: "";
  display: block;
  position: absolute;
  background: #062033;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
}
@media (max-width: 767px) {
  .cta-rendezvous.double .container:after {
    display: none;
  }
}

.bigulli ul {
  list-style: none;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .bigulli ul {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .bigulli ul {
    padding-left: 60px;
  }
}
.bigulli ul li {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 40px;
  font-weight: 400;
  position: relative;
  padding-left: 0;
}
.bigulli ul li:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/bullet-check.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  display: block;
  width: 24px;
  height: 32px;
  margin-left: -50px;
}

.bgafterfull .container-fluid > .row:before {
  width: 100% !important;
  border-radius: 0;
}
@media (max-width: 991px) {
  .bgafterfull .container-fluid > .row:before {
    height: 100% !important;
  }
}

@media (max-width: 767px) {
  .page-404 .container .row > div:first-child {
    margin-bottom: 140px;
  }
}
.page-404 .container .row > div:first-child .content h1 {
  color: #82ADB8;
}
@media (min-width: 992px) {
  .page-404 .container .row > div:first-child .content h1 {
    font-size: 240px;
    font-weight: 900;
  }
}
@media (max-width: 991px) {
  .page-404 .container .row > div:first-child .content h1 {
    font-size: 180px;
  }
}
.page-404 .container .row > div:first-child .content h1 span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
.page-404 .container .row > div:last-child {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .page-404 .container .row > div:last-child .content {
    text-align: center;
  }
}
.page-404 .container .row > div:last-child .content h2 {
  margin-bottom: 30px;
}
.page-404 .container .row > div:last-child .content p:first-of-type {
  margin-bottom: 65px;
}

.politique-netiquette .content > h1 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.politique-netiquette .content > h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  background: #FFB205;
}
.politique-netiquette .content h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-radio-btns .input-radio {
  display: flex;
}
.custom-radio-btns .input-radio .jai_deja_participe_au_programme {
  margin-right: 30px;
}
.custom-radio-btns .input-radio .jai_deja_participe_au_programme > label {
  padding-left: 30px;
}
.custom-radio-btns .input-radio .jai_deja_participe_au_programme > label input[type=radio] {
  appearance: none;
  border: 1px solid #d3d3d3;
  width: 20px;
  height: 20px;
  content: none;
  outline: none;
  margin: 0;
  position: absolute;
  left: 5px;
}
.custom-radio-btns .input-radio .jai_deja_participe_au_programme > label input[type=radio]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}
.custom-radio-btns .input-radio .jai_deja_participe_au_programme > label input[type=radio]:checked::before {
  position: absolute;
  left: 0px;
  color: #FFB205 !important;
  content: " ✓ " !important;
  border: 1px solid #d3d3d3;
  font-weight: bolder;
  font-size: 15px;
}

.quote-box {
  width: 100%;
}
.quote-box tbody tr:first-child td:first-child {
  width: 25%;
}
.quote-box tbody tr:first-child td:last-child {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .livrevivant-single .container .row .zone-event .event-subscription .nav-pills, .livrevivant-single .container .row .zone-event .event-summary .nav-pills, .livrevivant-single .container .row .zone-event .eventsubscriptionconfirmation .nav-pills {
    margin-left: 10%;
  }
}
.livrevivant-single .container .row .zone-event .event-subscription .nav-pills li:nth-child(3), .livrevivant-single .container .row .zone-event .event-summary .nav-pills li:nth-child(3), .livrevivant-single .container .row .zone-event .eventsubscriptionconfirmation .nav-pills li:nth-child(3) {
  display: none;
}
.livrevivant-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc > h3 {
  display: none;
}
.livrevivant-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title strong {
  display: none;
}
.livrevivant-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc .form-edition .btn-add:hover {
  color: #fff !important;
}
.livrevivant-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc #accordion .collapse .card-body .accordion-option-price, .livrevivant-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc #accordion .collapsed .card-body .accordion-option-price {
  display: none;
}
.livrevivant-single .container .row .zone-event .event-subscription .modal .modal-content .modal-body .participant-event-bloc-title strong {
  display: none;
}
.livrevivant-single .container .row .zone-event .event-subscription .modal .modal-content .modal-body #add_event_web .wrap-fees-options-block ul.list-group .badge {
  display: none;
}
.livrevivant-single .container .row .zone-event .event-summary #fieldset-price_bloc {
  display: none;
}
.livrevivant-single .container .row .zone-event .eventsubscriptionconfirmation #close {
  display: none;
}

.homepage .homepage-banner {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .homepage .homepage-banner {
    padding-top: 150px;
  }
}
.homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
  position: relative;
  background: #f4f4f4;
  border-radius: 30px;
  max-width: 100%;
  margin: auto;
  padding-right: 75px;
  padding-top: 100px;
  padding-bottom: 140px;
  z-index: 1;
}
@media (min-width: 768px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    width: 931px;
  }
}
@media (min-width: 992px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    width: 1152px;
  }
}
@media (max-width: 991px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    padding-left: 47%;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    padding-left: 40%;
  }
}
@media (min-width: 1200px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    padding-left: 45%;
  }
}
@media (min-width: 1350px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content {
    padding-left: 560px;
  }
}
.homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content > h1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 48px;
  line-height: 61px;
  position: relative;
}
@media (max-width: 991px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content > h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
.homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content > h1:after {
  content: "";
  background: #FFB205;
  width: 196px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content > h3 {
  font-weight: 500;
}
@media (max-width: 991px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .home-banner-content > h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .homepage-banner .container-fluid .zone-html .content .homepage-banner-image {
  z-index: 2;
  position: absolute;
  top: -50px;
  width: 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .homepage-banner-image {
    top: -35px;
  }
}
@media (min-width: 1460px) {
  .homepage .homepage-banner .container-fluid .zone-html .content .homepage-banner-image {
    right: 60%;
  }
}
.homepage .homepage-banner2 {
  padding-top: 60px;
  padding-bottom: 0;
}
.homepage .homepage-banner2.imageFull .row > div:nth-child(1) .mod-article__wrapper img, .homepage .homepage-banner2.imageFull .row > div:nth-child(1) .mod-article__content img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .homepage .homepage-banner2.imageFull .row > div:nth-child(1) .mod-article__wrapper img, .homepage .homepage-banner2.imageFull .row > div:nth-child(1) .mod-article__content img {
    height: 275px !important;
  }
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 {
    padding-top: 165px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 {
    padding-bottom: 0;
  }
}
.homepage .homepage-banner2 .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.homepage .homepage-banner2 .row:before {
  content: "";
  width: 93%;
  max-width: 1182px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  background-color: #F6F6F6;
  position: absolute;
  display: block;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row:before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row:before {
    width: 95%;
    border-radius: 0 30px 30px 0;
    right: auto;
    height: 85%;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row {
    flex-direction: row;
    flex-wrap: inherit;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row {
    flex-direction: column;
  }
}
.homepage .homepage-banner2 .row > div {
  margin: 0 0px;
}
.homepage .homepage-banner2 .row > div:nth-child(1) {
  margin-top: -55px;
  width: 45%;
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row > div:nth-child(1) {
    align-self: auto;
    width: 90%;
  }
  .homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__wrapper, .homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__content {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__wrapper, .homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__content {
    text-align: right;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__content {
  position: relative;
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__content {
    padding-top: 0;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__content img {
  max-height: 420px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row > div:nth-child(1) .mod-article__content img {
    width: 100%;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(2) {
  padding-top: 110px;
  padding-bottom: 110px;
  width: 55%;
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) {
    order: 0;
    padding-top: 0;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) {
    padding-bottom: 0;
    width: 100%;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
  max-width: 525px;
  margin-left: auto;
  margin-right: 15px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
    max-width: 435px;
  }
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
    margin-left: 30px;
    max-width: 100%;
    padding: 60px 0 60px 0;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(2) .content h1, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper h1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 48px;
  line-height: 61px;
  position: relative;
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content h1, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content h1, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(2) .content h1:after, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper h1:after {
  content: "";
  background: #FFB205;
  width: 196px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage .homepage-banner2 .row > div:nth-child(2) .content h3, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content h3, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}
.homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
  max-width: 525px;
  margin-right: auto;
  margin-left: 15px;
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
    max-width: 100%;
    margin-right: 70px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: 55px;
  }
}
@media (max-width: 767px) {
  .homepage .homepage-banner2 .row > div:nth-child(2) .content, .homepage .homepage-banner2 .row > div:nth-child(2) .mod-article__wrapper {
    margin-right: 80px;
    margin-left: 30px;
    padding-left: 0;
    max-width: 100%;
  }
}
.homepage .half-img-content {
  padding-bottom: 100px;
}
.homepage .half-img-content .container-fluid {
  padding: 0;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .homepage .half-img-content .container-fluid {
    width: 780px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .half-img-content .container-fluid {
    width: 991px;
  }
}
@media (min-width: 992px) {
  .homepage .half-img-content .container-fluid {
    width: 1052px;
  }
}
@media (min-width: 1200px) {
  .homepage .half-img-content .container-fluid {
    width: 1340px;
  }
}
.homepage .half-img-content .container-fluid .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .homepage .half-img-content .container-fluid .row {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
  }
  .homepage .half-img-content .container-fluid .row > div {
    width: 100%;
  }
}
.homepage .half-img-content .container-fluid .row > div.zone-banner {
  padding-right: 0;
}
@media (min-width: 992px) {
  .homepage .half-img-content .container-fluid .row > div.zone-banner .mod-banner__wrapper, .homepage .half-img-content .container-fluid .row > div.zone-banner .mod-banner__img {
    height: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .homepage .half-img-content .container-fluid .row > div.zone-banner .mod-banner__img {
    background-position: -250px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .half-img-content .container-fluid .row > div.zone-banner .mod-banner__img {
    height: 550px;
    background-position: 0 -115px;
  }
}
@media (max-width: 767px) {
  .homepage .half-img-content .container-fluid .row > div.zone-banner .mod-banner__img {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .homepage .half-img-content .container-fluid .row > div.zone-article {
    padding: 90px 140px 70px 110px;
  }
}
.homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__intro > h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__intro > h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__intro > h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__intro > h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 117px;
  height: 2px;
  background: #FFB205;
}
.homepage .half-img-content .container-fluid .row > div.zone-article .mod-article__intro > p:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .homepage .half-img-content.forty-sixty .container-fluid .row .col-sm-12:first-child {
    flex-basis: 40%;
  }
  .homepage .half-img-content.forty-sixty .container-fluid .row .col-sm-12:last-child {
    flex-basis: 60%;
  }
}
.homepage .half-img-content.forty-sixty .container-fluid .row .zone-article {
  background: #FFF7E3;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .homepage .half-img-content.forty-sixty .container-fluid .row .zone-article {
    border-radius: 0 0 30px 30px;
    padding: 70px 25px;
  }
}
.homepage .half-img-content.forty-sixty .container-fluid .row .zone-banner .mod-banner__img {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .homepage .half-img-content.forty-sixty .container-fluid .row .zone-banner .mod-banner__img {
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 991px) {
  .homepage .half-img-content.fifty-fifty {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .homepage .half-img-content.fifty-fifty .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
}
.homepage .half-img-content.fifty-fifty .container-fluid .row .zone-article {
  background: #F6F6F6;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .homepage .half-img-content.fifty-fifty .container-fluid .row .zone-article {
    order: 1;
    border-radius: 0 0 30px 30px;
    padding: 70px 60px;
  }
}
@media (max-width: 767px) {
  .homepage .half-img-content.fifty-fifty .container-fluid .row .zone-article {
    padding: 70px 25px;
  }
}
.homepage .half-img-content.fifty-fifty .container-fluid .row .zone-banner {
  padding-left: 0;
}
@media (max-width: 991px) {
  .homepage .half-img-content.fifty-fifty .container-fluid .row .zone-banner {
    order: 0;
  }
}
.homepage .half-img-content.fifty-fifty .container-fluid .row .zone-banner .mod-banner__img {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991px) {
  .homepage .half-img-content.fifty-fifty .container-fluid .row .zone-banner .mod-banner__img {
    border-radius: 30px 30px 0 0;
  }
}
.homepage .home-actualites-title {
  padding-bottom: 50px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-actualites-title .container {
    width: 95%;
  }
}
.homepage .home-actualites-title .container .row {
  display: flex;
  align-items: center;
}
.homepage .home-actualites-title .container .row > div:first-child .content > h2 {
  padding-bottom: 17px;
  position: relative;
}
.homepage .home-actualites-title .container .row > div:first-child .content > h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFB205;
  width: 172px;
  height: 2px;
}
@media (max-width: 991px) {
  .homepage .home-actualites-title .container .row > div:first-child .content > h2 br {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .homepage .home-actualites-title .container .row > div:last-child {
    display: none;
  }
}
.homepage .home-actualites-title .container .row > div:last-child .content {
  margin-right: 50px;
}
.homepage .home-actualites-title .container .row > div:last-child .content a {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.homepage .home-actualites-title .container .row > div:last-child .content a:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.homepage .home-actualites-title .container .row > div:last-child .content a:hover, .homepage .home-actualites-title .container .row > div:last-child .content a:active, .homepage .home-actualites-title .container .row > div:last-child .content a:focus {
  text-decoration: underline;
  color: #062033;
}
.homepage .home-actualites-title .container .row > div:last-child .content a:hover:after, .homepage .home-actualites-title .container .row > div:last-child .content a:active:after, .homepage .home-actualites-title .container .row > div:last-child .content a:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
@media (max-width: 991px) {
  .homepage .home-actualites {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .homepage .home-actualites {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-actualites .container {
    width: 95%;
  }
}
.homepage .home-actualites .zone-news #news_content.news-mosaic > .row > div .news-intro {
  margin-bottom: 20;
}
.homepage .home-actualites .zone-news #news_content.news-mosaic > .row > div .news-intro p {
  font-size: 16px;
  line-height: 24px;
}
.homepage .actualites-md-cta {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .homepage .actualites-md-cta {
    display: none;
  }
}
.homepage .home-actulites-videos {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .homepage .home-actulites-videos {
    position: relative;
  }
}
@media (max-width: 991px) {
  .homepage .home-actulites-videos .line:first-child {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-actulites-videos .line:first-child .container {
    width: 95%;
  }
}
.homepage .home-actulites-videos .line:first-child .container .zone-news > form {
  display: none;
}
@media (max-width: 991px) {
  .homepage .home-actulites-videos .line:first-child .container .zone-news .js-news-blog-items .news-blog__box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homepage .home-actulites-videos .line:first-child .container .zone-news .js-news-blog-items .news-blog__box .row .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .homepage .home-actulites-videos .line:first-child .container .zone-news .js-news-blog-items .news-blog__box .row .col-sm-12:last-child {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .homepage .home-actulites-videos .line:last-child {
    /*position: absolute;*/
    top: 10%;
    right: 15%;
  }
}
.homepage .home-actulites-videos .line:last-child .content {
  text-align: center;
}
@media (min-width: 992px) {
  .homepage .home-actulites-videos .line:last-child .content {
    text-align: left;
  }
}
.homepage .home-temoignages-title {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-temoignages-title .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .homepage .home-temoignages-title .container .row > div:first-child {
    width: 80%;
  }
}
.homepage .home-temoignages-title .container .row > div:first-child .content h2 {
  padding-bottom: 15px;
  position: relative;
}
.homepage .home-temoignages-title .container .row > div:first-child .content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFB205;
  width: 172px;
  height: 2px;
}
.homepage .home-temoignages-title .container .row > div:last-child .btn-fleche {
  margin-right: 55px;
}
@media (min-width: 992px) {
  .homepage .home-temoignages-title .container .row > div:last-child {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .homepage .home-temoignages-title .container .row > div:last-child {
    display: none;
  }
}
.homepage .home-temoignages {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .homepage .home-temoignages {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-temoignages .container {
    width: 95%;
  }
}
.homepage .home-temoignages .zone-news_flash .newsList .row .item .intro {
  background: #fff;
  padding: 70px 65px;
  border-radius: 25px;
}
.homepage .home-temoignages .zone-news_flash .newsList .row .item .intro h5 {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
}
.homepage .home-temoignages .zone-news_flash .newsList .row .item .intro p:first-of-type {
  margin-bottom: 0px;
}
.homepage .home-double-cta {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .homepage .home-double-cta {
    padding-top: 40px;
  }
}
.homepage .home-double-cta:before {
  content: "";
  position: absolute;
  top: -25%;
  left: -215px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-left.svg);
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
}
@media (max-width: 991px) {
  .homepage .home-double-cta:before {
    top: 10px;
    left: 0px;
    background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-md.svg);
  }
}
@media (max-width: 767px) {
  .homepage .home-double-cta:before {
    top: -50px;
    left: -230px;
  }
}
.homepage .home-double-cta:after {
  content: "";
  overflow: hidden !important;
  position: absolute;
  top: 0;
  right: -215px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-left.svg);
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .homepage .home-double-cta:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/swirly-md.svg);
    top: -25%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .homepage .home-double-cta:after {
    top: -25%;
    right: -230px;
  }
}
.homepage .home-double-cta .container:after {
  content: "";
  display: block;
  position: absolute;
  background: #062033;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
}
@media (max-width: 767px) {
  .homepage .home-double-cta .container:after {
    display: none;
  }
}
.homepage .home-double-cta .container .row > div:first-child {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .homepage .home-double-cta .container .row > div:first-child {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .homepage .home-double-cta .container .row > div:first-child {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .homepage .home-double-cta .container .row > div:first-child:after {
    content: "";
    display: block;
    position: absolute;
    background: #062033;
    height: 2px;
    width: 95%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage .home-double-cta .container .row > div:last-child {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

.double-cta {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .double-cta {
    padding-top: 40px;
  }
}
.double-cta:after {
  content: "";
  display: block;
  position: absolute;
  background: #062033;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
}
@media (max-width: 767px) {
  .double-cta:after {
    display: none;
  }
}
.double-cta .container .row > div:first-child {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .double-cta .container .row > div:first-child {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .double-cta .container .row > div:first-child {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .double-cta .container .row > div:first-child:after {
    content: "";
    display: block;
    position: absolute;
    background: #062033;
    height: 2px;
    width: 95%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .double-cta .container .row > div:last-child {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .simpliquer-img-md {
    display: none;
  }
}

@media (min-width: 768px) {
  .simpliquer-img-sm {
    display: none;
  }
}

.simpliquer-accordeon .container .row .zone-news > h3 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
  display: block;
}
.simpliquer-accordeon .container .row .zone-news > h3:after {
  content: "";
  background: #FFB205;
  width: 300px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

@media (max-width: 767px) {
  .carrieres-valeurs .container .row .zone-html {
    margin-bottom: 60px;
  }
}
.carrieres-valeurs .container .row .zone-html .content h2 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.carrieres-valeurs .container .row .zone-html .content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  height: 2px;
  background: #FFB205;
}
@media (min-width: 992px) {
  .carrieres-valeurs .container .row .zone-news_flash {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .carrieres-valeurs .container .row .zone-news_flash .newsList .row {
    margin-top: 0;
  }
}
.carrieres-valeurs .container .row .zone-news_flash .newsList .row .item {
  text-align: center;
}
.carrieres-valeurs .container .row .zone-news_flash .newsList .row .item .itemImage .e-thumbnail {
  max-width: 98px;
  margin-bottom: 20px;
}
.carrieres-valeurs .container .row .zone-news_flash .newsList .row .item h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.postes-dispo .container .row .zone-news h2 {
  margin-bottom: 80px;
  padding-bottom: 30px;
  display: block;
  max-width: 350px;
  position: relative;
}
.postes-dispo .container .row .zone-news h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFB205;
  width: 250px;
  height: 2px;
}

.line-map .container .row {
  display: flex;
}
@media (max-width: 991px) {
  .line-map .container .row {
    flex-direction: column;
  }
}
.line-map .container .row > div:first-child {
  background: #FFF7E3;
}
@media (max-width: 991px) {
  .line-map .container .row > div:first-child {
    width: 100%;
    padding: 60px 30px;
    border-radius: 30px 30px 0 0;
  }
}
@media (min-width: 992px) {
  .line-map .container .row > div:first-child {
    width: 40%;
    padding: 75px 80px;
    border-radius: 30px 0 0 30px;
  }
}
.line-map .container .row > div:first-child .mod-article__wrapper > h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .line-map .container .row > div:first-child .mod-article__wrapper > h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .line-map .container .row > div:first-child .mod-article__wrapper > h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.line-map .container .row > div:first-child .mod-article__wrapper > h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFB205;
  height: 2px;
  width: 170px;
}
.line-map .container .row > div:first-child .mod-article__wrapper .mod-article__intro a:hover {
  color: #062033;
}
@media (max-width: 767px) {
  .line-map .container .row > div:first-child .mod-article__wrapper .mod-article__intro br {
    display: block !important;
  }
}
.line-map .container .row > div:first-child .mod-article__wrapper .mod-article__intro h6:last-of-type {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .line-map .container .row > div:last-child {
    width: 100%;
    padding: 0;
    border-radius: 0 0 30px 30px;
    height: 480px;
  }
}
@media (min-width: 992px) {
  .line-map .container .row > div:last-child {
    width: 60%;
    padding-left: 0;
  }
  .line-map .container .row > div:last-child img {
    border-radius: 0 30px 30px 0;
  }
}
.line-map .container .row > div:last-child .mod-article__wrapper {
  min-height: 100%;
  height: 100%;
}
.line-map .container .row > div:last-child .mod-article__wrapper .news-content, .line-map .container .row > div:last-child .mod-article__wrapper .mod-article__content {
  height: 100% !important;
  min-height: 100% !important;
}
.line-map .container .row > div:last-child .mod-article__wrapper .news-content .mod-article__img, .line-map .container .row > div:last-child .mod-article__wrapper .mod-article__content .mod-article__img {
  height: 100% !important;
  min-height: 100%;
  max-width: auto !important;
}

.section-acsmt-icones {
  padding-bottom: 90px;
}
.section-acsmt-icones.largepaddingbottom {
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .section-acsmt-icones .newsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: none !important;
    grid-gap: inherit !important;
  }
}
@media (min-width: 992px) {
  .section-acsmt-icones .newsList .row {
    flex: 0 0 calc(32.66% - 20px);
    color: white;
    padding: 20px;
    margin: 10px;
  }
}
.section-acsmt-icones .newsList .row > div {
  text-align: center;
  margin-bottom: 20px !important;
}
.section-acsmt-icones .newsList .row > div h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.section-acsmt-icones .newsList .row > div p {
  font-size: 16px;
  line-height: 24px;
}

.section-temoignages {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-temoignages {
    padding-top: 200px;
  }
}
.section-temoignages h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  max-width: 540px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .section-temoignages h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .section-temoignages h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.section-temoignages h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: #FFB205;
}
@media (max-width: 767px) {
  .section-temoignages h2:after {
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-temoignages .newsList .row {
  margin-top: 60px;
}
.section-temoignages .newsList .row .item {
  display: grid;
  grid-template-columns: auto;
  /*grid-template-columns: 200px auto;*/
}
@media (max-width: 767px) {
  .section-temoignages .newsList .row .item {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.section-temoignages .newsList .row .item .itemImage {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 767px) {
  .section-temoignages .newsList .row .item .itemImage {
    padding-bottom: 30px;
  }
}
.section-temoignages .newsList .row .item .itemImage img {
  height: 157px !important;
  width: 157px;
  object-fit: cover;
  object-position: center center;
  border-radius: 85px;
}
@media (max-width: 991px) {
  .section-temoignages .newsList .row .item .itemImage img {
    height: 120px !important;
    width: 120px;
  }
}
.section-temoignages .newsList .row .item .intro {
  margin-left: 65px;
  margin-right: 65px;
  position: relative;
}
.section-temoignages .newsList .row .item .intro span {
  font-size: 14px;
  margin-top: -5px;
  display: block;
}
.section-temoignages .newsList .row .item .intro:before {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/guillements_start.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  left: -60px;
}
@media (max-width: 767px) {
  .section-temoignages .newsList .row .item .intro:before {
    left: -30px;
  }
}
.section-temoignages .newsList .row .item .intro:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/guillements_end.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  right: -60px;
  bottom: 80px;
}
@media (max-width: 767px) {
  .section-temoignages .newsList .row .item .intro:after {
    right: -30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-temoignages .newsList .row .item .intro {
    /*margin-left: 0;*/
  }
}
@media (max-width: 767px) {
  .section-temoignages .newsList .row .item .intro {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.services-description {
  padding-top: 120px;
  padding-bottom: 170px;
}
@media (max-width: 991px) {
  .services-description {
    padding-bottom: 100px;
  }
}

.line-programme {
  padding-top: 0;
}
.line-programme .container-fluid .row:before {
  background: #FFF7E3;
  width: 65%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-programme .container-fluid .row:before {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .line-programme .container-fluid .row:before {
    width: 100%;
  }
}
.line-programme .container-fluid .row > div:first-child {
  margin-top: 0;
  margin-bottom: -100px;
  align-self: flex-end;
  position: relative;
}
@media (min-width: 992px) {
  .line-programme .container-fluid .row > div:first-child .mod-article__content {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .line-programme .container-fluid .row > div:first-child .mod-article__content {
    padding-top: 0;
  }
}
.line-programme .container-fluid .row > div:first-child .mod-article__content:after {
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/bg-bullet-orange.png");
  right: 80px;
  bottom: 47px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-programme .container-fluid .row > div:first-child .mod-article__content:after {
    right: -40%;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .line-programme .container-fluid .row > div:first-child .mod-article__content:after {
    bottom: -50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-programme .container-fluid .row > div:first-child {
    margin-top: -100px;
    margin-bottom: 0;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .line-programme .container-fluid .row > div:first-child {
    align-self: center;
  }
}
.line-programme .container-fluid .row > div:last-child .mod-article__wrapper {
  padding-left: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-programme .container-fluid .row > div:last-child .mod-article__wrapper {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .line-programme .container-fluid .row > div:last-child .mod-article__wrapper {
    padding-left: 0;
  }
}
.line-programme .container-fluid .row > div:last-child .mod-article__wrapper h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-programme .container-fluid .row > div:last-child .mod-article__wrapper h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .line-programme .container-fluid .row > div:last-child .mod-article__wrapper h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .line-programme .container-fluid .row > div:last-child .mod-article__wrapper h1 {
    display: block;
    max-width: 290px;
  }
}
.line-programme .container-fluid .row > div:last-child .mod-article__wrapper h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 117px;
  height: 2px;
  background: #FFB205;
}
.line-programme.pd-top {
  padding-top: 100px;
}

.flip-articles .news-mosaic .row .flip-card {
  background-color: transparent;
  width: 315px;
  height: 350px;
  perspective: 1000px;
}
@media (max-width: 1199px) {
  .flip-articles .news-mosaic .row .flip-card {
    margin: 0 auto;
  }
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-front, .flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 30px;
  padding: 60px 10px 0;
  background-color: #ECF3F4;
  color: black;
}
@media (max-width: 767px) {
  .flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-front {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-front .number {
  position: absolute;
  top: 10px;
  left: -30px;
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-front > p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-front > p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-front > p {
    font-size: 20px;
    line-height: 28px;
  }
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-back {
  transform: rotateY(180deg);
  text-align: left;
  padding: 30px;
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-back > p {
  font-size: 16px;
  font-weight: 600;
}
.flip-articles .news-mosaic .row .flip-card .flip-card-inner .flip-card-back ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.flip-articles .news-mosaic .row:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-articles .news-mosaic .row:hover .flip-card-inner.flip {
  transform: none !important;
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back {
  padding: 0;
  background: #FFF7E3;
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front .inner, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner {
  margin: 10px;
  padding: 60px 10px 115px;
  background: #FFF7E3;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23FFB205FF' stroke-width='6' stroke-dasharray='6%2c 14' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 30px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front .inner, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner {
    padding: 60px 10px 128px;
  }
}
@media (max-width: 767px) {
  .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front .inner, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner {
    padding: 60px 20px 155px;
  }
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front .inner > p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front .inner > p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-front .inner > p {
    font-size: 20px;
    line-height: 28px;
  }
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner {
  padding: 60px 10px 215px;
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:hover, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:active, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:focus {
  text-decoration: underline;
  color: #062033;
}
.flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:hover:after, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:active:after, .flip-articles .news-mosaic .row:last-child .flip-card .flip-card-inner .flip-card-back .inner > p a:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

@media (max-width: 991px) {
  .program-accordeon {
    padding-bottom: 0;
  }
}
.program-accordeon .panel-body .news-accordion-content .col3-icons {
  margin-top: 60px;
}
.program-accordeon .panel-body .news-accordion-content .col3-icons .row {
  margin: 0 auto;
}
.program-accordeon .panel-body .news-accordion-content .col3-icons .row .col-md-8 {
  text-align: center;
}
@media (max-width: 991px) {
  .program-accordeon .panel-body .news-accordion-content .col3-icons .row .col-md-8 {
    margin-bottom: 45px;
  }
}
.program-accordeon .panel-body .news-accordion-content .arrow-list {
  list-style: outside url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/list-arrow.svg);
}

/* MULTI-SLIDE CAROUSEL !! Only with carousel pleine largeur (vertical mode) */
.multislides {
  padding-bottom: 30px;
  /* DEFAULTS */
}
.multislides .carousel-text {
  position: relative;
  min-height: 323px;
  max-width: 100%;
  padding: 0 30px;
  padding-top: 0;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.multislides .carousel-text:after {
  content: "";
  background-color: #F6F6F6;
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: 20px;
}
.multislides .carousel-text > img {
  margin-top: 35px;
  padding: 5px;
  order: 0;
  max-width: 70%;
  width: 137px !important;
  height: 137px !important;
  object-fit: cover;
  border-radius: 100px;
  z-index: 2;
}
.multislides .carousel-text h3.caption-title {
  order: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 14px;
  text-transform: uppercase;
  z-index: 2;
}
.multislides .carousel-text p.caption-title {
  order: 3;
  z-index: 10;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.multislides .carousel-control.left,
.multislides .carousel-control.right {
  margin-right: 0px;
  margin-left: 0px;
  top: 57%;
}
.multislides .carousel-control.left .glyphicon-chevron-left,
.multislides .carousel-control.left .glyphicon-chevron-right,
.multislides .carousel-control.right .glyphicon-chevron-left,
.multislides .carousel-control.right .glyphicon-chevron-right {
  width: 40px;
  height: 40px;
  background-color: #FFB205;
  border-radius: 25px;
  background-size: 18px;
}

.multislides .zone-carousel .carousel {
  position: relative;
  padding-bottom: 50px;
}
.multislides .zone-carousel .carousel .carousel-indicators {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -30px;
}
.multislides .zone-carousel .carousel .carousel-indicators li {
  display: none;
  background: rgba(130, 173, 184, 0.4);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.3s smooth;
}
.multislides .zone-carousel .carousel .carousel-indicators li.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #82ADB8;
}

.section-icones-donnees {
  padding-bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-icones-donnees .container {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .section-icones-donnees .zone-article {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-icones-donnees .zone-article:nth-child(1) {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-icones-donnees .zone-article:nth-child(1):after {
    content: "";
    width: 1px;
    height: 158px;
    display: block;
    position: absolute;
    background-color: #062033;
    top: -15px;
    right: 0;
  }
}
.section-icones-donnees .zone-article .mod-article__wrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}
.section-icones-donnees .zone-article .mod-article__wrapper .news-content {
  display: flex;
  align-items: start;
  width: 100%;
}
@media (max-width: 991px) {
  .section-icones-donnees .zone-article .mod-article__wrapper .news-content {
    padding-bottom: 60px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .section-icones-donnees .zone-article .mod-article__wrapper .news-content {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .section-icones-donnees .zone-article .mod-article__wrapper .news-content img {
    max-width: 80px;
  }
}
.section-icones-donnees .zone-article .mod-article__wrapper .news-content .mod-article__content {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .section-icones-donnees .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
    margin-bottom: 0;
  }
}
.section-icones-donnees .zone-article .mod-article__wrapper .news-content .mod-article__content p br {
  display: none !important;
}

.section-suite-text-histoire {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .section-suite-text-histoire {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-suite-text-histoire {
    padding-bottom: 30px;
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .section-suite-text-histoire .container .row > div {
    padding-top: 45px;
  }
}
.section-suite-text-histoire .container .row > div:first-child .mod-article__content h3 {
  font-size: 28px;
  line-height: 40px;
  font-style: italic;
  margin-bottom: 45px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-suite-text-histoire .container .row > div:last-child {
    position: relative;
  }
  .section-suite-text-histoire .container .row > div:last-child .mod-article__wrapper {
    max-width: 525px;
    margin-right: auto;
    margin-left: 15px;
    padding-left: 60px;
    padding-right: 0;
  }
  .section-suite-text-histoire .container .row > div:last-child:before {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/petitspoints.svg);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 10px;
  }
}

.section-equipe {
  padding-bottom: 180px;
  padding-top: 180px;
}
.section-equipe .item {
  text-align: center;
}
@media (max-width: 767px) {
  .section-equipe .item {
    text-align: left;
    border-bottom: 1px solid #82ADB8;
  }
}
.section-equipe .item table.accordeon tbody tr:first-child {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-equipe .item table.accordeon tbody tr:first-child {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .section-equipe .item table.accordeon tbody tr:first-child td {
    display: flex;
    margin-right: 25px;
  }
}
.section-equipe .item table.accordeon tbody tr:first-child td img {
  width: 255px !important;
  height: 255px !important;
  border-radius: 50%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-equipe .item table.accordeon tbody tr:first-child td img {
    width: 78px !important;
    height: 78px !important;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-equipe .item table.accordeon tbody tr:first-child td .content {
    text-align: left !important;
  }
}
.section-equipe .item table.accordeon tbody tr:first-child td .content h4 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-equipe .item table.accordeon tbody tr:first-child td .content h4 {
    margin-bottom: 0;
  }
}
.section-equipe .item table.accordeon tbody tr:last-child p {
  text-align: left;
}
.section-equipe .item .itemImage img {
  width: 255px;
  height: 255px !important;
  border-radius: 200px;
  object-fit: cover;
  object-position: center center;
}
.section-equipe .item h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .section-equipe .item h3 {
    font-size: 20px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .section-equipe .item h3 {
    font-size: 18px;
  }
}
.section-equipe .item h4 {
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .section-equipe .item h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section-equipe .item h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-equipe .item p {
  font-size: 16px;
  line-height: 22px;
}

.section-rapports-annuels-vedette {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-rapports-annuels-vedette .container > .row .zone-article:nth-child(1) {
  width: 33.33%;
}
@media (max-width: 767px) {
  .section-rapports-annuels-vedette .container > .row .zone-article:nth-child(1) {
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }
}
.section-rapports-annuels-vedette .container > .row .zone-article:nth-child(2) {
  width: 66.66%;
}
@media (max-width: 767px) {
  .section-rapports-annuels-vedette .container > .row .zone-article:nth-child(2) {
    width: 100%;
    text-align: left;
  }
}
.section-rapports-annuels-vedette .container > .row .zone-article h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-rapports-annuels-vedette .container > .row .zone-article h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .section-rapports-annuels-vedette .container > .row .zone-article h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.section-rapports-annuels-vedette .container > .row .zone-article h2:after {
  content: "";
  display: block;
  background: #FFB205;
  height: 2px;
  width: 117px;
  position: absolute;
  bottom: -22px;
}

.section-rapports-annuels-list {
  padding-bottom: 30px;
  padding-bottom: 160px;
}
.section-rapports-annuels-list .row {
  margin-top: 0 !important;
}
.section-rapports-annuels-list .row .item {
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}
.section-rapports-annuels-list .row .item .intro {
  display: flex;
  align-items: self-end;
  border-bottom: 1px solid #82ADB8;
}
@media (max-width: 767px) {
  .section-rapports-annuels-list .row .item .intro {
    flex-direction: column;
  }
}
.section-rapports-annuels-list .row .item .intro h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
  flex: 0 0 80%;
}
@media (max-width: 991px) {
  .section-rapports-annuels-list .row .item .intro h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .section-rapports-annuels-list .row .item .intro h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .section-rapports-annuels-list .row .item .intro p {
    text-align: right;
  }
}
.section-rapports-annuels-list .row .item .intro p a {
  margin-right: 35px;
}

.section-partenaires-listes {
  padding-bottom: 40px;
}
.section-partenaires-listes.largepaddingbottom {
  padding-bottom: 200px !important;
}
.section-partenaires-listes h3 {
  font-size: 28px;
  line-height: 40px;
  border-bottom: 1px solid #82ADB8;
  padding-bottom: 5px;
  margin-bottom: 45px;
}
.section-partenaires-listes ul {
  list-style: none;
}
.section-partenaires-listes ul li {
  padding-bottom: 10px;
  list-style-image: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/bullet.svg");
  padding-left: 10px;
}
.section-partenaires-listes ul li a {
  color: #062033;
  text-decoration: underline;
}
.section-partenaires-listes ul li a:hover {
  color: #FFB205;
}

.article-horaire-single .container .row > div:nth-child(1) {
  width: 66.66666667%;
}
@media (max-width: 767px) {
  .article-horaire-single .container .row > div:nth-child(1) {
    width: 100%;
  }
}
.article-horaire-single .container .row > div:nth-child(1) .mod-article__wrapper {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .article-horaire-single .container .row > div:nth-child(1) .mod-article__wrapper {
    border-right: 1px solid #062033;
  }
}
.article-horaire-single .container .row > div:nth-child(2) {
  width: 33.33333333%;
}
@media (min-width: 992px) {
  .article-horaire-single .container .row > div:nth-child(2) {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .article-horaire-single .container .row > div:nth-child(2) {
    width: 100%;
  }
}
.article-horaire-single h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 991px) {
  .article-horaire-single h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .article-horaire-single h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
.article-horaire-single h1:first-of-type {
  padding-bottom: 30px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 2px solid #FFB205;
}
.article-horaire-single h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .article-horaire-single h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .article-horaire-single h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.line-babillard .zone-community > h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .line-babillard .zone-community > h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .line-babillard .zone-community > h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.line-babillard .zone-community > h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFB205;
  width: 190px;
  height: 2px;
}
@media (min-width: 768px) {
  .line-babillard .zone-community > h2 {
    padding-left: 68px;
    width: 75%;
    margin-left: auto;
  }
  .line-babillard .zone-community > h2:after {
    left: 68px;
  }
}
@media (max-width: 991px) {
  .line-babillard .zone-community > h2 {
    padding-left: 18px;
  }
  .line-babillard .zone-community > h2:after {
    left: 18px;
  }
}
@media (max-width: 767px) {
  .line-babillard .zone-community .row .sidebar {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .line-babillard .zone-community .row .sidebar {
    margin-top: -85px;
  }
}
.line-babillard .zone-community .row .sidebar .jumbotron {
  padding: 30px 50px 1px 15px;
}
.line-babillard .zone-community .row .sidebar .jumbotron > strong, .line-babillard .zone-community .row .sidebar .jumbotron .menu-item {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.line-babillard .zone-community .row .sidebar .jumbotron > strong, .line-babillard .zone-community .row .sidebar .jumbotron .menu-item:first-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}
.line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:hover, .line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:active, .line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:focus {
  text-decoration: underline;
  color: #062033;
}
.line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:hover:after, .line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:active:after, .line-babillard .zone-community .row .sidebar .jumbotron .menu-item:last-of-type:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.line-babillard .zone-community .row .sidebar .jumbotron br {
  display: none;
}
.line-babillard .zone-community .row .sidebar .jumbotron + p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .line-babillard .zone-community .row .sidebar .jumbotron + p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .line-babillard .zone-community .row .sidebar .jumbotron + p {
    font-size: 22px;
    line-height: 30px;
  }
}
.line-babillard .zone-community .row .sidebar #menu {
  list-style: none;
  padding-left: 0;
}
.line-babillard .zone-community .row .sidebar #menu li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #062033;
}
@media (max-width: 991px) {
  .line-babillard .zone-community .row .sidebar #menu li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .line-babillard .zone-community .row .sidebar #menu li {
    font-size: 16px;
    line-height: 24px;
  }
}
.line-babillard .zone-community .row .sidebar #menu li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .line-babillard .zone-community .row .forum-content {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .line-babillard .zone-community .row .forum-content {
    padding-left: 80px;
  }
}
.line-babillard .zone-community .row .forum-content .community__group-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .line-babillard .zone-community .row .forum-content .community__group-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .line-babillard .zone-community .row .forum-content .community__group-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.line-babillard .zone-community .row .forum-content #community-forum .row .bloc-forum > h3 {
  display: none;
}

body.banque-de-stage .line-filter {
  display: none;
}
body.banque-de-stage .line-banque-de-stage {
  padding-top: 50px;
  padding-bottom: 150px;
}
body.banque-de-stage.view-formbuilder-search {
  padding-top: 0;
  padding-bottom: 100px;
}
body.banque-de-stage.view-formbuilder-search .line-filter {
  display: block;
}

.line-filter .zone-html {
  padding-left: 0;
}

@media (min-width: 992px) {
  .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child > form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
    max-width: 70%;
  }
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child > form .form-group .search_input select {
  background: #F2F2F2 url(https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/arrowdown.png) no-repeat right 15px center !important;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child > form .form-group .search_input .chosen-container-multi .chosen-choices .search-field {
  font-size: 14px;
  position: relative;
  bottom: 5px;
  color: #000;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child .section .btn {
  background-color: transparent;
  border-style: solid !important;
  border-color: #FFB205;
  color: #062033;
  transition: all 150ms;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child .section .btn:hover, .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child .section .btn:active, .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:first-child .section .btn:focus {
  background-color: #FFB205;
  color: #fff;
  border-style: solid;
  border-color: #FFB205;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
@media (max-width: 991px) {
  .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 {
    margin-bottom: 60px;
    min-height: 0;
  }
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 h5 {
  margin-bottom: 10px;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 .object-compagnie {
  padding-left: 0;
  margin-bottom: 0;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 .object-compagnie .object-compagnie-field-value {
  display: none;
}
.line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 .object-compagnie .object-compagnie-field-group_name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 .object-compagnie .object-compagnie-field-group_name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .line-banque-de-stage .container .row .zone-formbuilder_search .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane div .col-md-12 .object-compagnie .object-compagnie-field-group_name {
    font-size: 16px;
    line-height: 24px;
  }
}

.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  background: #fff;
}
@media (min-width: 992px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
    padding-left: 0;
  }
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__date {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__date {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__date {
    font-size: 20px;
    line-height: 28px;
  }
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__info {
  padding-bottom: 30px;
  border-bottom: 1px solid #82ADB8;
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
  font-weight: 700;
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__info .h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__info .h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__info .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__contact-info .h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__contact-info .h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__contact-info .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__contact-info .contact {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #3B3B3B;
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-jumbotron__contact-wrapper .address .address__contact-info .email > a {
  color: #062033;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #3B3B3B;
  text-decoration: underline;
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  border-left: 1px solid #062033;
  padding-left: 20px;
  padding-top: 20px;
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  display: none;
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 991px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.event-single .container .row .zone-event .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper {
  display: none;
}
.event-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc .btn-add i {
  display: none !important;
}
.event-single .container .row .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc .btn-add i:before {
  display: none;
}

@media (min-width: 992px) {
  .back-activites .zone-html {
    max-width: 55%;
    display: flex;
    justify-content: flex-end;
  }
}

.line-activites-events .eventsList .row .item {
  display: flex;
  flex-direction: column;
}
.line-activites-events .eventsList .row .item hr {
  display: none;
}
.line-activites-events .eventsList .row .item .mod-eventflash__item-title {
  order: 0;
  margin-bottom: 15px;
  line-height: 30px !important;
}
.line-activites-events .eventsList .row .item .mod-eventflash__item-title > a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .line-activites-events .eventsList .row .item .mod-eventflash__item-title > a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .line-activites-events .eventsList .row .item .mod-eventflash__item-title > a {
    font-size: 20px;
    line-height: 28px;
  }
}
.line-activites-events .eventsList .row .item .intro {
  order: 2;
}
.line-activites-events .eventsList .row .item .intro p {
  font-size: 16px;
  line-height: 24px;
}
.line-activites-events .eventsList .row .item .itemInfos {
  order: 1;
  display: flex;
  flex-direction: column;
}
.line-activites-events .eventsList .row .item .itemInfos br {
  display: none;
}
.line-activites-events .eventsList .row .item .itemInfos span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.line-activites-events .eventsList .row .item .itemInfos .date {
  order: 0;
}
.line-activites-events .eventsList .row .item .itemInfos .city {
  order: 1;
}
.line-activites-events .eventsList .row .item .actions {
  order: 3;
  margin-top: 0;
}
.line-activites-events .eventsList .row .item .actions > a {
  color: #062033;
  transition: all 150ms;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
  background-color: transparent !important;
  border: none !important;
  padding-left: 0 !important;
}
.line-activites-events .eventsList .row .item .actions > a:after {
  content: "";
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  width: 44px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYPWGZzkmRE1Vuh467T3sYij/asset/images/Icones/Fleche.svg");
  background-repeat: no-repeat;
  background-position: center center;
  webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.line-activites-events .eventsList .row .item .actions > a:hover, .line-activites-events .eventsList .row .item .actions > a:active, .line-activites-events .eventsList .row .item .actions > a:focus {
  text-decoration: underline;
  color: #062033;
}
.line-activites-events .eventsList .row .item .actions > a:hover:after, .line-activites-events .eventsList .row .item .actions > a:active:after, .line-activites-events .eventsList .row .item .actions > a:focus:after {
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}

.section-actualites .search-form {
  margin-bottom: 60px;
}
.section-actualites .search-form .form-group > label {
  display: none;
}
.section-actualites .search-form .form-group .col-sm-17 {
  padding-left: 0;
}
.section-actualites .news-mosaic {
  position: relative;
}
.section-actualites .news-mosaic .paginationControl {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translatex(-50%);
}
.section-actualites .news-mosaic .paginationControl .page {
  font-size: 28px;
  line-height: 40px;
  color: #062033;
}
.section-actualites .news-mosaic .paginationControl .page.active {
  text-decoration: underline;
}
.section-actualites .news-mosaic .paginationControl .page:hover {
  color: #062033;
  text-decoration: underline;
}

.actualite-single .container .row .zone-article .col-sm-16 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .actualite-single .container .row .zone-article .col-sm-16 {
    margin-bottom: 60px;
  }
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper {
    border-right: 1px solid #062033;
  }
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .mod-article__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .mod-article__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .mod-article__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .mod-article__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFB205;
  width: 190px;
  height: 2px;
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .mod-article__published-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 60px;
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__img {
  min-width: 95%;
  margin-bottom: 80px;
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content {
  width: 97%;
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 37px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content h3 {
  margin-bottom: 25px;
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content h6 {
  margin-top: 50px;
  margin-bottom: 0;
  text-transform: none;
}
.actualite-single .container .row .zone-article .col-sm-16 .mod-article__wrapper .news-content .mod-article__content p {
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .actualite-single .container .row .zone-article .col-sm-8 {
    padding-left: 60px;
  }
}
.actualite-single .container .row .zone-article .col-sm-8 .news-list .news-list-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.actualite-single .container .row .zone-article .col-sm-8 .news-list .news-item .news-thumb-link {
  display: none;
}
.actualite-single .container .row .zone-article .col-sm-8 .news-list .news-item .news-item__info-wrapper {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #C4D8DD;
}
.actualite-single .container .row .zone-article .col-sm-8 .news-list .news-item .news-item__info-wrapper .news-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

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