@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
/* RESPONSIVE MIXINS */
/* COLORS VARIABLES */
/* PADDINGS */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1199px et 992px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/* 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;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif;
  color: #21242F;
  margin-bottom: 15px;
  width: 100%;
  text-transform: none;
}
@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
  }
}

@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br {
    display: none !important;
  }
}

h1, .h1 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 23px;
  }
}

h4, .h4 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 17px;
    line-height: 21px;
  }
}

h5, .h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 17px;
    line-height: 22px;
  }
}

h6, .h6 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 15px;
    line-height: 22px;
  }
}

p, .p-small, .p-small p {
  font-size: 12px;
  line-height: 14px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 10px;
}

p, .p-header, .p-header p {
  font-size: 30px;
  line-height: 35px;
  color: #21242F;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  p, .p-header, .p-header p {
    font-size: 24px;
  }
}

p, .p-large, .p-large p {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  p, .p-large, .p-large p {
    font-size: 16px;
    line-height: 22px;
  }
}

p, .p-medium, .p-medium p {
  font-size: 18px;
  line-height: 24px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  p, .p-medium, .p-medium p {
    font-size: 16px;
    line-height: 22px;
  }
}

p, .p, li {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  p, .p, li {
    font-size: 14px;
    line-height: 21px;
  }
}

li {
  margin-bottom: 0;
}

.fine-print {
  font-size: 12px;
  line-height: 14px;
}

.extra {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .extra {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .extra {
    font-size: 35px !important;
  }
}

.extra {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .extra {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .extra {
    font-size: 35px !important;
  }
}

.content ul {
  padding-left: 18px;
}
.content ul a {
  color: #D53C85;
}

hr {
  border-color: #21242F;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.darkbackground hr {
  border-color: #fff;
}

ul {
  padding-left: 15px;
}

a {
  color: #0091D1;
  transition: color 150ms;
}
a:hover {
  text-decoration: none;
  color: #D53C85;
}

.whitelinks a {
  color: #fff;
}
.whitelinks a:hover {
  color: #D53C85;
}

.nowordbreak h1, .nowordbreak h2, .nowordbreak h3, .nowordbreak h4, .nowordbreak h5, .nowordbreak h6, .nowordbreak p, .nowordbreak .h1, .nowordbreak .h2, .nowordbreak .h3, .nowordbreak .h4, .nowordbreak .h5, .nowordbreak .h6 {
  word-break: normal;
}

/*###########################  BOUTONS  ###########################*/
.btn {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, .btn.btn-default {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.btn.btn-secondary:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
.btn.btn-secondary-purple {
  background-color: transparent;
  color: #000;
  border: 2px solid #D53C85;
}
.btn.btn-secondary-purple:hover {
  background-color: #D53C85;
  color: #fff;
  border: 2px solid #D53C85;
}
.btn.btn-secondary-pink {
  background-color: transparent;
  color: #000;
  border: 2px solid #D10058;
}
.btn.btn-secondary-pink:hover {
  background-color: #D10058;
  color: #fff;
  border: 2px solid #D10058;
}
.btn.btn-secondary-important {
  background-color: transparent !important;
  color: #000 !important;
  border: 2px solid #0091D1 !important;
}
.btn.btn-secondary-important:hover {
  background-color: #0091D1 !important;
  color: #fff !important;
  border: 2px solid #0091D1 !important;
}
.btn.btn-link {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.btn.btn-link:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.btn.btn-link:hover {
  color: #0091D1;
}
.btn.btn-link:hover:after {
  border-color: #0091D1;
}
.btn.btn-back {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
}
.btn.btn-back:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(-135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-right: 10px;
}
.btn.btn-back:hover {
  color: #0091D1;
}
.btn.btn-back:hover:after {
  border-color: #0091D1;
}
.btn.btn-arrow {
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.btn.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 15px;
  width: 15px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/arrow-white.png");
  background-repeat: no-repeat;
}
.btn.btn-arrow:hover {
  color: #0091D1;
}
.btn.btn-arrow:hover:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.btn.btn-arrow.arrow-blue:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.btn.btn-arrow.arrow-black, .home-news .container .row > div .newsList .item .actions .btn.btn-arrow {
  color: #000;
}
.btn.btn-arrow.arrow-black:after, .home-news .container .row > div .newsList .item .actions .btn.btn-arrow:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-black-right%402x.png");
}
.btn.btn-arrow.arrow-black:hover, .home-news .container .row > div .newsList .item .actions .btn.btn-arrow:hover {
  color: #0091D1;
}
.btn.btn-dnld {
  color: #000;
  font-weight: 400;
  padding-left: 70px;
  position: relative;
}
.btn.btn-dnld:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/download-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-dnld:hover {
  color: #D10058;
}

.back-to-list {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.back-to-list:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.back-to-list:hover {
  color: #0091D1;
}
.back-to-list:hover:after {
  border-color: #0091D1;
}

.btn-pdf-icon {
  text-align: left;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 15px;
  color: #21242F;
  border-bottom: 1px solid #21242F;
}
.btn-pdf-icon:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 45px;
  width: 55px;
  display: block;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .btn-pdf-icon:before {
    width: 85px;
    margin-right: 15px;
  }
}
.btn-pdf-icon.white-pdf {
  border-bottom-color: #fff;
}
.btn-pdf-icon.white-pdf:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/pdf-btn-white%402x.png);
}
/*###########################  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: #21242F;
  -webkit-box-shadow: 0 0 0 rgb(5, 5, 5) 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* formulaire de contact */
form.form-horizontal .col-md-12 {
  width: 100%;
}
form.form-horizontal h2 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  form.form-horizontal h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  form.form-horizontal h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
form.form-horizontal label.control-label, form.form-horizontal span.control-label {
  color: #21242F;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 0;
}
form.form-horizontal .form-control-static {
  padding: 10px;
}
form.form-horizontal .event-price-description {
  color: #fff;
}
form.form-horizontal input, form.form-horizontal select, form.form-horizontal textarea {
  background-color: #F4F4F4 !important;
  border: none;
  border-radius: 2px;
}
form.form-horizontal .crm-footer-frame {
  margin-top: 30px;
}
form.form-horizontal .crm-footer-frame .btn-primary {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
form.form-horizontal .crm-footer-frame .btn-primary:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}

/* Le "*" pour les labels required (default= rouge, à la fin du label) */
.control-label--required {
  color: #000;
}

input, select, textarea {
  outline: none !important;
  font-family: "Raleway", sans-serif;
}

textarea {
  resize: none;
}

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

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

.overrideformtitle .zone-crm h1 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.overrideformtitle .zone-crm h1 {
  text-align: center;
}

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

/* note to self : SCSS file for backgrounds set-up including titles, btns, forms, etc instead of being in general and guide-ui  */
/* Direct input overrides */
select, input.form-control, .chosen-choices {
  border: none !important;
  padding: 12px !important;
  height: 51px !important;
}

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

select.moteur-recherche, select#category_id, .chosen-choices, select.form-control {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f1f1 url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-down-black%402x.png) no-repeat right 20px center !important;
}

select.form-control {
  color: #999;
  font-weight: 400;
}

select.moteur-recherche {
  border-radius: 50px !important;
  padding: 10px 30px 10px 20px !important;
}

.form-element-keywords .chosen-choices, .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
.form-element-keywords .chosen-choices .search-choice, .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #0091D1 !important;
  font-size: 16px;
  padding-left: 15px !important;
  text-transform: none !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 */
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .form-group > .input-file {
  padding-left: 0 !important;
}

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

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

#registration-member > h1 {
  margin-bottom: 60px;
}
#registration-member .form-withProgress__navigation-footer .btn-link {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
#registration-member .form-withProgress__navigation-footer .btn-link:hover, #registration-member .form-withProgress__navigation-footer .btn-link:active, #registration-member .form-withProgress__navigation-footer .btn-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  #registration-member .form-withProgress__navigation-footer .btn-link {
    white-space: normal !important;
  }
}
#registration-member .form-withProgress__navigation-footer .btn-link {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
#registration-member .form-withProgress__navigation-footer .btn-link:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
#registration-member .form-withProgress__navigation-footer .btn-link {
  color: #0091D1 !important;
}
#registration-member .form-withProgress__navigation-footer .btn-link:hover {
  color: #fff !important;
}

.form-withProgress__wrapper {
  background: transparent;
  padding: 0;
  margin-top: 60px;
}
.form-withProgress__wrapper .section > h2, .form-withProgress__wrapper .section .section-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .form-withProgress__wrapper .section > h2, .form-withProgress__wrapper .section .section-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .form-withProgress__wrapper .section > h2, .form-withProgress__wrapper .section .section-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.form-withProgress__wrapper .wrapper_membership_list > h2, .form-withProgress__wrapper .wrapper_membership_list .section-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .form-withProgress__wrapper .wrapper_membership_list > h2, .form-withProgress__wrapper .wrapper_membership_list .section-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .form-withProgress__wrapper .wrapper_membership_list > h2, .form-withProgress__wrapper .wrapper_membership_list .section-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.form-withProgress__wrapper .wrapper_membership_list .list-group .list-group-item .radio {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-withProgress__wrapper .wrapper_membership_list .list-group .list-group-item .radio {
    font-size: 17px;
    line-height: 22px;
  }
}
.form-withProgress__wrapper .wrapper_membership_list .list-group .list-group-item .radio input {
  top: 5px;
}
.form-withProgress__wrapper .wrapper_membership_list .list-group .list-group-item .adh-date {
  font-style: normal;
  color: #21242F;
  font-weight: 400;
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:hover, .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:active, .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link {
    white-space: normal !important;
  }
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link {
  color: #fff !important;
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:after {
  display: none;
}
.form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:hover {
  text-decoration: none !important;
  border: 0;
}

.step-register .zone-member #section_209604 {
  margin-top: 30px;
}

.step-resume .form-horizontal > h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .step-resume .form-horizontal > h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .step-resume .form-horizontal > h2 {
    font-size: 18px;
    line-height: 23px;
  }
}
.step-resume .form-horizontal > h2 {
  margin-bottom: 0;
}
.step-resume #mod_form_standard_form > fieldset {
  margin-top: 30px;
}
.step-resume #mod_form_standard_form > fieldset legend {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .step-resume #mod_form_standard_form > fieldset legend {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .step-resume #mod_form_standard_form > fieldset legend {
    font-size: 18px;
    line-height: 23px;
  }
}

.total-amount-section {
  background-color: #0091D1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.total-amount-section .total-amount-price {
  text-align: right;
}

.form-control-static {
  background-color: transparent !important;
}

.zone-event .event-summary .form-withProgress__wrapper .form-horizontal .static-infos .form-control-static {
  background: transparent !important;
}

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

.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
}
.nav-progress li.disabled a {
  font-family: "Raleway", sans-serif;
  text-align: center;
  float: left;
  padding-left: 0px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  padding: 13px 0 0 0;
  text-transform: none;
  font-size: 20px;
  position: relative;
}
.nav-progress li.disabled a:hover {
  padding-left: 0px;
  margin-top: 0px;
  padding: 13px 0 0 0;
  text-transform: none;
  font-size: 20px;
}
.nav-progress li.disabled a:before {
  content: counter(count-steps);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  border: none;
  color: #000;
  background-color: transparent;
  padding: 0 10px 0 0;
}
.nav-progress li.disabled a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  top: 0px;
  background-color: #000;
  border: 0;
}
.nav-progress li.disabled:before {
  display: none;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  opacity: 1;
}
.nav-progress li.disabled.active a {
  color: #0091D1;
}
.nav-progress li.disabled.active a:before {
  color: #0091D1;
}
.nav-progress li.disabled.active a:after {
  background-color: #0091D1;
}
.nav-progress li.disabled.active:before {
  display: none;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li {
  opacity: 0.2;
}
.nav-progress li.disabled.active ~ li a {
  color: #000;
}
.nav-progress li.disabled.active ~ li:before {
  display: none;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

/*###########################  ESPACE MEMBRE  ###########################*/
.sidebar__member-zone {
  background-color: transparent;
}
.sidebar__member-zone .member-sidebar__inner {
  background: transparent;
  padding: 0;
}
.sidebar__member-zone .member-sidebar__member-header {
  border: none;
  padding: 0;
  display: none;
}
.sidebar__member-zone .member-sidebar__member-footer {
  padding: 0;
  background: transparent;
}
.sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.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: none;
}
@media (max-width: 767px) {
  .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
  }
}
.sidebar__member-zone .member-sidebar__member-footer a {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.sidebar__member-zone .member-sidebar__member-footer a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.sidebar__member-zone .member-sidebar__member-footer a:hover {
  color: #0091D1;
}
.sidebar__member-zone .member-sidebar__member-footer a:hover:after {
  border-color: #0091D1;
}
.sidebar__member-zone .member-sidebar__member-footer a:after {
  display: none;
}
.sidebar__member-zone .member-sidebar__menu {
  padding: 0;
}
.sidebar__member-zone .member-sidebar__menu li {
  padding: 3px 0;
}
.sidebar__member-zone .member-sidebar__menu li a {
  color: #0091D1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.sidebar__member-zone .member-sidebar__menu li a:hover, .sidebar__member-zone .member-sidebar__menu li a:active, .sidebar__member-zone .member-sidebar__menu li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .sidebar__member-zone .member-sidebar__menu li a {
    white-space: normal !important;
  }
}
.sidebar__member-zone .member-sidebar__menu li a {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.sidebar__member-zone .member-sidebar__menu li a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #0091D1;
}
.sidebar__member-zone .member-sidebar__menu li a:hover:after {
  border-color: #0091D1;
}
.sidebar__member-zone .member-sidebar__menu li a:after {
  display: none;
}
.sidebar__member-zone .member-sidebar__menu li.active {
  border-bottom: none;
}

.content.member h1 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .content.member h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .content.member h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.content.member .section-title {
  margin-top: 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .content.member .section-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.content.member .btn-primary {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.content.member .btn-primary:hover, .content.member .btn-primary:active, .content.member .btn-primary:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .content.member .btn-primary {
    white-space: normal !important;
  }
}
.content.member .btn-primary {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.content.member .btn-primary:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.content.member .btn-primary {
  background-color: #0091D1 !important;
}
.content.member .btn-primary:hover {
  background-color: #D53C85 !important;
}

/*###########################  PANIER D'ACHAT  ###########################*/
.zone-cart .table-cart__heading, .zone-cart .order-summary__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .zone-cart .table-cart__heading, .zone-cart .order-summary__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .zone-cart .table-cart__heading, .zone-cart .order-summary__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.zone-cart .table-cart__heading, .zone-cart .order-summary__title {
  color: #0091D1;
  border-color: #fff;
}
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@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: 19px;
    line-height: 23px;
  }
}
@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: 17px;
    line-height: 21px;
  }
}
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-weight: 700 !important;
  color: #0091D1;
  border-color: #fff;
}
.zone-cart .order-totals__wrapper {
  background-color: rgba(0, 145, 209, 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: #0091D1;
}
.breadcrumb li span {
  color: #D53C85;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #0091D1;
  font-weight: 400;
}

.darkbread .breadcrumb li a, .darkbread .breadcrumb li span {
  color: #21242F !important;
}
.darkbread .breadcrumb li a:hover {
  color: #0091D1 !important;
}

/*###########################  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-group .panel + .panel {
  margin-top: 0;
}

.panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid #000 !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion:hover {
  background-color: #F3F3F4;
}
.panel-news-accordion:hover .panel-title a {
  color: #0091D1 !important;
}
.panel-news-accordion:hover .panel-title a:after {
  color: #0091D1 !important;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 30px 15px 30px;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 17px;
    line-height: 21px;
  }
}
.panel-news-accordion .panel-heading .panel-title {
  margin-bottom: 0;
  padding-right: 30px;
}
.panel-news-accordion .panel-heading .panel-title a {
  color: #0091D1;
  text-decoration: none;
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  text-transform: none;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 35px;
  font-size: 38px;
  color: #0091D1;
  transition: transform 150ms;
  transform: rotate(135deg);
  height: 22px;
  line-height: 14px;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed {
  color: #000;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  color: #000;
  transform: rotate(0);
}
.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: #000;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

/*###########################  CONNEXION  ###########################*/
#login_content_box {
  max-width: 650px;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
}
#login_content_box h1 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  #login_content_box h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  #login_content_box h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
#login_content_box h1 {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 40px 0;
}
#login_content_box #profile_login_form .zend_form {
  background-color: #f2f2f2;
  width: 100%;
}
#login_content_box #profile_login_form .zend_form input.form-control {
  background-color: #fff !important;
}
#login_content_box #profile_login_form .zend_form > div:not(.form-group) {
  text-align: left;
  margin-bottom: 0px;
  padding-top: 15px;
}
#login_content_box #profile_login_form .zend_form > div:not(.form-group) .reset-password {
  font-size: 12px;
}
#login_content_box #profile_login_form .zend_form .btn.btn-primary {
  float: right;
  border-radius: 50px;
  background-color: #0091D1 !important;
}
#login_content_box #profile_login_form .zend_form .btn.btn-primary:hover {
  background-color: #D10058 !important;
}
#login_content_box #profile_login_form .zend_form .profile-subscription {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
#login_content_box #profile_login_form .zend_form .profile-subscription:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}

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

#forget_password_form .zend_form, #change_password_form .zend_form {
  background-color: #f2f2f2;
}
#forget_password_form .zend_form .form-control, #change_password_form .zend_form .form-control {
  background-color: #fff !important;
}
#forget_password_form .zend_form .btn-primary, #change_password_form .zend_form .btn-primary {
  background-color: #0091D1 !important;
}
#forget_password_form .zend_form .btn-primary:hover, #change_password_form .zend_form .btn-primary:hover {
  background-color: #D53C85 !important;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.table-striped thead tr th {
  background-color: #0091D1;
  border-bottom: none;
  padding: 20px 15px;
  color: #fff !important;
}
.table-striped thead tr th a {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .table-striped thead tr th a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .table-striped thead tr th a {
    font-size: 18px;
    line-height: 23px;
  }
}
.table-striped thead tr th a {
  color: #fff !important;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: rgba(0, 145, 209, 0.5);
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(0, 145, 209, 0.2);
}
.table-striped tbody > tr:hover > td {
  /* to come :D */
}
.table-striped tbody tr td {
  padding: 15px 15px;
  color: #000;
}
.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(0, 145, 209, 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(0, 145, 209, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #D53C85;
  color: #0091D1;
}

/*###########################  MISCELLANIOUS  ###########################*/
.category {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #D53C85;
  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: #0091D1 !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: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .search-form label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .search-form label {
    font-size: 18px;
    line-height: 23px;
  }
}
.search-form label {
  color: #0091D1 !important;
}

.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-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #D53C85;
  font-style: italic;
  font-weight: 700;
  text-transform: none !important;
}

/* Menu & Footer social icons*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 40px;
}
ul.social li a {
  text-decoration: none !important;
}
ul.social li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%231c1d1f'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  display: block;
  background-size: contain;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23182cca'/%3E%3C/svg%3E%0A");
}
ul.social li a.facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 10px;
  height: 19px;
  display: block;
  position: relative;
  left: 5px;
  background-size: contain;
}
ul.social li a.facebook:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li a.youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  display: block;
  position: relative;
  top: 2px;
  background-size: contain;
}
ul.social li a.youtube:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li a.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='16.111' viewBox='0 0 15.766 16.111'%3E%3Cpath id='Tracé_5033' data-name='Tracé 5033' d='M7.477,9.037h0l-.624-.892-4.962-7.1H4.028l4,5.728.624.892,5.2,7.445H11.725ZM13.86,0,8.76,5.923,4.694,0H0L6.155,8.957,0,16.111H1.391L6.772,9.856l4.3,6.255h4.694L9.382,6.822h0L15.251,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  top: 2px;
  background-size: contain;
}
ul.social li a.twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='16.111' viewBox='0 0 15.766 16.111'%3E%3Cpath id='Tracé_5033' data-name='Tracé 5033' d='M7.477,9.037h0l-.624-.892-4.962-7.1H4.028l4,5.728.624.892,5.2,7.445H11.725ZM13.86,0,8.76,5.923,4.694,0H0L6.155,8.957,0,16.111H1.391L6.772,9.856l4.3,6.255h4.694L9.382,6.822h0L15.251,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
ul.social li a.mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 21.49 15'%3E%3Cg id='Group_20559' data-name='Group 20559' transform='translate(-217.894 -959.305)'%3E%3Cg id='Rectangle_153' data-name='Rectangle 153' transform='translate(218 959.305)' fill='%23fff' stroke='%23182cca' stroke-width='1'%3E%3Crect width='21' height='15' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='20' height='14' fill='none'/%3E%3C/g%3E%3Cpath id='Path_3851' data-name='Path 3851' d='M-9709-21721l10.548,6.822,10.4-6.822' transform='translate(9927.165 22681.377)' fill='none' stroke='%23182cca' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.mail:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.49' height='15' viewBox='0 0 21.49 15'%3E%3Cg id='Group_20559' data-name='Group 20559' transform='translate(-217.894 -959.305)'%3E%3Cg id='Rectangle_153' data-name='Rectangle 153' transform='translate(218 959.305)' fill='%23fff' stroke='%23182cca' stroke-width='1'%3E%3Crect width='21' height='15' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='20' height='14' fill='none'/%3E%3C/g%3E%3Cpath id='Path_3851' data-name='Path 3851' d='M-9709-21721l10.548,6.822,10.4-6.822' transform='translate(9927.165 22681.377)' fill='none' stroke='%23182cca' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17.294 17.293'%3E%3Cg id='instagram' transform='matrix(-0.017, -1, 1, -0.017, 0.297, 17.293)'%3E%3Cpath id='Path_99' data-name='Path 99' d='M16.948,5a6.238,6.238,0,0,0-.4-2.063,4.166,4.166,0,0,0-.98-1.505,4.167,4.167,0,0,0-1.505-.98A6.239,6.239,0,0,0,12,.051C11.1.01,10.808,0,8.5,0S5.9.01,5,.051a6.238,6.238,0,0,0-2.063.4,4.166,4.166,0,0,0-1.505.98,4.167,4.167,0,0,0-.98,1.505A6.239,6.239,0,0,0,.051,5C.01,5.9,0,6.191,0,8.5S.01,11.1.051,12a6.238,6.238,0,0,0,.4,2.063,4.166,4.166,0,0,0,.98,1.505,4.167,4.167,0,0,0,1.505.98,6.239,6.239,0,0,0,2.063.4c.907.041,1.2.051,3.5.051s2.6-.01,3.5-.051a6.238,6.238,0,0,0,2.063-.4,4.346,4.346,0,0,0,2.486-2.486,6.239,6.239,0,0,0,.4-2.063c.041-.907.051-1.2.051-3.5S16.99,5.9,16.948,5Zm-1.53,6.939a4.7,4.7,0,0,1-.293,1.578,2.815,2.815,0,0,1-1.613,1.613,4.7,4.7,0,0,1-1.578.293c-.9.041-1.165.05-3.435.05s-2.538-.009-3.435-.05a4.7,4.7,0,0,1-1.578-.293,2.633,2.633,0,0,1-.977-.636,2.634,2.634,0,0,1-.636-.977,4.7,4.7,0,0,1-.293-1.578c-.041-.9-.05-1.165-.05-3.435s.009-2.538.05-3.435a4.7,4.7,0,0,1,.293-1.578A2.633,2.633,0,0,1,2.51,2.51a2.634,2.634,0,0,1,.977-.636,4.7,4.7,0,0,1,1.578-.293c.9-.041,1.165-.05,3.435-.05s2.538.009,3.435.05a4.7,4.7,0,0,1,1.578.293,2.633,2.633,0,0,1,.977.636,2.633,2.633,0,0,1,.636.977,4.7,4.7,0,0,1,.293,1.578c.041.9.05,1.165.05,3.435S15.459,11.038,15.418,11.934Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M4.365,0A4.365,4.365,0,1,0,8.729,4.365,4.365,4.365,0,0,0,4.365,0Zm0,7.2A2.833,2.833,0,1,1,7.2,4.365,2.833,2.833,0,0,1,4.365,7.2Z' transform='translate(4.135 4.135)' fill='%23fff'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1.02' cy='1.02' r='1.02' transform='translate(12.017 2.943)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17.294 17.293'%3E%3Cg id='instagram' transform='matrix(-0.017, -1, 1, -0.017, 0.297, 17.293)'%3E%3Cpath id='Path_99' data-name='Path 99' d='M16.948,5a6.238,6.238,0,0,0-.4-2.063,4.166,4.166,0,0,0-.98-1.505,4.167,4.167,0,0,0-1.505-.98A6.239,6.239,0,0,0,12,.051C11.1.01,10.808,0,8.5,0S5.9.01,5,.051a6.238,6.238,0,0,0-2.063.4,4.166,4.166,0,0,0-1.505.98,4.167,4.167,0,0,0-.98,1.505A6.239,6.239,0,0,0,.051,5C.01,5.9,0,6.191,0,8.5S.01,11.1.051,12a6.238,6.238,0,0,0,.4,2.063,4.166,4.166,0,0,0,.98,1.505,4.167,4.167,0,0,0,1.505.98,6.239,6.239,0,0,0,2.063.4c.907.041,1.2.051,3.5.051s2.6-.01,3.5-.051a6.238,6.238,0,0,0,2.063-.4,4.346,4.346,0,0,0,2.486-2.486,6.239,6.239,0,0,0,.4-2.063c.041-.907.051-1.2.051-3.5S16.99,5.9,16.948,5Zm-1.53,6.939a4.7,4.7,0,0,1-.293,1.578,2.815,2.815,0,0,1-1.613,1.613,4.7,4.7,0,0,1-1.578.293c-.9.041-1.165.05-3.435.05s-2.538-.009-3.435-.05a4.7,4.7,0,0,1-1.578-.293,2.633,2.633,0,0,1-.977-.636,2.634,2.634,0,0,1-.636-.977,4.7,4.7,0,0,1-.293-1.578c-.041-.9-.05-1.165-.05-3.435s.009-2.538.05-3.435a4.7,4.7,0,0,1,.293-1.578A2.633,2.633,0,0,1,2.51,2.51a2.634,2.634,0,0,1,.977-.636,4.7,4.7,0,0,1,1.578-.293c.9-.041,1.165-.05,3.435-.05s2.538.009,3.435.05a4.7,4.7,0,0,1,1.578.293,2.633,2.633,0,0,1,.977.636,2.633,2.633,0,0,1,.636.977,4.7,4.7,0,0,1,.293,1.578c.041.9.05,1.165.05,3.435S15.459,11.038,15.418,11.934Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M4.365,0A4.365,4.365,0,1,0,8.729,4.365,4.365,4.365,0,0,0,4.365,0Zm0,7.2A2.833,2.833,0,1,1,7.2,4.365,2.833,2.833,0,0,1,4.365,7.2Z' transform='translate(4.135 4.135)' fill='%23fff'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1.02' cy='1.02' r='1.02' transform='translate(12.017 2.943)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.social li a.bluesky {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3C!-- Generator: Adobe Illustrator 29.1.0  SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.bluesky:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3C!-- Generator: Adobe Illustrator 29.1.0  SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 33.629 34.625'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-1631.012-36.46l-5.718-5.717a15.759,15.759,0,0,1-9.523,3.185,15.826,15.826,0,0,1-15.827-15.826,15.826,15.826,0,0,1,15.827-15.826,15.826,15.826,0,0,1,15.827,15.826,15.767,15.767,0,0,1-4.087,10.614l5.623,5.623a1.5,1.5,0,0,1,0,2.121,1.492,1.492,0,0,1-1.06.439A1.494,1.494,0,0,1-1631.012-36.46Zm-24.311-27.428a12.742,12.742,0,0,0-3.757,9.069,12.744,12.744,0,0,0,3.757,9.07,12.743,12.743,0,0,0,9.069,3.757,12.743,12.743,0,0,0,9.069-3.757,12.744,12.744,0,0,0,3.757-9.07,12.742,12.742,0,0,0-3.757-9.069,12.739,12.739,0,0,0-9.069-3.757A12.739,12.739,0,0,0-1655.322-63.888Z' transform='translate(1662.08 70.646)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.search:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 33.629 34.625'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-1631.012-36.46l-5.718-5.717a15.759,15.759,0,0,1-9.523,3.185,15.826,15.826,0,0,1-15.827-15.826,15.826,15.826,0,0,1,15.827-15.826,15.826,15.826,0,0,1,15.827,15.826,15.767,15.767,0,0,1-4.087,10.614l5.623,5.623a1.5,1.5,0,0,1,0,2.121,1.492,1.492,0,0,1-1.06.439A1.494,1.494,0,0,1-1631.012-36.46Zm-24.311-27.428a12.742,12.742,0,0,0-3.757,9.069,12.744,12.744,0,0,0,3.757,9.07,12.743,12.743,0,0,0,9.069,3.757,12.743,12.743,0,0,0,9.069-3.757,12.744,12.744,0,0,0,3.757-9.07,12.742,12.742,0,0,0-3.757-9.069,12.739,12.739,0,0,0-9.069-3.757A12.739,12.739,0,0,0-1655.322-63.888Z' transform='translate(1662.08 70.646)' fill='%23fff'/%3E%3C/svg%3E");
}
ul.social li.white a.bluesky {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3C!-- Generator: Adobe Illustrator 29.1.0  SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li.white a.bluesky:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3C!-- Generator: Adobe Illustrator 29.1.0  SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li.white a.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17.294 17.293'%3E%3Cg id='instagram' transform='matrix(-0.017, -1, 1, -0.017, 0.297, 17.293)'%3E%3Cpath id='Path_99' data-name='Path 99' d='M16.948,5a6.238,6.238,0,0,0-.4-2.063,4.166,4.166,0,0,0-.98-1.505,4.167,4.167,0,0,0-1.505-.98A6.239,6.239,0,0,0,12,.051C11.1.01,10.808,0,8.5,0S5.9.01,5,.051a6.238,6.238,0,0,0-2.063.4,4.166,4.166,0,0,0-1.505.98,4.167,4.167,0,0,0-.98,1.505A6.239,6.239,0,0,0,.051,5C.01,5.9,0,6.191,0,8.5S.01,11.1.051,12a6.238,6.238,0,0,0,.4,2.063,4.166,4.166,0,0,0,.98,1.505,4.167,4.167,0,0,0,1.505.98,6.239,6.239,0,0,0,2.063.4c.907.041,1.2.051,3.5.051s2.6-.01,3.5-.051a6.238,6.238,0,0,0,2.063-.4,4.346,4.346,0,0,0,2.486-2.486,6.239,6.239,0,0,0,.4-2.063c.041-.907.051-1.2.051-3.5S16.99,5.9,16.948,5Zm-1.53,6.939a4.7,4.7,0,0,1-.293,1.578,2.815,2.815,0,0,1-1.613,1.613,4.7,4.7,0,0,1-1.578.293c-.9.041-1.165.05-3.435.05s-2.538-.009-3.435-.05a4.7,4.7,0,0,1-1.578-.293,2.633,2.633,0,0,1-.977-.636,2.634,2.634,0,0,1-.636-.977,4.7,4.7,0,0,1-.293-1.578c-.041-.9-.05-1.165-.05-3.435s.009-2.538.05-3.435a4.7,4.7,0,0,1,.293-1.578A2.633,2.633,0,0,1,2.51,2.51a2.634,2.634,0,0,1,.977-.636,4.7,4.7,0,0,1,1.578-.293c.9-.041,1.165-.05,3.435-.05s2.538.009,3.435.05a4.7,4.7,0,0,1,1.578.293,2.633,2.633,0,0,1,.977.636,2.633,2.633,0,0,1,.636.977,4.7,4.7,0,0,1,.293,1.578c.041.9.05,1.165.05,3.435S15.459,11.038,15.418,11.934Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M4.365,0A4.365,4.365,0,1,0,8.729,4.365,4.365,4.365,0,0,0,4.365,0Zm0,7.2A2.833,2.833,0,1,1,7.2,4.365,2.833,2.833,0,0,1,4.365,7.2Z' transform='translate(4.135 4.135)' fill='%23fff'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1.02' cy='1.02' r='1.02' transform='translate(12.017 2.943)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.social li.white a.instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17.294 17.293'%3E%3Cg id='instagram' transform='matrix(-0.017, -1, 1, -0.017, 0.297, 17.293)'%3E%3Cpath id='Path_99' data-name='Path 99' d='M16.948,5a6.238,6.238,0,0,0-.4-2.063,4.166,4.166,0,0,0-.98-1.505,4.167,4.167,0,0,0-1.505-.98A6.239,6.239,0,0,0,12,.051C11.1.01,10.808,0,8.5,0S5.9.01,5,.051a6.238,6.238,0,0,0-2.063.4,4.166,4.166,0,0,0-1.505.98,4.167,4.167,0,0,0-.98,1.505A6.239,6.239,0,0,0,.051,5C.01,5.9,0,6.191,0,8.5S.01,11.1.051,12a6.238,6.238,0,0,0,.4,2.063,4.166,4.166,0,0,0,.98,1.505,4.167,4.167,0,0,0,1.505.98,6.239,6.239,0,0,0,2.063.4c.907.041,1.2.051,3.5.051s2.6-.01,3.5-.051a6.238,6.238,0,0,0,2.063-.4,4.346,4.346,0,0,0,2.486-2.486,6.239,6.239,0,0,0,.4-2.063c.041-.907.051-1.2.051-3.5S16.99,5.9,16.948,5Zm-1.53,6.939a4.7,4.7,0,0,1-.293,1.578,2.815,2.815,0,0,1-1.613,1.613,4.7,4.7,0,0,1-1.578.293c-.9.041-1.165.05-3.435.05s-2.538-.009-3.435-.05a4.7,4.7,0,0,1-1.578-.293,2.633,2.633,0,0,1-.977-.636,2.634,2.634,0,0,1-.636-.977,4.7,4.7,0,0,1-.293-1.578c-.041-.9-.05-1.165-.05-3.435s.009-2.538.05-3.435a4.7,4.7,0,0,1,.293-1.578A2.633,2.633,0,0,1,2.51,2.51a2.634,2.634,0,0,1,.977-.636,4.7,4.7,0,0,1,1.578-.293c.9-.041,1.165-.05,3.435-.05s2.538.009,3.435.05a4.7,4.7,0,0,1,1.578.293,2.633,2.633,0,0,1,.977.636,2.633,2.633,0,0,1,.636.977,4.7,4.7,0,0,1,.293,1.578c.041.9.05,1.165.05,3.435S15.459,11.038,15.418,11.934Z' transform='translate(0 0)' fill='%230091D1'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M4.365,0A4.365,4.365,0,1,0,8.729,4.365,4.365,4.365,0,0,0,4.365,0Zm0,7.2A2.833,2.833,0,1,1,7.2,4.365,2.833,2.833,0,0,1,4.365,7.2Z' transform='translate(4.135 4.135)' fill='%230091D1'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1.02' cy='1.02' r='1.02' transform='translate(12.017 2.943)' fill='%230091D1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.social li.white a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
ul.social li.white a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%230091D1'/%3E%3C/svg%3E%0A");
}
ul.social li.white a.facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23ffffff'/%3e%3c/svg%3e");
}
ul.social li.white a.facebook:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%230091D1'/%3e%3c/svg%3e");
}
ul.social li.white a.youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23ffffff'/%3e%3c/svg%3e");
}
ul.social li.white a.youtube:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%230091D1'/%3e%3c/svg%3e");
}
ul.social li.white a.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='16.111' viewBox='0 0 15.766 16.111'%3E%3Cpath id='Tracé_5033' data-name='Tracé 5033' d='M7.477,9.037h0l-.624-.892-4.962-7.1H4.028l4,5.728.624.892,5.2,7.445H11.725ZM13.86,0,8.76,5.923,4.694,0H0L6.155,8.957,0,16.111H1.391L6.772,9.856l4.3,6.255h4.694L9.382,6.822h0L15.251,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
ul.social li.white a.twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.766' height='16.111' viewBox='0 0 15.766 16.111'%3E%3Cpath id='Tracé_5033' data-name='Tracé 5033' d='M7.477,9.037h0l-.624-.892-4.962-7.1H4.028l4,5.728.624.892,5.2,7.445H11.725ZM13.86,0,8.76,5.923,4.694,0H0L6.155,8.957,0,16.111H1.391L6.772,9.856l4.3,6.255h4.694L9.382,6.822h0L15.251,0Z' fill='%230091D1'/%3E%3C/svg%3E%0A");
}
ul.social li.white a.search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 33.629 34.625'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-1631.012-36.46l-5.718-5.717a15.759,15.759,0,0,1-9.523,3.185,15.826,15.826,0,0,1-15.827-15.826,15.826,15.826,0,0,1,15.827-15.826,15.826,15.826,0,0,1,15.827,15.826,15.767,15.767,0,0,1-4.087,10.614l5.623,5.623a1.5,1.5,0,0,1,0,2.121,1.492,1.492,0,0,1-1.06.439A1.494,1.494,0,0,1-1631.012-36.46Zm-24.311-27.428a12.742,12.742,0,0,0-3.757,9.069,12.744,12.744,0,0,0,3.757,9.07,12.743,12.743,0,0,0,9.069,3.757,12.743,12.743,0,0,0,9.069-3.757,12.744,12.744,0,0,0,3.757-9.07,12.742,12.742,0,0,0-3.757-9.069,12.739,12.739,0,0,0-9.069-3.757A12.739,12.739,0,0,0-1655.322-63.888Z' transform='translate(1662.08 70.646)' fill='%23fff'/%3E%3C/svg%3E");
}
ul.social li.white a.search:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 33.629 34.625'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-1631.012-36.46l-5.718-5.717a15.759,15.759,0,0,1-9.523,3.185,15.826,15.826,0,0,1-15.827-15.826,15.826,15.826,0,0,1,15.827-15.826,15.826,15.826,0,0,1,15.827,15.826,15.767,15.767,0,0,1-4.087,10.614l5.623,5.623a1.5,1.5,0,0,1,0,2.121,1.492,1.492,0,0,1-1.06.439A1.494,1.494,0,0,1-1631.012-36.46Zm-24.311-27.428a12.742,12.742,0,0,0-3.757,9.069,12.744,12.744,0,0,0,3.757,9.07,12.743,12.743,0,0,0,9.069,3.757,12.743,12.743,0,0,0,9.069-3.757,12.744,12.744,0,0,0,3.757-9.07,12.742,12.742,0,0,0-3.757-9.069,12.739,12.739,0,0,0-9.069-3.757A12.739,12.739,0,0,0-1655.322-63.888Z' transform='translate(1662.08 70.646)' fill='%230091D1'/%3E%3C/svg%3E");
}

.cookie-notice {
  right: 0 !important;
  left: auto !important;
  max-width: 600px !important;
  padding: 35px 40px 35px 40px !important;
  background: #fff !important;
  position: relative;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
@media (max-width: 767px) {
  .cookie-notice {
    max-width: 100% !important;
    padding: 35px 20px 35px 20px !important;
  }
}
.cookie-notice h1, .cookie-notice h2, .cookie-notice h3, .cookie-notice h4, .cookie-notice h5, .cookie-notice h6, .cookie-notice p, .cookie-notice span {
  opacity: 1 !important;
}
.cookie-notice p {
  font-size: 17px;
  line-height: 24px;
}
.cookie-notice .cn-body {
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .cookie-notice .cn-body {
    margin-right: 70px !important;
  }
}
.cookie-notice .cn-body P.consent_notice_title_title {
  font-size: 30px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #0091D1 !important;
}
.cookie-notice .cn-body span {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cookie-notice .cn-body span {
    font-size: 14px;
    line-height: 21px;
  }
}
.cookie-notice .cn-body span {
  color: #D53C85 !important;
}
.cookie-notice .cn-learn-more {
  color: #0091D1 !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-learn-more:hover {
  color: #5d5d5d !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-ok {
  flex-direction: column-reverse !important;
  gap: 30px;
  margin-top: 15px !important;
}
.cookie-notice .cn-ok .cm-link {
  color: #000 !important;
  text-decoration: underline;
}
.cookie-notice .cn-ok .cm-link:hover {
  color: #5d5d5d !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-ok .cn-buttons {
  margin-top: 20px;
  display: flex !important;
  flex-direction: row-reverse;
  width: auto !important;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons {
    flex-direction: column-reverse !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover, .cookie-notice .cn-ok .cn-buttons .cm-btn-danger:active, .cookie-notice .cn-ok .cn-buttons .cm-btn-danger:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
    white-space: normal !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover {
  color: #0091D1;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover:after {
  border-color: #0091D1;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
  font-weight: 600 !important;
  background-color: transparent !important;
  color: #000 !important;
  padding: 15px 0 !important;
  width: fit-content !important;
  border-color: #000;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover {
  color: #5d5d5d !important;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:after {
  display: none;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover, .cookie-notice .cn-ok .cn-buttons .cm-btn-success:active, .cookie-notice .cn-ok .cn-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success {
  margin-right: 35px !important;
  background-color: #0091D1 !important;
  color: #fff;
  border: 1px solid #0091D1 !important;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover {
  background-color: #D53C85 !important;
  border: 1px solid #D53C85 !important;
  color: #fff;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-success {
    margin-top: 30px !important;
    width: auto !important;
  }
}

.cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal p, .cookie-modal span {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .cookie-modal .cm-modal {
    padding: 15px 15px 35px 15px !important;
    margin: 0px 20px;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .cookie-modal .cm-modal {
    padding: 15px 30px 35px 30px !important;
  }
}
.cookie-modal .cm-modal .cm-services {
  padding-left: 0 !important;
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .cookie-modal .cm-modal .cm-footer-buttons {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn {
    min-width: auto !important;
    width: fit-content;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #0091D1;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover:after {
  border-color: #0091D1;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
  font-weight: 600 !important;
  background-color: transparent !important;
  color: #000 !important;
  padding: 15px 0 !important;
  width: fit-content !important;
  border-color: #000;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #5d5d5d !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:after {
  display: none;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
  background-color: #0091D1 !important;
  color: #fff;
  border: 1px solid #0091D1 !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover {
  background-color: #D53C85 !important;
  border: 1px solid #D53C85 !important;
  color: #fff;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #2F2F2F !important;
  background-color: transparent !important;
  color: #2F2F2F !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #5d5d5d !important;
  color: #5d5d5d !important;
}

.cookie-consent-modal {
  /*width: 90%!important;
  max-width: 550px;*/
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal p, .cookie-consent-modal span, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cookie-consent-modal P.consent-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cookie-consent-modal P.consent-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.cookie-consent-modal P.consent-title {
  /*
  font-size: 30px!important;
  line-height: 32px!important;
  font-weight: 600!important;
  color: $primary!important;
        */
}
.cookie-consent-modal p.consent-description {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cookie-consent-modal p.consent-description {
    font-size: 14px;
    line-height: 21px;
  }
}
.cookie-consent-modal p.consent-description {
  color: #D53C85 !important;
}
.cookie-consent-modal p.consent-description a {
  text-decoration: underline;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-link {
  /*@include btn-secondary;*/
}
/* All titles */
/* Solid background with gradient */
/* Absolute positions */
/* Fake container */
/* Background overlay with :after */
/* Gradient background overlay with :after, 6 variables to fill */
/* clear float after */
.clearafter:after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

.md-brnone br {
  display: none !important;
}

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

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

/* Fake container */
/* Intro des pages */
.pageIntroduction {
  text-align: center;
}
.pageIntroduction .mod-article__intro, .pageIntroduction .mod-article__content, .pageIntroduction .zone-html > .content {
  max-width: 770px;
  margin: auto;
}
.pageIntroduction .mod-article__intro p, .pageIntroduction .mod-article__content p, .pageIntroduction .zone-html > .content p {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pageIntroduction .mod-article__intro p, .pageIntroduction .mod-article__content p, .pageIntroduction .zone-html > .content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.pageIntroduction.left {
  text-align: left;
}
.pageIntroduction.bloc-left .mod-article__intro, .pageIntroduction.bloc-left .mod-article__content, .pageIntroduction.bloc-left .zone-html > .content {
  text-align: left;
  margin: 0 auto 0 0;
}

/* Plus petit container pour détails d'articles, long texte,etc */
.smolcontainer .container {
  max-width: 770px;
}

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

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

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

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

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

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

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

/* Mobile margin for all images */
@media (max-width: 767px) {
  .mobile-imgmarginbottom img {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .md-imgmarginbottom img {
    margin-bottom: 30px;
  }
}

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

.smallpaddingtop {
  padding-top: 75px;
}

.smallpaddingbottom {
  padding-bottom: 75px;
}

.largepadding {
  padding: 100px 0;
}

.largepaddingtop {
  padding-top: 100px;
}

.largepaddingbottom {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .smallpadding {
    padding: 40px 0;
  }
  .smallpaddingtop {
    padding-top: 40px;
  }
  .smallpaddingbottom {
    padding-bottom: 40px;
  }
  .largepadding {
    padding: 60px 0;
  }
  .largepaddingtop {
    padding-top: 60px;
  }
  .largepaddingbottom {
    padding-bottom: 60px;
  }
}
.xsmallpadding {
  padding: 30px 0;
}

.xsmallpaddingtop {
  padding-top: 30px;
}

.xsmallpaddingbottom {
  padding-bottom: 30px;
}

/* TITLES */
.whitetitles h1, .whitetitles h2, .whitetitles h3, .whitetitles h4, .whitetitles h5, .whitetitles h6,
.whitetitles .h1, .whitetitles .h2, .whitetitles .h3, .whitetitles .h4, .whitetitles .h5, .whitetitles .h6 {
  color: #fff !important;
}
.whitetitles-h1 h1, .whitetitles-h2 h2, .whitetitles-h3 h3, .whitetitles-h4 h4, .whitetitles-h5 h5, .whitetitles-h6 h6 {
  color: #fff !important;
}

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

.darkparagraphe p {
  color: #21242F;
}

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

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

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

/* BACKGROUNDS SET-UP */
.darkbackground {
  color: #fff;
}
.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: 2px solid #D53C85 !important;
  background-color: transparent !important;
  color: #fff !important;
}
.darkbackground .btn.btn-primary:hover, .darkbackground .btn.btn-default:hover {
  border: 2px solid #D53C85 !important;
  background-color: #D53C85 !important;
  color: #fff !important;
}
.darkbackground .btn-secondary {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #D10058 !important;
}
.darkbackground .btn-secondary:hover {
  background-color: #D10058 !important;
  color: #fff !important;
}
.darkbackground .btn-link, .darkbackground .btn-back {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #D10058;
}
.darkbackground .btn-link:after, .darkbackground .btn-back:after {
  border-color: #fff;
}
.darkbackground .btn-link:hover, .darkbackground .btn-back:hover {
  color: #D10058 !important;
}
.darkbackground .btn-link:hover:after, .darkbackground .btn-back:hover:after {
  border-color: #D10058;
}
.darkbackground a {
  color: #fff;
}
.darkbackground a:hover {
  color: #D10058;
}
.darkbackground ul li {
  color: #fff;
}
.darkbackground.row-lined .container > .row:before, .darkbackground.row-lined-absolute .container > .row:before, .darkbackground.cols-lined-absolute .container > .row:before {
  border-color: #fff !important;
}
.darkbackground.row-lined .container > .row > div:before, .darkbackground.row-lined-absolute .container > .row > div:before, .darkbackground.cols-lined-absolute .container > .row > div:before {
  border-color: #fff !important;
}
.darkbackground.blue .btn-secondary {
  border: 2px solid #0091D1 !important;
}
.darkbackground.blue .btn-secondary:hover {
  background-color: #0091D1 !important;
}
.darkbackground.blue .btn-link, .darkbackground.blue .btn-back {
  border-color: #0091D1;
}
.darkbackground.blue .btn-link:after, .darkbackground.blue .btn-back:after {
  border-color: #0091D1;
}
.darkbackground.blue .btn-link:hover, .darkbackground.blue .btn-back:hover {
  color: #0091D1 !important;
}
.darkbackground.blue .btn-link:hover:after, .darkbackground.blue .btn-back:hover:after {
  border-color: #0091D1;
}

.btn-pink .btn-secondary {
  border: 2px solid #D10058 !important;
}
.btn-pink .btn-secondary:hover {
  background-color: #D10058 !important;
}
.btn-pink .btn-link, .btn-pink .btn-back {
  border-color: #D10058;
}
.btn-pink .btn-link:after, .btn-pink .btn-back:after {
  border-color: #D10058;
}
.btn-pink .btn-link:hover, .btn-pink .btn-back:hover {
  color: #D10058 !important;
}
.btn-pink .btn-link:hover:after, .btn-pink .btn-back:hover:after {
  border-color: #D10058;
}

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

/* 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;
  }
}
/* ################################# */
.news-mosaic > .row + .row {
  margin-top: 0;
}

/* Remove outline on link and button */
a:focus, button:focus, *:focus {
  outline: none !important;
}

/* Change selection color */
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #D10058;
}

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

/* 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;
  }
}
#system-message-container #system-message .alert-error {
  margin-top: 75px;
}

/* 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: 0;
  table-layout: fixed;
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon > tbody {
  display: block;
  transition: background-color 150ms;
}
table.accordeon > tbody:hover {
  background-color: #F3F3F4;
}
table.accordeon > tbody > tr {
  /* Title/accordeon box */
}
table.accordeon > tbody > tr:first-child {
  cursor: pointer;
  display: block;
  padding: 30px 50px 30px 0px;
  border-bottom: 1px solid #000;
  position: relative;
}
table.accordeon > tbody > tr:first-child:hover > td {
  color: #0091D1;
}
table.accordeon > tbody > tr:first-child:hover:after {
  color: #0091D1;
}
table.accordeon > tbody > tr:first-child > td {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  transition: color 150ms;
}
table.accordeon > tbody > tr:first-child > td h1, table.accordeon > tbody > tr:first-child > td h2, table.accordeon > tbody > tr:first-child > td h3, table.accordeon > tbody > tr:first-child > td h4, table.accordeon > tbody > tr:first-child > td h5, table.accordeon > tbody > tr:first-child > td h6, table.accordeon > tbody > tr:first-child > td p, table.accordeon > tbody > tr:first-child > td .h1, table.accordeon > tbody > tr:first-child > td .h2, table.accordeon > tbody > tr:first-child > td .h3, table.accordeon > tbody > tr:first-child > td .h4, table.accordeon > tbody > tr:first-child > td .h5, table.accordeon > tbody > tr:first-child > td .h6 {
  margin-bottom: 0;
}
table.accordeon > tbody > tr:first-child:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 38px;
  font-weight: 400;
  color: #000;
  font-family: icomoon;
  transition: color 150ms, transform 150ms;
  height: 22px;
  line-height: 14px;
}
@media (max-width: 767px) {
  table.accordeon > tbody > tr:first-child {
    padding-left: 15px;
  }
}
table.accordeon > tbody > tr {
  /* content */
}
table.accordeon > tbody > tr:last-child {
  display: block;
}
table.accordeon > tbody > tr:last-child > td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon > tbody > tr td {
  overflow-wrap: anywhere;
  white-space: normal;
}
table.accordeon > tbody > tr td a {
  word-break: break-all;
}
table.accordeon > tbody > tr td p, table.accordeon > tbody > tr td li {
  white-space: normal;
}
table.accordeon > tbody > tr td p {
  margin-left: 0 !important;
  padding-left: 40px;
  box-sizing: border-box;
}
table.accordeon {
  /* active and opened content */
}
table.accordeon.active > tbody > tr:first-child {
  border-bottom: 1px solid #000;
}
table.accordeon.active > tbody > tr:first-child > td {
  color: #0091D1;
}
table.accordeon.active > tbody > tr:first-child:after {
  color: #0091D1;
  transform: rotate(135deg);
}
table.accordeon.active > tbody > tr:last-child {
  padding: 50px 15px;
  border-bottom: 1px solid #000;
}
table.accordeon.active > tbody > tr:last-child > td {
  max-height: 6000px;
  transition: max-height 1.5s;
}
table.accordeon.active > tbody > tr td {
  overflow-wrap: anywhere;
  white-space: normal;
}
table.accordeon.active > tbody > tr td a {
  word-break: break-all;
}
table.accordeon.active > tbody > tr td p, table.accordeon.active > tbody > tr td li {
  white-space: normal;
}

