@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Saira+Condensed:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap");
/* --Font-- */
/* --Colors-- */
/* --USAGE-- */
html {
  font-size: 55.5%; }
  @media (min-width: 992px) {
    html {
      font-size: 58.5%; } }
  @media (min-width: 1200px) {
    html {
      font-size: 62.5%; } }

h1,
.h1 {
  font-family: "Saira Condensed", sans-serif;
  color: #574f50;
  font-style: normal;
  font-weight: 700;
  font-size: 5.7rem;
  line-height: 1.1;
  text-transform: uppercase; }

h2,
.h2 {
  position: relative;
  font-family: "Saira Condensed", sans-serif;
  color: #971203;
  font-style: normal;
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 1.2;
  text-transform: none; }
  h2::before,
  .h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 162px;
    height: 4px;
    background: #971203;
    top: -20px;
    left: 0; }

h2.title,
h2.section-title {
  margin-top: 2.4rem; }
  h2.title::before,
  h2.section-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 162px;
    height: 4px;
    background: #fff;
    top: -20px;
    left: 0; }

h3,
.h3 {
  font-family: "Saira Condensed", sans-serif;
  color: #574f50;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  text-transform: none; }

h4,
.h4 {
  font-family: "Saira Condensed", sans-serif;
  color: #971203;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.7; }

h5,
.h5 {
  font-family: "Saira Condensed", sans-serif;
  color: #574f50;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  text-transform: uppercase;
  line-height: 1.4; }

h6,
.h6 {
  font-family: "Saira Condensed", sans-serif;
  color: #971203;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: none;
  line-height: 1.8; }

p {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #574f50; }
  p a {
    font-family: "Open Sans", sans-serif;
    color: #971203; }
    p a:hover {
      color: #259dc3;
      text-decoration: underline; }

ul {
  font-family: Arial, Helvetica, sans-serif !important; }

ul li {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important; }

.mod-article__content ul,
.mod-article__content ol {
  font-family: "Open Sans", sans-serif; }
  .mod-article__content ul li,
  .mod-article__content ol li {
    font-family: "Open Sans", sans-serif;
    color: #574f50;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.2em; }

.line-champ-action div#news_content .btn-primary {
  display: flex;
  align-items: center;
  width: 300px; }

.btn {
  font-family: "Open Sans", sans-serif;
  box-shadow: none !important;
  max-width: 100%;
  min-width: 1px;
  border: none;
  text-transform: none; }

.btn-primary {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  background-color: #971203;
  border: 2px solid #971203;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.03em; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #650c02;
    border-color: #650c02; }

.btn.btn-default {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  background-color: #574f50;
  border: 2px solid #574f50;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.03em; }
  .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active {
    color: #fff;
    background-color: #3c3737;
    border-color: #3c3737; }

.btn.btn-link {
  position: relative;
  color: #971203;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  line-height: 1.3;
  text-transform: uppercase; }
  .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link.active {
    color: #971203;
    text-decoration: underline; }

.form-control {
  border: 1px solid #d3d7db; }

.form-withProgress__wrapper label {
  color: #574f50; }

.form-horizontal .control-label {
  color: #574f50;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4; }

.chosen-container.chosen-container-multi.form-control::after {
  content: "";
  border: 2px solid #971203;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  top: 0%; }

select {
  height: 40px; }

a.page {
  color: #33b3a6; }
  a.page.active, a.page:hover, a.page:focus {
    color: #971203; }

form h2.section-title {
  color: #971203; }
  form h2.section-title::before {
    background: #971203; }

.line-menu {
  background: transparent; }
  .line-menu::after {
    border: none; }
  .line-menu .row-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .line-menu .zone-25.zone-header {
    margin-left: 3rem; }
  .line-menu .zone-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .line-menu .zone-menu .navbar-nav li,
    .line-menu .zone-menu .navbar-nav li.active {
      background: transparent; }
      .line-menu .zone-menu .navbar-nav li a,
      .line-menu .zone-menu .navbar-nav li.active a {
        color: #574f50; }
  .line-menu ul.nav.navbar-nav li .dropdown-menu {
    background: #fff; }
    .line-menu ul.nav.navbar-nav li .dropdown-menu a {
      color: #574f50; }
      .line-menu ul.nav.navbar-nav li .dropdown-menu a:hover {
        background: #971203;
        color: #fff; }
  .line-menu ul.nav.navbar-nav li:last-child .dropdown-menu {
    left: -100px; }

@media (max-width: 991px) {
  .navbar-toggle {
    margin-right: 2rem; }
  .navbar.navbar-default.hidden-print {
    width: 100%; }
  .navbar-collapse.collapse.in {
    overflow: hidden; } }

@media (max-width: 767px) {
  .line-menu .row-fluid {
    flex-direction: column; }
  .zone-75.zone-menu {
    width: 100%;
    padding-left: 0; } }

.member-sidebar__inner,
ul.nav.nav-stacked {
  background-color: #971203; }

@media (min-width: 768px) {
  ul.nav.nav-stacked {
    width: 100%; } }

ul.nav.nav-stacked li:hover {
  background: #fff; }

ul.nav.nav-stacked a {
  width: 100%;
  text-align: left; }
  ul.nav.nav-stacked a:hover {
    background: transparent; }

.member-sidebar__member-header {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1.5rem 0rem; }
  .member-sidebar__member-header .h3 {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    text-transform: uppercase; }

.member-sidebar__inner ul {
  padding: 0; }
  .member-sidebar__inner ul li {
    border-bottom: 1px solid #259dc3;
    border: none; }
    .member-sidebar__inner ul li:hover, .member-sidebar__inner ul li.active {
      background: #fff; }
      .member-sidebar__inner ul li:hover a, .member-sidebar__inner ul li.active a {
        color: #971203;
        font-weight: 700; }
    .member-sidebar__inner ul li.active a {
      text-decoration: none;
      color: #971203;
      font-weight: 700; }
    .member-sidebar__inner ul li a {
      display: block;
      font-style: normal;
      font-weight: 500;
      font-size: 1.6rem;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      padding: 1.5rem 2rem;
      border-top: 1px solid #fff; }
      .member-sidebar__inner ul li a:hover {
        color: #971203; }

.member-sidebar__member-footer {
  background-color: #574f50;
  color: #ffffff;
  font-style: normal;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: normal;
  border-bottom: none;
  padding: 1.5rem 2rem; }
  .member-sidebar__member-footer:hover {
    background-color: #3c3737; }
  .member-sidebar__member-footer a {
    display: block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0;
    height: 100%; }
    .member-sidebar__member-footer a:hover {
      color: #fff; }

.line-information-annuaire {
  background: #971203;
  padding: 4rem 00; }
  .line-information-annuaire h2,
  .line-information-annuaire p {
    color: #fff; }
  .line-information-annuaire h2 {
    width: 35%;
    font-size: 3.3rem; }
  .line-information-annuaire p {
    width: 65%; }
  .line-information-annuaire .content {
    display: flex; }

form#module_directory_member {
  background: #574f50;
  padding: 4rem 2rem; }
  form#module_directory_member .col-md-12 {
    width: 100%; }
  form#module_directory_member label {
    color: #fff; }
  form#module_directory_member .chosen-action__wrapper {
    display: flex;
    justify-content: space-between; }
    form#module_directory_member .chosen-action__wrapper a {
      padding: 0;
      color: #fff; }

.chosen-container.chosen-container-multi.form-control::after {
  border: 0; }

.mod_directory__result_bloc ul#directory-tabs {
  border: none; }

.mod_directory__result_bloc a.nav-link.active {
  border: none;
  padding-left: 0;
  color: #971203;
  font-size: 2.5rem;
  font-weight: 500; }

.mod_directory__result_bloc thead {
  border-bottom: 3px solid rgba(87, 79, 80, 0.4); }
  .mod_directory__result_bloc thead th {
    width: 25%; }
    .mod_directory__result_bloc thead th a {
      color: #574f50; }

.mod_directory__result_bloc tr td:first-child {
  color: #971203;
  font-weight: 600;
  font-size: 1.4rem;
  height: 10rem; }

a.page {
  color: #574f50; }

.directory-member-detail-wrapper h1,
.directory-member-detail-wrapper #Ficheannuaire #section_100426 {
  background: #574f50;
  color: #fff;
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem; }
  .directory-member-detail-wrapper h1 label,
  .directory-member-detail-wrapper #Ficheannuaire #section_100426 label {
    text-transform: uppercase;
    color: white; }
  .directory-member-detail-wrapper h1 p,
  .directory-member-detail-wrapper h1 a,
  .directory-member-detail-wrapper #Ficheannuaire #section_100426 p,
  .directory-member-detail-wrapper #Ficheannuaire #section_100426 a {
    color: #fff;
    text-transform: none; }
  .directory-member-detail-wrapper h1 a,
  .directory-member-detail-wrapper #Ficheannuaire #section_100426 a {
    text-decoration: underline;
    font-weight: 400; }

.directory-member-detail-wrapper h1 {
  padding-top: 6rem; }

#Ficheannuaire div#section_100426 h2.section-title {
  margin-top: 0;
  color: #fff; }
  #Ficheannuaire div#section_100426 h2.section-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 162px;
    height: 4px;
    background: #fff;
    top: -20px;
    left: 0; }

#Ficheannuaire h2.section-title {
  color: #971203; }
  #Ficheannuaire h2.section-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 162px;
    height: 4px;
    background: #971203;
    top: -20px;
    left: 0; }

div#section_121596 {
  margin-top: 8rem; }

.form-element-profildelentreprise .col-md-12 {
  width: 100%; }

.nav-progress li > a {
  margin-top: 0 !important;
  font-size: 1rem !important; }

.nav-progress > li.disabled:before {
  background: #574f50; }

.nav-progress > li.disabled a {
  color: #574f50; }

.nav-progress > li.disabled.active:before {
  background: #971203; }

.nav-progress > li.disabled.active a {
  color: #574f50; }

.nav-progress > li.disabled.active ~ li:before {
  background: #f5f6f6; }

.nav-progress > li.disabled.active ~ li a {
  color: #574f50; }

.line-banner {
  background: url("https://cdn.ca.yapla.com/company/CPYfHYrUnESFhd9Z8UKYtehw/asset/files/background-video.png"); }
  .line-banner video {
    width: 100%;
    height: 650px;
    object-fit: cover; }
    @media (max-width: 991px) {
      .line-banner video {
        height: 500px; } }
    @media (max-width: 480px) {
      .line-banner video {
        opacity: 0; } }
  .line-banner h1 {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    padding: 4rem 0 4rem 9rem;
    background: rgba(151, 18, 3, 0.9);
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .line-banner h1 {
        width: 732px; } }
    @media (min-width: 992px) {
      .line-banner h1 {
        width: 952px; } }
    @media (min-width: 1200px) {
      .line-banner h1 {
        width: 1152px; } }
    @media (max-width: 767px) {
      .line-banner h1 {
        font-size: 3.5rem;
        top: 55%; } }
  .line-banner .urb-hero__video-wrap {
    position: relative; }

.line-header {
  background-color: #363232; }
  .line-header .zone-header {
    display: flex;
    height: 3.6rem;
    align-items: center; }
    .line-header .zone-header a {
      color: #fff; }
    .line-header .zone-header:first-child {
      padding-right: 0; }
  .line-header .mod-social-links {
    margin-left: 3rem; }
  .line-header .mod-social-links,
  .line-header .social-link > * {
    padding: 0;
    color: #fff; }
  .line-header .mod-header-wrapper {
    padding: 0; }
  .line-header .zone-header:last-child {
    display: flex;
    justify-content: flex-end;
    padding-left: 0; }
    @media (max-width: 767px) {
      .line-header .zone-header:last-child {
        justify-content: center; } }
    @media (max-width: 480px) {
      .line-header .zone-header:last-child {
        height: 96px; }
        .line-header .zone-header:last-child .rf-mod-header-wrapper {
          width: 100%; }
          .line-header .zone-header:last-child .rf-mod-header-wrapper * {
            width: 100%; } }
    .line-header .zone-header:last-child .custom-login-links {
      display: flex;
      align-items: center; }
      @media (max-width: 480px) {
        .line-header .zone-header:last-child .custom-login-links {
          align-items: stretch; } }
      @media (max-width: 480px) {
        .line-header .zone-header:last-child .custom-login-links {
          flex-direction: column; } }
      .line-header .zone-header:last-child .custom-login-links a {
        height: 3.6rem;
        text-align: center;
        line-height: 3.6rem;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 1.2rem;
        padding: 0px 32px;
        font-weight: 700;
        text-transform: uppercase; }
        .line-header .zone-header:last-child .custom-login-links a:hover {
          text-decoration: none; }
      .line-header .zone-header:last-child .custom-login-links .championat {
        background: #259dc3; }
      .line-header .zone-header:last-child .custom-login-links .membre {
        background: #33b3a6; }
      .line-header .zone-header:last-child .custom-login-links .connexion {
        background: #971203; }

.line-footer {
  background: #fff; }
  .line-footer .custom-footer {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1200px) {
      .line-footer .custom-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
    .line-footer .custom-footer p {
      padding: 0 0.5rem; }

.line-evenement {
  padding: 6rem 0; }
  .line-evenement .content.news.eventsList span.date.e-date {
    text-transform: uppercase;
    color: #971203;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: initial; }
  .line-evenement hr {
    display: none; }
  .line-evenement .viewAll.mod-eventflash__viewAll {
    display: inline-block;
    margin-top: 2rem;
    color: #971203;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif; }

.zone-event .thumb.e-thumbnail,
.zone-event .e-thumbnail,
.zone-event_flash .thumb.e-thumbnail,
.zone-event_flash .e-thumbnail {
  width: 351px !important;
  height: 230px !important;
  object-fit: cover; }

.zone-news img.news-thumbnail {
  width: 351px !important;
  height: 230px !important;
  object-fit: cover; }

.zone-news p.news-published-date.e-date {
  text-transform: uppercase;
  color: #971203;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: initial; }

.zone-news p {
  font-family: "Open Sans", sans-serif; }

#member_adhesion_form h2 {
  color: #363232; }

#member_adhesion_form .form-withProgress__navigation-footer .btn-link,
#member_adhesion_form .form-withProgress__navigation-footer a#prev_reg_step {
  margin-right: 2rem; }
  #member_adhesion_form .form-withProgress__navigation-footer .btn-link:hover,
  #member_adhesion_form .form-withProgress__navigation-footer a#prev_reg_step:hover {
    background: transparent !important; }

.line-intro {
  background: #f5f6f6;
  background-image: url("https://cdn.ca.yapla.com/company/CPYfHYrUnESFhd9Z8UKYtehw/asset/images/background/engrenages.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .line-intro .mod-article__content {
    display: flex; }
    @media (max-width: 767px) {
      .line-intro .mod-article__content {
        flex-direction: column; } }
  .line-intro .intro-text {
    margin-left: 10rem; }
    @media (max-width: 767px) {
      .line-intro .intro-text {
        margin-left: 0;
        margin-top: 2rem; } }

.line-social-feed {
  background-image: url("https://cdn.ca.yapla.com/company/CPYfHYrUnESFhd9Z8UKYtehw/asset/images/background/blue-gear.png");
  height: 780px; }
  @media (max-width: 991px) {
    .line-social-feed {
      height: 1280px; } }
  .line-social-feed .container {
    height: 100%; }
    .line-social-feed .container .row {
      width: 90%;
      margin: 10% auto; }
  .line-social-feed .zone-50 {
    text-align: left; }
    @media (max-width: 991px) {
      .line-social-feed .zone-50.col-sm-12 {
        width: 100% ; } }
    @media (max-width: 767px) {
      .line-social-feed .zone-50 {
        padding: 2rem 0; } }
  .line-social-feed .zone-50 {
    margin-top: 50px;
    padding-left: 50px; }
    .line-social-feed .zone-50 h2 {
      color: #fff;
      display: inline-block; }
      .line-social-feed .zone-50 h2::before {
        background: #fff; }

.line-infolettre {
  background: #f5f6f6;
  padding: 8rem 0; }
  .line-infolettre .row-fluid.row {
    display: flex; }
    @media (max-width: 991px) {
      .line-infolettre .row-fluid.row {
        flex-direction: column; } }
  .line-infolettre .zone-contact_newsletter h2.section-title {
    display: none; }
  .line-infolettre label.control-label.col-md-6.required {
    color: #574f50;
    display: flex;
    align-items: center;
    margin-right: 2rem; }
  .line-infolettre form#mod_form_newsletter_form,
  .line-infolettre .form-group.form-element-email {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .line-infolettre form#mod_form_newsletter_form,
      .line-infolettre .form-group.form-element-email {
        flex-direction: column; } }
  .line-infolettre .form-horizontal .control-label {
    width: 20%; }
  .line-infolettre .col-md-12 {
    width: 100%; }
  .line-infolettre .crm-footer-frame {
    margin-left: 2rem; }
    @media (max-width: 767px) {
      .line-infolettre .crm-footer-frame {
        margin-left: 0; } }
  .line-infolettre input#email {
    min-width: 250px; }
  .line-infolettre button#submitform {
    margin: 0;
    height: 40px; }

.line-nouvelle {
  background: #f5f6f6;
  padding: 4rem 0; }

.line-logo-full {
  padding: 4rem 0; }
  .line-logo-full img {
    width: 522px; }

.panel-default > .panel-heading {
  background: transparent;
  border-bottom: none; }
  .panel-default > .panel-heading table {
    width: 100%; }
    .panel-default > .panel-heading table td {
      width: 50%; }
    .panel-default > .panel-heading table img {
      object-fit: cover;
      height: 250px !important;
      min-width: 200px !important; }

.panel-title {
  border-bottom: 1px solid #e0e0e0; }

.panel-heading .panel-title > a:after,
.panel-heading > a:after,
#accordion h3.panel-title a:after {
  font-size: 1rem; }

a.news-accordion-header.collapsed,
a.news-accordion-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between; }

.panel-collapse.in {
  border-bottom: none; }

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.donation-footer-frame .btn-link.active,
.donation-footer-frame .btn-link:active,
.donation-footer-frame .btn-link:focus,
.donation-footer-frame .btn-link:hover,
.form-withProgress__navigation-footer .btn-link.active,
.form-withProgress__navigation-footer .btn-link:active,
.form-withProgress__navigation-footer .btn-link:focus,
.form-withProgress__navigation-footer .btn-link:hover {
  background: transparent !important; }

.mod-header-logo {
  max-width: 315px; }

.etudes .zone-news img.news-thumbnail {
    width: 351px !important;
    height: 450px !important;
    object-fit: cover;
}
@media (max-width: 991px) {
    .line-recherchesemantique .js-directory-search-box {
        padding:0 15px;
    }
}
@media (min-width: 992px) {
    .line-recherchesemantique .js-directory-search-box {
        display:flex;
    }
    .line-recherchesemantique .js-directory-search-box #module_directory_semantic_search{
        flex:1;
    }
    .line-recherchesemantique .js-directory-search-box #section-footer-search{
       flex: 0 auto; 
    }
    .line-recherchesemantique .js-directory-search-box #search_member {
        margin:32px 0 0 20px;
    }
    .line-recherchesemantique #module_directory_organization_result td:first-child {
        height:auto !important;
    }
}