.darkbackground table.accordeon > tbody:hover {
  background-color: transparent;
}
.darkbackground table.accordeon > tbody > tr {
  /* Title/accordeon box */
}
.darkbackground table.accordeon > tbody > tr:first-child {
  border-bottom: 1px solid #fff;
}
.darkbackground table.accordeon > tbody > tr:first-child:hover td, .darkbackground table.accordeon > tbody > tr:first-child:hover td h2 {
  color: #fff;
}
.darkbackground table.accordeon > tbody > tr:first-child:hover:after {
  color: #fff;
}
.darkbackground table.accordeon > tbody > tr:first-child td {
  color: #fff;
}
.darkbackground table.accordeon > tbody > tr:first-child:after {
  color: #fff;
}
.darkbackground table.accordeon {
  /* active and opened content */
}
.darkbackground table.accordeon.active > tbody > tr:first-child td, .darkbackground table.accordeon.active > tbody > tr:first-child td h2 {
  color: #0091D1;
}
.darkbackground table.accordeon.active > tbody > tr:first-child:after {
  color: #0091D1;
}
.darkbackground table.accordeon.active > tbody > tr:last-child {
  border-bottom: 1px solid #fff;
}

.moduleaccordion .row > div > h3 {
  cursor: pointer;
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  color: #000;
  transition: color 150ms;
  padding: 30px 50px 30px 20px;
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 50px;
}
.moduleaccordion .row > div > h3:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 47px;
  font-size: 38px;
  font-weight: 400;
  color: #000;
  font-family: icomoon;
  height: 22px;
  line-height: 14px;
  transition: color 150ms, transform 150ms;
}
.moduleaccordion .row > div > h3:hover {
  background-color: #F3F3F4;
  color: #0091D1;
}
.moduleaccordion .row > div > h3:hover:after {
  color: #0091D1;
}
.moduleaccordion .newsList {
  display: none;
}
.moduleaccordion.active .row > div > h3 {
  color: #0091D1;
}
.moduleaccordion.active .row > div > h3:after {
  color: #0091D1;
  transform: rotate(135deg);
}
.moduleaccordion.active .newsList .item .itemImage {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.moduleaccordion.active .newsList .item .intro h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 5px;
}
.moduleaccordion.active .newsList .item .intro h4 {
  font-size: 16px;
  font-weight: 400;
}

.sidebutton {
  position: fixed;
  top: 350px;
  bottom: 0;
  right: -90px;
  transform: rotate(90deg);
  height: 50px;
  width: 260px;
  z-index: 9999999;
}
.sidebutton .container, .sidebutton .row, .sidebutton .zone-html {
  padding: 0;
  margin: auto;
  width: auto;
}
.sidebutton .content .btn {
  padding: 15px 20px 15px 30px;
  height: auto;
  border: 0;
  background-color: #D10058;
  margin: 0;
}
.sidebutton .content .btn:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/heartplus.png);
  display: block;
  width: 28px;
  height: 25px;
  background-size: contain;
  transform: rotate(-90deg);
  margin-left: 15px;
}
.sidebutton .content .btn:hover {
  border: 0;
  background-color: #0091D1;
}
.sidebutton.remove {
  display: none;
}
@media (max-width: 767px) {
  .sidebutton {
    display: none;
  }
}

.line-header {
  padding: 0 30px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  display: none;
  /*Sticky animation for line-header is at line 443*/
}
@media (min-width: 992px) {
  .line-header .zone-header .rf-mod-header-wrapper {
    padding-right: 10px;
  }
}
.line-header .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .line-header .mod-header.mod-header-wrapper {
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 15px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links {
  display: none;
  order: 0;
  margin-right: 35px;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links {
  margin-top: 0;
  display: flex;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link {
  color: #fff;
  margin-right: 5px;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .social-link span:before {
  display: none;
}
.line-header .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;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .instagram {
  order: 0;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .instagram .icon-instagram:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagram.png);
  width: 17px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .instagram .icon-instagram:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagramtablette.png);
    width: 27px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .instagram:hover .icon-instagram:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/instagram-blue.png);
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .facebook {
  order: 1;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .facebook .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;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .facebook .icon-facebook:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Facebooktablette.png);
    width: 19px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .facebook:hover .icon-facebook:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/facebook-blue.png);
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .youtube {
  order: 2;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .youtube .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;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .youtube .icon-youtube:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Youtubetablette.png);
    width: 28px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .youtube:hover .icon-youtube:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/youtube-blue.png);
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .twitter {
  order: 3;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .twitter .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;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .twitter .icon-twitter:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Twittertablette.png);
    width: 26px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .twitter:hover .icon-twitter:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/twitter-blue.png);
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .linkedin {
  order: 4;
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .linkedin .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;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .linkedin .icon-linkedin:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/Linkedintablette.png);
    width: 25px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-social-links .mod-social-links .linkedin:hover .icon-linkedin:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/linkedin-blue.png);
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom {
  order: 1;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom .social {
  margin-right: 20px;
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom .social li:first-child {
  width: 55px;
  position: relative;
}
@media (max-width: 991px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-custom .social li:first-child .search {
    background-position: contain;
    width: 30px;
    height: 26px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom .social li:first-child:after {
  content: "";
  background: #fff;
  width: 1px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
}
@media (max-width: 991px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-custom .social li:first-child:after {
    height: 30px;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom .custom-links {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-custom .custom-links {
    display: none;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom span {
  color: #fff;
  vertical-align: middle;
  line-height: 13px;
}
.line-header .mod-header.mod-header-wrapper .header-ext-login {
  order: 2;
  margin-right: 10px;
}
.line-header .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 .mod-header.mod-header-wrapper .header-ext-login span.member-greeting {
  text-transform: none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}
.line-header .mod-header.mod-header-wrapper .header-ext-login a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  vertical-align: text-bottom;
  line-height: 13px;
  text-transform: none;
}
.line-header .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #0091D1;
}
.line-header .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  height: auto;
  border: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-login {
    display: none;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-language {
  order: 3;
}
@media (max-width: 991px) {
  .line-header .mod-header.mod-header-wrapper .header-ext-language {
    display: none;
  }
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom a, .line-header .mod-header.mod-header-wrapper .header-ext-language a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.line-header .mod-header.mod-header-wrapper .header-ext-custom a:hover, .line-header .mod-header.mod-header-wrapper .header-ext-language a:hover {
  text-decoration: none;
  color: #0091D1;
}
.line-header .header-ext + .header-ext {
  margin-left: 0;
}
@media (max-width: 991px) {
  .line-header {
    position: absolute;
    top: -100%;
    z-index: 99999999;
    height: 0;
    overflow: hidden;
    bottom: 100%;
    display: block;
  }
  .line-header .container {
    padding-left: 0;
  }
  .line-header.topmenuopened {
    position: fixed;
    height: 160px;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #21242F;
    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: none !important;
  }
  .line-header.topmenuopened .mod-header .mod-header-wrapper > .header-ext.header-ext-custom {
    display: block !important;
  }
  .line-header.topmenuopened .mod-header .mod-header-wrapper > .header-ext.header-ext-custom .custom-links {
    display: none;
  }
  .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: 70px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-header.topmenuopened {
    padding-top: 45px;
  }
}

.line-menu {
  background-color: #393C4A;
  padding: 30px 30px 10px 30px;
  height: 105px;
  display: none;
}
.line-menu.pink {
  background-color: #A80054;
}
.line-menu.darkpurple {
  background-color: #6E244F;
}
.line-menu.darkerpurple {
  background-color: #370153;
}
.line-menu.darkestpurple {
  background-color: #411645;
}
.line-menu.darkblue {
  background-color: #122CBA;
}
.line-menu.darkgrey {
  background-color: #21242F;
}
.line-menu.sand {
  background-color: #635B4C;
}
.line-menu:after {
  display: none;
}
.line-menu .zone-html .content {
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .line-menu .zone-html .content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-html .content {
    padding-top: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .line-menu .zone-html .content {
    padding-top: 30px;
  }
}
.line-menu .zone-html .content img {
  max-width: 300px;
}
@media (max-width: 1199px) {
  .line-menu .zone-html .content img {
    max-width: 260px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .line-menu .zone-html .content img {
    max-width: 270px;
  }
}
.line-menu .zone-html .content a {
  position: relative;
  z-index: 99999999;
}
.line-menu .zone-html .content .dark {
  display: none;
}
.line-menu .zone-html .content .light {
  display: inline-block;
}
.line-menu .zone-menu {
  padding-left: 0;
}
.line-menu .navbar .navbar-nav {
  float: right;
  text-align: right;
  /* Gestion menu-item */
}
.line-menu .navbar .navbar-nav li {
  /* Infolettre */
}
.line-menu .navbar .navbar-nav li[rel=data-menu-49366] {
  display: none !important;
}
@media (min-width: 992px) {
  .line-menu .navbar .navbar-nav li {
    /* Nous joindre */
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49275], .line-menu .navbar .navbar-nav li[rel=data-menu-49265], .line-menu .navbar .navbar-nav li[rel=data-menu-49264], .line-menu .navbar .navbar-nav li[rel=data-menu-49280], .line-menu .navbar .navbar-nav li[rel=data-menu-49283], .line-menu .navbar .navbar-nav li[rel=data-menu-49366], .line-menu .navbar .navbar-nav li[rel=data-menu-50225], .line-menu .navbar .navbar-nav li[rel=data-menu-50224] {
    display: none;
  }
  .line-menu .navbar .navbar-nav li {
    /* Clinique style bouton */
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261] {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    height: auto;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    border: none;
    min-width: 0;
    border-radius: 50px;
    text-transform: none;
    transition: all 150ms;
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:hover, .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:active, .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:focus {
    text-decoration: none;
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261] {
    background-color: transparent;
    color: #000;
    border: 2px solid #0091D1;
    height: 50px;
    margin: 0 0 0 10px;
  }
  .line-menu .navbar .navbar-nav li {
    /* Admission, séparateur dans le sous-menu */
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261] {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:hover {
    background-color: #0091D1;
    color: #fff;
    border: 2px solid #0091D1;
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261] > a {
    padding: 10px 0;
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:hover {
    background-color: #0091D1;
    border: 2px solid #0091D1;
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:hover > a {
    background-color: transparent;
    color: #fff !important;
  }
  .line-menu .navbar .navbar-nav li[rel=data-menu-49261]:hover > a:after {
    display: none;
  }
  .line-menu .navbar .navbar-nav li[rel=data-children-50258] a {
    font-weight: 700 !important;
    margin-top: 10px;
  }
  .line-menu .navbar .navbar-nav li[rel=data-children-50258] a:hover {
    color: #000 !important;
  }
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav {
    float: none;
    padding-top: 15px;
    padding-bottom: 100px;
    overflow: scroll;
  }
}
.line-menu .navbar .navbar-nav > li {
  float: none;
  display: inline-block;
  min-height: 55px;
}
.line-menu .navbar .navbar-nav > li[rel=data-menu-49261] .dropdown-menu {
  right: 0;
  left: auto;
}
.line-menu .navbar .navbar-nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #fff;
  padding: 25px 10px 10px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .line-menu .navbar .navbar-nav li a {
    padding: 25px 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li a {
    font-size: 22px;
    padding: 15px 10px 5px 10px;
    color: #fff;
  }
}
.line-menu .navbar .navbar-nav li a.dropdown-toggle {
  display: none;
  height: 0 !important;
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li a.dropdown-toggle {
    display: block;
    text-align: right;
    margin-top: -35px;
    padding: 20px !important;
    height: 30px;
    width: 100%;
  }
  .line-menu .navbar .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;
  }
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li.open .dropdown-toggle .caret {
    transform: rotate(-90deg);
  }
  .line-menu .navbar .navbar-nav li.open .dropdown-menu {
    max-height: 400px;
  }
}
.line-menu .navbar .navbar-nav li:hover, .line-menu .navbar .navbar-nav li:focus, .line-menu .navbar .navbar-nav li.active {
  background-color: transparent;
}
.line-menu .navbar .navbar-nav li:hover a, .line-menu .navbar .navbar-nav li:focus a, .line-menu .navbar .navbar-nav li.active a {
  color: #0091D1;
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li:hover a, .line-menu .navbar .navbar-nav li:focus a, .line-menu .navbar .navbar-nav li.active a {
    color: #0091D1 !important;
  }
}
.line-menu .navbar .navbar-nav li .dropdown-menu {
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  box-shadow: none;
  border: none;
}
@media (min-width: 992px) {
  .line-menu .navbar .navbar-nav li .dropdown-menu {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
  }
}
.line-menu .navbar .navbar-nav li .dropdown-menu li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  padding: 2px 10px;
}
.line-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
  background-color: #fff;
  color: #0091D1;
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li .dropdown-menu li a {
    font-weight: 600;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li .dropdown-menu {
    display: block !important;
    transition: max-height 500ms;
    height: auto;
    max-height: 0;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
    background-color: #21242F;
  }
  .line-menu .navbar .navbar-nav li .dropdown-menu li {
    border-left: 1px solid white;
  }
  .line-menu .navbar .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
    text-transform: none;
    font-weight: 400;
    padding-left: 15px;
  }
  .line-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
    background-color: #21242F;
    color: #0091D1 !important;
  }
}
@media (max-width: 991px) {
  .line-menu .navbar .navbar-nav li.active:hover a {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .line-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999999;
    padding: 0;
    height: auto;
  }
  .line-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .line-menu .container > .row > div:first-child {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu .container > .row > div:first-child {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .line-menu .navbar {
    background-color: transparent;
  }
  .line-menu .navbar.active {
    background: #21242F;
  }
  .line-menu .navbar-header {
    background-color: transparent;
  }
  .line-menu .navbar-header.active {
    background: #21242F;
  }
  .line-menu .navbar-nav {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
  }
  .line-menu .navbar-nav li {
    /* Soutenir la recherche */
  }
  .line-menu .navbar-nav li[rel=data-menu-49283] {
    order: 20;
    background-color: #D10058;
    border-radius: 50px;
    padding: 0 60px 0 15px;
    align-self: flex-start;
    margin-top: 20px;
    position: relative;
  }
  .line-menu .navbar-nav li[rel=data-menu-49283]:after {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/heartplus.png);
    display: block;
    width: 28px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .line-menu .navbar-nav li a {
    padding: 15px 35px;
  }
  .line-menu .navbar-nav li.open a {
    color: #0091D1 !important;
  }
  .line-menu .zone-header {
    float: left;
    padding-left: 15px !important;
    position: relative;
    z-index: 9999;
    margin-top: 0px;
  }
  .line-menu .zone-header .mod-header-logo {
    max-width: 240px;
  }
  .line-menu .zone-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .line-menu .zone-menu .navbar-header {
    padding-right: 15px;
  }
  .line-menu .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    margin-right: 17px;
  }
  .line-menu .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    border-radius: 30px;
  }
  .line-menu .navbar-toggle.collapsed {
    margin-right: 15px;
  }
  .line-menu .navbar-toggle.collapsed .icon-bar {
    height: 3px;
  }
  .line-menu .navbar-collapse {
    transition: height 150ms linear;
    border-color: #21242F;
    overflow-x: hidden;
    height: 0;
  }
  .line-menu .navbar-collapse.collapse.in {
    height: calc(100vh - 80px);
    background-color: #21242F;
    padding-bottom: 70px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: none;
    box-shadow: none;
    border-color: #21242F;
  }
  .line-menu .navbar-collapse .nav.navbar-nav > li {
    display: block;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .line-menu .navbar-toggle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .line-menu .col-sm-8 {
    width: 25%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .line-menu .col-sm-16 {
    width: 75%;
  }
}
.line-menu > .container {
  transition: top 250ms;
}
@media (max-width: 991px) {
  .line-menu > .container {
    width: 100% !important;
  }
}
.line-menu:not(.sticked) > .container {
  top: -100px;
  position: static;
}
.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: 70%;
  }
  .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: 30%;
  }
}
.line-menu.sticked .zone-html .content {
  padding-top: 15px;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 9999999;
  background-color: #fff !important;
  padding: 5px 45px;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 991px) {
  .line-menu.sticked > .container {
    padding: 0 15px;
    height: 68px;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked > .container > .row {
    max-width: 100%;
    margin: auto;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .line-menu.sticked > .container > .row {
    width: 732px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .line-menu.sticked > .container > .row {
    width: 952px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .line-menu.sticked > .container > .row {
    width: 1152px;
  }
}
.line-menu.sticked > .container > .row .navbar-toggle {
  margin-top: 15px;
}
.line-menu.sticked > .container > .row .navbar-toggle .icon-bar {
  background: #0091D1;
}
.line-menu.sticked > .container > .row .navbar .navbar-nav {
  margin-top: 8px;
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li > a {
  color: #000;
  padding: 15px 10px;
}
.line-menu.sticked > .container > .row .navbar .navbar-nav > li > a:hover {
  color: #0091D1;
}
@media (max-width: 1199px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li > a {
    padding: 15px 5px;
  }
}
@media (max-width: 991px) {
  .line-menu.sticked > .container > .row .navbar .navbar-nav > li > a {
    color: #fff;
  }
}
.line-menu.sticked > .container > .row li.menu-type-separator a.dropdown-toggle span.caret {
  top: 5px !important;
}
.line-menu.sticked.topmenuopened .zone-html .dark {
  display: none;
}
.line-menu.sticked.topmenuopened .zone-html .light {
  display: inline-block;
}

@media (max-width: 767px) {
  .overflowhidden .main-menu > .container {
    border-bottom: none;
  }
}

.line-secondary {
  padding-top: 100px;
}
.line-secondary .content .col-md-12 {
  position: relative;
}
.line-secondary .content .col-md-12 p, .line-secondary .content .col-md-12 h4 {
  color: #fff;
}
.line-secondary .content .col-md-12 h4 {
  text-transform: none;
}
.line-secondary .content .col-md-12 p:first-of-type {
  padding-top: 10px;
  margin-bottom: 0;
}
.line-secondary .content .col-md-12:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  height: 1px;
  width: 75%;
  background: #fff;
}
@media (max-width: 767px) {
  .line-secondary .content .col-md-12:before {
    width: calc(100% - 15px);
  }
}
@media (max-width: 991px) {
  .line-secondary .container .row-fluid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .line-secondary .container .row-fluid img {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .line-secondary .container .row-fluid .zone-html:nth-child(2) .row {
    display: flex;
  }
  .line-secondary .container .row-fluid .zone-html:nth-child(2) .row .col-md-12:nth-child(2) {
    margin-left: 100px;
  }
  .line-secondary .container .row-fluid .zone-html:nth-child(2) .row .col-md-12:nth-child(1) h4 {
    display: block;
    width: 210px;
  }
}
@media (max-width: 767px) {
  .line-secondary {
    padding-bottom: 0;
  }
  .line-secondary .container .row-fluid {
    display: block;
  }
  .line-secondary .container .row-fluid > div:last-child .col-md-12 br {
    display: block !important;
  }
}

.line-footer {
  padding-bottom: 0;
}
.line-footer .container .row {
  display: flex;
}
.line-footer .container .row .content .row {
  padding: 30px 0 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.line-footer .container .row .content .row ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.line-footer .container .row .content .row ul li {
  line-height: 16px;
}
.line-footer .container .row .content .row ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}
.line-footer .container .row #partenaires {
  display: inline-block;
  width: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  line-height: 0.8;
}
.line-footer .container .row img {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .line-footer .container .row img {
    margin-bottom: 40px;
  }
}
.line-footer .social-icons {
  margin-top: 40px;
}
.line-footer .social-icons li {
  display: inline;
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .line-footer .social-icons li {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .line-footer .social-icons {
    margin-top: 20px;
  }
}
.line-footer p, .line-footer h5, .line-footer a {
  color: #fff;
}
.line-footer h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.line-footer p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 767px) {
  .line-footer .container .row {
    flex-direction: column;
  }
  .line-footer p {
    max-width: 200px;
  }
  .line-footer p br {
    display: block !important;
  }
}

.line-copyright {
  text-align: right;
}
.line-copyright p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 45px;
}
.line-copyright p a {
  color: #fff;
}
.line-copyright p a:hover {
  color: #D53C85;
}

.line-menu-container {
  z-index: 10000;
  position: fixed;
  width: 536px;
  height: 100%;
  top: 0px;
  bottom: 0;
  background-color: #fff;
  right: -540px;
  transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* min-width (desktop-up) — ascending */
}
@media (min-width: 1500px) {
  .line-menu-container {
    width: 700px;
    right: -710px;
  }
}
.line-menu-container {
  /* max-width (desktop-down) — descending */
}
@media (max-width: 1199px) {
  .line-menu-container {
    /* width: 63%; */ /* (currently commented out) */
  }
}
@media (max-width: 991px) {
  .line-menu-container {
    top: 100px;
    right: -750px;
  }
}
@media (max-width: 767px) {
  .line-menu-container {
    top: 82px;
    width: 100%;
  }
}
@media (max-width: 300px) {
  .line-menu-container {
    top: 70px;
  }
}
.line-menu-container.opened {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0px;
  border-top: 1px solid #D7DFE2;
  filter: drop-shadow(-4px 22px 9px rgba(0, 0, 0, 0.3));
  background: #21242F;
}
@media (max-width: 991px) {
  .line-menu-container.opened {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .line-menu-container.opened {
    top: 0px;
  }
}
@media (max-width: 300px) {
  .line-menu-container.opened {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.line-menu-container .container {
  width: 100%;
}
.line-menu-container .container > .row {
  display: flex;
  flex-direction: column;
}
.line-menu-container .container > .row > div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.line-menu-container .container > .row > div:nth-child(1) {
  padding-bottom: 20px;
  width: fit-content;
  order: 0;
  margin-right: 35px;
  margin-left: auto;
  margin-top: 35px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
  margin-top: 0px;
  transition: 0.5s;
  border-radius: 0px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(1) {
  transform: rotate(45deg);
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(2) {
  transform: rotate(315deg);
  margin-top: -2px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover span {
  background-color: #0091D1;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li {
  margin-bottom: 0;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li a {
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li:focus {
  color: #0091D1;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li {
    padding-left: 85px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li {
  padding-left: 135px;
  padding-right: 0px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 900;
  display: inline-block;
  width: 100%;
  z-index: 99;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-49283], .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-49366] {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > a {
  color: #0091D1;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover > a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover > a:focus, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus > a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus > a:focus, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > a:focus {
  color: #0091D1;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a {
    padding-right: 68px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a {
  padding: 0px 0px 15px 20px;
  height: 40px !important;
  width: 100%;
  margin-left: 0;
  background-color: transparent;
  border-radius: 4px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -46px;
  height: 46px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a.dropdown-toggle .caret {
    margin-right: 30px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a.dropdown-toggle .caret {
  content: "";
  width: 11px;
  height: 6px;
  margin-top: 21px;
  margin-right: 55px;
  right: 10px !important;
  top: 17px !important;
  position: initial !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYmthG3DFSpxRNUQl9HjXMLs/asset/images/_icons-shapes/caret-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.5s;
  display: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > .dropdown-toggle .caret {
  transform: rotate(-90deg);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > .dropdown-menu {
    padding-right: 68px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > .dropdown-menu {
  max-height: 800px;
  padding-right: 35px;
  margin-bottom: 30px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin-left: 20px;
  padding-left: 25px;
  border-left: 1px solid #fff;
  border-radius: 0;
}
@media (max-width: 300px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li {
    font-size: 11px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  color: #0091D1 !important;
  margin-bottom: 7px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > a {
  color: #fff !important;
  padding: 0px 0 5px 0;
  white-space: pre-wrap;
  width: 100%;
  margin-left: 0;
  background-color: transparent;
  border-radius: 4px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > a.dropdown-toggle {
  position: absolute;
  display: block;
  text-align: right;
  height: 26px !important;
  padding: 0 !important;
  margin-left: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > a.dropdown-toggle .caret {
  content: "";
  width: 7px;
  height: 8px;
  margin-top: 9px;
  margin-right: 15px;
  right: 10px !important;
  top: 17px !important;
  position: initial !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/AIDQ/_Assets/menu-caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:focus, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.active {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.active > a {
  color: #0091D1 !important;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.active > a:not(.dropdown-toggle) {
  color: #D53C85;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.active > .dropdown-toggle .caret {
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li.active > .dropdown-menu {
  max-height: 800px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  /*display:block!important;*/
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding: 0;
  padding-right: 68px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 20px 0 15px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li:first-child {
  margin-top: 10px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li:last-child {
  margin-bottom: 15px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 200;
  padding: 0;
  width: 100%;
  white-space: inherit;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover {
  color: #0091D1;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a.child-link {
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-49280], .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-50224] {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) {
  padding-bottom: 160px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login {
    background: transparent;
    box-shadow: none;
    position: relative;
    padding-left: 110px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login {
  order: 0;
  padding-left: 155px;
  margin-left: 0 !important;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .btn {
  border: none;
  padding: 0;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .btn:active {
  color: #0091D1;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-greeting {
  font-size: 16px !important;
  display: inline-block;
  width: 30%;
  text-align: left;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .separator {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-myprofile, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-myprofile, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-myprofile, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-myprofile {
  font-size: 16px !important;
  display: inline-block;
  width: 70%;
  text-align: left;
  color: #fff !important;
  text-transform: none;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-myprofile:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-myprofile:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-myprofile:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-myprofile:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-myprofile:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-myprofile:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-myprofile:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-myprofile:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-myprofile:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-myprofile:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-myprofile:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-myprofile:active {
  color: #0091D1 !important;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-logout, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-logout, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-logout, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-logout {
  font-size: 16px !important;
  width: 100%;
  text-align: left;
  text-decoration: underline;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-logout:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-logout:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-logout:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-logout:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-logout:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-logout:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-logout:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-logout:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-logout:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-logout:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-logout:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-logout:active {
  color: #0091D1;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-login .member-logout, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-login .member-logout, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-login .member-logout, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-greeting, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .separator, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-login .member-logout {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-language {
    padding-left: 110px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-language {
  order: 1;
  padding-left: 155px;
  margin-left: 0 !important;
  margin-bottom: 30px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-language .switch-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-language .switch-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-language .switch-language, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-language .switch-language {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-language .switch-language:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-language .switch-language:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-language .switch-language:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-language .switch-language:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-language .switch-language:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-language .switch-language:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-language .switch-language:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-language .switch-language:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-language .switch-language:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-language .switch-language:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-language .switch-language:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-language .switch-language:active {
  color: #0091D1;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom {
  order: 2;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom {
    padding-left: 100px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom {
  display: flex;
  flex-direction: column;
  padding-left: 155px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn:focus, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn:hover, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn:active, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn {
    white-space: normal !important;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn {
  padding: 15px 20px 15px 30px;
  height: auto;
  border: 0;
  background-color: #D10058;
  margin: 0;
  color: #fff !important;
  max-width: fit-content;
  position: relative;
  margin-bottom: 30px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom a.fondation-btn:after, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom a.fondation-btn:after, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom a.fondation-btn:after, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom a.fondation-btn:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/heartplus.png);
  display: block;
  width: 28px;
  height: 25px;
  background-size: contain;
  margin-left: 15px;
}
.line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header .header-ext-custom .social, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part .mod-header-wrapper .header-ext-custom .social, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header .header-ext-custom .social, .line-menu-container .container > .row > div:nth-child(3) .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header-wrapper .header-ext-custom .social {
  margin-bottom: 20px;
  justify-content: flex-start;
}

.overflowhidden .line-menu:not(.sticked) .navbar-header {
  /*height: 110px;*/
}
.overflowhidden .line-menu > .container {
  /* height: 110px; */
  border-bottom: none;
}
.overflowhidden .line-menu > .container .zone-image a {
  margin-left: 5px;
}

.line-bg-menu-open {
  overflow: hidden;
  background-color: #D53C85;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

body.overflowhidden .line-bg-menu-open {
  opacity: 0.4;
  pointer-events: fill;
  cursor: pointer;
}

/**
 * ----------------------------------------
 * animation Sticky menu
 * ----------------------------------------
 */
@-webkit-keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
/* CONTAINER */
.line-head:not(.sticked, .menuopened) {
  transition: top 250ms;
}
.line-head:not(.sticked, .menuopened) > .container {
  top: -100px;
  /*position: static;*/
  transition: top 250ms;
}
.line-head.sticked {
  -webkit-animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.line-head.sticked:not(.menuopened) {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #D7DFE2;
}
/* CONTAINER */
.line-menu-container:not(.sticked, .menuopened) > .container {
  top: -100px;
  /*position: static;*/
}
@media (min-width: 992px) {
  .line-menu-container.sticked {
    -webkit-animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    position: sticky;
    padding-top: 80px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
  }
}
.line-head {
  padding: 0;
  height: 122px;
  background-color: #21242F;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-head {
    height: 100px;
    /*
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
    */
  }
}
@media (max-width: 767px) {
  .line-head {
    height: 82px;
  }
}
@media (max-width: 281px) {
  .line-head {
    height: 70px;
  }
}
.line-head.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:first-child, .line-head.opened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:first-child {
  transform: rotate(45deg);
}
.line-head.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:nth-child(2), .line-head.opened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:nth-child(2) {
  margin-top: -3px;
  transform: rotate(315deg);
}
.line-head.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:last-child, .line-head.opened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:last-child {
  display: none;
}
.line-head .container .row-fluid, .line-head .container-fluid .row-fluid {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.line-head .container .row-fluid div, .line-head .container-fluid .row-fluid div {
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .line-head .container .row-fluid div.zone-html, .line-head .container-fluid .row-fluid div.zone-html {
    padding-top: 30px;
  }
}
.line-head .container .row-fluid div.zone-html, .line-head .container-fluid .row-fluid div.zone-html {
  padding-left: 50px;
  padding-top: 35px;
}
.line-head .container .row-fluid div.zone-html .content img, .line-head .container-fluid .row-fluid div.zone-html .content img {
  max-width: 300px;
  width: 300px;
  height: 41px !important;
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-html .content img, .line-head .container-fluid .row-fluid div.zone-html .content img {
    width: 147px;
    max-width: 147px;
    height: auto !important;
  }
}
@media (max-width: 281px) {
  .line-head .container .row-fluid div.zone-html .content img, .line-head .container-fluid .row-fluid div.zone-html .content img {
    width: 120px;
    max-width: 120px;
    height: auto !important;
  }
}
.line-head .container .row-fluid div.zone-header, .line-head .container-fluid .row-fluid div.zone-header {
  width: 100%;
}
.line-head .container .row-fluid div.zone-header a, .line-head .container-fluid .row-fluid div.zone-header a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.line-head .container .row-fluid div.zone-header a:hover, .line-head .container-fluid .row-fluid div.zone-header a:hover {
  color: #0091D1;
}
.line-head .container .row-fluid div.zone-header, .line-head .container-fluid .row-fluid div.zone-header {
  padding: 0;
}
@media (min-width: 992px) {
  .line-head .container .row-fluid div.zone-header, .line-head .container-fluid .row-fluid div.zone-header {
    min-height: 101px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-head .container .row-fluid div.zone-header, .line-head .container-fluid .row-fluid div.zone-header {
    min-height: 100px !important;
  }
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header, .line-head .container-fluid .row-fluid div.zone-header {
    min-height: 82px !important;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper {
  height: 100%;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container {
  height: 100%;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  height: 100%;
  order: 3;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  border-left: 1px solid #D7DFE2;
}
@media (min-width: 992px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag svg, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag svg {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag svg, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-mag svg {
    max-width: 25px;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  height: 100%;
  padding-right: 140px;
  overflow: hidden;
  width: 40px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
  padding-left: 72px;
}
@media (max-width: 991px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
    padding-left: 45px;
  }
}
@media (max-width: 281px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
    padding-left: 38px;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span {
  width: 33px;
  height: 2px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 8px;
  transition: 0.5s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span {
    width: 27px;
    height: 2px;
    margin-top: 6px;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover, .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus {
  cursor: pointer;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover span, .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus span, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover span, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus span {
  background-color: #0091D1;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  padding-top: 12px;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language:hover, .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language.active, .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language:focus, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language:hover, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language.active, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a.switch-language:focus {
  color: #0091D1 !important;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  order: 2;
  margin-left: 0;
  padding-bottom: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
    display: none;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting {
  font-size: 16px !important;
  color: #3b4180 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 15px !important;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  font-size: 16px;
  color: #D53C85;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #D53C85;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
    white-space: normal !important;
  }
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.line-head .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator, .line-head .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  height: 4px;
}
.line-head.coffee {
  background-color: #635B4C;
}

body.member--isConnected .header-ext-login {
  flex-direction: row !important;
}

.line-breadcrumbs {
  position: relative;
}
.line-breadcrumbs .container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.line-breadcrumbs .breadcrumb {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0;
}
.line-breadcrumbs .breadcrumb > li + li:before {
  content: "•";
  color: #fff;
  padding: 0 6px;
}
.line-breadcrumbs .breadcrumb li a, .line-breadcrumbs .breadcrumb li span {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 500;
}
.line-breadcrumbs .breadcrumb li.active span {
  font-weight: 700;
}
.line-breadcrumbs .breadcrumb li:hover a {
  color: #0091D1;
}
.line-breadcrumbs.darkcrumb .breadcrumb > li + li:before {
  color: #000;
}
.line-breadcrumbs.darkcrumb .breadcrumb li a, .line-breadcrumbs.darkcrumb .breadcrumb li span {
  color: #000;
}
@media (max-width: 991px) {
  .line-breadcrumbs {
    display: none;
  }
}

.line-banner .row > div {
  margin: 0;
}
.line-banner.small-banner .mod-banner__img {
  height: 280px;
}
@media (max-width: 767px) {
  .line-banner.small-banner .mod-banner__img {
    height: 350px;
  }
}
.line-banner .mod-banner__img {
  height: 400px;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
.line-banner .mod-banner__img .mod-banner__content {
  position: initial;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-banner .mod-banner__img .mod-banner__content {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-banner .mod-banner__img .mod-banner__content {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-banner .mod-banner__img .mod-banner__content {
    width: 1152px;
  }
}
.line-banner .mod-banner__img .mod-banner__content {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .line-banner .mod-banner__img .mod-banner__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-banner .mod-banner__img .mod-banner__content h1, .line-banner .mod-banner__img .mod-banner__content .h1 {
  display: inline-block;
  width: auto;
  color: #fff;
  padding-top: 20px;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
}
.line-banner .mod-banner__img .mod-banner__content h2, .line-banner .mod-banner__img .mod-banner__content .h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-banner .mod-banner__img {
    background-position: -500px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .line-banner .mod-banner__img {
    background-position: -700px;
    height: 500px;
  }
}
@media (max-width: 400px) {
  .line-banner .mod-banner__img {
    background-position: -700px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .line-banner.mobileimgcenter .mod-banner__img {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .line-banner.mobileimgright .mod-banner__img {
    background-position: center right;
  }
}
@media (max-width: 767px) {
  .line-banner.mobileimgleft .mod-banner__img {
    background-position: -300px center;
  }
}
@media (max-width: 767px) {
  .line-banner.mobileimgforty .mod-banner__img {
    background-position: 40%;
  }
}
.line-banner.larger .mod-banner__img {
  height: 560px;
}
@media (max-width: 767px) {
  .line-banner.impact-banner .mod-banner__img {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Banni%C3%A8res/impact-bg-mobile%402x.jpg) !important;
    background-position: top center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-banner.gouv-banner .mod-banner__img {
    background-position: top 20px left 0px;
  }
}
@media (max-width: 767px) {
  .line-banner.opportunites-banner .mod-banner__img {
    background-position: 80%;
  }
}
@media (max-width: 767px) {
  .line-banner.formationsdispo-banner .mod-banner__img {
    background-position: top 50px left -1450px;
  }
}
@media (max-width: 767px) {
  .line-banner.candidature-banner .mod-banner__img {
    background-position: top 20px left -500px;
  }
}
@media (max-width: 767px) {
  .line-banner.rapport-banner .mod-banner__img {
    background-position: top 50px left -1100px;
  }
}
@media (max-width: 767px) {
  .line-banner.banner-intl .mod-banner__img {
    background-position: top 60px left -1100px;
  }
}
@media (max-width: 767px) {
  .line-banner.intranet-home .mod-banner__img {
    background-position: top -95px left -200px;
  }
}
.line-banner.intranet-home .mod-banner__content {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0;
  padding-left: 0;
}
.line-banner.intranet-home .mod-banner__content h1 {
  margin-left: 7%;
}
.line-banner.intranet-home .mod-banner__content .banner-links {
  display: flex;
  border-bottom: 6px solid #635b4c;
}
@media (max-width: 991px) {
  .line-banner.intranet-home .mod-banner__content .banner-links {
    flex-wrap: wrap;
  }
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section {
  width: 25%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.69) 0%, #635b4c 100%);
  opacity: 0.85;
  padding-top: 13px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section:hover {
  cursor: pointer;
  opacity: 1;
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section:hover .linkto {
  color: #3C90CC !important;
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section:hover .linkto:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Intranet/arrow-right-blue.svg);
}
@media (max-width: 991px) {
  .line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section {
    height: 110px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section {
    flex-direction: initial;
    align-items: center;
    height: 60px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section .banner-links-icon {
    max-width: 30px;
  }
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p {
  text-align: left;
  padding-right: 70px;
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p .linkto {
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p .linkto {
    font-size: 16px;
    line-height: 19px;
  }
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p .linkto:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Intranet/linkto-arrow-right.svg);
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p .linkto:after {
    background-size: contain;
    width: 22px;
    height: 22px;
    right: -45px;
  }
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p .linkto:hover {
  color: #3C90CC !important;
}
.line-banner.intranet-home .mod-banner__content .banner-links .banner-links-section p .linkto:hover:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Intranet/arrow-right-blue.svg);
}
@media (min-width: 992px) {
  .line-banner.res .mod-banner__img {
    height: 1242px;
  }
}
@media (max-width: 991px) {
  .line-banner.res .mod-banner__img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .line-banner.res .mod-banner__img {
    background-position: 0;
  }
}
@media (max-width: 991px) {
  .line-banner.res .mod-banner__img .mod-banner__content {
    padding-bottom: 43%;
  }
}
@media (max-width: 767px) {
  .line-banner.res .mod-banner__img .mod-banner__content {
    padding-bottom: 100%;
  }
}
.line-banner.res .mod-banner__img .mod-banner__content {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  padding-bottom: 950px;
}
@media (min-width: 768px) {
  .line-banner.reslist .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .line-banner.reslist .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    background-position: 0;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .line-banner.reslist .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    padding-bottom: 53%;
  }
}
@media (max-width: 767px) {
  .line-banner.reslist .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    padding-bottom: 300px;
  }
}
.line-banner.reslist .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  padding-bottom: 425px;
}
.line-banner.reslist.long {
  background: linear-gradient(to left, #2A41C0, #1B3ABD);
}
@media (min-width: 768px) {
  .line-banner.reslist.long .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 700px !important;
  }
}
@media (max-width: 767px) {
  .line-banner.reslist.long .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .line-banner.reslist.long .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    padding-bottom: 620px;
  }
}
.line-banner.reslist.long .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  padding-bottom: 440px;
}
@media (min-width: 768px) {
  .line-banner.reslist.court .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .line-banner.reslist.court .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 350px !important;
  }
}
@media (min-width: 768px) {
  .line-banner.reslist.court .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .line-banner.reslist.court .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    padding-bottom: 100px;
  }
}

.content-banner .col-xs-1, .content-banner .col-sm-1, .content-banner .col-md-1, .content-banner .col-lg-1, .content-banner .col-xs-2, .content-banner .col-sm-2, .content-banner .col-md-2, .content-banner .col-lg-2, .content-banner .col-xs-3, .content-banner .col-sm-3, .content-banner .col-md-3, .content-banner .col-lg-3, .content-banner .col-xs-4, .content-banner .col-sm-4, .content-banner .col-md-4, .content-banner .col-lg-4, .content-banner .col-xs-5, .content-banner .col-sm-5, .content-banner .col-md-5, .content-banner .col-lg-5, .content-banner .col-xs-6, .content-banner .col-sm-6, .content-banner .col-md-6, .content-banner .col-lg-6, .content-banner .col-xs-7, .content-banner .col-sm-7, .content-banner .col-md-7, .content-banner .col-lg-7, .content-banner .col-xs-8, .content-banner .col-sm-8, .content-banner .col-md-8, .content-banner .col-lg-8, .content-banner .col-xs-9, .content-banner .col-sm-9, .content-banner .col-md-9, .content-banner .col-lg-9, .content-banner .col-xs-10, .content-banner .col-sm-10, .content-banner .col-md-10, .content-banner .col-lg-10, .content-banner .col-xs-11, .content-banner .col-sm-11, .content-banner .col-md-11, .content-banner .col-lg-11, .content-banner .col-xs-12, .content-banner .col-sm-12, .content-banner .col-md-12, .content-banner .col-lg-12, .content-banner .col-xs-13, .content-banner .col-sm-13, .content-banner .col-md-13, .content-banner .col-lg-13, .content-banner .col-xs-14, .content-banner .col-sm-14, .content-banner .col-md-14, .content-banner .col-lg-14, .content-banner .col-xs-15, .content-banner .col-sm-15, .content-banner .col-md-15, .content-banner .col-lg-15, .content-banner .col-xs-16, .content-banner .col-sm-16, .content-banner .col-md-16, .content-banner .col-lg-16, .content-banner .col-xs-17, .content-banner .col-sm-17, .content-banner .col-md-17, .content-banner .col-lg-17, .content-banner .col-xs-18, .content-banner .col-sm-18, .content-banner .col-md-18, .content-banner .col-lg-18, .content-banner .col-xs-19, .content-banner .col-sm-19, .content-banner .col-md-19, .content-banner .col-lg-19, .content-banner .col-xs-20, .content-banner .col-sm-20, .content-banner .col-md-20, .content-banner .col-lg-20, .content-banner .col-xs-21, .content-banner .col-sm-21, .content-banner .col-md-21, .content-banner .col-lg-21, .content-banner .col-xs-22, .content-banner .col-sm-22, .content-banner .col-md-22, .content-banner .col-lg-22, .content-banner .col-xs-23, .content-banner .col-sm-23, .content-banner .col-md-23, .content-banner .col-lg-23, .content-banner .col-xs-24, .content-banner .col-sm-24, .content-banner .col-md-24, .content-banner .col-lg-24 {
  margin: 0;
}
.content-banner .mod-banner__img {
  height: auto;
  padding: 100px 0;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
.content-banner .mod-banner__img .mod-banner__content {
  position: initial;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 60px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 540px;
  margin: 0 auto;
}
.content-banner .mod-banner__img .mod-banner__content .btn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-banner .mod-banner__img .mod-banner__content {
    max-width: calc(100% - 60px);
    padding: 60px 0;
  }
}

.half-image-content .row {
  display: flex;
  flex-wrap: wrap;
}
.half-image-content .row > div {
  margin: 0 0px;
}
.half-image-content .row .zone-html {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .half-image-content .row .zone-html {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.half-image-content .row .zone-html .content {
  max-width: 525px;
  margin-left: auto;
  margin-right: 15px;
  padding: 60px 30px 60px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.half-image-content .row .zone-html .content p {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .half-image-content .row .zone-html .content {
    max-width: 430px;
    padding: 40px 30px 40px 0;
  }
  .half-image-content .row .zone-html .content h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .half-image-content .row .zone-html .content {
    text-align: center;
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 992px) {
  .half-image-content .row .zone-banner {
    padding-left: 0;
  }
  .half-image-content .row .zone-banner .mod-banner__wrapper, .half-image-content .row .zone-banner .mod-banner__img {
    height: 100%;
  }
}
.half-image-content .row .zone-image {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .half-image-content .row .zone-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .half-image-content .row .zone-image {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .half-image-content.zlayout > .container > .row {
    display: flex;
    flex-flow: column;
  }
  .half-image-content.zlayout > .container > .row > div {
    width: 100%;
  }
  .half-image-content.zlayout > .container > .row > div:first-child {
    order: 1;
  }
  .half-image-content.zlayout > .container > .row > div:last-child {
    order: 0;
  }
  .half-image-content.zlayout .zone-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .half-image-content.zlayout .row {
    display: block;
  }
  .half-image-content.zlayout .row .zone-html {
    display: block;
    float: none;
    padding: 0 15px;
    margin-bottom: 80px;
  }
  .half-image-content.zlayout .row .zone-html .content {
    max-width: 100%;
  }
}
.half-image-content.right .zone-html .content {
  margin-left: 15px;
  margin-right: auto;
}
@media (min-width: 992px) {
  .half-image-content.right .zone-html .content p {
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  .half-image-content.right .zone-banner {
    padding-right: 0;
  }
}
.half-image-content.dark-border .row .zone-html .content {
  border-color: #000;
}

.pageform .form-horizontal {
  max-width: 965px;
  margin: 0 auto;
}
.pageform .form-horizontal .crm-footer-frame {
  text-align: center;
}
.pageform .form-horizontal .section > .row:nth-child(4) .input-file {
  padding-right: 0px;
  max-width: 100%;
}
.pageform .form-horizontal .section > .row:nth-child(4) .input-file .input-md {
  width: 100%;
  max-width: 100%;
}
.pageform .zone-crm > h1 {
  display: none;
}
.pageform .formbuilder-confirmation-title {
  display: none !important;
}

.contentul .content ul {
  list-style: disc;
  padding-left: 15px;
}

.row-lined .container > .row:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 30px 15px 45px;
}
@media (max-width: 767px) {
  .row-lined .container > .row:before {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .row-lined .container > .row .p-header span + br {
    display: none;
  }
}
.row-lined .container > .row hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.row-lined-bottom .container > .row:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin: 0 15px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .row-lined-bottom .container > .row:after {
    padding-top: 60px;
    margin-top: 0;
  }
}

.cols-lined-absolute .container > .row > div {
  position: relative;
  padding-top: 30px;
}
.cols-lined-absolute .container > .row > div:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .cols-lined-absolute.mobilemargin .row > div:first-child {
    margin-bottom: 60px;
  }
}

.row-lined-absolute .container > .row {
  position: relative;
  padding-top: 30px;
}
.row-lined-absolute .container > .row:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}

@media (max-width: 767px) {
  .mobilecolspace .row > div:first-child {
    margin-bottom: 60px;
  }
}

.full-title-lined-smtop .content {
  border-top: 1px solid #000;
  padding-top: 75px;
}

.row-lined-darkbg .container > .row:before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  margin: 0 15px 40px;
}

.titles-lined h1, .titles-lined h2, .titles-lined h3, .titles-lined h4, .titles-lined h5, .titles-lined h6, .titles-lined p, .titles-lined .h1, .titles-lined .h2, .titles-lined .h3, .titles-lined .h4, .titles-lined .h5, .titles-lined .h6 {
  width: calc(100% - 15px);
  border-top: 1px solid #fff;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .threeQuarterContent .content {
    padding-right: 25%;
  }
}

@media (min-width: 992px) {
  .row75 .row {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .row85 .row {
    width: 86%;
  }
}

table.image-citation {
  border: 0;
}
table.image-citation tbody, table.image-citation tr, table.image-citation td {
  border: 0;
}
table.image-citation tr td:first-child {
  vertical-align: top;
}
table.image-citation tr td:first-child img {
  max-width: 238px;
}
@media (min-width: 992px) {
  table.image-citation tr td:last-child {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  table.image-citation tr td:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  table.image-citation tr td:last-child {
    padding-left: 0;
  }
}
table.image-citation tr td:last-child p {
  font-size: 18px;
  line-height: 24px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  table.image-citation tr td:last-child p {
    font-size: 16px;
    line-height: 22px;
  }
}
table.image-citation tr td:last-child p {
  margin-bottom: 0;
}
table.image-citation tr td:last-child p:first-child {
  color: #0091D1;
}
table.image-citation tr td:last-child p strong {
  display: inline-block;
  margin-top: 15px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  table.image-citation tr td:last-child p strong {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  table.image-citation tr td:last-child p strong {
    font-size: 17px;
    line-height: 21px;
  }
}
table.image-citation tr td:last-child p strong {
  margin-bottom: 0;
}
table.image-citation tr td:last-child p em {
  font-size: 12px;
  line-height: 14px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 10px;
  font-style: normal;
}

.line-articles-iconrecherches .newsList .item h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .line-articles-iconrecherches .newsList .item h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.line-articles-iconrecherches .newsList .item h3 {
  display: block;
  max-width: 195px;
}
@media (max-width: 767px) {
  .line-articles-iconrecherches .newsList .item h3 {
    margin: 0 auto;
  }
}
.line-articles-iconrecherches .newsList .item .itemImage {
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}
.line-articles-iconrecherches .newsList .item .itemImage img {
  height: 56px !important;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-articles-iconrecherches .newsList .item h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .line-articles-iconrecherches .newsList .item .itemImage {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .line-articles-iconrecherches .newsList .item {
    text-align: center;
  }
  .line-articles-iconrecherches .newsList .item:not(:first-child) {
    margin-top: 40px;
  }
}

.line-admission .zone-news h2, .line-admission .zone-news_flash h2 {
  margin-bottom: 50px;
}
.line-admission .zone-news .news-mosaic .row, .line-admission .zone-news .newsList .row, .line-admission .zone-news_flash .news-mosaic .row, .line-admission .zone-news_flash .newsList .row {
  display: flex;
}
.line-admission .zone-news .news-mosaic .row .col-sm-8, .line-admission .zone-news .newsList .row .col-sm-8, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8, .line-admission .zone-news_flash .newsList .row .col-sm-8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title, .line-admission .zone-news .newsList .row .col-sm-8 .news-title, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title {
  font-size: 21px;
  padding-top: 22px;
  border-top: 1px solid #000;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6, .line-admission .zone-news .news-mosaic .row .col-sm-8, .line-admission .zone-news .news-mosaic .row .item, .line-admission .zone-news .newsList .row .col-sm-6, .line-admission .zone-news .newsList .row .col-sm-8, .line-admission .zone-news .newsList .row .item, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8, .line-admission .zone-news_flash .news-mosaic .row .item, .line-admission .zone-news_flash .newsList .row .col-sm-6, .line-admission .zone-news_flash .newsList .row .col-sm-8, .line-admission .zone-news_flash .newsList .row .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title, .line-admission .zone-news .news-mosaic .row .col-sm-6 h3, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title, .line-admission .zone-news .news-mosaic .row .col-sm-8 h3, .line-admission .zone-news .news-mosaic .row .item .news-title, .line-admission .zone-news .news-mosaic .row .item h3, .line-admission .zone-news .newsList .row .col-sm-6 .news-title, .line-admission .zone-news .newsList .row .col-sm-6 h3, .line-admission .zone-news .newsList .row .col-sm-8 .news-title, .line-admission .zone-news .newsList .row .col-sm-8 h3, .line-admission .zone-news .newsList .row .item .news-title, .line-admission .zone-news .newsList .row .item h3, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 h3, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 h3, .line-admission .zone-news_flash .news-mosaic .row .item .news-title, .line-admission .zone-news_flash .news-mosaic .row .item h3, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title, .line-admission .zone-news_flash .newsList .row .col-sm-6 h3, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title, .line-admission .zone-news_flash .newsList .row .col-sm-8 h3, .line-admission .zone-news_flash .newsList .row .item .news-title, .line-admission .zone-news_flash .newsList .row .item h3 {
  font-size: 21px;
  padding-top: 22px;
  border-top: 1px solid #000;
  margin-bottom: 30px;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title a, .line-admission .zone-news .news-mosaic .row .col-sm-6 h3 a, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title a, .line-admission .zone-news .news-mosaic .row .col-sm-8 h3 a, .line-admission .zone-news .news-mosaic .row .item .news-title a, .line-admission .zone-news .news-mosaic .row .item h3 a, .line-admission .zone-news .newsList .row .col-sm-6 .news-title a, .line-admission .zone-news .newsList .row .col-sm-6 h3 a, .line-admission .zone-news .newsList .row .col-sm-8 .news-title a, .line-admission .zone-news .newsList .row .col-sm-8 h3 a, .line-admission .zone-news .newsList .row .item .news-title a, .line-admission .zone-news .newsList .row .item h3 a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 h3 a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 h3 a, .line-admission .zone-news_flash .news-mosaic .row .item .news-title a, .line-admission .zone-news_flash .news-mosaic .row .item h3 a, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title a, .line-admission .zone-news_flash .newsList .row .col-sm-6 h3 a, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title a, .line-admission .zone-news_flash .newsList .row .col-sm-8 h3 a, .line-admission .zone-news_flash .newsList .row .item .news-title a, .line-admission .zone-news_flash .newsList .row .item h3 a {
  display: block;
  max-width: 85%;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a, .line-admission .zone-news .news-mosaic .row .item .news-title + a, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a, .line-admission .zone-news .newsList .row .item .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a, .line-admission .zone-news_flash .newsList .row .item .news-title + a {
  width: fit-content !important;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a:active, .line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a:focus, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a:active, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a:focus, .line-admission .zone-news .news-mosaic .row .item .news-title + a:hover, .line-admission .zone-news .news-mosaic .row .item .news-title + a:active, .line-admission .zone-news .news-mosaic .row .item .news-title + a:focus, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a:active, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a:focus, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a:active, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a:focus, .line-admission .zone-news .newsList .row .item .news-title + a:hover, .line-admission .zone-news .newsList .row .item .news-title + a:active, .line-admission .zone-news .newsList .row .item .news-title + a:focus, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a:active, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a:focus, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a:active, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a:focus, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a:hover, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a:active, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a:focus, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a:active, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a:focus, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a:active, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a:focus, .line-admission .zone-news_flash .newsList .row .item .news-title + a:hover, .line-admission .zone-news_flash .newsList .row .item .news-title + a:active, .line-admission .zone-news_flash .newsList .row .item .news-title + a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a, .line-admission .zone-news .news-mosaic .row .item .news-title + a, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a, .line-admission .zone-news .newsList .row .item .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a, .line-admission .zone-news_flash .newsList .row .item .news-title + a {
    white-space: normal !important;
  }
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a, .line-admission .zone-news .news-mosaic .row .item .news-title + a, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a, .line-admission .zone-news .newsList .row .item .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a, .line-admission .zone-news_flash .newsList .row .item .news-title + a {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news .news-mosaic .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news .news-mosaic .row .item .news-title + a:hover, .line-admission .zone-news .newsList .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news .newsList .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news .newsList .row .item .news-title + a:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news_flash .news-mosaic .row .item .news-title + a:hover, .line-admission .zone-news_flash .newsList .row .col-sm-6 .news-title + a:hover, .line-admission .zone-news_flash .newsList .row .col-sm-8 .news-title + a:hover, .line-admission .zone-news_flash .newsList .row .item .news-title + a:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .actions, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions, .line-admission .zone-news .news-mosaic .row .item .actions, .line-admission .zone-news .newsList .row .col-sm-6 .actions, .line-admission .zone-news .newsList .row .col-sm-8 .actions, .line-admission .zone-news .newsList .row .item .actions, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions, .line-admission .zone-news_flash .news-mosaic .row .item .actions, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions, .line-admission .zone-news_flash .newsList .row .item .actions {
  margin-top: 0;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn, .line-admission .zone-news .news-mosaic .row .item .actions .btn, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn, .line-admission .zone-news .newsList .row .item .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn, .line-admission .zone-news_flash .newsList .row .item .actions .btn {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn:active, .line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn:focus, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn:active, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn:focus, .line-admission .zone-news .news-mosaic .row .item .actions .btn:hover, .line-admission .zone-news .news-mosaic .row .item .actions .btn:active, .line-admission .zone-news .news-mosaic .row .item .actions .btn:focus, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn:active, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn:focus, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn:active, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn:focus, .line-admission .zone-news .newsList .row .item .actions .btn:hover, .line-admission .zone-news .newsList .row .item .actions .btn:active, .line-admission .zone-news .newsList .row .item .actions .btn:focus, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn:active, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn:focus, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn:active, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn:focus, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn:hover, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn:active, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn:focus, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn:active, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn:focus, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn:active, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn:focus, .line-admission .zone-news_flash .newsList .row .item .actions .btn:hover, .line-admission .zone-news_flash .newsList .row .item .actions .btn:active, .line-admission .zone-news_flash .newsList .row .item .actions .btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn, .line-admission .zone-news .news-mosaic .row .item .actions .btn, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn, .line-admission .zone-news .newsList .row .item .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn, .line-admission .zone-news_flash .newsList .row .item .actions .btn {
    white-space: normal !important;
  }
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn, .line-admission .zone-news .news-mosaic .row .item .actions .btn, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn, .line-admission .zone-news .newsList .row .item .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn, .line-admission .zone-news_flash .newsList .row .item .actions .btn {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.line-admission .zone-news .news-mosaic .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news .news-mosaic .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news .news-mosaic .row .item .actions .btn:hover, .line-admission .zone-news .newsList .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news .newsList .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news .newsList .row .item .actions .btn:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news_flash .news-mosaic .row .item .actions .btn:hover, .line-admission .zone-news_flash .newsList .row .col-sm-6 .actions .btn:hover, .line-admission .zone-news_flash .newsList .row .col-sm-8 .actions .btn:hover, .line-admission .zone-news_flash .newsList .row .item .actions .btn:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
@media (max-width: 767px) {
  .line-admission .zone-news .news-mosaic .row .col-sm-6, .line-admission .zone-news .news-mosaic .row .col-sm-8, .line-admission .zone-news .news-mosaic .row .item, .line-admission .zone-news .newsList .row .col-sm-6, .line-admission .zone-news .newsList .row .col-sm-8, .line-admission .zone-news .newsList .row .item, .line-admission .zone-news_flash .news-mosaic .row .col-sm-6, .line-admission .zone-news_flash .news-mosaic .row .col-sm-8, .line-admission .zone-news_flash .news-mosaic .row .item, .line-admission .zone-news_flash .newsList .row .col-sm-6, .line-admission .zone-news_flash .newsList .row .col-sm-8, .line-admission .zone-news_flash .newsList .row .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-admission .zone-news .news-mosaic .row, .line-admission .zone-news .newsList .row, .line-admission .zone-news_flash .news-mosaic .row, .line-admission .zone-news_flash .newsList .row {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .row-column-tablet .row {
    display: flex;
    flex-direction: column;
  }
  .row-column-tablet .row .zone-html {
    width: 100%;
  }
}
.row-column-tablet hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .col-md-force .row > div {
    width: 100%;
    float: none;
  }
}

@media (max-width: 991px) {
  .line-reverse-img .row {
    display: flex;
    flex-direction: column;
  }
  .line-reverse-img .row .zone-image {
    order: 0;
    width: 100%;
  }
  .line-reverse-img .row .zone-banner {
    order: 0;
    width: 100%;
    padding: 0;
  }
  .line-reverse-img .row .zone-html {
    order: 1;
    width: 100%;
    margin-top: 30px;
  }
  .line-reverse-img .row .zone-html .content {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .line-reverse-img.full-content .row .zone-html .content {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .md-img-bottom .row {
    display: flex;
    flex-direction: column;
  }
  .md-img-bottom .row .zone-html, .md-img-bottom .row .zone-image {
    width: 100%;
  }
}

.banner-subarea {
  position: relative;
  margin-bottom: 75px;
}
.banner-subarea:after {
  content: "";
  width: 100%;
  height: 75px;
  position: absolute;
  top: 100%;
}
.banner-subarea.darkblue:after {
  background: #122CBA;
}

.banner-campagne .mod-banner__img {
  width: 100%;
  min-height: 650px;
  background-size: contain;
  background-position: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner-campagne .mod-banner__img {
    min-height: 800px;
    background-position: 150px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .banner-campagne .mod-banner__img {
    padding-top: 230px;
    padding-bottom: 96px;
    background-size: 100%;
    background-position: center -140px;
  }
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img {
    padding-top: 120px;
    padding-bottom: 0;
    min-height: 650px;
    background-size: contain;
    background-position: center -80px;
  }
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img {
    background-position: center -50px;
  }
}
.banner-campagne .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #6E244F 40%, rgba(110, 36, 79, 0.75) 40%);
  opacity: 1;
  z-index: 0;
}
@media (max-width: 991px) {
  .banner-campagne .mod-banner__img:before {
    background: linear-gradient(to top, #6E244F 50%, rgba(110, 36, 79, 0.75) 50%);
  }
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img:before {
    background: linear-gradient(to top, #6E244F 60%, rgba(110, 36, 79, 0.75) 60%);
  }
}
.banner-campagne .mod-banner__img .mod-banner__content {
  position: relative;
  display: inline-block;
  padding: 40px 0 40px 10%;
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content {
    padding: 24px 30px 40px 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-campagne .mod-banner__img .mod-banner__content h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.banner-campagne .mod-banner__img .mod-banner__content h3 {
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content h3 {
    font-size: 28px;
  }
}
.banner-campagne .mod-banner__img .mod-banner__content h3 span {
  color: #D53C85;
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content h3 br {
    display: block !important;
  }
}
.banner-campagne .mod-banner__img .mod-banner__content h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner-campagne .mod-banner__img .mod-banner__content h2 br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.banner-campagne .mod-banner__img .mod-banner__content #logo-fondation {
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content #logo-fondation {
    width: 112px !important;
  }
}
.banner-campagne .mod-banner__img .mod-banner__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #fff;
  width: 80%;
  height: 1px;
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content:before {
    left: 30px;
    right: 30px;
    width: auto;
  }
}
.banner-campagne .mod-banner__img .mod-banner__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: #fff;
  width: 65%;
  height: 1px;
}
@media (max-width: 1199px) {
  .banner-campagne .mod-banner__img .mod-banner__content:after {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .banner-campagne .mod-banner__img .mod-banner__content:after {
    width: 45%;
    left: 30px;
  }
}

.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child {
  border-top: 1px solid #000;
  border-bottom: 0;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child:after {
  top: 15px;
  bottom: auto;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child img {
  float: left;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
  font-size: 12px;
  line-height: 14px;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child p {
  float: left;
  width: calc(100% - 183px);
  padding-left: 60px;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child a {
  position: relative;
  z-index: 9;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:last-child {
  border-bottom: 0;
}
.member-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:last-child {
  padding: 0 15px 20px;
}
@media (max-width: 767px) {
  .member-table-accordeon .news-mosaic .news-intro .accordeon.active > tbody > tr:last-child {
    padding: 0 15px 20px;
  }
}
@media (max-width: 991px) {
  .member-table-accordeon .news-mosaic .row .col-sm-12 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h3, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h4, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td p, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td img {
    float: none;
  }
  .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h3, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h4, .member-table-accordeon .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td p {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .firstColPaddingRight30 .container > .row > div:first-child {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .page404 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page404 {
    margin-top: 100px;
  }
}
.page404 .row > div:first-child .content h3 {
  margin-bottom: 0;
}
.page404 .row > div:first-child .content h2 {
  margin-top: -30px;
  font-size: 260px;
  line-height: 200px;
}
@media (max-width: 1199px) {
  .page404 .row > div:first-child .content h2 {
    margin-top: -15px;
    font-size: 230px;
    line-height: 170px;
  }
}
@media (max-width: 991px) {
  .page404 .row > div:first-child .content h2 {
    margin-top: -15px;
    font-size: 180px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .page404 .row > div:first-child .content h2 {
    margin-top: 0;
    font-size: 140px;
    line-height: 80px;
  }
}
.page404 .row > div:first-child .content h2 span {
  display: block;
  font-weight: 900;
  font-size: 135px;
  line-height: 150px;
}
@media (max-width: 1199px) {
  .page404 .row > div:first-child .content h2 span {
    font-size: 115px;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  .page404 .row > div:first-child .content h2 span {
    font-size: 100px;
    line-height: 115px;
  }
}
@media (max-width: 575px) {
  .page404 .row > div:first-child .content h2 span {
    font-size: 80px;
    line-height: 95px;
  }
}
.page404 .row > div:last-child .content h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .page404 .row > div:last-child .content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .page404 .row > div:last-child .content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.page404 .row > div:last-child .content p {
  font-size: 30px;
  line-height: 35px;
  color: #21242F;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page404 .row > div:last-child .content p {
    font-size: 24px;
  }
}
.page404 .row > div:last-child .content p {
  margin-bottom: 30px;
}

.paginationControl {
  font-family: "Open Sans", sans-serif;
}
.paginationControl > span {
  padding: 6px 9px 5px;
  margin-right: -4px;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
.paginationControl .page {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 19px;
  font-weight: 500 !important;
  color: #000;
  padding: 6px 9px 5px;
  margin-right: -4px;
  display: inline-block;
}
.paginationControl .page.active {
  color: #0091D1;
}

.override-noborder .container > .row > div {
  border: 0 !important;
}

@media (min-width: 992px) {
  .zonehtml50pad .row .zone-html:first-child {
    padding-right: 60px;
  }
  .zonehtml50pad .row .zone-html:first-child p {
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .col25popfix .row .zone-html:first-child {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .col25popfix .row .zone-html:last-child {
    width: 65%;
  }
}

@media (max-width: 575px) {
  .logosciencepop img {
    max-width: 80%;
  }
}

.custom-search .content .gsc-control-cse .gsc-search-box {
  max-width: 75%;
}
@media (max-width: 991px) {
  .custom-search .content .gsc-control-cse .gsc-search-box {
    max-width: 100%;
  }
}
.custom-search .content .gsc-control-cse .gsc-search-box .gsc-search-button {
  display: flex;
  min-height: 32px;
  align-items: center;
}

.h2-bold h2 {
  font-weight: 300;
}
.h2-bold h2 strong {
  font-weight: bold;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

.popup-section .modal.in {
  z-index: 999999;
}
.popup-section .modal .modal-dialog {
  max-width: 100%;
  width: 580px;
  transform: none;
  margin-top: 20vh;
}
@media (max-width: 991px) {
  .popup-section .modal .modal-dialog {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    margin-top: 17vh;
  }
}
.popup-section .modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 15px;
  border: 0;
  background: #1628C6;
}
@media (min-width: 768px) {
  .popup-section .modal .modal-dialog .modal-content {
    padding-left: 40%;
  }
  .popup-section .modal .modal-dialog .modal-content:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/popup-bg.png);
    width: 48%;
    background-size: cover;
    border-radius: 15px 0 0 15px;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -20px;
  font-size: 55px;
  color: #fff;
  top: -40px;
  font-weight: 100;
}
.popup-section .modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 30px 40px 60px 0;
  text-align: left;
  max-height: 100%;
  z-index: 999999999;
}
@media (max-width: 575px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 20px 40px;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-body img {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.popup-section .modal .modal-dialog .modal-content .modal-body h3 {
  margin-bottom: 10px;
}
.popup-section .modal .modal-dialog .modal-content .modal-body h2 {
  margin-bottom: 30px;
  color: #fff;
}
.popup-section .modal .modal-dialog .modal-content .modal-body h2 span {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body h2 br {
    display: block !important;
  }
}
@media (max-width: 370px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body h2 br {
    display: none !important;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-body .btn {
  color: #fff !important;
}

.homepage .line-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 99999;
  background-color: transparent;
}
.homepage .overlap-line1 .container .row > div:first-child .content h3 {
  text-transform: none;
  padding-top: 25px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .homepage .overlap-line1 .container .row > div:first-child .content h3 {
    margin-bottom: 30px;
    display: block;
    max-width: 210px;
    border-top: none;
    position: relative;
    padding-top: 0;
  }
  .homepage .overlap-line1 .container .row > div:first-child .content h3:before {
    content: "";
    display: block;
    background: #fff;
    width: calc(100vw - 60px);
    height: 1px;
    margin-bottom: 25px;
  }
}
.homepage .overlap-line1 .container .row > div:last-child .content {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .homepage .overlap-line1 .container .row > div:last-child .content {
    padding-left: 0;
  }
}
.homepage .overlap-line2 .container .row > div .content {
  padding-left: 90px;
  margin-top: -20%;
  display: inline-block;
}
.homepage .overlap-line2 .container .row > div .content h2 {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .homepage .overlap-line2 .container .row > div .content h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .homepage .overlap-line2 .container .row > div .content h2 {
    font-size: 35px !important;
  }
}
.homepage .overlap-line2 .container .row > div .content h2 {
  display: inline-block;
  padding-bottom: 88px;
  margin-bottom: 0px;
  width: 690px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .homepage .overlap-line2 .container .row > div .content h2 {
    padding-top: 30px;
    max-width: 165px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .homepage .overlap-line2 .container .row > div .content h2:after {
    content: "";
    display: block;
    background: #fff;
    width: calc(100vw - 60px);
    height: 1px;
    margin-top: 30px;
  }
}
.homepage .overlap-line2 .container .row > div .content p:first-of-type {
  display: block;
  padding-top: 56px;
  width: 580px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .homepage .overlap-line2 .container .row > div .content p:first-of-type {
    width: auto;
    padding-top: 22px;
  }
}
@media (max-width: 991px) {
  .homepage .overlap-line2 .container .row > div .content {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .homepage .overlap-line2 .content h2 {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .homepage .overlap-line2 .content h2 {
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .homepage .overlap-line2 .content .btn-secondary {
    margin-bottom: 0;
  }
  .homepage .overlap-line2 .content .btn-secondary:last-child {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .homepage .overlap-line2 .content {
    margin-top: -15%;
  }
}
.homepage .custom-articles {
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .homepage .custom-articles .zone-article {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .homepage .custom-articles .container .row > div:last-child .mod-article__content {
    padding-left: 55px;
  }
}
.homepage .custom-articles .mod-article__content {
  position: relative;
  text-align: center;
}
.homepage .custom-articles .mod-article__content .mod-article__img {
  width: 456px;
  height: 287px;
  padding-bottom: 36px;
  display: block;
  margin-left: auto;
}
@media (max-width: 767px) {
  .homepage .custom-articles .mod-article__content .mod-article__img {
    margin: auto;
  }
}
.homepage .custom-articles .mod-article__content .mod-article__intro {
  padding-top: 36px;
  border-top: 1px solid #fff;
  text-align: left;
  display: flex;
}
.homepage .custom-articles .mod-article__content .mod-article__intro h3 {
  text-transform: none;
}
@media (max-width: 767px) {
  .homepage .custom-articles .mod-article__content .mod-article__intro h3 {
    max-width: 75%;
  }
}
.homepage .custom-articles .mod-article__content .mod-article__intro h4 {
  font-size: 18px;
  text-transform: none;
  position: absolute;
  top: 230px;
  text-align: center;
  font-weight: 700 !important;
  padding: 5px 15px;
  max-width: 234px;
  background: #D10058;
  border-radius: 18px;
}
@media (max-width: 991px) {
  .homepage .custom-articles .mod-article__content .mod-article__intro h4 {
    top: 160px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .custom-articles .mod-article__content .mod-article__intro h4 {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .homepage .custom-articles .mod-article__content .mod-article__intro h4 {
    top: 180px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .homepage .custom-articles .mod-article__content .mod-article__intro h4 {
    top: 140px;
  }
}
.homepage .custom-articles .mod-article__content .mod-article__intro table {
  width: 100%;
}
.homepage .custom-articles .mod-article__content .mod-article__intro table .btn {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.homepage .custom-articles .mod-article__content .mod-article__intro table tr {
  vertical-align: top;
}
.homepage .custom-articles .mod-article__content .mod-article__intro table tr td {
  text-align: left;
}
.homepage .custom-articles .mod-article__content .mod-article__intro table tr td:nth-child(2) {
  text-align: right;
}
.homepage .custom-articles .mod-article__content .mod-article__intro table tr td:nth-child(2) p {
  margin: 0;
}
@media (max-width: 991px) {
  .homepage .custom-articles .mod-article__content .mod-article__intro table tr td {
    display: block;
    text-align: left;
  }
  .homepage .custom-articles .mod-article__content .mod-article__intro table tr td:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .homepage .custom-articles .zone-article:nth-child(1) h3 {
    display: inline-block;
    max-width: 90px;
  }
  .homepage .custom-articles .zone-article:nth-child(2) h3 {
    display: block;
    max-width: 100%;
  }
}
.homepage .testimonials-title h2 {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
.homepage .testimonials-title h2 span {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .homepage .testimonials-title h2 span {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .homepage .testimonials-title h2 span {
    font-size: 35px !important;
  }
}
.homepage .testimonials-title h2 span {
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  .homepage .testimonials-title h2 br {
    display: block !important;
  }
}
.homepage .testimonials .container {
  position: relative;
}
.homepage .testimonials .container:before {
  content: "";
  position: absolute;
  top: -66px;
  left: -30px;
  height: 100px;
  width: 200px;
  z-index: 5;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/img-quotes.png");
  background-repeat: no-repeat;
}
.homepage .testimonials .itemImage {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 90%;
}
@media (max-width: 991px) {
  .homepage .testimonials .itemImage {
    margin-bottom: 0;
  }
  .homepage .testimonials .itemImage .e-thumbnail {
    margin-bottom: 0;
  }
}
.homepage .testimonials .intro {
  position: relative;
  z-index: 3;
}
.homepage .testimonials .intro table {
  margin-top: -80px;
  margin-left: 20px;
}
.homepage .testimonials .intro table tbody {
  background-color: #fff;
  position: relative;
}
.homepage .testimonials .intro table td {
  padding: 30px 40px 30px 30px;
  display: block;
}
.homepage .testimonials .intro table td p:first-child span {
  font-size: 20px;
}
.homepage .testimonials .intro table td p:nth-child(2) {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .homepage .testimonials .intro table td {
    min-width: 350px;
    min-height: 380px;
  }
}
@media (max-width: 1199px) {
  .homepage .testimonials .intro table td {
    min-width: 280px;
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .homepage .testimonials .intro table td {
    min-width: auto;
    padding: 25px 15px 10px 20px;
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .homepage .testimonials .intro table td {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage .testimonials .intro table {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .homepage .testimonials:before {
    left: -5%;
  }
}
@media (max-width: 767px) {
  .homepage .testimonials {
    margin-top: 60px;
  }
  .homepage .testimonials .itemImage {
    margin-bottom: 0;
    max-width: 330px;
    margin: auto;
  }
  .homepage .testimonials table {
    margin-top: 0;
    max-width: 330px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .homepage .testimonials .item {
    margin-bottom: 30px;
  }
}
.homepage .banner-campagne .mod-banner__img {
  width: 100%;
  min-height: 800px;
  background-size: contain;
  background-position: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .homepage .banner-campagne .mod-banner__img {
    min-height: 800px;
    background-position: 150px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .homepage .banner-campagne .mod-banner__img {
    padding-top: 192px;
    padding-bottom: 96px;
    background-size: contain;
    background-position: top -140px left 0;
  }
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img {
    padding-top: 320px;
    padding-bottom: 150px;
    background-size: contain;
    background-position: center -10px;
  }
}
.homepage .banner-campagne .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #6E244F 40%, rgba(110, 36, 79, 0.75) 40%);
  opacity: 1;
  z-index: 0;
}
@media (max-width: 991px) {
  .homepage .banner-campagne .mod-banner__img:before {
    background: linear-gradient(to top, #6E244F 50%, rgba(110, 36, 79, 0.75) 50%);
  }
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img:before {
    background: linear-gradient(to top, #6E244F 60%, rgba(110, 36, 79, 0.75) 60%);
  }
}
.homepage .banner-campagne .mod-banner__img .mod-banner__content {
  margin-top: -280px;
  position: relative;
  display: inline-block;
  padding: 40px 0 40px 10%;
  transform: none;
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-right: 30px;
  }
}
.homepage .banner-campagne .mod-banner__img .mod-banner__content h3 {
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content h3 {
    font-size: 28px;
  }
}
.homepage .banner-campagne .mod-banner__img .mod-banner__content h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content h2 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.homepage .banner-campagne .mod-banner__img .mod-banner__content #logo-fondation {
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content #logo-fondation {
    width: 112px !important;
  }
}
.homepage .banner-campagne .mod-banner__img .mod-banner__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #fff;
  width: 80%;
  height: 1px;
}
.homepage .banner-campagne .mod-banner__img .mod-banner__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: #fff;
  width: 65%;
  height: 1px;
}
@media (max-width: 1199px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content:after {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .homepage .banner-campagne .mod-banner__img .mod-banner__content:after {
    width: 45%;
  }
}
.homepage .home-blog-section-title .zone-html h3 {
  text-transform: none;
  font-size: 33px;
}
@media (max-width: 991px) {
  .homepage .home-blog-section-title .zone-html h3 {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .homepage .home-blog-section-title .zone-html h3 {
    font-size: 28px;
  }
}
.homepage .home-blog-section-title .zone-html .btn {
  margin-right: 0 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-blog-section-title .zone-html .btn {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage .home-blog-section-title .zone-html .btn {
    display: none;
  }
}
.homepage .home-blog-section-title .zone-html p {
  text-align: right;
}
@media (max-width: 991px) {
  .homepage .home-blog-section-title .zone-html h3, .homepage .home-blog-section-title .zone-html p {
    margin-bottom: 30px;
  }
}
.homepage .home-blog-section {
  padding-bottom: 100px;
}
.homepage .home-blog-section .item .itemImage {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.homepage .home-blog-section .item h3 {
  color: #0091D1;
  font-weight: 400;
  font-size: 20px;
}
.homepage .home-blog-section .item .e-date {
  color: #21242F;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .homepage .home-blog-section {
    padding-bottom: 0;
  }
  .homepage .home-blog-section .item {
    margin-bottom: 45px;
  }
  .homepage .home-blog-section .item .itemImage {
    margin-bottom: 28px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .homepage .mobile-blog-btn {
    display: none;
  }
}
.homepage .home-events-title .zone-html .btn {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .homepage .home-events-title .zone-html .btn {
    display: none;
  }
}
.homepage .home-events-title .zone-html p {
  text-align: right;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .home-events-title .zone-html h2 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .homepage .home-events-section {
    padding-bottom: 0 !important;
  }
}
.homepage .home-events-section .item {
  padding-top: 30px;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
}
.homepage .home-events-section .item hr {
  display: none;
}
@media (max-width: 767px) {
  .homepage .home-events-section .item {
    margin-bottom: 60px;
  }
}
.homepage .home-events-section .item > a:first-of-type {
  display: none;
}
.homepage .home-events-section .item h3 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #0091D1;
  text-transform: none;
  margin-bottom: 30px;
  order: -1;
}
.homepage .home-events-section .item .intro {
  order: 0;
}
.homepage .home-events-section .item .intro p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.homepage .home-events-section .item .mod-eventflash__item-itemInfos {
  order: 1;
  font-size: 16px;
}
.homepage .home-events-section .item .mod-eventflash__item-itemInfos .date {
  color: #393C4A !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.homepage .home-events-section .item .mod-eventflash__item-itemInfos .city {
  display: none;
}
.homepage .home-events-section .item .actions {
  order: 2;
  margin-top: 0 !important;
}
.homepage .home-events-section .item .actions .btn {
  position: relative;
  padding: 0;
  padding-bottom: 15px;
  padding-right: 30px;
  height: auto;
  display: inline-block;
  text-align: left;
  background-color: transparent !important;
  color: #000;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #0091D1;
}
.homepage .home-events-section .item .actions .btn:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 90%;
  height: 100%;
  width: 100%;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right.png");
  background-repeat: no-repeat;
}
.homepage .home-events-section .item .actions .btn:hover {
  color: #0091D1;
}
.homepage .home-events-section .item .actions .btn:hover:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
@media (min-width: 768px) {
  .homepage .mobile-events-btn {
    display: none;
  }
}

.banner-homepage {
  height: 100vh;
  min-height: 700px;
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Banni%C3%A8res/IRCM_Banniere-Accueil.jpg);
  background-size: cover;
  background-position: left;
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner-homepage {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .banner-homepage h2 {
    max-width: 472px;
  }
  .banner-homepage .banner-text .zone-67 .content {
    margin-left: 85px;
  }
}
.banner-homepage h1, .banner-homepage h2 {
  color: #fff;
  padding-top: 22px;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .banner-homepage h1, .banner-homepage h2 {
    padding-top: 18px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .banner-homepage h1 br, .banner-homepage h2 br {
    display: block !important;
  }
}
.banner-homepage h2 {
  font-size: 30px;
  font-weight: 400;
}
.banner-homepage .banner-alert {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .banner-homepage .banner-alert {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 30px;
    left: 0;
  }
}
.banner-homepage .banner-alert .content {
  display: flex;
  background-color: #D10058;
  padding: 20px 20px 30px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .banner-homepage .banner-alert .content {
    display: block;
    position: relative;
  }
}
.banner-homepage .banner-alert .content h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0 !important;
  max-width: 100%;
  text-transform: none;
  display: block;
}
@media (max-width: 767px) {
  .banner-homepage .banner-alert .content h4 {
    font-size: 19px;
    padding-top: 15px;
    padding-right: 35px;
  }
}
.banner-homepage .banner-alert .content h4 a {
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
  transition: all 0.2s ease;
}
.banner-homepage .banner-alert .content h4 a:hover {
  color: #6E244F;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .banner-homepage .banner-alert .content h4 a {
    border-bottom: none;
  }
}
.banner-homepage .banner-alert .content #close-alert {
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner-homepage .banner-alert .content #close-alert {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.banner-homepage .banner-alert.inactive {
  display: none;
}

@media (max-width: 767px) {
  .section-alert {
    padding-bottom: 30px;
  }
}
.section-alert .content {
  display: flex;
  background-color: #D10058;
  padding: 20px 20px 30px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .section-alert .content {
    display: block;
    position: relative;
  }
}
.section-alert .content h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0 !important;
  max-width: 100%;
  text-transform: none;
  display: block;
}
@media (max-width: 767px) {
  .section-alert .content h4 {
    font-size: 19px;
    padding-top: 15px;
    padding-right: 35px;
  }
}
.section-alert .content h4 a {
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
  transition: all 0.2s ease;
}
.section-alert .content h4 a:hover {
  color: #6E244F;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .section-alert .content h4 a {
    border-bottom: none;
  }
}
.section-alert .content #close-alert {
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-alert .content #close-alert {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.section-alert.inactive {
  display: none;
}

@media (max-width: 991px) {
  .line-research-section > .container > .row > div {
    width: 100%;
    float: none;
  }
}
.line-research-section .zone-html h2 {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .line-research-section .zone-html h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .line-research-section .zone-html h2 {
    font-size: 35px !important;
  }
}
.line-research-section .zone-html h2 {
  padding-top: 100px;
  max-width: 310px;
}
.line-research-section .zone-html h2 span {
  font-size: 79px !important;
  line-height: 0.5;
}
@media (max-width: 991px) {
  .line-research-section .zone-html h2 span {
    display: block;
  }
}
@media (max-width: 1199px) {
  .line-research-section .zone-html h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 991px) {
  .line-research-section .zone-html h2 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .line-research-section .zone-html h2 {
    width: 75%;
    font-size: 35px !important;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.line-research-section .zone-news_flash .item {
  transition: all 0.2s ease-out;
  -webkit-perspective: 50em;
  perspective: 50em;
  position: relative;
}
.line-research-section .zone-news_flash .item .news-keywords {
  font-weight: 700;
  width: 40%;
  min-width: 180px;
  padding: 20px 60px 20px 16px;
  color: #0091D1 !important;
  background: #f2f2f2;
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
  position: absolute;
  bottom: 50px;
  left: 15px;
}
.line-research-section .zone-news_flash .item .news-keywords:after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/shape-plus.png");
  background-repeat: no-repeat;
}
.line-research-section .zone-news_flash .item .itemImage {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-research-section .zone-news_flash .item .itemImage {
    max-width: 354px;
    margin: auto;
  }
}
.line-research-section .zone-news_flash .item .itemImage a {
  pointer-events: none;
  display: block;
}
.line-research-section .zone-news_flash .item .itemImage a img {
  margin-bottom: 0;
}
.line-research-section .zone-news_flash .item .intro {
  background: rgba(33, 36, 47, 0.95);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 20px;
  position: absolute;
  top: 20px;
  left: 35px;
  right: 35px;
  bottom: 20px;
  width: auto;
  height: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
@media (max-width: 767px) {
  .line-research-section .zone-news_flash .item .intro {
    max-width: 280px;
    margin: auto;
  }
}
.line-research-section .zone-news_flash .item .intro h3 {
  margin-bottom: 30px;
  color: #fff !important;
}
.line-research-section .zone-news_flash .item .intro p {
  color: #fff !important;
  margin-bottom: 0;
  max-height: 185px;
  overflow: hidden;
}
.line-research-section .zone-news_flash .item .intro p:last-child {
  position: absolute;
  bottom: 15px;
}
.line-research-section .zone-news_flash .item .intro .btn {
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.line-research-section .zone-news_flash .item .intro .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 15px;
  width: 15px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/arrow-white.png");
  background-repeat: no-repeat;
}
.line-research-section .zone-news_flash .item .intro .btn:hover {
  color: #0091D1;
}
.line-research-section .zone-news_flash .item .intro .btn:hover:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.line-research-section .zone-news_flash .item .intro .btn.arrow-blue:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.line-research-section .zone-news_flash .item .intro .btn.arrow-black, .line-research-section .zone-news_flash .home-news .container .row > div .newsList .item .intro .actions .btn, .home-news .container .row > div .newsList .line-research-section .zone-news_flash .item .intro .actions .btn, .line-research-section .zone-news_flash .home-news .container .row > div .newsList .item .actions .intro .btn, .home-news .container .row > div .newsList .line-research-section .zone-news_flash .item .actions .intro .btn {
  color: #000;
}
.line-research-section .zone-news_flash .item .intro .btn.arrow-black:after, .line-research-section .zone-news_flash .home-news .container .row > div .newsList .item .intro .actions .btn:after, .home-news .container .row > div .newsList .line-research-section .zone-news_flash .item .intro .actions .btn:after, .line-research-section .zone-news_flash .home-news .container .row > div .newsList .item .actions .intro .btn:after, .home-news .container .row > div .newsList .line-research-section .zone-news_flash .item .actions .intro .btn:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-black-right%402x.png");
}
.line-research-section .zone-news_flash .item .intro .btn.arrow-black:hover, .line-research-section .zone-news_flash .home-news .container .row > div .newsList .item .intro .actions .btn:hover, .home-news .container .row > div .newsList .line-research-section .zone-news_flash .item .intro .actions .btn:hover, .line-research-section .zone-news_flash .home-news .container .row > div .newsList .item .actions .intro .btn:hover, .home-news .container .row > div .newsList .line-research-section .zone-news_flash .item .actions .intro .btn:hover {
  color: #0091D1;
}
.line-research-section .zone-news_flash .item .intro .btn {
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .line-research-section .zone-news_flash .item .intro {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    top: 15px;
    left: 30px;
    right: 30px;
    bottom: 15px;
  }
  .line-research-section .zone-news_flash .item .intro h3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (max-width: 991px) {
  .line-research-section .zone-news_flash .item .intro h3 {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (max-width: 767px) {
  .line-research-section .zone-news_flash .item .intro h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .line-research-section .zone-news_flash .item .intro p {
    font-size: 14px;
    max-height: 160px;
  }
  .line-research-section .zone-news_flash .item .intro .btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .line-research-section .zone-news_flash .item .intro .btn {
    margin-top: 30px;
  }
}
.line-research-section .zone-news_flash .item:hover .intro {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
@media (max-width: 767px) {
  .line-research-section .zone-news_flash .item:last-child {
    padding-top: 30px;
  }
}
.line-research-section.smallertitle .col-sm-8 .content h2 {
  font-size: 50px !important;
}
@media (max-width: 991px) {
  .line-research-section.smallertitle .col-sm-8 .content h2 {
    font-size: 35px !important;
    margin-bottom: 30px;
  }
}
.line-research-section.clearbg .col-sm-8 .content h2 {
  margin-top: 100px;
  padding-top: 40px;
  color: #21242F !important;
  border-top: 1px solid #21242F;
}
@media (max-width: 991px) {
  .line-research-section.clearbg .col-sm-8 .content h2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .line-research-section.clearbg .col-sm-8 .content h2 {
    border-top: none;
  }
}

.home-actu {
  display: block !important;
}
.home-actu .content {
  background-color: #fff;
  max-width: 870px;
  padding: 60px 160px 60px 300px;
  position: relative;
}
@media (max-width: 991px) {
  .home-actu .content {
    padding: 60px 140px 60px 240px;
  }
}
@media (max-width: 767px) {
  .home-actu .content {
    padding: 30px;
  }
}
.home-actu .content .sciencepop {
  position: absolute;
  left: 100px;
  bottom: 60px;
}
@media (max-width: 991px) {
  .home-actu .content .sciencepop {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .home-actu .content .sciencepop {
    position: static;
    margin-bottom: 30px;
  }
}
.home-actu .content h3 {
  color: #fff;
  background-color: #D10058;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  padding: 3px 20px;
}
.home-actu .content p {
  margin-bottom: 0;
}
.home-actu .content .arrow {
  display: block;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 991px) {
  .home-actu .content .arrow {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .home-actu .content .arrow {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .home-banner-actu {
    height: 45vh;
  }
}
@media (max-width: 767px) {
  .home-banner-actu {
    height: 70vh;
  }
}
.home-banner-actu {
  position: relative;
  height: 79vh;
}
@media (max-width: 1199px) {
  .home-banner-actu:before {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .home-banner-actu:before {
    width: 100%;
    background-size: cover;
    height: 490px;
  }
}
.home-banner-actu:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Home-2024/cellule.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner-actu .container-fluid .row .zone-news > form {
  display: none;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box {
  border: none;
  padding-top: 112px;
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row {
    flex-direction: column;
  }
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row {
  display: flex;
}
@media (max-width: 767px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:first-child {
    order: 0;
  }
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:first-child {
  order: 1;
}
@media (max-width: 991px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:first-child .news-blog__left .news-blog__image {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:first-child .news-blog__left .news-blog__image {
    margin-left: 0;
  }
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:first-child .news-blog__left .news-blog__image {
  margin-left: -100px;
}
@media (max-width: 767px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child {
    order: 1;
  }
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child {
  order: 0;
}
@media (max-width: 991px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__title {
    padding-top: 20px;
  }
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__title {
  color: #fff;
  padding-top: 98px;
  max-width: 365px;
  margin-bottom: 20px;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__published-date {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 30px;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav {
  align-items: flex-start;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta {
  text-align: left;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a:hover, .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a:active, .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a {
    white-space: normal !important;
  }
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items .news-blog__box > .row > div:last-child .news-blog__right .news-blog__nav .news-blog__cta a:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.home-banner-actu .container-fluid .row .zone-news .js-news-blog-items > div:last-child {
  display: none;
}

.banner-and-message {
  position: relative;
}
.banner-and-message .home-banner-v2 {
  border-top: 1px solid #707070;
}
@media (min-width: 2800px) {
  .banner-and-message .home-banner-v2 .container-fluid {
    max-width: 1152px;
  }
}
@media (max-width: 991px) {
  .banner-and-message .home-banner-v2 .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:first-child {
  padding-top: 212px;
  padding-bottom: 200px;
  position: relative;
  padding-left: 8%;
}
@media (max-width: 1199px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child {
    padding-top: 125px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child {
    width: 100%;
  }
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:first-child:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Home-2024/cellule.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:first-child:after {
  content: "";
  background: #707070;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content {
  max-width: 780px;
  margin-left: auto;
  margin-right: 15px;
  padding: 40px 30px 60px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1500px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content {
    max-width: 810px;
  }
}
@media (min-width: 1950px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content {
    max-width: 900px;
  }
}
@media (max-width: 1199px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content {
    max-width: 698px;
    padding-left: 8%;
  }
}
@media (max-width: 991px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content {
    max-width: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content {
    max-width: 88vw;
  }
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content h2, .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content h5 {
  color: #fff;
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content h2 {
  display: block;
  max-width: 60%;
}
@media (min-width: 1500px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content h2 {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:first-child .content h2 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:last-child {
    width: 100%;
    padding-bottom: 60px;
  }
}
.banner-and-message .home-banner-v2 .container-fluid .row > div:last-child .content img {
  width: 545px;
  max-width: 5845px;
  position: absolute;
  top: 112px;
  left: -72%;
}
@media (min-width: 1550px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:last-child .content img {
    width: 590px;
    max-width: 590px;
  }
}
@media (min-width: 1750px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:last-child .content img {
    width: 550px;
    left: -45%;
  }
}
@media (max-width: 1199px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:last-child .content img {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:last-child .content img {
    width: 340px;
    position: initial;
    margin-top: -180px;
    margin-left: 35%;
  }
}
@media (max-width: 767px) {
  .banner-and-message .home-banner-v2 .container-fluid .row > div:last-child .content img {
    width: 90vw;
    margin-left: 0;
    margin-top: -100px;
  }
}
.banner-and-message .home-banner-v2 .container-fluid .row .zone-image .content img {
  z-index: 555;
}
.banner-and-message .banner-message {
  margin-top: 30px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 150px;
  left: 0;
}
@media (max-width: 1199px) {
  .banner-and-message .banner-message {
    margin-top: 0;
    position: relative;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .banner-and-message .banner-message {
    margin-top: 60px;
    margin-bottom: 30px;
    background: #fff;
  }
}
.banner-and-message .banner-message .content {
  display: flex;
  background-color: #D10058;
  padding: 20px 20px 30px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .banner-and-message .banner-message .content {
    margin-top: -145px;
  }
}
@media (max-width: 991px) {
  .banner-and-message .banner-message .content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner-and-message .banner-message .content {
    display: block;
    position: relative;
  }
}
.banner-and-message .banner-message .content h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0 !important;
  max-width: 100%;
  text-transform: none;
  display: block;
}
@media (max-width: 767px) {
  .banner-and-message .banner-message .content h4 {
    font-size: 19px;
    padding-top: 15px;
    padding-right: 35px;
  }
}
.banner-and-message .banner-message .content h4 a {
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
  transition: all 0.2s ease;
}
.banner-and-message .banner-message .content h4 a:hover {
  color: #6E244F;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .banner-and-message .banner-message .content h4 a {
    border-bottom: none;
  }
}
.banner-and-message .banner-message .content #close-alert {
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner-and-message .banner-message .content #close-alert {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.banner-and-message .banner-message.inactive {
  display: none;
}

.home-actu-new {
  display: block !important;
}
@media (max-width: 991px) {
  .home-actu-new {
    margin-top: -30px;
    padding-top: 30px;
  }
}
.home-actu-new .content {
  background-color: #fff;
  max-width: 870px;
  padding: 60px 160px 60px 300px;
  position: relative;
}
@media (max-width: 991px) {
  .home-actu-new .content {
    padding: 60px 140px 60px 240px;
  }
}
@media (max-width: 767px) {
  .home-actu-new .content {
    padding: 60px;
  }
}
.home-actu-new .content .sciencepop {
  position: absolute;
  left: 100px;
  bottom: 60px;
}
@media (max-width: 991px) {
  .home-actu-new .content .sciencepop {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .home-actu-new .content .sciencepop {
    position: static;
    margin-bottom: 30px;
  }
}
.home-actu-new .content h3 {
  color: #fff;
  background-color: #D10058;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  padding: 3px 20px;
}
.home-actu-new .content p {
  margin-bottom: 0;
}
.home-actu-new .content .arrow {
  display: block;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 991px) {
  .home-actu-new .content .arrow {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .home-actu-new .content .arrow {
    position: static;
    margin-top: 30px;
  }
}

.home-section-title {
  padding-bottom: 30px;
}
.home-section-title .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .home-section-title .container .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-section-title .container .row > div:last-child {
    display: none;
  }
}
.home-section-title .container .row > div:last-child .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.home-news {
  padding-bottom: 145px;
}
@media (max-width: 767px) {
  .home-news {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .home-news .container .row > div .newsList .item {
    margin-bottom: 60px;
  }
}
.home-news .container .row > div .newsList .item .itemImage {
  margin-bottom: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #393c49;
}
@media (max-width: 767px) {
  .home-news .container .row > div .newsList .item .itemImage {
    padding-bottom: 20px;
  }
}
.home-news .container .row > div .newsList .item h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 22px;
  color: #0091D1;
}
.home-news .container .row > div .newsList .item h3 a:hover {
  color: #D53C85;
}
.home-news .container .row > div .newsList .item .e-date {
  font-weight: 700;
  font-size: 18px;
  font-style: initial;
  color: #393c4a;
  margin-bottom: 20px;
}
.home-news .container .row > div .newsList .item .actions {
  display: none;
}
.home-news .container .row > div .newsList .item .actions .btn {
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.home-news .container .row > div .newsList .item .actions .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 15px;
  width: 15px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/arrow-white.png");
  background-repeat: no-repeat;
}
.home-news .container .row > div .newsList .item .actions .btn:hover {
  color: #0091D1;
}
.home-news .container .row > div .newsList .item .actions .btn:hover:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.home-news .container .row > div .newsList .item .actions .btn.arrow-blue:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.home-news .container .row > div .newsList .item .actions .btn.arrow-black, .home-news .container .row > div .newsList .item .actions .btn {
  color: #000;
}
.home-news .container .row > div .newsList .item .actions .btn.arrow-black:after, .home-news .container .row > div .newsList .item .actions .btn:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-black-right%402x.png");
}
.home-news .container .row > div .newsList .item .actions .btn.arrow-black:hover, .home-news .container .row > div .newsList .item .actions .btn:hover {
  color: #0091D1;
}

@media (max-width: 767px) {
  .home-events {
    padding-bottom: 0 !important;
  }
}
.home-events .container .row > div .eventsList .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home-events .container .row > div .eventsList .item {
    margin-bottom: 60px;
  }
}
.home-events .container .row > div .eventsList .item > a {
  order: 0;
}
.home-events .container .row > div .eventsList .item > a .e-thumbnail {
  margin-bottom: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #393c49;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-title {
  order: 1;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #0091D1;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-title a:hover {
  color: #D53C85;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-intro {
  order: 2;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-intro p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-events .container .row > div .eventsList .item .actions {
  order: 6;
  margin-top: 0;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-itemInfos {
  order: 3;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-itemInfos .e-date {
  font-weight: 700;
  font-size: 18px;
  color: #393c4a;
  font-style: initial;
}
.home-events .container .row > div .eventsList .item .mod-eventflash__item-itemInfos .city {
  display: none;
}
.home-events .container .row > div .eventsList .item hr {
  display: none;
}

.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
  height: 860px;
  min-height: 700px;
  background-size: contain;
  background-position: top left;
}
@media (min-width: 1599px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 1000px;
  }
}
@media (max-width: 1199px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 777px;
  }
}
@media (max-width: 991px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img {
    height: 842px;
  }
}
.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  padding-left: 8%;
  top: 64%;
}
@media (max-width: 991px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    top: 55%;
  }
}
.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h3 {
  display: inline-block;
  max-width: fit-content;
  position: relative;
  padding-top: 25px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h3 {
    margin-bottom: 25px;
  }
}
.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h3:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h3:before {
    width: 82%;
  }
}
.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 {
  font-size: 104px;
  line-height: 114px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 {
    font-size: 72px;
    line-height: 82px;
  }
}
.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 span {
  color: #D53C85;
}
.line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content p:first-of-type {
  max-width: 52%;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content p:first-of-type {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .line-humain .container-fluid .row > div .mod-banner__wrapper .mod-banner__img .mod-banner__content p:first-of-type {
    max-width: 85%;
  }
}

.line-calltoaction .container-fluid .row {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row {
    flex-direction: column;
  }
}
.line-calltoaction .container-fluid .row:after {
  content: "";
  background: #0C91D1;
  width: calc(67% + 11px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row .zone-banner {
    width: 100%;
    padding-right: 0;
  }
}
.line-calltoaction .container-fluid .row .zone-banner .mod-banner__img {
  height: 270px;
}
@media (max-width: 991px) {
  .line-calltoaction .container-fluid .row .zone-banner .mod-banner__img {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .line-calltoaction .container-fluid .row .zone-html {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row .zone-html {
    width: 100%;
  }
}
.line-calltoaction .container-fluid .row .zone-html .content {
  display: flex;
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row .zone-html .content {
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.line-calltoaction .container-fluid .row .zone-html .content h1 {
  margin-right: 40px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-calltoaction .container-fluid .row .zone-html .content h1 {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row .zone-html .content h1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.line-calltoaction .container-fluid .row .zone-html .content .boutons {
  display: flex;
}
@media (max-width: 767px) {
  .line-calltoaction .container-fluid .row .zone-html .content .boutons {
    display: flex;
  }
  .line-calltoaction .container-fluid .row .zone-html .content .boutons p {
    max-width: fit-content;
  }
}
.line-calltoaction .container-fluid .row .zone-html .content .boutons .btn {
  margin-bottom: 0;
  margin-top: 0;
}

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

.home-banner-campagne .mod-banner__img {
  width: 100%;
  min-height: 650px;
  background-size: contain;
  background-position: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-banner-campagne .mod-banner__img {
    min-height: 800px;
    background-position: 150px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .home-banner-campagne .mod-banner__img {
    padding-top: 230px;
    padding-bottom: 96px;
    background-size: 100%;
    background-position: center -140px;
  }
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img {
    padding-top: 225px;
    padding-bottom: 0;
    min-height: 780px;
    background-size: contain;
    background-position: center -80px;
  }
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img {
    background-position: center -50px;
  }
}
.home-banner-campagne .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #6E244F 40%, rgba(110, 36, 79, 0.75) 40%);
  opacity: 1;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-banner-campagne .mod-banner__img:before {
    background: linear-gradient(to top, #6E244F 50%, rgba(110, 36, 79, 0.75) 50%);
  }
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img:before {
    background: linear-gradient(to top, #6E244F 60%, rgba(110, 36, 79, 0.75) 60%);
  }
}
.home-banner-campagne .mod-banner__img .mod-banner__content {
  position: relative;
  display: inline-block;
  padding: 40px 0 40px 10%;
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content {
    padding: 24px 30px 40px 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
.home-banner-campagne .mod-banner__img .mod-banner__content h3 {
  margin-bottom: 30px;
  text-transform: none;
}
.home-banner-campagne .mod-banner__img .mod-banner__content h3 span {
  color: #D53C85;
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content h3 br {
    display: block !important;
  }
}
.home-banner-campagne .mod-banner__img .mod-banner__content h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 45px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content h2 br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.home-banner-campagne .mod-banner__img .mod-banner__content #logo-fondation {
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content #logo-fondation {
    width: 112px !important;
  }
}
.home-banner-campagne .mod-banner__img .mod-banner__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: #fff;
  width: 65%;
  height: 1px;
}
@media (max-width: 1199px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content:after {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .home-banner-campagne .mod-banner__img .mod-banner__content:after {
    width: 45%;
    left: 30px;
  }
}

.page-chercheurs table.accordeon.active > tbody > tr:last-child > td {
  max-height: 100%;
}
.page-chercheurs table.accordeon > tbody > tr:first-child {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .page-chercheurs .search-object-bloc > .search-object-form {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .search-object-bloc > .search-object-form {
    padding-left: 30px;
    max-width: 90%;
  }
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .search-field {
  font-weight: 400;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .chosen-choices .search-choice {
  border-bottom: 1px solid rgba(33, 36, 47, 0.1) !important;
  padding-left: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  box-shadow: none;
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .chosen-choices .search-choice:first-child {
  padding-top: 0 !important;
  margin-top: -4px !important;
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .chosen-choices .search-choice span {
  text-transform: none;
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  left: auto;
  top: 0 !important;
  bottom: 0;
  margin: auto;
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .chosen-drop .chosen-results .active-result {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.page-chercheurs .search-object-bloc > .search-object-form .chosen-container-multi .chosen-drop .chosen-results .active-result.highlighted {
  background-color: #0091D1;
}
.page-chercheurs .search-form.search-object-form {
  padding-top: 60px;
  margin-bottom: 0;
}
.page-chercheurs .search-form.search-object-form .form-group {
  max-width: 400px;
}
.page-chercheurs .search-form.search-object-form .form-group .control-label {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-chercheurs .search-form.search-object-form .form-group .control-label {
    font-size: 17px;
    line-height: 22px;
  }
}
.page-chercheurs .search-form.search-object-form .form-group .control-label {
  color: #000 !important;
  margin-bottom: 15px;
}
.page-chercheurs .search-form.search-object-form #section-footer-search .btn {
  margin-top: 0;
}
.page-chercheurs .line-breadcrumbs .breadcrumb li span, .page-chercheurs .line-breadcrumbs .breadcrumb li a, .page-chercheurs .line-breadcrumbs .breadcrumb > li + li:before {
  color: #fff;
}
.page-chercheurs .line-breadcrumbs .breadcrumb li a:hover {
  color: #0091D1;
}
.page-chercheurs:not(.view-formbuilder-search) .listingViewOnly {
  display: none;
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc {
    width: 1152px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder > div {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder .chercheurs {
  padding-top: 20px;
  border-top: 1px solid #000;
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder .chercheurs a > img:hover {
  opacity: 0.6;
}
.page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder .chercheurs .chercheurs-content h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-bloc .search-object-result .tab-pane#search-object-tab-formbuilder .chercheurs .chercheurs-content p br {
    display: block !important;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc > div {
  padding: 60px 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner {
  background-color: #E2E1DF;
  height: 560px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner {
    margin-top: 0;
    height: 80vh;
    max-height: 700px;
    background-size: 140%;
    background-position: top left;
    padding: 0;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner {
    background-size: 165%;
    max-height: 600px;
  }
}
@media (max-width: 575px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner {
    background-size: 220%;
    max-height: 580px;
    background-position: -40px top;
  }
}
@media (max-width: 390px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner {
    background-size: 250%;
    max-height: 550px;
    background-position: -50px top;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner h2.h1 {
  padding-top: 30px;
  border-top: 1px solid #21242F;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner h2.h1 {
    margin-bottom: 15px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container {
  height: 100%;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container {
    height: auto;
    min-height: 200px;
    background-color: #E2E1DF;
    padding: 60px 0 40px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container {
    padding: 40px 0 20px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row {
    align-items: flex-start;
    max-width: 100%;
    margin: auto;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row {
    width: 732px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row {
    width: 952px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row {
    width: 1152px;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row > div:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-banner .container .row > div:last-child {
    max-width: 450px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search {
  background-size: cover;
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search h1, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search h2, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search h3, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search h4, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search h5, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search h6, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .h1, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .h2, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .h3, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .h4, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .h5, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .h6, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search p {
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn.btn-primary, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn.btn-default {
  border: 2px solid #D53C85 !important;
  background-color: transparent !important;
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn.btn-primary:hover, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn.btn-default:hover {
  border: 2px solid #D53C85 !important;
  background-color: #D53C85 !important;
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-secondary {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #D10058 !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-secondary:hover {
  background-color: #D10058 !important;
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-link, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-back {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #D10058;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-link:after, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-back:after {
  border-color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-link:hover, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-back:hover {
  color: #D10058 !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-link:hover:after, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .btn-back:hover:after {
  border-color: #D10058;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search a {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search a:hover {
  color: #D10058;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search ul li {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.row-lined .container > .row:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.row-lined-absolute .container > .row:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.cols-lined-absolute .container > .row:before {
  border-color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.row-lined .container > .row > div:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.row-lined-absolute .container > .row > div:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.cols-lined-absolute .container > .row > div:before {
  border-color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.A {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Chercheurs/Image%20background%20recherches/aa.jpg);
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.B {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Chercheurs/Image%20background%20recherches/bb.jpg);
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.C {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Chercheurs/Image%20background%20recherches/cc.jpg);
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.D {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Chercheurs/Image%20background%20recherches/dd.jpg);
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search.E {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Chercheurs/Image%20background%20recherches/ee.jpg);
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container > h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container > h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container > h2 {
    font-size: 18px;
    line-height: 23px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container > h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  max-width: 300px;
  margin-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container .row .quote-wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container .row .quote-wrapper {
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container .row .research-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container .row .research-wrapper .research-content {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container .row .research-wrapper .research-content ul li, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-current-search .container .row .research-wrapper .research-content ol li {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon {
  padding-top: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon table.accordeon > tbody:hover {
  background-color: transparent;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon table.accordeon.active tbody tr:first-child {
  border-bottom: 1px solid #000;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
}
@media (max-width: 1199px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li {
  padding-top: 30px;
  border-top: 1px solid #21242F;
  margin-bottom: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-photo_membre {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #21242F;
  margin-bottom: 20px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-firstname,
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-lastname {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-firstname,
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-lastname {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-firstname,
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-lastname {
    font-size: 17px;
    line-height: 21px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-firstname,
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-lastname {
  display: inline;
  margin: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-email {
  text-transform: lowercase;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-titre_fr, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul.object-employes li .object-employes-field-titre_en {
  margin-top: 5px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul:not(.object-employes), .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon ul:not(.object-publications_objet) {
  padding-left: 20px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication tbody tr:last-child {
  padding-top: 5px;
  padding-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul {
  padding-left: 0;
  margin-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul li {
  border-bottom: 1px solid #21242F;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul li:last-child {
  border-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul li a {
  display: block;
  padding: 30px 0;
  position: relative;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul li a strong {
  font-weight: 700;
  color: #0091D1;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul li a:hover {
  color: #0091D1;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .liste_publication ul li:after {
  content: "";
  display: block;
  clear: both;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .revue_de_presse.active > tbody > tr:last-child {
  padding-top: 5px;
  padding-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .revue_de_presse tbody > tr > td > span ul {
  padding-left: 0;
  list-style: none;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .revue_de_presse tbody > tr > td > span ul li {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-accordeon .revue_de_presse tbody > tr > td > span ul li:last-child {
  border-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 {
  display: none;
  padding: 60px 0 100px 0;
  background-color: #122CBA;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1.Afficher, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2.Afficher {
  display: block;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1 h2, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 h2 {
  color: #fff;
  margin-bottom: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1 .moreinfo-content, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 .moreinfo-content {
  background-color: #fff;
  padding: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1 .moreinfo-content h4, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 .moreinfo-content h4 {
  border-top: 1px solid #21242F;
  padding-top: 30px;
  margin-top: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1 .moreinfo-content img, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 .moreinfo-content img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1 .moreinfo-content h4 {
  margin-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo1 .moreinfo-content img {
  margin-top: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 .moreinfo-content h4 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 .moreinfo-content img {
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-moreinfo2 .moreinfo-content img {
    margin-top: 30px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries {
  background-color: rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries h2 {
  margin-bottom: 40px;
  max-width: 300px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > p {
  display: none;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table {
  display: block;
  border: 0;
  margin-bottom: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table tbody, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table tr, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table td {
  display: block;
  border: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table img {
  margin-bottom: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table p {
  margin-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table strong {
    font-size: 17px;
    line-height: 22px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table strong {
  display: block;
  margin-bottom: 10px;
  display: block;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-discoveries .container > div > table h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #0091D1;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools {
  padding-top: 30px;
  background-color: rgba(0, 0, 0, 0.05);
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools h2 {
  margin-bottom: 40px;
  max-width: 300px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 14px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > p {
  display: none;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table {
  display: block;
  border: 0;
  margin-bottom: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table tbody, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table tr, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table td {
  display: block;
  border: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table img {
  margin-bottom: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table p {
  margin-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-tools .container > div > table h3 {
  padding-top: 30px;
  border-top: 1px solid #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #0091D1;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join {
  background-size: cover;
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Banni%C3%A8res/rejoindre-groupe.jpg);
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join h1, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join h2, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join h3, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join h4, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join h5, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join h6, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .h1, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .h2, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .h3, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .h4, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .h5, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .h6, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join p {
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn.btn-primary, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn.btn-default {
  border: 2px solid #D53C85 !important;
  background-color: transparent !important;
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn.btn-primary:hover, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn.btn-default:hover {
  border: 2px solid #D53C85 !important;
  background-color: #D53C85 !important;
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-secondary {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #D10058 !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-secondary:hover {
  background-color: #D10058 !important;
  color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-link, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-back {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #D10058;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-link:after, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-back:after {
  border-color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-link:hover, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-back:hover {
  color: #D10058 !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-link:hover:after, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .btn-back:hover:after {
  border-color: #D10058;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join a {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join a:hover {
  color: #D10058;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join ul li {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join.row-lined .container > .row:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join.row-lined-absolute .container > .row:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join.cols-lined-absolute .container > .row:before {
  border-color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join.row-lined .container > .row > div:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join.row-lined-absolute .container > .row > div:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join.cols-lined-absolute .container > .row > div:before {
  border-color: #fff !important;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join {
  padding: 100px 0 60px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-title {
  max-width: 280px;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-title {
    max-width: 100%;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-title:after {
  content: "";
  display: block;
  height: 39px;
  width: 56px;
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/quote-quote.png);
  background-size: contain;
  margin-bottom: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content h3 {
  margin-bottom: 20px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content ul li {
  color: #fff;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content .btn {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content p {
    font-size: 17px;
    line-height: 22px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-join .border-content p {
  margin-bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners {
  padding-bottom: 10px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container {
    padding-bottom: 40px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container:after {
  content: "";
  background-color: #21242F;
  display: block;
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container:before, .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container:after {
    left: 30px;
    right: 30px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container:before {
  top: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container:after {
  bottom: 0;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container h2 {
    margin-bottom: 35px;
    margin-top: 15px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-partners .container > div img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact h2 {
  margin-bottom: 40px;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact img {
  max-width: 75px;
  margin-top: 30px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .leftWrapper p {
  font-size: 30px;
  line-height: 35px;
  color: #21242F;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .leftWrapper p {
    font-size: 24px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .leftWrapper p {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .leftWrapper p {
    font-size: 18px;
    line-height: 30px;
  }
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .leftWrapper p a {
  color: #000;
}
.page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .leftWrapper p a:hover {
  color: #0091D1;
}
@media (min-width: 768px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .rightWrapper {
    height: 100%;
    padding-left: 80px;
    border-left: 1px solid #21242F;
    margin-left: auto;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .page-chercheurs .zone-formbuilder_search .search-object-detail-bloc .chercheur-contact .rightWrapper {
    padding-top: 60px;
    border-top: 1px solid #21242F;
    margin-top: 70px;
  }
}

.Cacher, .Cacher-outils, .Cacher-decouvertes {
  display: none !important;
}

.Cacher1 {
  display: none !important;
}

.chercheur-join:not(#Cacher.Cacher1) {
  display: block !important;
}
.chercheur-join#Cacher.Cacher1 {
  display: none !important;
}

.accordeon-padding {
  padding: 0 !important;
  height: 0;
}
.accordeon-padding > div > span {
  display: none;
}
.accordeon-padding#Cacher-outils.Cacher-decouvertes {
  display: block !important;
  height: auto;
  margin-top: -90px;
}
.accordeon-padding#Cacher-outils.Cacher-decouvertes .Afficher, .accordeon-padding#Cacher-outils.Cacher-decouvertes #Afficher {
  padding-top: 90px;
  display: block !important;
}

.lang-en .object-employes-field-titre_fr {
  display: none;
}
.lang-en .object-employes-field-titre_en {
  display: block;
}

.lang-fr .object-employes-field-titre_fr {
  display: block;
}
.lang-fr .object-employes-field-titre_en {
  display: none;
}

.section-contact-persons .newsList .row > .item:after {
  content: "";
  display: block;
  clear: both;
}
.section-contact-persons .newsList .row > .item {
  display: grid;
  grid-template-columns: 180px calc(100% - 180px);
  grid-template-rows: auto;
  grid-template-areas: "title title" "image contenu";
}
@media (max-width: 991px) {
  .section-contact-persons .newsList .row > .item {
    width: 100%;
    float: none;
  }
  .section-contact-persons .newsList .row > .item:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-contact-persons .newsList .row > .item {
    grid-template-columns: 120px calc(100% - 120px);
  }
  .section-contact-persons .newsList .row > .item br {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .section-contact-persons .newsList .row > .item {
    display: flex;
    flex-direction: column;
  }
  .section-contact-persons .newsList .row > .item h3 {
    order: 0;
  }
  .section-contact-persons .newsList .row > .item .itemImage {
    order: 1;
  }
  .section-contact-persons .newsList .row > .item .itemImage img {
    max-width: 200px;
  }
  .section-contact-persons .newsList .row > .item .intro {
    order: 2;
    padding-left: 0 !important;
  }
}
.section-contact-persons .newsList .row > .item > h3 {
  grid-area: title;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #21242F;
  padding-right: 50%;
}
@media (max-width: 1199px) {
  .section-contact-persons .newsList .row > .item > h3 {
    padding-right: 40%;
  }
}
@media (max-width: 991px) {
  .section-contact-persons .newsList .row > .item > h3 {
    padding-right: 30%;
  }
}
.section-contact-persons .newsList .row > .item > .itemImage {
  grid-area: image;
}
.section-contact-persons .newsList .row > .item > .itemImage img {
  margin-bottom: 0;
}
.section-contact-persons .newsList .row > .item > .intro {
  grid-area: contenu;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .section-contact-persons .newsList .row > .item > .intro {
    padding-left: 20px;
  }
}
.section-contact-persons .newsList .row > .item > .intro h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-contact-persons .newsList .row > .item > .intro h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-contact-persons .newsList .row > .item > .intro p {
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .section-contact-persons .newsList .row > .item > .intro p {
    margin-bottom: 0;
  }
}
.section-contact-persons .newsList .row > .item > .intro .btn {
  margin-top: 0;
}

.member-employee-annuaire #directory-tabs {
  display: none;
}
.member-employee-annuaire #module_directory_member {
  margin-bottom: 15px;
}
.member-employee-annuaire #module_directory_member .search_input select {
  background-color: #fff !important;
  border-radius: 50px !important;
  padding: 10px 30px 10px 20px !important;
}
@media (min-width: 992px) {
  .member-employee-annuaire .js-directory-search-box {
    max-width: 50%;
    padding-right: 12px;
  }
}
.member-employee-annuaire .js-directory-search-box .search-form {
  display: inline-block;
  margin-right: 15px;
}
.member-employee-annuaire .js-directory-search-box #section-footer-search {
  display: inline-block;
}
.member-employee-annuaire .js-directory-search-box .form-group label {
  display: none;
}
.member-employee-annuaire .tab-content #directory-member {
  margin-top: 60px;
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .member-employee-annuaire .tab-content #directory-member {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .member-employee-annuaire .tab-content #directory-member {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.member-employee-annuaire .tab-content #directory-member .clinicteam {
  padding-top: 25px;
  border-top: 1px solid #21242F;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 575px) {
  .member-employee-annuaire .tab-content #directory-member .clinicteam {
    display: block;
  }
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_photo {
  width: 200px;
}
@media (max-width: 1199px) {
  .member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_photo {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_photo {
    margin-bottom: 30px;
  }
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content {
  width: calc(100% - 200px);
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content {
    width: 100%;
    padding-left: 0;
  }
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content .p-medium {
  font-weight: bold;
  margin-bottom: 5px;
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content .p-small {
  margin-bottom: 15px;
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content p {
  margin-bottom: 0;
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content a {
  color: #21242F;
  transition: color 150ms;
  text-transform: lowercase;
}
.member-employee-annuaire .tab-content #directory-member .clinicteam .clinicteam_content a:hover {
  color: #0091D1;
}

.section-actu div.news-tags {
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
}
.section-actu div.news-tags a.news-tags {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 12px;
  line-height: 14px;
  color: #21242F !important;
  text-transform: none;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
.section-actu .news-title {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-actu .news-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-actu .news-title {
  color: #0091D1;
  margin-top: 15px;
}
.section-actu .news-published-date {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-actu .news-published-date {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-actu .news-published-date {
  font-style: normal;
  color: #21242F;
}
.section-actu .news-mosaic .row > div {
  margin-bottom: 80px;
}
.section-actu .news-mosaic .row > div .news-thumbnail:hover {
  opacity: 0.6;
}
.section-actu .news-mosaic .row > div > a:last-of-type {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.section-actu .news-mosaic .row > div > a:last-of-type:hover, .section-actu .news-mosaic .row > div > a:last-of-type:active, .section-actu .news-mosaic .row > div > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-actu .news-mosaic .row > div > a:last-of-type {
    white-space: normal !important;
  }
}
.section-actu .news-mosaic .row > div > a:last-of-type {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.section-actu .news-mosaic .row > div > a:last-of-type:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.section-actu .news-mosaic .row > div > a:last-of-type:hover {
  color: #0091D1;
}
.section-actu .news-mosaic .row > div > a:last-of-type:hover:after {
  border-color: #0091D1;
}

.line-calculator {
  padding-top: 100px;
  padding-bottom: 10px;
}
.line-calculator .container {
  /*
  max-width: 965px;
  margin: 0 auto;
  */
}
.line-calculator {
  /*
  label {
      width: auto;
      max-width: auto;
      margin-right: 15px;
  }
  */
}
.line-calculator .mesure-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.line-calculator .mesure-container input {
  width: auto !important;
}
.line-calculator .mesure-container .mesure, .line-calculator .mesure-container [class^=dynamic-mesure] {
  width: 80px;
  margin-left: 10px;
}
.line-calculator label {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 0;
  color: #21242F;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.line-calculator input[type=text], .line-calculator input[type=number], .line-calculator select, .line-calculator textarea {
  background-color: #F4F4F4 !important;
  border: none;
  border-radius: 2px;
  border: none !important;
  padding: 12px !important;
  height: 51px !important;
  width: 100%;
}
.line-calculator input[type=radio] {
  margin: 4px 0px -1px 15px;
}
.line-calculator input[type=submit] {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-calculator input[type=submit]:hover, .line-calculator input[type=submit]:active, .line-calculator input[type=submit]:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-calculator input[type=submit] {
    white-space: normal !important;
  }
}
.line-calculator input[type=submit] {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.line-calculator input[type=submit]:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
.line-calculator input[type=submit] {
  /*margin-top: 50px;*/
}
.line-calculator .error {
  color: #8f0000;
}
.line-calculator #result {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding-top: 120px;
  padding-bottom: 120px;
}
.line-calculator #result .result-container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.line-calculator #result .result-container:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #000;
  margin: 30px 0 45px;
  width: 100%;
  top: -60px;
}
.line-calculator #result .result-container:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #000;
  margin: 40px 0 45px;
  width: 100%;
  bottom: -60px;
}
@media (max-width: 991px) {
  .line-calculator #result .result-container {
    flex-direction: column;
  }
}
.line-calculator #result .result-container .content-left {
  width: 100px;
}
.line-calculator #result .result-container .content-left .circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.line-calculator #result .result-container .content-left .circle.yellow {
  background-color: #ffd905;
}
.line-calculator #result .result-container .content-left .circle.orange {
  background-color: #ff6a05;
}
.line-calculator #result .result-container .content-left .circle.red {
  background-color: #e92c2c;
}
.line-calculator [class^=unit-select] {
  margin-top: 5px;
  font-size: 14px;
}
.line-calculator [class^=unit-select] label {
  width: auto;
  margin-top: 5px;
}
.line-calculator [class^=unit-select] input {
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 5px;
}

.line-calculator-attention {
  background-color: #f2f2f2;
  padding-top: 110px;
  padding-bottom: 40px;
}
.line-calculator-attention .container {
  /*
  max-width: 965px;
  margin: 0 auto;
  */
}
.line-calculator-attention .container h3 {
  margin-bottom: 25px;
}
.line-calculator-attention .container .content ul {
  columns: 2;
  column-gap: 60px;
}
.line-calculator-attention .container .content ul li {
  break-inside: avoid;
  margin-bottom: 15px;
}
.line-calculator-attention .container .content ul li::marker {
  color: #A80054;
}

.line-calculator-reference {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 110px;
}
.line-calculator-reference .container {
  /*
  max-width: 965px;
  margin: 0 auto;
  */
}
.line-calculator-reference .container h3 {
  margin-bottom: 25px;
}
.line-calculator-reference .container .content {
  columns: 2;
  column-gap: 60px;
}
.line-calculator-reference .container .content p {
  break-inside: avoid;
  margin-bottom: 15px;
}
.line-calculator-reference .container .content p a {
  color: #21242F;
}
.line-calculator-reference .container .content p a:hover {
  color: #21242F;
}

.line-calculator-methode {
  background-color: #6E244F;
  padding-top: 90px;
  padding-bottom: 110px;
}
.line-calculator-methode .container > .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .line-calculator-methode .container > .row {
    flex-direction: column;
  }
}
.line-calculator-methode .container > .row > div:nth-child(1) {
  /*
  max-width: 965px;
  margin: 0 auto;
  */
}
.line-calculator-methode .container > .row > div:nth-child(1) h3 {
  color: #fff;
  margin-bottom: 25px;
}
.line-calculator-methode .container > .row > div:nth-child(1) .content {
  margin-top: 35px;
}
.line-calculator-methode .container > .row > div:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.line-calculator-methode .container > .row > div:nth-child(2) .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  width: 100%;
}
@media (max-width: 575px) {
  .line-calculator-methode .container > .row > div:nth-child(2) .content {
    flex-direction: column;
  }
}
.line-calculator-methode .container > .row > div:nth-child(2) .content h3 {
  color: #fff;
}
.line-calculator-methode .container > .row > div:nth-child(2) .content img:hover {
  filter: brightness(1.3);
}

.line-calculator-cta {
  background-color: #fff;
  padding-top: 115px;
  padding-bottom: 75px;
}
.line-calculator-cta .container .content {
  text-align: center;
}
.line-calculator-cta .container .content h3 {
  margin-bottom: 25px;
}

.custom-images-grid {
  padding-top: 15px;
}
.custom-images-grid .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
}
@media (max-width: 991px) {
  .custom-images-grid .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .custom-images-grid .content img:nth-child(3), .custom-images-grid .content img:nth-child(4) {
    display: none;
  }
}

@media (min-width: 992px) {
  .quotes .zone-html .content {
    padding-right: 30px;
  }
}
.quotes .zone-html .content .p-large {
  margin-top: 30px;
}
.quotes .zone-html .content h5, .quotes .zone-html .content .h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.group-experience {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Formations/Experience%20IRCM/IRCM-Background-Experience.jpg);
  background-size: cover;
}

.line-portesouvertes .container-fluid .row > div:last-child .content .h1 {
  margin-bottom: 45px;
}
.line-portesouvertes .container-fluid .row > div:last-child .content .btn-secondary {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .tabletspantitle .content h2 span {
    display: block;
  }
}

.line-article-maladie .row {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.line-article-maladie .row > div {
  margin: 0 0px;
}
.line-article-maladie .row .newsList {
  grid-gap: 0px !important;
}
@media (max-width: 991px) {
  .line-article-maladie .row .newsList {
    grid-gap: 0px !important;
  }
}
.line-article-maladie .row .newsList .item {
  position: relative;
}
.line-article-maladie .row .newsList .item .itemImage .e-thumbnail {
  min-height: 100%;
  min-width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .line-article-maladie .row .newsList .item .itemImage .e-thumbnail {
    width: auto !important;
    height: 250px !important;
    object-fit: cover;
  }
}
.line-article-maladie .row .newsList .item .intro {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-article-maladie .row .newsList .item .intro h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .line-article-maladie .row .newsList .item .intro h3 {
    font-size: 19px;
    line-height: 22px;
  }
  .line-article-maladie .row .newsList .item .intro h3 br {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .line-article-maladie .row .newsList {
    grid-template-colums: repeat(4, minmax(0 1fr)) !important;
  }
}
@media (max-width: 991px) {
  .line-article-maladie .newsList .item .itemImage {
    margin-bottom: 0 !important;
  }
  .line-article-maladie .newsList .item .intro h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .line-article-maladie .newsList .item .intro {
    min-width: 75%;
  }
}

.line-partenaires-logos {
  padding-top: 80px;
  padding-bottom: 100px;
}
.line-partenaires-logos .zone-html:last-child .content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.line-partenaires-logos .zone-html:last-child .content img {
  margin-left: 60px;
  width: 200px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .line-partenaires-logos .zone-html:last-child .content {
    flex-direction: column;
    align-items: center;
  }
  .line-partenaires-logos .zone-html:last-child .content img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-partenaires-logos {
    padding-bottom: 80px;
  }
  .line-partenaires-logos .zone-html {
    text-align: center;
  }
}

.line-unique .row .zone-html .content {
  padding: 30px 30px 50px 0;
}
@media (max-width: 991px) {
  .line-unique .row .zone-image {
    align-self: center;
  }
}
@media (max-width: 767px) {
  .line-unique .row .zone-image {
    order: 0;
    padding-bottom: 0;
  }
  .line-unique .row .zone-html {
    order: 1;
  }
}

.line-immigrer .container-fluid .row > div:last-child .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.line-immigrer .container-fluid .row > div:last-child .content p:first-of-type {
  margin-bottom: 15px;
}
.line-immigrer .container-fluid .row > div:last-child .content p:nth-child(5) {
  margin-bottom: 30px;
}
.line-immigrer .container-fluid .row > div:last-child .content p:nth-child(6) {
  max-width: 100%;
}
.line-immigrer .container-fluid .row > div:last-child .content p:nth-child(6) a {
  color: #0091D1;
}
.line-immigrer .btn {
  color: #fff !important;
  text-align: left;
}
@media (max-width: 991px) {
  .line-immigrer .container-fluid .row {
    flex-direction: column;
  }
  .line-immigrer .container-fluid .row .zone-banner {
    width: 100%;
    padding-right: 0;
    order: 0;
  }
  .line-immigrer .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 30vh;
    min-width: 100%;
  }
  .line-immigrer .container-fluid .row .zone-html {
    width: 100%;
    order: 1;
  }
  .line-immigrer .container-fluid .row .zone-html .content {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .line-immigrer .container-fluid .row .zone-html .content .btn {
    font-size: 14px;
  }
}

.line-milieu-unique .container .row > div:first-child .content {
  padding-bottom: 45px;
}
.line-milieu-unique .container .row > div:first-child .content h1 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-milieu-unique .container .row > div:last-child .content img {
    width: 100% !important;
  }
}

.accordeon-etudiants-etrangers .panel-group .panel-default {
  background: #f2f2f2;
}
.accordeon-etudiants-etrangers .panel-group .panel-default .panel-body .news-accordion-content .news-accordion-text {
  max-width: 95%;
}

.line-vieetudiante-one .container > .row:before {
  margin-bottom: 30px;
}
.line-vieetudiante-one .container > .row h2 {
  margin-bttom: 35px;
}
@media (max-width: 991px) {
  .line-vieetudiante-one .container > .row div:first-child .content span {
    display: block;
    max-width: 100%;
  }
}

.line-articles-occasions {
  padding-bottom: 30px;
}
.line-articles-occasions .news-intro {
  padding-top: 15px;
  border-top: 1px solid #000;
  margin-bottom: 70px;
}
.line-articles-occasions .news-intro strong {
  font-size: 18px;
  line-height: 24px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .line-articles-occasions .news-intro strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.line-articles-occasions .news-intro strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .line-articles-occasions .news-intro {
    margin-bottom: 15px;
  }
}

.centered-instagram-line .container > .row-fluid .col-sm-24 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
}
.centered-instagram-line .container > .row-fluid .col-sm-24 .content p .btn {
  color: #000;
}
.centered-instagram-line .container > .row-fluid .col-sm-24 .content p .btn:hover {
  color: #0091D1;
}
@media (max-width: 991px) {
  .centered-instagram-line .container > .row-fluid .col-sm-24 .content {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .centered-instagram-line .container > .row-fluid .col-sm-24 .content {
    flex-direction: column;
  }
}

.line-vieetudiante-activite {
  padding-top: 40px;
}
.line-vieetudiante-activite .container .row > div:last-child {
  padding-left: 45px;
}
.line-vieetudiante-activite .container .row > div:last-child .content h4 {
  margin-bottom: 25px;
}
.line-vieetudiante-activite .container .row > div:last-child .content .btn-secondary {
  border-color: #0091D1 !important;
}
.line-vieetudiante-activite .container .row > div:last-child .content .btn-secondary:hover {
  border-color: #D53C85 !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  .line-vieetudiante-activite .container .row > div:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .line-vieetudiante-activite .zone-html .content {
    padding-top: 30px;
  }
}
.line-vieetudiante-activite.first {
  padding-top: 120px;
}

.line-guide-etudiant .container .row > div:first-child .content {
  padding-top: 50px;
  padding-bottom: 40px;
}
.line-guide-etudiant .container .row > div:first-child .content h1 {
  margin-bottom: 50px;
}
.line-guide-etudiant .container .row > div:first-child .content .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .line-guide-etudiant .container .row > div:first-child {
    padding-top: 40px !important;
  }
}
.line-guide-etudiant .container .row > div:last-child .content {
  margin-top: -40px;
}
.line-guide-etudiant .container .row > div:last-child .content img {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .line-guide-etudiant .container .row > div:last-child .content {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-guide-etudiant .container .row > div:last-child .content {
    margin-top: 0;
  }
  .line-guide-etudiant .container .row > div:last-child .content img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .line-guide-etudiant .container .row {
    display: flex;
    flex-direction: column;
  }
  .line-guide-etudiant .container .row .zone-image {
    order: 0;
    padding-bottom: 0px;
  }
  .line-guide-etudiant .container .row .zone-html {
    order: 1;
  }
}

.articles-vedette-accordion .zone-news_flash h3:after {
  top: 27px !important;
}
@media (max-width: 767px) {
  .articles-vedette-accordion .zone-news_flash .row:nth-child(2), .articles-vedette-accordion .zone-news_flash .row:nth-child(3) {
    margin-top: 0;
  }
  .articles-vedette-accordion .zone-news_flash .itemImage {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  .articles-vedette-accordion .zone-news_flash .itemImage img {
    margin-bottom: 0;
  }
  .articles-vedette-accordion .zone-news_flash .intro {
    margin-bottom: 45px;
  }
}

.page-anciens-etudiants .line-banner-subtitle .zone-html .content {
  border-top: 1px solid #fff;
  padding-top: 45px;
}
.page-anciens-etudiants .line-banner-subtitle .zone-html .content .p-large {
  font-size: 30px;
  line-height: 35px;
}
.page-anciens-etudiants .line-banner-subtitle .zone-html .content h4 {
  margin-bottom: 5px;
}
.page-anciens-etudiants .line-banner-subtitle .zone-html .content .p-small {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-anciens-etudiants .line-banner-subtitle .zone-html .content {
    margin-top: 45px;
  }
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child {
  border-top: 1px solid #000;
  border-bottom: 0;
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child:after {
  top: 10px;
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child img {
  float: left;
}
@media (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child img {
    padding-left: 20px;
  }
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3 {
    margin-bottom: 0;
  }
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4 {
  font-size: 12px;
  line-height: 14px;
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3, .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4, .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child p {
  float: left;
  width: calc(100% - 183px);
  padding-left: 60px;
}
@media (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h3, .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child h4, .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child p {
    padding-left: 20px;
  }
}
.page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:last-child {
  padding: 0 20px 15px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .row {
    display: flex;
    flex-direction: column;
  }
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .row .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h3, .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td h4, .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td p {
    width: 100%;
  }
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td p {
    position: relative;
  }
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td a {
    position: absolute;
    top: 35px;
    left: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td a {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-anciens-etudiants .anciens-etudiants .news-mosaic .news-intro .accordeon > tbody > tr:first-child > td {
    align-items: flex-start;
  }
}

.line-postdoc-stage .container > .row:before {
  margin-top: 15px;
  margin-bottom: 50px;
}
.line-postdoc-stage .container .zone-html .content #offre {
  text-decoration: underline;
  color: #000;
}
.line-postdoc-stage .container .zone-html .content #offre:hover {
  color: #0091D1;
}
@media (max-width: 991px) {
  .line-postdoc-stage .container .zone-html .btn {
    white-space: normal;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .line-prerequis .container .row > div:first-child .content br {
    display: none !important;
  }
}

.page-formation-opportunites .line-articles-opportunites {
  padding-bottom: 75px;
  position: relative;
}
.page-formation-opportunites .line-articles-opportunites:before {
  content: "";
  background-color: #370153;
  height: 180px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
}
.page-formation-opportunites .line-articles-opportunites .zone-news > h4 {
  color: #fff;
  background-color: #370153;
  padding: 40px 0 15px 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news > h4 {
    padding-left: 0;
  }
}
.page-formation-opportunites .line-articles-opportunites .zone-news .search-form {
  background: #370153;
  padding: 0 0 40px 0;
  margin-bottom: 70px;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-element-category .control-label {
  display: none;
}
@media (min-width: 768px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-horizontal .form-group select#category_id {
    min-width: 400px;
    width: auto;
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-horizontal .form-group select#category_id {
    padding-right: 46px !important;
  }
}
@media (max-width: 767px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-horizontal .form-group .col-sm-17 {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-horizontal .control-label {
  color: #fff !important;
  margin-bottom: 20px !important;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-horizontal .form-control {
  border-radius: 34px !important;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .search-form .form-horizontal .form-control option {
  color: #000 !important;
  font-weight: 700 !important;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row {
  margin-top: 0;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-tags {
  order: 0;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-tags > span {
  color: #000 !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  padding-left: 0 !important;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-category {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-category {
    font-size: 14px;
    line-height: 21px;
  }
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-category {
  display: block;
  font-size: 12px;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title {
  order: 1;
  border-top: 1px solid #000;
  padding-top: 15px;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
    font-size: 17px;
    line-height: 21px;
  }
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
  font-weight: 400;
  color: #D10058;
  display: block;
}
@media (min-width: 992px) {
  .page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
    max-width: 290px;
  }
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a:after {
  display: none;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a:before {
  display: none;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 .news-title > a:hover {
  color: #0091D1;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type {
  order: 2;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #D53C85;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-right-black%402x.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:hover {
  color: #0091D1;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .paginationControl .page {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.page-formation-opportunites .line-articles-opportunites .zone-news .news-mosaic .paginationControl .page.active {
  color: #D53C85;
}

.page-opportunite-details .smolcontainer .container {
  max-width: 770px;
}
.page-opportunite-details .zone-article {
  padding-top: 100px;
}
.page-opportunite-details .zone-article .mod-article__wrapper .mod-article__category {
  font-size: 18px;
  font-weight: 700;
}
.page-opportunite-details .zone-article .mod-article__wrapper .news-content .mod-article__content {
  max-width: 85%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-opportunite-details .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .page-opportunite-details .zone-article .mod-article__wrapper .news-content .mod-article__content {
    max-width: 100%;
  }
}
.page-opportunite-details .line-back .container {
  padding-top: 75px;
  border-top: 1px solid black;
}
@media (max-width: 767px) {
  .page-opportunite-details .line-back .container {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .page-opportunite-details .pageform {
    padding-bottom: 0;
  }
}

.line-maitrise-doc .zone-html .content h2 {
  padding-bottom: 30px;
  border-bottom: 1px solid white;
}
.line-maitrise-doc .zone-html .content p {
  max-width: 95%;
}
@media (max-width: 767px) {
  .line-maitrise-doc .zone-html:last-child .content h2 {
    margin-top: 40px;
  }
}

.line-inscription-formation .container {
  padding-bottom: 75px;
}
.line-inscription-formation .container > .row:before {
  margin-top: 15px;
  margin-bottom: 50px;
}
.line-inscription-formation .container .btn-secondary {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-inscription-formation .container {
    padding-bottom: 20px;
  }
}

.mcm-banner .banner-alert .content {
  display: flex;
  background-color: #D10058;
  padding: 20px 20px 30px;
  border-radius: 5px;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .mcm-banner .banner-alert .content {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .mcm-banner .banner-alert .content {
    display: block;
    position: relative;
  }
}
.mcm-banner .banner-alert .content h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0 !important;
  max-width: 100%;
  text-transform: none;
  display: block;
}
@media (max-width: 767px) {
  .mcm-banner .banner-alert .content h4 {
    font-size: 19px;
    padding-top: 15px;
    padding-right: 35px;
  }
}
.mcm-banner .banner-alert .content h4 a {
  padding-bottom: 10px;
  transition: all 0.2s ease;
}
.mcm-banner .banner-alert .content h4 a:hover {
  color: #6E244F;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .mcm-banner .banner-alert .content h4 a {
    border-bottom: none;
  }
}
.mcm-banner .banner-alert .content #close-alert {
  cursor: pointer;
}
@media (max-width: 767px) {
  .mcm-banner .banner-alert .content #close-alert {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.mcm-banner .banner-alert.inactive {
  display: none;
}

.line-texte-maitrise .content p > a {
  text-decoration: underline;
}

.line-admission-medecine .zone-html .content {
  padding-top: 30px;
  border-top: 1px solid #fff;
}

@media (max-width: 991px) {
  .line-details-programme {
    padding-top: 0;
  }
  .line-details-programme .container .row {
    display: flex;
    flex-direction: column;
  }
  .line-details-programme .container .row .zone-html {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .line-banner-bourse .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
  .line-banner-bourse .container-fluid .row .zone-banner {
    width: 100%;
    padding-right: 0;
  }
  .line-banner-bourse .container-fluid .row .zone-banner .mod-banner__img {
    background-position: 0 25%;
  }
  .line-banner-bourse .container-fluid .row .zone-html {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .line-banner-bourse .container-fluid .row .zone-html .content {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .line-banner-bourse .container-fluid .row .zone-html {
    padding-top: 80px;
  }
  .line-banner-bourse .container-fluid .row .zone-html .content {
    padding: 40px 0px 10px 0px;
  }
}

.line-roleimportant .container-fluid .row > div:first-child .content {
  padding-right: 0 !important;
  max-width: 535px;
}
.line-roleimportant .container-fluid .row > div:first-child .content br {
  display: none !important;
}
@media (max-width: 991px) {
  .line-roleimportant .container-fluid .row > div:first-child .content {
    max-width: 90%;
  }
  .line-roleimportant .container-fluid .row > div:first-child .content br:nth-child(2) {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .line-roleimportant .container-fluid .row > div:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .line-roleimportant .container-fluid > .row-fluid > div:first-child {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .line-young-chercheurs .mod-banner__img {
    background-position: left;
  }
}
@media (max-width: 575px) {
  .line-young-chercheurs h2.h1 {
    max-width: 260px;
    margin: auto;
  }
}

.line-bourse-comite .container .row > div:last-child .content {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .line-bourse-comite .container .row > div:last-child .content {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .line-questionmark .container .row > div:last-child .content {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .line-questionmark {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .bourse-table-accordeon .accordeon tbody > tr:last-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .bourse-table-accordeon .accordeon tbody > tr:last-child table tr {
    display: flex;
    flex-direction: column;
  }
  .bourse-table-accordeon .accordeon tbody > tr:last-child table tr td {
    width: 100%;
    padding: 0 !important;
  }
}

.accordeon-hiden-items .zone-news .panel-group .panel-news-accordion:nth-child(2), .accordeon-hiden-items .zone-news .panel-group .panel-news-accordion:nth-child(3) {
  display: none;
}

.line-menu-tab-sp {
  padding-top: 45px;
  padding-bottom: 60px;
}
.line-menu-tab-sp .content {
  text-align: center;
}
.line-menu-tab-sp .content ul {
  padding-left: 0;
}
.line-menu-tab-sp .content ul li {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 15px;
}
.line-menu-tab-sp .content ul li a {
  display: inline-block;
  border-bottom: 2px solid #0091D1;
  padding-bottom: 10px;
  color: #0091D1;
  font-size: 16px;
  font-weight: 700;
}
.line-menu-tab-sp .content ul li a:hover {
  color: #D10058;
}
.line-menu-tab-sp .content ul li a.active {
  color: #D10058;
}

.line-defi-title .zone-html .content {
  display: flex;
  align-items: center;
}
.line-defi-title .zone-html .content h3 {
  color: #0091D1;
}

@media (max-width: 767px) {
  .line-joindre-sp .container .row > div:first-child {
    margin-bottom: 60px;
  }
}
.line-joindre-sp .container .row > div:last-child .content .sp-logos {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .line-joindre-sp .container .row > div:last-child .content .sp-logos {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hide-jury-anchor .content p {
  visibility: hidden;
}

.accordeon-hide-jury .zone-news .panel-group .panel-news-accordion:first-child, .accordeon-hide-jury .zone-news .panel-group .panel-news-accordion:nth-child(6) {
  display: none;
}

table.twocol-table-flex {
  width: auto !important;
}
@media (max-width: 991px) {
  table.twocol-table-flex tbody tr {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  table.twocol-table-flex tbody tr td {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  table.twocol-table-flex tbody tr td:first-child {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  table.twocol-table-flex tbody tr td p {
    margin-left: 0 !important;
  }
}

table.onecol-responsive {
  width: auto !important;
}
@media (min-width: 768px) {
  table.onecol-responsive {
    max-width: 600px !important;
    min-width: 600px !important;
  }
}

.smol-content .zone-html .content {
  max-width: 600px;
}

@media (max-width: 991px) {
  .intro-impact .container .row > div:first-child {
    padding-top: 45px;
  }
  .intro-impact .container .row > div:first-child .p-header {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .intro-impact .container .row > div:last-child {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .intro-impact .container .row > div:last-child .h5 {
    margin-bottom: 22px;
  }
  .intro-impact .container .row > div:last-child p {
    margin-bottom: 30px;
  }
}

.section-stats .content > h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-stats .content > h2 {
    font-size: 28px;
  }
}
.section-stats .content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.section-stats .content ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  width: calc(50% - 15px);
  color: #0091D1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .section-stats .content ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-stats .content ul li br {
    display: none;
  }
}
.section-stats .content ul li strong {
  display: inline-block;
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .section-stats .content ul li strong {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .section-stats .content ul li strong {
    font-size: 35px !important;
  }
}
.section-stats .content ul li strong {
  width: 50%;
  min-width: 50%;
  text-align: right;
  color: #fff;
  margin-right: 35px;
  margin-bottom: 15px;
  float: left;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section-stats .content ul li strong {
    font-size: 60px !important;
  }
}
.section-stats .content ul li:nth-child(odd) {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .section-stats .content ul li:nth-child(odd) strong {
    width: 35%;
    min-width: 35%;
  }
}
.section-stats .content ul li:last-child, .section-stats .content ul li:nth-last-child(2) {
  border-bottom: 1px solid #fff;
}
.section-stats .content ul li:last-child {
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  .section-stats .content ul li:last-child {
    border-bottom: none;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .section-stats .content ul li {
    margin-right: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section-stats .content ul li strong {
    display: inline;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.section-independance .container .row > div:first-child .content .extra {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .section-independance .container .row > div:first-child .content .extra {
    margin-bottom: 28px;
  }
}
.section-independance .container .row > div:first-child .content p:first-of-type {
  display: block;
  max-width: 90%;
}
@media (max-width: 767px) {
  .section-independance .container .row > div:first-child .content p:first-of-type {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-independance .container .row > div:first-child .content .btn-secondary {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-independance .container .row > div:first-child .content {
    margin-top: 25px;
    max-width: 100%;
  }
}
.section-independance .container .row > div:last-child .content {
  padding-top: 85px;
}
@media (max-width: 991px) {
  .section-independance .container .row > div:last-child .content {
    padding-top: 0;
  }
}

.section-cliniques-icons .container .row {
  padding-top: 45px !important;
}
.section-cliniques-icons .container .row > div:first-child .content {
  padding-top: 5px;
}
.section-cliniques-icons .container .row > div:last-child .content ul {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .section-cliniques-icons .container .row > div:last-child .content ul {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .section-cliniques-icons .container .row > div:last-child .content ul {
    padding-left: 0;
  }
}
.section-cliniques-icons .container .row > div:last-child .content ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 19px;
}
.section-cliniques-icons .container .row > div:last-child .content ul li img {
  margin-right: 45px;
}
@media (max-width: 991px) {
  .section-cliniques-icons .container .row > div:last-child .content ul li img {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-cliniques-icons .container .row > div:last-child .content ul li img {
    margin-right: 30px;
  }
}
.section-cliniques-icons .container .row > div:last-child .content ul li strong {
  display: inline-block;
}
@media (max-width: 991px) {
  .section-cliniques-icons .container .row > div:last-child .content ul li:first-child img {
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .section-cliniques-icons .container .row > div:last-child .content ul li:first-child img {
    margin-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .section-cliniques-icons .container .row {
    display: flex;
    flex-direction: column;
    padding-top: 30px !important;
  }
  .section-cliniques-icons .container .row > div:first-child {
    order: 1;
  }
  .section-cliniques-icons .container .row > div:last-child {
    order: 0;
    margin-bottom: 50px;
  }
}

.section-partenaires-banner {
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Banni%C3%A8res/IRCM_Background_Partenaires%402x.jpg);
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-partenaires-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row .zone-html .content {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
.section-partenaires-banner .container .row .zone-html .content p img {
  margin: 0 auto 45px auto;
  display: block;
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row .zone-html .content p img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row .zone-html:first-child {
    margin-top: 60px;
    order: 1;
  }
  .section-partenaires-banner .container .row .zone-html:first-child .content {
    text-align: center;
  }
  .section-partenaires-banner .container .row .zone-html:first-child .content img {
    display: block;
    margin: auto auto 30px auto;
  }
}
.section-partenaires-banner .container .row .zone-html:last-child {
  order: 0;
}
.section-partenaires-banner .container .row .zone-html:last-child .content {
  padding-left: 120px;
}
@media (max-width: 991px) {
  .section-partenaires-banner .container .row .zone-html:last-child .content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row .zone-html:last-child .content {
    padding-left: 0;
    text-align: center;
  }
}
.section-partenaires-banner .container .row .zone-html:last-child .content h2 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.section-partenaires-banner .container .row .zone-html:last-child .content h2 br {
  display: block !important;
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row .zone-html:last-child .content h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.section-partenaires-banner .container .row .zone-html:last-child .content .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-partenaires-banner .container .row .zone-html:last-child .content .btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .line-soinspublics .content h2 {
    display: block;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .line-titlecentrerecherche .content h2 {
    display: block;
    max-width: 280px;
  }
}

.line-president-intro .container .row > div:last-child .content {
  padding-left: 45px;
}
.line-president-intro .container .row > div:last-child .content h2 {
  display: block;
  max-width: 80%;
}
@media (max-width: 991px) {
  .line-president-intro .container .row > div:last-child .content h2 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-president-intro .container .row > div:last-child .content {
    padding-left: 0;
  }
  .line-president-intro .container .row > div:last-child .content h2 {
    max-width: 100%;
  }
}

.line-contact {
  padding-top: 65px;
  padding-bottom: 65px;
}
.line-contact .container .row > div {
  padding-top: 45px !important;
}

.line-outils .news-mosaic .row {
  margin-top: 0;
}
.line-outils .news-mosaic .row .col-sm-24 {
  display: grid;
  grid-template-columns: 33% 66%;
  grid-template-areas: "image contenu";
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.line-outils .news-mosaic .row .col-sm-24:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .line-outils .news-mosaic .row .col-sm-24 {
    display: block;
  }
}
.line-outils .news-mosaic .row .col-sm-24 > a:first-child {
  grid-area: image;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-outils .news-mosaic .row .col-sm-24 > a:first-child img {
    max-width: 375px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.line-outils .news-mosaic .row .col-sm-24 .news-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-area: contenu;
  padding-left: 50px;
  margin-bottom: 20px;
}
.line-outils .news-mosaic .row .col-sm-24 .news-intro h3 {
  font-size: 18px;
}
.line-outils .news-mosaic .row .col-sm-24 .news-intro .btn-arrow {
  padding-top: 0;
}
@media (max-width: 767px) {
  .line-outils .news-mosaic .row .col-sm-24 .news-intro {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-outils .news-mosaic .row .col-sm-24 .news-intro p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .line-outils .news-mosaic .row .col-sm-24 .news-intro p {
    margin-bottom: 30px;
  }
}

.line-articles-communiques .search-form {
  margin-bottom: 50px;
}
.line-articles-communiques .search-form .col-sm-12 {
  padding-left: 0;
}
.line-articles-communiques .search-form .col-sm-12 .control-label {
  display: none;
}
.line-articles-communiques .search-form .col-sm-17 .form-control {
  max-width: 355px !important;
}
@media (max-width: 991px) {
  .line-articles-communiques .search-form .form-horizontal .form-group select#category_id {
    min-width: 250px;
  }
}
.line-articles-communiques .news-mosaic .col-sm-8 {
  position: relative;
  margin-bottom: 30px;
}
.line-articles-communiques .news-mosaic .col-sm-8:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.line-articles-communiques .news-mosaic .col-sm-8 .news-title {
  margin-bottom: 15px;
  padding-top: 20px;
}
.line-articles-communiques .news-mosaic .col-sm-8 .news-title a {
  color: #0091D1;
  font-size: 20px;
  font-weight: 400;
}
.line-articles-communiques .news-mosaic .col-sm-8 .news-category {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:hover, .line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:active, .line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type {
    white-space: normal !important;
  }
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type {
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 15px;
  width: 15px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/arrow-white.png");
  background-repeat: no-repeat;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:hover {
  color: #0091D1;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:hover:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type.arrow-blue:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Autres/icon-right-blue.png");
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type.arrow-black, .line-articles-communiques .news-mosaic .home-news .container .row > div .newsList .item .actions .col-sm-8 > a.btn:last-of-type, .home-news .container .row > div .newsList .item .actions .line-articles-communiques .news-mosaic .col-sm-8 > a.btn:last-of-type {
  color: #000;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type.arrow-black:after, .line-articles-communiques .news-mosaic .home-news .container .row > div .newsList .item .actions .col-sm-8 > a.btn:last-of-type:after, .home-news .container .row > div .newsList .item .actions .line-articles-communiques .news-mosaic .col-sm-8 > a.btn:last-of-type:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-black-right%402x.png");
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type.arrow-black:hover, .line-articles-communiques .news-mosaic .home-news .container .row > div .newsList .item .actions .col-sm-8 > a.btn:last-of-type:hover, .home-news .container .row > div .newsList .item .actions .line-articles-communiques .news-mosaic .col-sm-8 > a.btn:last-of-type:hover {
  color: #0091D1;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type {
  color: #000;
}
.line-articles-communiques .news-mosaic .col-sm-8 > a:last-of-type:after {
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-black-right%402x.png");
}
@media (max-width: 767px) {
  .line-articles-communiques .news-mosaic .col-sm-8 {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.line-article-comm {
  padding-bottom: 40px;
}
.line-article-comm .container .zone-article .mod-article__category {
  font-size: 18px;
  font-weight: 700;
}
.line-article-comm .container .zone-article .mod-article__published-date {
  padding-bottom: 30px;
}
.line-article-comm .container .zone-article .mod-article__content {
  display: flex;
  flex-direction: column;
}
.line-article-comm .container .zone-article .mod-article__content .mod-article__intro {
  order: 0;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}
.line-article-comm .container .zone-article .mod-article__content .mod-article__img {
  order: 1;
  padding-bottom: 30px;
}
.line-article-comm .container .zone-article .mod-article__content .mod-article__content {
  order: 2;
}
.line-article-comm .container .zone-article .mod-article__content .mod-article__content p > a:not(.btn), .line-article-comm .container .zone-article .mod-article__content .mod-article__content a:not(.btn) {
  color: #0091D1;
}
.line-article-comm .container .zone-article .mod-article__content .mod-article__content p > a:not(.btn):hover, .line-article-comm .container .zone-article .mod-article__content .mod-article__content a:not(.btn):hover {
  color: #D53C85;
}
.line-article-comm .container .zone-article .mod-article__content .mod-article__content h5 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .line-article-comm {
    padding-top: 100px;
  }
}

.medias-title {
  padding-top: 75px;
  padding-bottom: 25px;
}
.medias-repertoire .container .row > div .search-object-bloc {
  padding-left: 15px;
  padding-right: 15px;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group {
    width: 100%;
  }
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group {
  width: 30%;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group:first-child {
  width: 100%;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group label {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group label {
    font-size: 17px;
    line-height: 22px;
  }
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group label {
  color: #000 !important;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form form.form-horizontal .form-group .search_input select {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f1f1 url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-down-black%402x.png) no-repeat right 20px center !important;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form #section-footer-search {
  margin-bottom: 45px;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form #section-footer-search input.btn {
  background-color: transparent !important;
  color: #000 !important;
  border: 2px solid #0091D1 !important;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-form #section-footer-search input.btn:hover {
  background-color: #0091D1 !important;
  color: #fff !important;
  border: 2px solid #0091D1 !important;
}
@media (max-width: 991px) {
  .medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div p {
    display: inline;
  }
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div p {
  display: inline;
  max-width: fit-content;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div ul.object-assigner_cette_publication {
  display: inline-block;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div hr {
    margin-top: 15px;
  }
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div hr {
  margin-top: 0;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div:last-child {
  margin-bottom: 60px;
}
.medias-repertoire .container .row > div .search-object-bloc .search-object-result .tab-content .tab-pane > div:last-child hr {
  display: none;
}

@media (max-width: 767px) {
  .rapports-intro .content h2 {
    margin-bottom: 30px;
  }
}

.line-rapports-annuels .zone-news .row {
  margin-top: 0;
}
.line-rapports-annuels .zone-news .row:first-child .news-intro {
  margin-top: -40px;
  justify-content: center !important;
}
.line-rapports-annuels .zone-news .row:first-child .news-intro h2 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row:first-child .news-intro {
    margin-top: 0;
  }
}
.line-rapports-annuels .zone-news .row:first-child a:last-of-type {
  margin-top: -50px;
}
.line-rapports-annuels .zone-news .row .col-sm-24 {
  display: grid;
  grid-template-columns: 33% 66%;
  grid-template-areas: "image contenu" "image contenu2";
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.line-rapports-annuels .zone-news .row .col-sm-24:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row .col-sm-24 {
    display: block;
  }
}
.line-rapports-annuels .zone-news .row .col-sm-24 .news-thumbnail {
  margin-bottom: 0;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:first-child {
  grid-area: image;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-rapports-annuels .zone-news .row .col-sm-24 > a:first-child img {
    max-width: 375px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.line-rapports-annuels .zone-news .row .col-sm-24 .news-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-area: contenu;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row .col-sm-24 .news-intro {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.line-rapports-annuels .zone-news .row .col-sm-24 .news-intro h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row .col-sm-24 .news-intro h2 {
    font-size: 17px;
    line-height: 22px;
  }
}
.line-rapports-annuels .zone-news .row .col-sm-24 .news-intro h2 {
  margin-bottom: 0;
}
.line-rapports-annuels .zone-news .row .col-sm-24 .news-intro p:last-child {
  margin-bottom: 0;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child {
  grid-area: contenu2;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child:hover, .line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child:active, .line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child {
    white-space: normal !important;
  }
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child:hover {
  color: #0091D1;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child:hover:after {
  border-color: #0091D1;
}
.line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child {
  width: fit-content;
  height: 50px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row .col-sm-24 > a:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}
.line-rapports-annuels .zone-news .row:first-child .col-sm-24 {
  grid-template-columns: 50% 50%;
  padding-top: 0;
  padding-bottom: 65px;
}
.line-rapports-annuels .zone-news .row:first-child .col-sm-24:before {
  display: none;
}
.line-rapports-annuels .zone-news .row:first-child .col-sm-24 .news-intro h2 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .line-rapports-annuels .zone-news .row:first-child .col-sm-24 .news-intro h2 {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row:first-child .col-sm-24 .news-intro h2 {
    font-size: 17px;
    line-height: 21px;
  }
}
.line-rapports-annuels .zone-news .row:first-child .col-sm-24 .news-intro h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-rapports-annuels .zone-news .row:first-child .col-sm-24 {
    display: block;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .md-center-accordeon .zone-news {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .md-center-accordeon.neg-margin .zone-news {
    margin-top: -100px;
  }
}

.line-prix .container .row > div {
  padding-top: 15px;
}
.line-prix .container .row > div:first-child {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .line-prix .container .row > div {
    padding-top: 0;
  }
}

.prix-accordeon .container .row > div:last-child .panel {
  background: transparent !important;
}
.prix-accordeon .container .row > div:last-child .panel-heading {
  background: transparent !important;
}
.prix-accordeon .container .row > div:last-child .panel-collapse.in {
  border-top: 1px solid #000;
}
.prix-accordeon .container .row > div:last-child .panel-body {
  background: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .prix-accordeon .container .row > div:last-child .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.prix-accordeon .container .row > div:last-child .panel-body hr {
  display: block;
  min-width: 100%;
  padding-left: -15px;
  padding-right: -15px;
}
.prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table {
  border-collapse: separate;
  border-spacing: 15px;
  table-layout: fixed;
}
.prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table tbody tr td {
  font-size: 18px !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table tbody tr td {
    font-size: 12px !important;
  }
}
.prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table tbody tr td:first-child {
  vertical-align: top;
}
@media (max-width: 767px) {
  .prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table tbody tr td h5 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table tbody tr td p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .prix-accordeon .container .row > div:last-child .panel-body .news-accordion-content table tbody tr td p br {
    display: none;
  }
}

.heritage-img-grid {
  position: relative;
}
.heritage-img-grid .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.heritage-img-grid .content img {
  min-width: 100%;
}
@media (max-width: 767px) {
  .heritage-img-grid .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.line-large-date .zone-html:first-child h2 {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .line-large-date .zone-html:first-child h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .line-large-date .zone-html:first-child h2 {
    font-size: 35px !important;
  }
}
.line-large-date .zone-html:last-child .content .p-header {
  padding-bottom: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-large-date .zone-html:first-child {
    width: 33%;
  }
  .line-large-date .zone-html:last-child {
    width: 66%;
  }
}

.line-pionnier-header .zone-html h2 {
  font-size: 80px !important;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .line-pionnier-header .zone-html h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .line-pionnier-header .zone-html h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 991px) {
  .line-pionnier-header {
    padding-bottom: 30px;
  }
}

.line-pionnier .container .row > div {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .line-pionnier .container .row > div {
    padding-top: 0;
  }
}
.line-pionnier .zone-image {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.line-pionnier .zone-image .content {
  order: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-pionnier .zone-image .content img {
    padding-top: 30px;
  }
}
.line-pionnier .zone-image h5 {
  order: 1;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 991px) {
  .line-pionnier .zone-image h5 {
    text-align: right;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .line-pionnier .zone-image .content, .line-pionnier .zone-image h5 {
    max-width: 65%;
  }
}

.line-articles-heritage .zone-news .news-mosaic .news-title > a {
  font-size: 50px;
}
.line-articles-heritage .zone-news .news-mosaic .row:first-child > .col-sm-8:nth-child(-n+2) .news-title,
.line-articles-heritage .zone-news .news-mosaic .row:last-child > .col-sm-8:nth-child(1) .news-title {
  position: relative;
}
.line-articles-heritage .zone-news .news-mosaic .row:first-child > .col-sm-8:nth-child(-n+2) .news-title:after,
.line-articles-heritage .zone-news .news-mosaic .row:last-child > .col-sm-8:nth-child(1) .news-title:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/separator.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 230px;
  position: absolute;
  top: 50%;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .line-articles-heritage .zone-news .news-mosaic .row:first-child > .col-sm-8:nth-child(-n+2) .news-title:after,
  .line-articles-heritage .zone-news .news-mosaic .row:last-child > .col-sm-8:nth-child(1) .news-title:after {
    background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/separator-short%402x.png);
    width: 100px;
  }
}
@media (max-width: 767px) {
  .line-articles-heritage .zone-news .news-mosaic .row:first-child > .col-sm-8:nth-child(-n+2) .news-title:after,
  .line-articles-heritage .zone-news .news-mosaic .row:last-child > .col-sm-8:nth-child(1) .news-title:after {
    display: none;
  }
}
.line-articles-heritage .zone-news .news-mosaic .news-intro {
  color: #fff;
  display: block;
  max-width: 286px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-articles-heritage .zone-news .news-mosaic .row {
    margin-top: 0;
  }
  .line-articles-heritage .zone-news .news-mosaic .row .col-sm-8 {
    margin-bottom: 30px;
  }
  .line-articles-heritage .zone-news .news-mosaic .row .col-sm-8 .news-title {
    margin-bottom: 15px;
  }
}

.line-menu-tab {
  padding-top: 45px;
  padding-bottom: 30px;
}
.line-menu-tab ul li {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 15px;
}
.line-menu-tab ul li a {
  display: inline-block;
  border-bottom: 2px solid #0091D1;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.line-menu-tab ul li a:hover {
  color: #0091D1;
}
.line-menu-tab ul li a.active {
  color: #0091D1;
}
.line-menu-tab.ombudsman {
  padding-top: 0;
  padding-bottom: 40px;
}
.line-menu-tab.ombudsman ul {
  padding-top: 55px;
  border-top: 1px solid #fff;
  padding-left: 0;
}

@media (min-width: 992px) {
  .ombud-text-content .container .row .content {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .ombud-text-content .container .row .content {
    max-width: 90%;
  }
}
.ombud-text-content .container .row .content .p-header {
  margin-bottom: 45px;
}
.ombud-text-content .container .row .content ul > li {
  margin-bottom: 30px;
}

.line-articles-postes {
  padding-bottom: 75px;
  position: relative;
}
.line-articles-postes:before {
  content: "";
  background-color: #21242F;
  height: 180px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
}
.line-articles-postes .zone-news > h4 {
  color: #fff;
  background-color: #21242F;
  padding: 40px 0 15px 15px;
  margin-bottom: 0;
}
.line-articles-postes .zone-news .search-form {
  background: #21242F;
  padding: 0 0 40px 0;
  margin-bottom: 70px;
}
.line-articles-postes .zone-news .search-form .form-element-category .control-label {
  display: none;
}
.line-articles-postes .zone-news .search-form .form-horizontal .control-label {
  color: #fff !important;
  margin-bottom: 20px !important;
}
.line-articles-postes .zone-news .search-form .form-horizontal .form-control {
  border-radius: 34px !important;
}
@media (max-width: 991px) {
  .line-articles-postes .zone-news .search-form .form-horizontal .form-control {
    min-width: 250px;
  }
}
.line-articles-postes .zone-news .news-mosaic .row {
  margin-top: 0;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-tags {
  order: 0;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-tags > span {
  color: #000 !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  padding-left: 0 !important;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-category {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-category {
    font-size: 14px;
    line-height: 21px;
  }
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-category {
  display: block;
  font-size: 12px;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title {
  order: 1;
  border-top: 1px solid #000;
  padding-top: 15px;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
    font-size: 17px;
    line-height: 21px;
  }
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
  font-weight: 400;
  color: #0091D1;
  display: block;
}
@media (min-width: 992px) {
  .line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a {
    max-width: 290px;
  }
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a:after {
  display: none;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a:before {
  display: none;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 .news-title > a:hover {
  color: #D10058;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type {
  order: 2;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #0091D1;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 70px;
  background-image: url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-right-black%402x.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.line-articles-postes .zone-news .news-mosaic .row .col-sm-8 > a:last-of-type:hover {
  color: #0091D1;
}
.line-articles-postes .zone-news .news-mosaic .paginationControl .page {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.line-articles-postes .zone-news .news-mosaic .paginationControl .page.active {
  color: #0091D1;
}

.line-poste-details .zone-article {
  padding-bottom: 75px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .line-poste-details .zone-article {
    padding-bottom: 40px;
  }
}
.line-poste-details .zone-article .mod-article__wrapper .mod-article__category {
  font-weight: 700;
}
.line-poste-details .zone-article .mod-article__wrapper .mod-article__title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .line-poste-details .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-poste-details .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.line-poste-details .zone-article .mod-article__wrapper .mod-article__content .mod-article__intro {
  font-size: 20px;
  padding: 30px 0;
}

.line-inspiresparlavie .container .row > div:first-child .content {
  margin-left: -5px;
}
.line-inspiresparlavie .container .row > div:first-child .content h2 {
  margin-bottom: 45px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-inspiresparlavie .container .row > div:first-child .content h2 br:last-of-type {
    display: none !important;
  }
}
.line-inspiresparlavie .container .row > div:last-child .content {
  padding-left: 40px;
  padding-top: 85px;
}
@media (max-width: 991px) {
  .line-inspiresparlavie .container .row > div:last-child .content {
    padding-top: 0;
    padding-left: 0;
  }
}

.line-principes .container .row > div:first-child .content p:not(:last-of-type) {
  margin-bottom: 40px;
}

.line-contribution .container .row > div:first-child .content h5 {
  margin-bottom: 5px;
}
.line-contribution .container .row > div:last-child .content {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .line-contribution .container .row > div:last-child .content {
    padding-left: 0;
    text-align: left;
  }
  .line-contribution .container .row > div:last-child .content img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .line-opportunite-btn .content p {
    text-align: left !important;
  }
}

.p-large-30 h4 {
  margin-bottom: 5px;
}
.p-large-30 p.p-large {
  font-size: 30px;
  line-height: 35px;
}

.numbered-cliniques {
  padding-bottom: 30px;
}
.numbered-cliniques .container > .row > div:first-child .content {
  text-align: right;
}
@media (min-width: 992px) {
  .numbered-cliniques .container > .row > div:first-child .content {
    padding-right: 30px;
  }
}
.numbered-cliniques .container > .row > div:first-child .content img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .numbered-cliniques .container > .row > div:first-child .content img {
    margin-bottom: 15px;
  }
}
.numbered-cliniques .container > .row > div:first-child .content h5 {
  margin-bottom: 5px;
}
.numbered-cliniques .container > .row > div:first-child .content p {
  font-size: 12px;
  line-height: 14px;
}
.numbered-cliniques .container:before {
  display: block;
  text-align: right;
  border-bottom: 1px solid #000;
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .numbered-cliniques .container:before {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .numbered-cliniques .container:before {
    font-size: 17px;
    line-height: 21px;
  }
}
.numbered-cliniques .container:before {
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .numbered-cliniques .container:before {
    margin-bottom: 30px;
  }
}
.numbered-cliniques.n01 .container:before {
  content: "01";
}
.numbered-cliniques.n02 .container:before {
  content: "02";
}
.numbered-cliniques.n03 .container:before {
  content: "03";
}
.numbered-cliniques.n04 .container:before {
  content: "04";
}

.section-specialisations {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .section-specialisations .row > div {
    width: 50%;
    float: left;
  }
}
@media (max-width: 450px) {
  .section-specialisations .row > div {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 60px;
  }
}
.section-specialisations .row .zone-html .content img {
  max-height: 110px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .section-specialisations .row .zone-html .content img {
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .section-specialisations .row .zone-html .content img {
    max-height: 70px;
  }
}
.section-specialisations .row .zone-html .content h3 {
  margin-top: 30px;
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #fff;
}

.section-contact-team-member #newsFilterForm select {
  background-color: #fff !important;
  border-radius: 50px !important;
  padding: 10px 30px 10px 20px !important;
}
.section-contact-team-member #newsFilterForm .form-group {
  margin-bottom: 60px;
}
.section-contact-team-member #newsFilterForm .form-group > label {
  display: none;
}
.section-contact-team-member #newsFilterForm .form-group > div {
  padding-left: 0;
}
.section-contact-team-member .news-mosaic .row > div:after {
  content: "";
  display: block;
  clear: both;
}
.section-contact-team-member .news-mosaic .row > div:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #21242F;
  margin-bottom: 30px;
}
.section-contact-team-member .news-mosaic .row > div > a {
  pointer-events: none;
  width: 180px;
  float: left;
}
@media (max-width: 575px) {
  .section-contact-team-member .news-mosaic .row > div > a {
    width: 140px;
  }
}
@media (max-width: 450px) {
  .section-contact-team-member .news-mosaic .row > div > a {
    width: 110px;
  }
}
.section-contact-team-member .news-mosaic .row > div > a img {
  margin-bottom: 0;
}
.section-contact-team-member .news-mosaic .row > div > .news-intro {
  width: calc(100% - 200px);
  padding-left: 40px;
  float: left;
}
.section-contact-team-member .news-mosaic .row > div > .news-intro h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-contact-team-member .news-mosaic .row > div > .news-intro h3 {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .section-contact-team-member .news-mosaic .row > div > .news-intro h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
.section-contact-team-member .news-mosaic .row > div > .news-intro h4 {
  margin-bottom: 30px;
}
.section-contact-team-member .news-mosaic .row > div > .news-intro p {
  margin-bottom: 0;
}
.section-contact-team-member .news-mosaic .row > div > .news-intro a {
  line-break: anywhere;
  color: #21242F;
}
.section-contact-team-member .news-mosaic .row > div > .news-intro a:hover {
  color: #0091D1;
}
@media (max-width: 575px) {
  .section-contact-team-member .news-mosaic .row > div > .news-intro {
    width: calc(100% - 145px);
    padding-left: 20px;
  }
}
@media (max-width: 450px) {
  .section-contact-team-member .news-mosaic .row > div > .news-intro {
    width: calc(100% - 115px);
    padding-left: 15px;
  }
  .section-contact-team-member .news-mosaic .row > div > .news-intro h4, .section-contact-team-member .news-mosaic .row > div > .news-intro p {
    margin-bottom: 5px;
  }
}

.clinique-background {
  background-size: cover;
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_La%20Clinique/contentbannercliniquespecialise.jpg);
}
@media (max-width: 767px) {
  .clinique-background .row > div:last-child {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .clinique-background .row > div:first-child .content {
    padding-right: 60px;
  }
  .clinique-background .row > div:first-child:before {
    right: 45px;
  }
}

@media (max-width: 767px) {
  .section-covid table {
    margin-top: 30px;
  }
  .section-covid table tr, .section-covid table td {
    display: block;
  }
  .section-covid table img {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section-ressources.gridoverride .news-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .section-ressources.gridoverride .news-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 575px) {
  .section-ressources.gridoverride .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.section-ressources .news-mosaic .paginationControl {
  grid-column: span 3;
}
.section-ressources .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.section-ressources .news-mosaic .row > div > .news-title {
  order: 1;
}
.section-ressources .news-mosaic .row > div > .news-title a {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-ressources .news-mosaic .row > div > .news-title a {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-ressources .news-mosaic .row > div > .news-title a {
  color: #0091D1;
  margin-bottom: 5px;
}
.section-ressources .news-mosaic .row > div > a {
  order: 2;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.section-ressources .news-mosaic .row > div > a:hover, .section-ressources .news-mosaic .row > div > a:active, .section-ressources .news-mosaic .row > div > a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-ressources .news-mosaic .row > div > a {
    white-space: normal !important;
  }
}
.section-ressources .news-mosaic .row > div > a {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.section-ressources .news-mosaic .row > div > a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.section-ressources .news-mosaic .row > div > a:hover {
  color: #0091D1;
}
.section-ressources .news-mosaic .row > div > a:hover:after {
  border-color: #0091D1;
}
.section-ressources .news-mosaic .row > div > a {
  width: fit-content;
  margin-top: 10px;
}
.section-ressources .news-mosaic .row > div > .news-category {
  order: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.section-ressources .news-mosaic .row > div > .news-tags {
  order: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.section-ressources .news-mosaic .row > div > .news-tags > .news-tags {
  font-size: 12px;
  line-height: 14px;
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 0 20px 0 !important;
  border: 0;
  font-weight: 400;
  text-transform: none;
}
.section-ressources {
  /*https://montreal-ircm.s1.yapla.com/fr/participer-a-une-etude-clinique*/
}
.section-ressources.studies .zone-news h2 {
  float: left;
}
@media (min-width: 768px) {
  .section-ressources.studies .zone-news h2 {
    width: 25%;
    margin-right: 25%;
  }
}
.section-ressources.studies .zone-news #newsFilterForm {
  margin-bottom: 60px;
}
.section-ressources.studies .zone-news #newsFilterForm label {
  display: none;
}
.section-ressources.studies .zone-news #newsFilterForm #category_id {
  padding: 10px 30px 10px 20px !important;
  border-radius: 50px !important;
}
.section-ressources.studies .zone-news #newsFilterForm:after {
  content: "";
  display: block;
  clear: both;
}
.section-ressources.studies .zone-news .form-group > div {
  padding: 0;
}

@media (max-width: 991px) {
  .line-ressources-articles .container .row > div > h3 {
    margin-top: -230px;
  }
}
.line-ressources-articles .container .row > div > h3 {
  margin-top: -850px;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}
.line-ressources-articles .container .row > div .newsList {
  gap: 20px;
}
.line-ressources-articles .container .row > div .newsList > .row .item .intro {
  width: 100%;
  height: 244px;
  background: #fff;
  border-radius: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 300ms all ease;
}
.line-ressources-articles .container .row > div .newsList > .row .item .intro img {
  width: 105px;
  height: 105px;
  margin-bottom: 25px;
}
.line-ressources-articles .container .row > div .newsList > .row .item .intro p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.line-ressources-articles .container .row > div .newsList > .row .item .intro p a {
  color: #000;
}
.line-ressources-articles .container .row > div .newsList > .row .item .intro:hover {
  background: #6876DA;
}
.line-ressources-articles .container .row > div .newsList > .row .item .intro:hover p a {
  color: #fff;
}
.line-ressources-articles.second {
  padding-bottom: 115px;
}
@media (max-width: 991px) {
  .line-ressources-articles.second .container .row > div > h3 {
    margin-top: 0;
    padding-top: 60px;
  }
}
.line-ressources-articles.second .container .row > div > h3 {
  margin-top: -170px;
}

@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc {
    padding-left: 0;
    padding-right: 0;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc {
  padding-left: 30px;
  padding-right: 30px;
}
.ressources-en-sante .container .row > div .search-object-bloc label {
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 15px;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form {
  margin-top: -255px;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_global_search .form-group {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_global_search .form-group {
  width: 33%;
}
@media (min-width: 768px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_global_search .form-group .search_input {
    width: 90%;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member .form-group {
    width: 100%;
    margin-bottom: 25px;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member .form-group {
  width: 33%;
}
@media (min-width: 768px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member .form-group .search_input {
    width: 90%;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member .form-group:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member .form-group:first-child .search_input {
    width: 30%;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #module_directory_member .form-group .chosen-action__wrapper {
  display: none;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search {
    margin-bottom: 70px;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search input#search_member {
  order: 0;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search a {
  order: 1;
  color: #fff !important;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search a:hover, .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search a:active, .ressources-en-sante .container .row > div .search-object-bloc .search-object-form #section-footer-search a:focus {
  color: #D10058 !important;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div {
    flex-direction: column;
    padding: 30px;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div {
  margin-bottom: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 54px;
  padding: 10px 30px 10px 12px;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div p {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-cat {
    width: 120px;
    margin-bottom: 10px !important;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-cat {
  width: 189px;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-cat img {
    max-width: 100%;
    margin-right: 0;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-cat img {
  max-width: 89px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .category-res {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .category-res {
  width: 55%;
  margin-right: 30px;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #d10058;
  position: relative;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .category-res:after {
    display: none;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .category-res:after {
  content: "";
  background: #f2f2f2;
  width: 1.5px;
  height: 75px;
  position: absolute;
  top: -28px;
  right: 0;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-title {
  max-width: 400px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-title .res-type {
  color: #3c90cc;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-btn {
    text-align: center;
  }
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-btn {
  text-align: right;
}
.ressources-en-sante .container .row > div .search-object-bloc .search-object-result .tab-pane > div .res-btn .btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.ressources-en-sante .container .row > div .search-object-detail-bloc {
  padding-top: 70px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card {
    padding: 45px 35px;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card {
  background: #fff;
  border-radius: 60px;
  padding: 45px 65px 85px;
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header {
    flex-direction: column;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header p.title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header p.title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
  width: 57%;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header p.res-category {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header p.res-category {
  text-align: right;
  width: 30%;
  font-size: 20px;
  line-height: 23px;
  color: #d10058;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header p.res-cat {
    text-align: left;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-header p.res-cat {
  width: 90px;
  text-align: right;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body {
    flex-direction: column;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body {
  display: flex;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-left {
    width: 100%;
    margin-bottom: 45px;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-left {
  width: 50%;
}
@media (max-width: 991px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-left ul {
    max-width: 90%;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-left ul {
  max-width: 75%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right {
    width: 100%;
    flex-direction: column;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right {
  width: 50%;
  display: flex;
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right ul {
  padding-left: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .one, .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .two {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .one, .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .two {
    width: 100%;
    border: none;
    padding-left: 0;
  }
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .one, .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .two {
  width: 50%;
  padding-left: 48px;
  border-left: 1px solid #f2f2f2;
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .one p.section-title, .ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .two p.section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body .res-card-body-right .one {
  margin-right: 25px;
}
.ressources-en-sante .container .row > div .search-object-detail-bloc .res-card .res-card-body p.res-item {
  word-wrap: break-word;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ressources-en-sante.long .container .row > div .search-object-bloc .search-object-form {
    margin-top: -585px;
  }
}
.ressources-en-sante.long .container .row > div .search-object-bloc .search-object-form {
  margin-top: -350px;
}

.section-appointment {
  padding: 90px 0;
}
.section-appointment .content h2 {
  margin-bottom: 25px;
}
.section-appointment .content p {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-appointment .content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-appointment .content p {
  margin-bottom: 0;
}
.section-appointment .content h4 {
  margin-bottom: 0;
}
.section-appointment .content .btn {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-appointment .content .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.rdvulaccordeon .accordeon > tbody > tr:first-child {
  padding: 20px 50px 20px 0px;
}
.rdvulaccordeon .accordeon > tbody > tr:first-child > td {
  padding-left: 25px;
}
.rdvulaccordeon .accordeon.active > tbody > tr:last-child {
  padding: 30px 15px !important;
}
.rdvulaccordeon .accordeon.active > tbody > tr:last-child h5 {
  padding-left: 5px;
}
.rdvulaccordeon .accordeon ul {
  list-style: disc;
  padding-left: 25px;
}
.rdvulaccordeon .accordeon ul li {
  padding-left: 15px;
}

.large-alert-content.popMarginTop .content {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .large-alert-content.popMarginTop {
    margin-top: 0;
  }
}
.large-alert-content .content {
  background-color: rgba(18, 44, 186, 0.9);
  border-radius: 10px;
  padding: 35px 40px 15px 30px;
  color: #fff;
}
.large-alert-content .content h1, .large-alert-content .content h2, .large-alert-content .content h3, .large-alert-content .content h4, .large-alert-content .content h5, .large-alert-content .content h6, .large-alert-content .content p, .large-alert-content .content .h1, .large-alert-content .content .h2, .large-alert-content .content .h3, .large-alert-content .content .h4, .large-alert-content .content .h5, .large-alert-content .content .h6 {
  color: #fff;
  margin-bottom: 25px;
}
.large-alert-content .content #close-alert {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 30px;
  top: -80px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .large-alert-content .content #close-alert {
    width: 15px !important;
    height: 15px !important;
    right: 30px;
    top: 15px;
  }
}

.section-under-responsability .content table tr:last-child td img {
  max-width: 85px;
  margin-right: 15px;
}
.section-under-responsability .content table tr:last-child td .p-medium {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-under-responsability .content table tr:last-child td .p-medium {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-under-responsability .content table tr:last-child td .p-medium {
  margin-bottom: 5px;
}
.section-under-responsability .content table tr:last-child td .p-medium:first-child {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
}
.section-menupills .content ul {
  list-style: none;
  padding-left: 0;
}
.section-menupills .content ul li {
  background-color: #fff;
  border-radius: 50px;
  padding: 30px 130px 30px 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-menupills .content ul li {
    padding: 30px 40px;
    text-align: center;
  }
}
.section-menupills .content ul li h2 {
  color: #21242F;
  margin-bottom: 0;
  position: relative;
}
.section-menupills .content ul li h2 > a:not(.btn) {
  color: #000;
}
.section-menupills .content ul li h2 > a:not(.btn):hover {
  color: #D10058;
}
.section-menupills .content ul li h2 .btn {
  border-color: #D53C85;
  margin: 0;
}
.section-menupills .content ul li h2 .btn:hover {
  background-color: #D10058 !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .section-menupills .content ul li h2 .btn {
    position: absolute;
    right: -90px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .section-menupills .content ul li h2 .btn {
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
  }
}

.tableauthor .content table img {
  max-width: 85px;
  margin-right: 15px;
}
.tableauthor .content table .p-medium {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tableauthor .content table .p-medium {
    font-size: 17px;
    line-height: 22px;
  }
}
.tableauthor .content table .p-medium {
  margin-bottom: 5px;
}
.tableauthor .content table .fine-print {
  margin-bottom: 0;
}

.section-pdf-list .zone-news_flash > h2 {
  margin-bottom: 40px;
}
.section-pdf-list .newsList {
  grid-gap: 15px !important;
}
@media (max-width: 1199px) {
  .section-pdf-list .newsList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .section-pdf-list .newsList {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.section-pdf-list .newsList .item {
  border-bottom: 1px solid #21242F;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.section-pdf-list .newsList .item .itemImage {
  width: 60px;
  margin-right: 30px;
  margin-bottom: 0;
}
.section-pdf-list .newsList .item .itemImage img {
  margin-bottom: 0;
}
.section-pdf-list .newsList .item .intro {
  width: calc(100% - 90px);
  font-family: "Raleway", sans-serif;
}
.section-pdf-list .newsList .item .intro p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.section-programmes .newsList {
  grid-gap: 15px !important;
}
@media (max-width: 991px) {
  .section-programmes .newsList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.section-programmes .newsList .item {
  margin-bottom: 40px;
}
.section-programmes .newsList .item .itemImage img {
  max-width: 80px;
  margin-bottom: 20px;
}
.section-programmes .newsList .item .intro {
  border-top: 1px solid #21242F;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .section-programmes .newsList > .row:last-child .item, .section-programmes .newsList > .row:nth-last-child(2) .item {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-discover-searchers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-discover-searchers .zone-html {
    width: 100%;
  }
}
.section-discover-searchers .zone-html .content {
  max-width: 400px;
}
@media (max-width: 767px) {
  .section-discover-searchers .zone-html .content {
    margin: 0 auto;
    text-align: center;
  }
}
.section-discover-searchers .zone-html .content h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-discover-searchers .zone-html .content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-discover-searchers .zone-html .content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section-discover-searchers .zone-html .content h2 {
  color: #122CBA;
}
@media (min-width: 992px) {
  .section-discover-searchers .zone-image .content {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .section-discover-searchers .zone-image .content {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-imgtext-subject .zone-html .content {
    padding-left: 30px;
  }
}
.section-imgtext-subject.row-lined-absolute .container > .row {
  padding-top: 60px;
}

.section-events .eventsList > .row, .section-events .events-mosaic > .row {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-events .eventsList > .row, .section-events .events-mosaic > .row {
    flex: 1 50%;
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .section-events .eventsList > .row, .section-events .events-mosaic > .row {
    flex: 1;
    max-width: 100%;
  }
}
.section-events .eventsList .row .mod-eventflash__item, .section-events .eventsList .item, .section-events .events-mosaic .row .mod-eventflash__item, .section-events .events-mosaic .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-events .eventsList .row .mod-eventflash__item, .section-events .eventsList .item, .section-events .events-mosaic .row .mod-eventflash__item, .section-events .events-mosaic .item {
    display: flex;
    flex-direction: column;
  }
}
.section-events .eventsList .row .mod-eventflash__item hr, .section-events .eventsList .item hr, .section-events .events-mosaic .row .mod-eventflash__item hr, .section-events .events-mosaic .item hr {
  display: none;
}
.section-events .eventsList .row .mod-eventflash__item h3:hover, .section-events .eventsList .item h3:hover, .section-events .events-mosaic .row .mod-eventflash__item h3:hover, .section-events .events-mosaic .item h3:hover {
  cursor: pointer;
}
.section-events .eventsList .row .mod-eventflash__item .e-thumbnail, .section-events .eventsList .item .e-thumbnail, .section-events .events-mosaic .row .mod-eventflash__item .e-thumbnail, .section-events .events-mosaic .item .e-thumbnail {
  margin-bottom: 15px;
  transition: opacity 150ms;
}
.section-events .eventsList .row .mod-eventflash__item .e-thumbnail:hover, .section-events .eventsList .item .e-thumbnail:hover, .section-events .events-mosaic .row .mod-eventflash__item .e-thumbnail:hover, .section-events .events-mosaic .item .e-thumbnail:hover {
  opacity: 0.6;
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-intro, .section-events .eventsList .row .mod-eventflash__item .events-mosaic__short-description, .section-events .eventsList .item .mod-eventflash__item-intro, .section-events .eventsList .item .events-mosaic__short-description, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-intro, .section-events .events-mosaic .row .mod-eventflash__item .events-mosaic__short-description, .section-events .events-mosaic .item .mod-eventflash__item-intro, .section-events .events-mosaic .item .events-mosaic__short-description {
  order: 1;
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-intro, .section-events .eventsList .row .mod-eventflash__item .events-mosaic__short-description, .section-events .eventsList .item .mod-eventflash__item-intro, .section-events .eventsList .item .events-mosaic__short-description, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-intro, .section-events .events-mosaic .row .mod-eventflash__item .events-mosaic__short-description, .section-events .events-mosaic .item .mod-eventflash__item-intro, .section-events .events-mosaic .item .events-mosaic__short-description {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-intro, .section-events .eventsList .row .mod-eventflash__item .events-mosaic__short-description, .section-events .eventsList .item .mod-eventflash__item-intro, .section-events .eventsList .item .events-mosaic__short-description, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-intro, .section-events .events-mosaic .row .mod-eventflash__item .events-mosaic__short-description, .section-events .events-mosaic .item .mod-eventflash__item-intro, .section-events .events-mosaic .item .events-mosaic__short-description {
  border-bottom: 1px solid #21242F;
  padding: 15px 0;
  margin-bottom: 0;
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-intro p, .section-events .eventsList .row .mod-eventflash__item .events-mosaic__short-description p, .section-events .eventsList .item .mod-eventflash__item-intro p, .section-events .eventsList .item .events-mosaic__short-description p, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-intro p, .section-events .events-mosaic .row .mod-eventflash__item .events-mosaic__short-description p, .section-events .events-mosaic .item .mod-eventflash__item-intro p, .section-events .events-mosaic .item .events-mosaic__short-description p {
  margin-bottom: 0;
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-title, .section-events .eventsList .row .mod-eventflash__item h3, .section-events .eventsList .item .mod-eventflash__item-title, .section-events .eventsList .item h3, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-title, .section-events .events-mosaic .row .mod-eventflash__item h3, .section-events .events-mosaic .item .mod-eventflash__item-title, .section-events .events-mosaic .item h3 {
  order: 2;
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-title, .section-events .eventsList .row .mod-eventflash__item h3, .section-events .eventsList .item .mod-eventflash__item-title, .section-events .eventsList .item h3, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-title, .section-events .events-mosaic .row .mod-eventflash__item h3, .section-events .events-mosaic .item .mod-eventflash__item-title, .section-events .events-mosaic .item h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-title, .section-events .eventsList .row .mod-eventflash__item h3, .section-events .eventsList .item .mod-eventflash__item-title, .section-events .eventsList .item h3, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-title, .section-events .events-mosaic .row .mod-eventflash__item h3, .section-events .events-mosaic .item .mod-eventflash__item-title, .section-events .events-mosaic .item h3 {
  color: #0091D1;
  padding-top: 15px;
  margin-bottom: 15px !important;
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos, .section-events .eventsList .row .mod-eventflash__item .e-date, .section-events .eventsList .item .mod-eventflash__item-itemInfos, .section-events .eventsList .item .e-date, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos, .section-events .events-mosaic .row .mod-eventflash__item .e-date, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos, .section-events .events-mosaic .item .e-date {
  order: 3;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos, .section-events .eventsList .row .mod-eventflash__item .e-date, .section-events .eventsList .item .mod-eventflash__item-itemInfos, .section-events .eventsList .item .e-date, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos, .section-events .events-mosaic .row .mod-eventflash__item .e-date, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos, .section-events .events-mosaic .item .e-date {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos, .section-events .eventsList .row .mod-eventflash__item .e-date, .section-events .eventsList .item .mod-eventflash__item-itemInfos, .section-events .eventsList .item .e-date, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos, .section-events .events-mosaic .row .mod-eventflash__item .e-date, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos, .section-events .events-mosaic .item .e-date {
  color: #21242F;
  font-style: normal;
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos .date, .section-events .eventsList .row .mod-eventflash__item .e-date .date, .section-events .eventsList .item .mod-eventflash__item-itemInfos .date, .section-events .eventsList .item .e-date .date, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos .date, .section-events .events-mosaic .row .mod-eventflash__item .e-date .date, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos .date, .section-events .events-mosaic .item .e-date .date {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos .date, .section-events .eventsList .row .mod-eventflash__item .e-date .date, .section-events .eventsList .item .mod-eventflash__item-itemInfos .date, .section-events .eventsList .item .e-date .date, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos .date, .section-events .events-mosaic .row .mod-eventflash__item .e-date .date, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos .date, .section-events .events-mosaic .item .e-date .date {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos .date, .section-events .eventsList .row .mod-eventflash__item .e-date .date, .section-events .eventsList .item .mod-eventflash__item-itemInfos .date, .section-events .eventsList .item .e-date .date, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos .date, .section-events .events-mosaic .row .mod-eventflash__item .e-date .date, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos .date, .section-events .events-mosaic .item .e-date .date {
  color: #21242F;
  font-style: normal;
}
.section-events .eventsList .row .mod-eventflash__item .mod-eventflash__item-itemInfos .city, .section-events .eventsList .row .mod-eventflash__item .e-date .city, .section-events .eventsList .item .mod-eventflash__item-itemInfos .city, .section-events .eventsList .item .e-date .city, .section-events .events-mosaic .row .mod-eventflash__item .mod-eventflash__item-itemInfos .city, .section-events .events-mosaic .row .mod-eventflash__item .e-date .city, .section-events .events-mosaic .item .mod-eventflash__item-itemInfos .city, .section-events .events-mosaic .item .e-date .city {
  display: none;
}
.section-events .eventsList .row .mod-eventflash__item .address, .section-events .eventsList .row .mod-eventflash__item .contact, .section-events .eventsList .item .address, .section-events .eventsList .item .contact, .section-events .events-mosaic .row .mod-eventflash__item .address, .section-events .events-mosaic .row .mod-eventflash__item .contact, .section-events .events-mosaic .item .address, .section-events .events-mosaic .item .contact {
  display: none;
}
.section-events .eventsList .row .mod-eventflash__item .actions, .section-events .eventsList .item .actions, .section-events .events-mosaic .row .mod-eventflash__item .actions, .section-events .events-mosaic .item .actions {
  order: 4;
  display: none;
}
.section-events .eventsList .row .mod-eventflash__item .actions .btn, .section-events .eventsList .item .actions .btn, .section-events .events-mosaic .row .mod-eventflash__item .actions .btn, .section-events .events-mosaic .item .actions .btn {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.section-events .eventsList .row .mod-eventflash__item .actions .btn:after, .section-events .eventsList .item .actions .btn:after, .section-events .events-mosaic .row .mod-eventflash__item .actions .btn:after, .section-events .events-mosaic .item .actions .btn:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.section-events .eventsList .row .mod-eventflash__item .actions .btn:hover, .section-events .eventsList .item .actions .btn:hover, .section-events .events-mosaic .row .mod-eventflash__item .actions .btn:hover, .section-events .events-mosaic .item .actions .btn:hover {
  color: #0091D1;
}
.section-events .eventsList .row .mod-eventflash__item .actions .btn:hover:after, .section-events .eventsList .item .actions .btn:hover:after, .section-events .events-mosaic .row .mod-eventflash__item .actions .btn:hover:after, .section-events .events-mosaic .item .actions .btn:hover:after {
  border-color: #0091D1;
}
.section-events .eventsList .row .mod-eventflash__item .actions .btn, .section-events .eventsList .item .actions .btn, .section-events .events-mosaic .row .mod-eventflash__item .actions .btn, .section-events .events-mosaic .item .actions .btn {
  margin-top: 0;
}

@media (min-width: 768px) {
  .section-events-details .row-event-jumbotron__left-right {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding-right: 80px;
    position: relative;
  }
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left:after {
    content: "";
    display: block;
    position: absolute;
    right: 80px;
    bottom: 0;
    top: 0;
    width: 1px;
    background-color: #21242F;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  background-color: transparent;
  padding: 0;
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__date {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__date {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__date {
  text-transform: none;
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .event-info__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .event-info__title {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .contact {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .contact {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .contact {
  margin-bottom: 0;
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .address__info span:not(.h3) {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .address__info span:not(.h3) {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__left .address__info span:not(.h3) {
  margin-bottom: 0;
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  color: #21242F;
  font-style: normal;
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-events-details .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-back {
  display: none;
}
.section-events-details .form-withProgress__wrapper .registration-event-bloc .btn-link .fa-plus-square {
  margin-right: 5px;
}
.section-events-details .form-withProgress__wrapper .registration-event-bloc .btn-link:after {
  display: none !important;
}

.section-events .row-event-jumbotron__left-right {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .section-events .row-event-jumbotron__left-right {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding-right: 80px;
    position: relative;
  }
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left:after {
    content: "";
    display: block;
    position: absolute;
    right: 80px;
    bottom: 0;
    top: 0;
    width: 1px;
    background-color: #21242F;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  background-color: transparent;
  padding: 0;
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__date {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__date {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__date {
  text-transform: none;
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .event-info__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .event-info__title {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .contact {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .contact {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .contact {
  margin-bottom: 0;
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .address__info span:not(.h3) {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .address__info span:not(.h3) {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__left .address__info span:not(.h3) {
  margin-bottom: 0;
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
    font-size: 17px;
    line-height: 22px;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  color: #21242F;
  font-style: normal;
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-events .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-back {
  display: none;
}

.retour-list-event .content {
  padding-left: calc(33.33333333% + 7px);
}

.line-selector-button .zone-html .content {
  display: flex;
}
@media (max-width: 767px) {
  .line-selector-button .zone-html .content {
    flex-direction: column;
  }
}
.line-selector-button .zone-html .content .filtre {
  width: 100%;
}
.line-selector-button .zone-html .content p {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .line-selector-button .zone-html .content p {
    justify-content: flex-start;
  }
}

.portail-home .content ul li {
  background-color: #f2f2f2;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 40px;
  position: relative;
}
.portail-home .content ul li:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .portail-home .content ul li {
    display: flex;
    align-items: center;
  }
}
.portail-home .content ul li h2, .portail-home .content ul li p {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .portail-home .content ul li h2, .portail-home .content ul li p {
    max-width: calc(100% - 140px);
  }
}
.portail-home .content ul li h2 {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .portail-home .content ul li h2 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .portail-home .content ul li h2 {
    display: block;
  }
}
.portail-home .content ul li p {
  font-size: 12px;
  line-height: 14px;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .portail-home .content ul li p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .portail-home .content ul li p {
    margin-top: 10px;
  }
}
.portail-home .content ul li .btn {
  margin: 0 0 0 auto;
  border-color: #D53C85;
  min-width: 97px;
  justify-content: center;
}
.portail-home .content ul li .btn:hover {
  border-color: #0091D1;
}
@media (max-width: 767px) {
  .portail-home .content ul li .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto 25px auto 0;
  }
}

.section-administration .newsList .item h3, .section-administration .newsList .news-title, .section-administration .news-mosaic .item h3, .section-administration .news-mosaic .news-title {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-administration .newsList .item h3, .section-administration .newsList .news-title, .section-administration .news-mosaic .item h3, .section-administration .news-mosaic .news-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.section-administration .newsList .item h3, .section-administration .newsList .news-title, .section-administration .news-mosaic .item h3, .section-administration .news-mosaic .news-title {
  color: #0091D1;
  padding-top: 20px;
  border-top: 1px solid #21242F;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .section-administration .newsList .item h3, .section-administration .newsList .news-title, .section-administration .news-mosaic .item h3, .section-administration .news-mosaic .news-title {
    font-size: 18px;
  }
}
.section-administration .news-mosaic .row > div > a:last-of-type {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.section-administration .news-mosaic .row > div > a:last-of-type:hover, .section-administration .news-mosaic .row > div > a:last-of-type:active, .section-administration .news-mosaic .row > div > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-administration .news-mosaic .row > div > a:last-of-type {
    white-space: normal !important;
  }
}
.section-administration .news-mosaic .row > div > a:last-of-type {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.section-administration .news-mosaic .row > div > a:last-of-type:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.section-administration .news-mosaic .row > div > a:last-of-type:hover {
  color: #0091D1;
}
.section-administration .news-mosaic .row > div > a:last-of-type:hover:after {
  border-color: #0091D1;
}

#registration-member {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  #registration-member {
    width: 732px;
  }
}
@media (min-width: 992px) {
  #registration-member {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  #registration-member {
    width: 1152px;
  }
}
@media (min-width: 768px) {
  #registration-member {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #registration-member {
    padding: 0 30px;
  }
}
#registration-member > h1 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  #registration-member > h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  #registration-member > h1 {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 991px) {
  .section-profil {
    padding-top: 140px;
  }
  .section-profil .member #mod_form_standard-form .form-control-static {
    background: transparent !important;
  }
  .section-profil .form-horizontal .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-profil .form-element-genre #genre {
    max-width: calc(50% - 15px);
  }
}
.section-profil .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .section-profil .container-fluid {
    max-width: 90%;
  }
}
.section-profil .container-fluid > .row-fluid > div {
  padding-left: 15px;
  padding-right: 15px;
}
.section-profil #objectexport {
  display: none;
}
@media (min-width: 992px) {
  .section-profil #passwordForm {
    max-width: calc(50% - 15px);
  }
}
.section-profil #passwordForm .help-block {
  font-size: 12px;
  line-height: 14px;
  color: #0091D1;
}
.section-profil .input-file .preview {
  padding-left: 15px;
  margin-top: 15px;
  position: relative;
}
.section-profil .input-file .preview .col-md-3 {
  position: initial;
}
.section-profil .input-file .preview .btn_delete_preview {
  position: absolute;
  top: -5px;
  right: -15px;
}
.section-profil .input-file .preview .btn_delete_preview:before {
  left: 7px;
  width: 3px;
}
.section-profil .input-file .preview .btn_delete_preview:after {
  left: 1px;
  height: 3px;
  margin-top: -1px;
}
.section-profil .main-page .object-main-title {
  display: none;
}
.section-profil .main-page .object-header-containter h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-profil .main-page .object-header-containter h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .section-profil .main-page .object-header-containter h2 {
    font-size: 18px;
    line-height: 23px;
  }
}
.section-profil .main-page .object-header-containter h2 {
  color: #21242F;
}
.section-profil .main-page .object-form-action {
  display: none;
}
.section-profil .main-page .object-form-action .btn i {
  display: none;
}
.section-profil .main-page .o-layout-item__list-group .crm-entity__info-wrapper {
  display: none;
}
.section-profil .box-object-items-list > p {
  margin: 0;
}
.section-profil .box-object-items-list .object-main-title {
  margin-bottom: 30px;
  border: 0;
}
.section-profil .box-object-items-list .object-items-header {
  display: none;
}
.section-profil .box-object-items-list .list-result-wrapper {
  margin-top: 60px;
}
.section-profil .box-object-items-list .overflow-auto, .section-profil .box-object-items-list .table-responsive {
  width: 100%;
  overflow: auto;
}
.section-profil .box-object-items-list .overflow-auto table, .section-profil .box-object-items-list .table-responsive table {
  min-width: 600px;
  margin-top: 30px;
}
.section-profil .box-object-items-list .overflow-auto table thead tr th a, .section-profil .box-object-items-list .table-responsive table thead tr th a {
  vertical-align: middle;
  background-color: transparent;
  color: #000 !important;
  font-size: 16px;
}
.section-profil .box-object-items-list .overflow-auto table thead tr th, .section-profil .box-object-items-list .table-responsive table thead tr th {
  vertical-align: middle;
  background-color: transparent;
  color: #000 !important;
  padding: 20px 0;
  border-top: 1px solid #122CBA;
  border-bottom: 1px solid #122CBA !important;
  font-size: 16px;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td, .section-profil .box-object-items-list .table-responsive table tbody tr td {
  vertical-align: middle;
  background-color: transparent;
  padding: 18px 10px 15px;
  margin: 5px 0;
  text-decoration: underline;
  color: #0091D1;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td:after, .section-profil .box-object-items-list .table-responsive table tbody tr td:after {
  content: "";
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: 0;
  right: 2px;
  z-index: -1;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td:not(:last-child), .section-profil .box-object-items-list .table-responsive table tbody tr td:not(:last-child) {
  cursor: pointer;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td:not(:last-child):hover, .section-profil .box-object-items-list .table-responsive table tbody tr td:not(:last-child):hover {
  color: #D53C85;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd], .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] {
  display: none;
  width: 30px;
  padding-right: 12px;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button {
  margin: 0 auto;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:before, .section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:after, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:before, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:after {
  background-color: #0091D1;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:before, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:before {
  width: 1px;
  left: 8px;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:after, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:after {
  height: 1px;
  margin-top: 0px;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:hover, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:hover {
  opacity: 1;
}
.section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:hover:before, .section-profil .box-object-items-list .overflow-auto table tbody tr td[class*=actionTd] button:hover:after, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:hover:before, .section-profil .box-object-items-list .table-responsive table tbody tr td[class*=actionTd] button:hover:after {
  background-color: #D53C85;
}
.section-profil .box-object-items-list .field-object-create-element {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.section-profil .box-object-items-list .field-object-create-element:hover, .section-profil .box-object-items-list .field-object-create-element:active, .section-profil .box-object-items-list .field-object-create-element:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-profil .box-object-items-list .field-object-create-element {
    white-space: normal !important;
  }
}
.section-profil .box-object-items-list .field-object-create-element {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.section-profil .box-object-items-list .field-object-create-element:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.section-profil .box-object-items-list .field-object-export-element {
  display: none;
  background-color: transparent !important;
  color: #000;
  border: 2px solid #0091D1;
}
.section-profil .box-object-items-list .field-object-export-element:hover {
  background-color: #0091D1 !important;
  color: #fff;
}
.section-profil .box-object-items-list #object-element-list tbody tr:hover td {
  color: #D53C85;
}
.section-profil .box-object-items-list #object-element-list {
  /*
  	thead, tfoot {
  		display: none;
  	}
  	tbody {
  		tr {
  			display: inline-block;
  			@include btn;
  			@include btn-primary;
  			margin-bottom: 30px;
  			display: block;
  			width: fit-content;
  			td {
  				border: 0;
  				display: inline-block;
  				padding: 1px 5px 0 0;
  				background-color: transparent;
  				transition: color 150ms;
  				color: $clrWhite;
  				&:last-child {
  					padding-right: 0;
  				}
  				a {
  					display: none;
  				}
  			}
  			&:before {
  				padding-right: 5px;
  			}
  		}
  		}*/
}
.section-profil .section#section_273208 {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 60px;
}
.section-profil .section#section_273208 .section-description {
  margin-bottom: 60px;
}
.section-profil .section#section_273208 .form-group > label.control-label {
  display: none;
}
.section-profil .section#section_273208 .form-group .overflow-auto, .section-profil .section#section_273208 .form-group .table-responsive {
  width: 100%;
  overflow: auto;
}
.section-profil .section#section_273208 .form-group .overflow-auto table, .section-profil .section#section_273208 .form-group .table-responsive table {
  min-width: 600px;
  margin-top: 30px;
}
.section-profil .section#section_273208 .form-group .overflow-auto table thead tr th a, .section-profil .section#section_273208 .form-group .table-responsive table thead tr th a {
  vertical-align: middle;
  background-color: transparent;
  color: #000 !important;
  font-size: 16px;
}
.section-profil .section#section_273208 .form-group .overflow-auto table thead tr th, .section-profil .section#section_273208 .form-group .table-responsive table thead tr th {
  vertical-align: middle;
  background-color: transparent;
  color: #000 !important;
  padding: 20px 0;
  border-top: 1px solid #122CBA;
  border-bottom: 1px solid #122CBA !important;
  font-size: 16px;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td {
  vertical-align: middle;
  background-color: transparent;
  padding: 18px 10px 15px;
  margin: 5px 0;
  text-decoration: underline;
  color: #0091D1;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td:after, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td:after {
  content: "";
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: 0;
  right: 2px;
  z-index: -1;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td:not(:last-child), .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td:not(:last-child) {
  cursor: pointer;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td:not(:last-child):hover, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td:not(:last-child):hover {
  color: #D53C85;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd], .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] {
  display: none;
  width: 30px;
  padding-right: 12px;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button {
  margin: 0 auto;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:before, .section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:after, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:before, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:after {
  background-color: #0091D1;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:before, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:before {
  width: 1px;
  left: 8px;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:after, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:after {
  height: 1px;
  margin-top: 0px;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:hover, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:hover {
  opacity: 1;
}
.section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:hover:before, .section-profil .section#section_273208 .form-group .overflow-auto table tbody tr td[class*=actionTd] button:hover:after, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:hover:before, .section-profil .section#section_273208 .form-group .table-responsive table tbody tr td[class*=actionTd] button:hover:after {
  background-color: #D53C85;
}
.section-profil .section#section_273208 .form-group .field-object-create-element {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.section-profil .section#section_273208 .form-group .field-object-create-element:hover, .section-profil .section#section_273208 .form-group .field-object-create-element:active, .section-profil .section#section_273208 .form-group .field-object-create-element:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-profil .section#section_273208 .form-group .field-object-create-element {
    white-space: normal !important;
  }
}
.section-profil .section#section_273208 .form-group .field-object-create-element {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.section-profil .section#section_273208 .form-group .field-object-create-element:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.section-profil .section#section_273208 .form-group .field-object-export-element {
  display: none;
  background-color: transparent !important;
  color: #000;
  border: 2px solid #0091D1;
}
.section-profil .section#section_273208 .form-group .field-object-export-element:hover {
  background-color: #0091D1 !important;
  color: #fff;
}
.section-profil .section#section_273208 .form-group .overflow-auto table {
  min-width: 100%;
}
.section-profil .object-menu-hidden .content > h1 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-profil .object-menu-hidden .content > h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-profil .object-menu-hidden .content > h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.section-profil .object-menu-hidden .field-object-temp .object-main-title {
  display: block;
  border-bottom: 0;
}
.section-profil .object-menu-hidden .field-object-temp .object-main-title > h2 {
  display: none;
}
.section-profil .object-menu-hidden .field-object-temp .object-main-title .object-top-action {
  justify-content: flex-end;
  align-items: normal;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.section-profil .object-menu-hidden .field-object-temp .object-main-title .object-top-action .btn-link {
  padding-left: 20px;
  padding-right: 0;
  margin-right: 30px;
}
.section-profil .object-menu-hidden .field-object-temp .object-main-title .object-top-action .btn-link:after {
  right: auto;
  left: 0;
  transform: rotate(225deg);
  margin-left: 0;
}
.section-profil .object-menu-hidden .field-object-temp {
  /* Main content */
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive {
  width: 100%;
  overflow: auto;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table {
  min-width: 600px;
  margin-top: 30px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table thead tr th a, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table thead tr th a {
  vertical-align: middle;
  background-color: transparent;
  color: #000 !important;
  font-size: 16px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table thead tr th, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table thead tr th {
  vertical-align: middle;
  background-color: transparent;
  color: #000 !important;
  padding: 20px 0;
  border-top: 1px solid #122CBA;
  border-bottom: 1px solid #122CBA !important;
  font-size: 16px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td {
  vertical-align: middle;
  background-color: transparent;
  padding: 18px 10px 15px;
  margin: 5px 0;
  text-decoration: underline;
  color: #0091D1;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td:after, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td:after {
  content: "";
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: 0;
  right: 2px;
  z-index: -1;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td:not(:last-child), .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td:not(:last-child) {
  cursor: pointer;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td:not(:last-child):hover, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td:not(:last-child):hover {
  color: #D53C85;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd], .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] {
  display: none;
  width: 30px;
  padding-right: 12px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button {
  margin: 0 auto;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:before, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:after, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:before, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:after {
  background-color: #0091D1;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:before, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:before {
  width: 1px;
  left: 8px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:after, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:after {
  height: 1px;
  margin-top: 0px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:hover, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:hover {
  opacity: 1;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:hover:before, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .overflow-auto table tbody tr td[class*=actionTd] button:hover:after, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:hover:before, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .table-responsive table tbody tr td[class*=actionTd] button:hover:after {
  background-color: #D53C85;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element:hover, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element:active, .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element {
    white-space: normal !important;
  }
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element {
  background-color: #0091D1;
  color: #fff;
  border: 1px solid #0091D1;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-create-element:hover {
  background-color: #D10058;
  border: 1px solid #D10058;
  color: #fff;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-export-element {
  display: none;
  background-color: transparent !important;
  color: #000;
  border: 2px solid #0091D1;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .field-object-export-element:hover {
  background-color: #0091D1 !important;
  color: #fff;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .object-header-containter > h2 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .object-header-containter > h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .object-header-containter > h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .object-header-containter > h2 {
  color: #122CBA;
  padding-bottom: 30px;
  border-bottom: 2px solid #122CBA;
}
@media (max-width: 767px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .object-header-containter > h2 {
    margin-top: 60px;
  }
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .section-description {
  margin-bottom: 30px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .section .form-group .control-label {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .section .form-group .control-label {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .section .form-group .control-label {
    font-size: 17px;
    line-height: 21px;
  }
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__form .section .form-group .control-label {
  padding-top: 60px;
  padding-bottom: 10px;
}
.section-profil .object-menu-hidden .field-object-temp {
  /* Right side menu */
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group__title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group__title {
    font-size: 15px;
    line-height: 22px;
  }
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group__title {
  background-color: transparent;
  color: #122CBA;
  border: 0;
  border-bottom: 2px solid #122CBA;
  margin-bottom: 0;
  padding: 22px 0px 20px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item {
  padding: 20px;
  border: 0;
  border-bottom: 1px solid #122CBA;
  margin-bottom: 0;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item .icon-check {
  margin-right: 20px;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item .icon-check:before {
  color: #122CBA;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item .icon-close {
  display: none;
}
.section-profil .object-menu-hidden .field-object-temp .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item.active {
  background-color: #f2f2f2;
  color: #122CBA;
}
.section-profil .object-menu-hidden .field-object-temp .footer-button-container {
  margin-top: 60px;
}
.section-profil .object-menu-hidden .field-object-temp .footer-button-container .btn-link {
  padding-left: 20px;
  padding-right: 0;
  margin-right: 30px;
}
.section-profil .object-menu-hidden .field-object-temp .footer-button-container .btn-link:after {
  right: auto;
  left: 0;
  transform: rotate(225deg);
  margin-left: 0;
}

/*
.lang-fr {
	.section-profil .box-object-items-list #object-element-list tbody tr:before {
		content: "Éditer la page de";
	}
}
.lang-en {
	.section-profil .box-object-items-list #object-element-list tbody tr:before {
		content: "Edit";
	}
	.section-profil .box-object-items-list #object-element-list tbody tr:after {
		content: "'s page";
	}
}
*/
.portail-actualites .line-article-comm {
  padding-bottom: 100px;
}
.portail-actualites .news-mosaic .row > div {
  margin-bottom: 80px;
}
.portail-actualites .news-mosaic .paginationControl {
  grid-column-end: -2;
}
.portail-actualites .news-mosaic .news-title {
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .portail-actualites .news-mosaic .news-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.portail-actualites .news-mosaic .news-title {
  color: #0091D1;
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.portail-actualites .news-mosaic .news-published-date {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .portail-actualites .news-mosaic .news-published-date {
    font-size: 17px;
    line-height: 22px;
  }
}
.portail-actualites .news-mosaic .news-published-date {
  font-style: normal;
  color: #21242F;
}
.portail-actualites .news-mosaic div.news-tags {
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
}
.portail-actualites .news-mosaic div.news-tags a.news-tags {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 12px;
  line-height: 14px;
  color: #21242F !important;
  text-transform: none;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
.portail-actualites .news-detail {
  max-width: 770px;
  margin: 0 auto;
}
.portail-actualites .news-detail .news-image {
  margin-bottom: 60px;
}
.portail-actualites .news-detail .news-published-date {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .portail-actualites .news-detail .news-published-date {
    font-size: 14px;
    line-height: 21px;
  }
}
.portail-actualites .news-detail .news-published-date {
  font-style: normal;
  color: #21242F;
}
.portail-actualites .news-detail .back-to-list {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.portail-actualites .news-detail .back-to-list:hover, .portail-actualites .news-detail .back-to-list:active, .portail-actualites .news-detail .back-to-list:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .portail-actualites .news-detail .back-to-list {
    white-space: normal !important;
  }
}
.portail-actualites .news-detail .back-to-list {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.portail-actualites .news-detail .back-to-list:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.portail-actualites .news-detail .back-to-list:hover {
  color: #0091D1;
}
.portail-actualites .news-detail .back-to-list:hover:after {
  border-color: #0091D1;
}

.portail-evenements .search-form {
  margin-bottom: 60px;
}
.portail-evenements .search-form .form-horizontal > .col-sm-12 {
  padding: 0;
}
.portail-evenements .search-form .form-horizontal > .col-sm-12 .control-label {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .portail-evenements .search-form .form-horizontal > .col-sm-12 .control-label {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .portail-evenements .search-form .form-horizontal > .col-sm-12 .control-label {
    font-size: 18px;
    line-height: 23px;
  }
}
.portail-evenements .search-form .form-horizontal > .col-sm-12 .control-label {
  color: #000 !important;
  margin-bottom: 15px;
}
.portail-evenements .events-mosaic > .row {
  margin-bottom: 30px;
}
.portail-evenements .events-mosaic .row .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .portail-evenements .events-mosaic .row .item {
    display: flex;
    flex-direction: column;
  }
}
.portail-evenements .events-mosaic .row .item .address, .portail-evenements .events-mosaic .row .item .contact {
  display: none;
}
.portail-evenements .events-mosaic .row .item hr {
  display: none;
}
.portail-evenements .events-mosaic .row .item .e-thumbnail {
  margin-bottom: 15px;
  transition: opacity 150ms;
}
.portail-evenements .events-mosaic .row .item .e-thumbnail:hover {
  opacity: 0.6;
}
.portail-evenements .events-mosaic .row .item .events-mosaic__short-description {
  order: 1;
  border-bottom: 1px solid #21242F;
  padding: 15px 0;
}
.portail-evenements .events-mosaic .row .item .events-mosaic__short-description p {
  margin-bottom: 0;
}
.portail-evenements .events-mosaic .row .item h3 {
  order: 2;
  font-size: 20px;
  line-height: 26px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .portail-evenements .events-mosaic .row .item h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.portail-evenements .events-mosaic .row .item h3 {
  color: #0091D1;
  padding-top: 15px;
}
.portail-evenements .events-mosaic .row .item .e-date {
  order: 3;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .portail-evenements .events-mosaic .row .item .e-date {
    font-size: 17px;
    line-height: 22px;
  }
}
.portail-evenements .events-mosaic .row .item .e-date {
  color: #21242F;
  font-style: normal;
  margin-bottom: 0;
}
.portail-evenements .events-mosaic .row .item .actions {
  order: 4;
}
.portail-evenements .events-mosaic .row .item .actions .btn {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.portail-evenements .events-mosaic .row .item .actions .btn:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.portail-evenements .events-mosaic .row .item .actions .btn:hover {
  color: #0091D1;
}
.portail-evenements .events-mosaic .row .item .actions .btn:hover:after {
  border-color: #0091D1;
}
.portail-evenements .events-mosaic .row .item .actions .btn {
  margin-top: 0;
}

.line-alert .zone-html .content {
  display: flex;
  justify-content: space-between;
  background-color: #635B4C;
  border-radius: 5px;
  padding: 28px;
  padding-bottom: 16px;
}
.line-alert .zone-html .content h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  width: fit-content;
  max-width: 100%;
  text-transform: none;
  display: block;
}
.line-alert .zone-html .content #close-alert {
  cursor: pointer;
}
.line-alert.inactive {
  display: none;
}

.line-intranet-news .zone-news_flash {
  padding-right: 56px;
}
@media (max-width: 991px) {
  .line-intranet-news .zone-news_flash {
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .line-intranet-news .zone-news_flash {
    padding-right: 15px;
    margin-bottom: 75px;
  }
}
.line-intranet-news .zone-news_flash h2 {
  font-size: 24px;
  line-height: 29px;
  max-width: 18ch;
  word-wrap: break-word;
}
.line-intranet-news .zone-news_flash .newsList .row .item .itemImage {
  margin-bottom: 0;
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #000;
}
.line-intranet-news .zone-news_flash .newsList .row .item h3 {
  color: #0091D1;
}
.line-intranet-news .zone-news_flash .newsList .row .item .e-date {
  font-size: 16px;
  line-height: 23px;
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .line-intranet-news .zone-news_flash .newsList .row .item .e-date {
    font-size: 14px;
    line-height: 21px;
  }
}
.line-intranet-news .zone-news_flash .newsList .row .item .e-date {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.line-intranet-news .zone-news_flash a.viewAll {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-intranet-news .zone-news_flash a.viewAll:hover, .line-intranet-news .zone-news_flash a.viewAll:active, .line-intranet-news .zone-news_flash a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-intranet-news .zone-news_flash a.viewAll {
    white-space: normal !important;
  }
}
.line-intranet-news .zone-news_flash a.viewAll {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.line-intranet-news .zone-news_flash a.viewAll:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
.line-intranet-news .zone-news_flash a.viewAll {
  margin-top: 26px;
}
.line-intranet-news .zone-event_flash {
  padding-left: 56px;
}
@media (max-width: 991px) {
  .line-intranet-news .zone-event_flash {
    padding-left: 26px;
  }
}
@media (max-width: 767px) {
  .line-intranet-news .zone-event_flash {
    padding-left: 15px;
  }
}
.line-intranet-news .zone-event_flash h2 {
  font-size: 24px;
  line-height: 29px;
  max-width: 18ch;
  word-wrap: break-word;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item {
  display: flex;
  flex-direction: column;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item .actions {
  display: none;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item .mod-eventflash__item-title {
  order: 2;
  color: #0091D1;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item a {
  order: 1;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item a .e-thumbnail {
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #000;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item .mod-eventflash__item-itemInfos {
  display: none;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item hr {
  display: none !important;
}
.line-intranet-news .zone-event_flash .mod-eventflash__item .mod-eventflash__item-intro {
  order: 3;
  font-size: 20px;
  font-weight: 500;
}
.line-intranet-news .zone-event_flash a.viewAll {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  height: auto;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  text-transform: none;
  transition: all 150ms;
}
.line-intranet-news .zone-event_flash a.viewAll:hover, .line-intranet-news .zone-event_flash a.viewAll:active, .line-intranet-news .zone-event_flash a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-intranet-news .zone-event_flash a.viewAll {
    white-space: normal !important;
  }
}
.line-intranet-news .zone-event_flash a.viewAll {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.line-intranet-news .zone-event_flash a.viewAll:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
.line-intranet-news .zone-event_flash a.viewAll {
  margin-top: 26px;
}

.line-intranet-nav .news-mosaic .row .col-sm-24 .news-intro {
  padding: 32px 8px 16px 16px;
  border-bottom: 1px solid #707070;
}
.line-intranet-nav .news-mosaic .row .col-sm-24 .news-intro:hover {
  background-color: #F3F3F4;
  cursor: pointer;
}
.line-intranet-nav .news-mosaic .row .col-sm-24 .news-intro h2 {
  font-size: 30px;
  color: #0091D1;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .line-intranet-nav .news-mosaic .row .col-sm-24 .news-intro h2 {
    font-size: 24px;
  }
}
.line-intranet-nav .news-mosaic .row .col-sm-24 .news-intro h2 + p {
  width: 90%;
}
.line-intranet-nav .news-mosaic .row .col-sm-24 .news-intro p img {
  float: right;
  margin-top: -70px;
  margin-right: 16px;
}

.section-administration a.back-to-list {
  display: none;
}
.section-administration a.back-to-list::after {
  display: none;
}
.section-administration .item .actions {
  display: none;
}
@media (max-width: 991px) {
  .section-administration .news-mosaic {
    grid-gap: 30px !important;
  }
}
.section-administration.displayactions .item .actions {
  display: block;
}
.section-administration.displayactions .item .actions > a {
  background-color: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0091D1;
  position: relative;
}
.section-administration.displayactions .item .actions > a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.section-administration.displayactions .item .actions > a:hover {
  color: #0091D1;
}
.section-administration.displayactions .item .actions > a:hover:after {
  border-color: #0091D1;
}

.intranet-collapse .zone-article .mod-article__title {
  margin-bottom: 50px;
  text-align: left;
}
.intranet-collapse .zone-article .mod-article__content table.accordeon > tbody tr:first-child {
  padding: 30px 50px 30px 15px;
}
.intranet-collapse .zone-article .mod-article__content table.accordeon > tbody tr:first-child td {
  font-size: 24px;
}
.intranet-collapse .zone-article .mod-article__content table.accordeon > tbody tr:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .intranet-collapse .zone-article .mod-article__content table.accordeon.active tr:last-child {
    padding: 50px 250px 50px 30px;
  }
}
@media (max-width: 991px) {
  .intranet-collapse .zone-article .mod-article__content table.accordeon.active tr:last-child {
    padding: 45px 45px 50px 30px;
  }
}
.intranet-collapse .zone-article .mod-article__content table.accordeon.active tr td ul {
  padding-left: 20px;
}

.line-equipe-dirgen .newsList .row {
  margin-bottom: 45px;
}
.line-equipe-dirgen .newsList .row .item .intro table {
  width: 100%;
}
.line-equipe-dirgen .newsList .row .item .intro table tbody {
  display: block;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.line-equipe-dirgen .newsList .row .item .intro table tbody tr td:first-child {
  display: block;
  width: 190px;
  height: auto;
  margin-right: 60px;
}
.line-equipe-dirgen .newsList .row .item .intro table tbody tr td:last-child {
  vertical-align: top;
}
.line-equipe-dirgen .newsList .row .item .intro table tbody tr td:last-child h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.line-equipe-dirgen .newsList .row .item .intro table tbody tr td:last-child h4 {
  color: #21242F;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 767px) {
  .dirgen-equipe tbody tr:first-child {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dirgen-equipe tbody tr:first-child td:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dirgen-equipe tbody tr:first-child td:last-child br {
    display: block !important;
  }
}

.line-member-directory .container .row > div .mod_directory__article {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .line-member-directory .container .row > div .mod_directory__article {
    display: none;
  }
}
.line-member-directory .container .row > div .mod_directory__article .header-liste-annuaire {
  max-width: 100%;
  width: 100%;
  margin: auto auto auto 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
}
.line-member-directory .container .row > div .mod_directory__article .header-liste-annuaire > div {
  margin-right: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  padding: 30px 30px 30px 20px;
  text-align: left;
  background: #635B4C;
  color: white;
}
.line-member-directory .container .row > div .mod_directory__article .header-liste-annuaire > div:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.line-member-directory .container .row > div .mod_directory__article .header-liste-annuaire > div:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  .line-member-directory .container .row > div .js-directory-search-box {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .line-member-directory .container .row > div .js-directory-search-box form.search-form {
    width: 40%;
    margin-right: 25px;
  }
}
.line-member-directory .container .row > div .js-directory-search-box form.search-form .form-group .control-label {
  font-size: 18px;
  font-weight: 700;
  color: #000 !important;
}
.line-member-directory .container .row > div .js-directory-search-box #section-footer-search .btn {
  background-color: transparent;
  color: #000;
  border: 2px solid #0091D1;
}
.line-member-directory .container .row > div .js-directory-search-box #section-footer-search .btn:hover {
  background-color: #0091D1;
  color: #fff;
  border: 2px solid #0091D1;
}
.line-member-directory .container .row > div .js-directory-search-box #section-footer-search .btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.line-member-directory .container .row > div .mod_directory__result_bloc .nav, .line-member-directory .container .row > div .mod_directory__result_bloc .nav-tabs {
  border: none !important;
}
.line-member-directory .container .row > div .mod_directory__result_bloc .nav .nav-item, .line-member-directory .container .row > div .mod_directory__result_bloc .nav-tabs .nav-item {
  display: none;
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 {
  background: #F2F2F2;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 30px 15px 30px 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6 {
  padding-left: 10px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6 {
    padding-top: 0;
  }
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6 p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6 p {
    text-align: center;
    margin-bottom: 16px;
  }
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6:first-child {
    padding-bottom: 16px;
  }
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6:first-child .member-img {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/_Intranet/generique.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6:first-child .member-img img {
  width: 110%;
  height: 110% !important;
  object-fit: cover;
  object-position: center center;
  border: 0 !important;
  position: relative;
  left: -1px;
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6:nth-child(2) .member-name {
  margin-bottom: 5px;
}
.line-member-directory .container .row > div .mod_directory__result_bloc .tab-content .tab-pane .col-sm-24 .col-sm-6:last-child p {
  word-break: break-all;
}

.rapport-export-page .poweredBy-wrapper, .rapport-export-page .rapport-listintro {
  display: none;
}
.rapport-export-page.view-formbuilder-search .rapport-listintro {
  display: block;
}
.rapport-export-page div.search-object-form {
  margin-bottom: 30px;
}
.rapport-export-page div.search-object-form form.search-object-form {
  display: flex;
  margin-bottom: 0;
}
.rapport-export-page div.search-object-form form.search-object-form .form-group {
  padding: 0 15px;
  width: 50%;
}
.rapport-export-page div.search-object-form #section-footer-search {
  padding: 0 15px;
}
.rapport-export-page .rapport-repertory {
  padding: 60px 0 120px;
}
.rapport-export-page .rapport-item h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #21242F;
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
  margin-bottom: 20px;
}
.rapport-export-page .rapport-item .p-large {
  color: #0091D1;
}
.rapport-export-page .rapport-export-details {
  padding: 0;
}
.rapport-export-page .rapport-export-details .rapport-name {
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .rapport-export-page .rapport-export-details .rapport-name {
    font-size: 15px;
    line-height: 22px;
  }
}
.rapport-export-page .rapport-export-details .rapport-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #21242F;
  margin-bottom: 20px;
  max-width: 300px;
}
.rapport-export-page .rapport-export-details .rapport-user {
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .rapport-export-page .rapport-export-details .rapport-user {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .rapport-export-page .rapport-export-details .rapport-user {
    font-size: 35px;
    line-height: 40px;
  }
}
.rapport-export-page .rapport-export-details h2 {
  color: #0091D1;
  margin-top: 60px;
}
.rapport-export-page .rapport-export-details h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .rapport-export-page .rapport-export-details h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.rapport-export-page .rapport-export-details .export-table {
  margin-bottom: 30px;
  border: 1px solid black;
}
.rapport-export-page .rapport-export-details .export-table ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin-left: -1px;
}
.rapport-export-page .rapport-export-details .export-table ul.entete li {
  font-weight: 800;
}
.rapport-export-page .rapport-export-details .export-table ul.entete li span {
  display: inline-flex;
  align-items: flex-end;
}
.rapport-export-page .rapport-export-details .export-table ul li {
  border-bottom: 1px solid black;
}
.rapport-export-page .rapport-export-details .export-table ul li span {
  padding: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-right: -1px;
}
.rapport-export-page .rapport-export-details .export-table ul li:last-child {
  margin-bottom: -1px;
}
.rapport-export-page .rapport-export-details .export-table.two li {
  display: grid;
  grid-template-columns: 15% 85%;
}
.rapport-export-page .rapport-export-details .export-table.three li {
  display: grid;
  grid-template-columns: 15% 43% 42%;
  grid-template-areas: "a b c";
}
.rapport-export-page .rapport-export-details .export-table.three li span.object-3_2-field-annee_fiscale, .rapport-export-page .rapport-export-details .export-table.three li span.object-3_4-field-annee_fiscale {
  grid-area: a;
}
.rapport-export-page .rapport-export-details .export-table.three li span.object-3_2-field-nom_du_journal, .rapport-export-page .rapport-export-details .export-table.three li span.object-3_4-field-nom_de_lorganisme {
  grid-area: b;
}
.rapport-export-page .rapport-export-details .export-table.three li span.object-3_2-field-fonction, .rapport-export-page .rapport-export-details .export-table.three li span.object-3_4-field-type_dorganisme {
  grid-area: c;
}
.rapport-export-page .rapport-export-details .export-table.four ul {
  margin-right: -1px;
}
.rapport-export-page .rapport-export-details .export-table.four li {
  display: grid;
  grid-template-columns: 15% 29% 29% calc(27% - 1px);
  grid-template-areas: "a b c d";
}
.rapport-export-page .rapport-export-details .export-table.four li span.object-3_1-field-annee_fiscale, .rapport-export-page .rapport-export-details .export-table.four li span.object-3_3-field-annee_fiscale, .rapport-export-page .rapport-export-details .export-table.four li span.object-5_1-field-annee_fiscale {
  grid-area: a;
}
.rapport-export-page .rapport-export-details .export-table.four li span.object-3_1-field-nom_du_comite, .rapport-export-page .rapport-export-details .export-table.four li span.object-3_3-field-nom_de_lorganisme, .rapport-export-page .rapport-export-details .export-table.four li span.object-5_1-field-nom_du_prix {
  grid-area: b;
}
.rapport-export-page .rapport-export-details .export-table.four li span.object-3_1-field-fonction, .rapport-export-page .rapport-export-details .export-table.four li span.object-3_3-field-fonction, .rapport-export-page .rapport-export-details .export-table.four li span.object-5_1-field-nom_de_lorganisme {
  grid-area: c;
}
.rapport-export-page .rapport-export-details .export-table.four li span.object-3_1-field-type_dorganisme, .rapport-export-page .rapport-export-details .export-table.four li span.object-3_3-field-type_dorganisme, .rapport-export-page .rapport-export-details .export-table.four li span.object-5_1-field-type_dorganisme {
  grid-area: d;
}
.rapport-export-page .rapport-export-details .export-table.five li {
  display: grid;
  grid-template-columns: 15% 21% 21% 21% 22%;
  grid-template-areas: "a b c d e";
}
.rapport-export-page .rapport-export-details .export-table.five li span.object-2_2-field-annee_fiscale {
  grid-area: a;
}
.rapport-export-page .rapport-export-details .export-table.five li span.object-2_2-field-nom_de_levenement {
  grid-area: b;
}
.rapport-export-page .rapport-export-details .export-table.five li span.object-2_2-field-format {
  grid-area: c;
}
.rapport-export-page .rapport-export-details .export-table.five li span.object-2_2-field-lieu_country {
  grid-area: d;
}
.rapport-export-page .rapport-export-details .export-table.five li span.object-2_2-field-lieu_state {
  grid-area: e;
}
.rapport-export-page .rapport-export-details .export-table.six li {
  display: grid;
  grid-template-columns: 15% 16% 17% 16% 16% 20%;
  grid-template-areas: "a b c d e f ";
}
.rapport-export-page .rapport-export-details .export-table.six li span.object-1_1-field-annee_fiscale, .rapport-export-page .rapport-export-details .export-table.six li span.object-1_2-field-annee_fiscale, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_1-field-annee_fiscale, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_3-field-annee_fiscale {
  grid-area: a;
}
.rapport-export-page .rapport-export-details .export-table.six li span.object-1_1-field-titre_du_cours, .rapport-export-page .rapport-export-details .export-table.six li span.object-1_2-field-nom_de_famille, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_1-field-nom_de_levenement, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_3-field-nom_de_levenement {
  grid-area: b;
}
.rapport-export-page .rapport-export-details .export-table.six li span.object-1_1-field-type_de_cours, .rapport-export-page .rapport-export-details .export-table.six li span.object-1_2-field-prenom, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_1-field-titre_de_la_presentation, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_3-field-fonction {
  grid-area: c;
}
.rapport-export-page .rapport-export-details .export-table.six li span.object-1_1-field-universite, .rapport-export-page .rapport-export-details .export-table.six li span.object-1_2-field-universite, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_1-field-format, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_3-field-format {
  grid-area: d;
}
.rapport-export-page .rapport-export-details .export-table.six li span.object-1_1-field-niveau, .rapport-export-page .rapport-export-details .export-table.six li span.object-1_2-field-diplome_obtenu, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_1-field-lieu_country, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_3-field-lieu_country {
  grid-area: e;
}
.rapport-export-page .rapport-export-details .export-table.six li span.object-1_1-field-nombre_dheures_consacrees, .rapport-export-page .rapport-export-details .export-table.six li span.object-1_2-field-secteur_dactivite_post_diplome, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_1-field-lieu_state, .rapport-export-page .rapport-export-details .export-table.six li span.object-2_3-field-lieu_state {
  grid-area: f;
}
.rapport-export-page .rapport-export-details .export-table.seven li {
  display: grid;
  grid-template-columns: 15% 14% 14% 15% 12% 12% 18%;
  grid-template-areas: "a b c d e f g";
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-annee_fiscale {
  grid-area: a;
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-nom_de_famille {
  grid-area: b;
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-prenom {
  grid-area: c;
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-universite {
  grid-area: d;
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-secteur_dactivite_post_formation {
  grid-area: e;
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-secteur_dactivite_post_formation {
  grid-area: f;
}
.rapport-export-page .rapport-export-details .export-table.seven li.object-1_3-field-secteur_dactivite_post_formation {
  grid-area: g;
}

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