@charset "UTF-8";
/* RESPONSIVE MIXINS */
/* 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 */
/* DISPLAY RESPONSIVE */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap");
.displaynone {
  display: none;
}

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

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

/* FONTS */
/* COLORS VARIABLES */
/* TOOL MIXINS */
/* PAGES IMPORT, ORDER IMPORTANT */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br {
    display: none !important;
  }
}

*:focus, *:active {
  outline: none !important;
}

h1, .h1 {
  font-size: 58px;
  line-height: 65px;
  color: #004565;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

h2, .h2 {
  font-size: 35px;
  line-height: 36px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
}

h4, .h4 {
  font-size: 12px;
  line-height: 16px;
  color: #004565;
  font-weight: 600;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 15px;
  line-height: 20px;
  color: #004565;
  font-weight: 700;
  text-transform: uppercase;
}

h6, .h6, p {
  font-size: 17px;
  line-height: 25px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}
h6 a, .h6 a, p a {
  color: #6AB335;
}

p {
  margin-bottom: 30px;
  color: #000;
}

.btn {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 50px;
  padding: 16px 40px;
  display: inline-flex;
  align-items: center;
  transition: background-color 150ms, color 150ms;
  margin-right: 15px;
  white-space: normal;
}
@media (max-width: 991px) {
  .btn {
    padding: 5px 30px;
  }
}
.btn.btn-primary, .btn.btn-default {
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
}
.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #6AB335;
  color: #fff;
}
.btn.btn-link, .btn.btn-back {
  border: none;
  color: #004565;
  padding: 16px 0px;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  min-width: 0;
}
.btn.btn-link:hover, .btn.btn-back:hover {
  text-decoration: none;
  background-color: transparent;
  color: #6AB335;
  border-color: transparent;
  border-bottom: 2px solid #6AB335;
}

.back-to-list {
  color: #004565;
  padding: 16px 0px;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  min-width: 0;
}
.back-to-list:hover {
  text-decoration: none;
  background-color: transparent;
  color: #6AB335;
  border-color: transparent;
  border-bottom: 2px solid #6AB335;
}

.category {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #6AB335;
  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: #004565 !important;
  display: inline-block;
  width: auto;
  padding: 2px 10px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

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

.search-form {
  margin-bottom: 30px;
}
.search-form label {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
  color: #004565 !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: "Montserrat", sans-serif;
  font-size: 14px;
  color: #6AB335;
  font-style: italic;
  font-weight: 700;
  text-transform: none !important;
}

.zend_form {
  background-color: #F4F4F4;
  padding: 60px 60px 40px 60px;
  display: inline-block;
  border-bottom: 2px solid #6AB335;
}
.zend_form .col-md-12 {
  width: 100%;
}

#ui-form .ui-section__content {
  background-color: #004565;
}
#ui-form .ui-section__content h2 {
  color: #fff;
}
#ui-form .ui-section__content .btn {
  color: #fff;
}

form.form-horizontal {
  max-width: 800px;
  margin: auto;
}
form.form-horizontal .col-md-12 {
  width: 100%;
}
form.form-horizontal h2 {
  font-size: 35px;
  line-height: 36px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  color: #004565;
}
@media (max-width: 767px) {
  form.form-horizontal h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
form.form-horizontal label.control-label {
  color: #004565;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
form.form-horizontal .form-control-static {
  padding: 10px;
  color: rgba(0, 69, 101, 0.7);
  border-bottom: 2px solid rgba(106, 179, 53, 0.7);
  background-color: #fff;
}
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-bottom: 2px solid #6AB335 !important;
}
form.form-horizontal .crm-footer-frame {
  margin-top: 30px;
}
form.form-horizontal #fieldset-price_bloc, form.form-horizontal #fieldset-sometext {
  margin-top: 30px;
}
form.form-horizontal #fieldset-price_bloc legend, form.form-horizontal #fieldset-sometext legend {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
}
form.form-horizontal .total-amount-section {
  margin: 30px 0;
}
form.form-horizontal #fieldset-section_payment_summary h2, form.form-horizontal #fieldset-paymentmethod h2 {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
}

.greybackground form input, .greybackground form select, .greybackground form textarea {
  background-color: #fff !important;
}

.darkbackground form {
  background-color: #004565;
}
.darkbackground form h2 {
  color: #fff;
}
.darkbackground form label.control-label {
  color: #fff !important;
}
.darkbackground form .btn-primary {
  color: #fff;
}
.darkbackground form input, .darkbackground form select, .darkbackground form textarea {
  background-color: #fff;
  border-bottom: none !important;
}
.darkbackground form .control-label--required {
  color: #fff;
}
.darkbackground form .form-control-static {
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  background-color: #fff;
}

.form-withProgress__title-main {
  font-size: 35px;
  line-height: 36px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .form-withProgress__title-main {
    font-size: 34px;
    line-height: 36px;
  }
}

.control-label--required {
  color: #004565;
}

select, input.form-control, .chosen-choices {
  border: none !important;
  padding: 15px !important;
  height: 51px !important;
}

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

.nav-progress {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .nav-progress {
    display: block;
  }
  .nav-progress li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: left !important;
  }
}
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav-progress li.disabled a {
  text-align: left;
  float: left;
  padding-left: 15px;
  font-weight: 600;
  color: #004565;
  margin-top: 12px;
  text-transform: none;
  font-size: 20px;
}
.nav-progress li.disabled a:hover {
  color: inherit;
  text-transform: none;
  font-size: 20px;
  padding-left: 15px;
  margin-top: 12px;
}
.nav-progress li.disabled:before {
  float: left;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #004565;
  border: 2px solid #004565;
  background-color: transparent;
  padding: 5px;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active a {
  color: #004565;
}
.nav-progress li.disabled.active:before {
  color: #004565;
  border-color: #004565;
  background-color: transparent;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li a {
  color: #6AB335;
}
.nav-progress li.disabled.active ~ li:before {
  color: #6AB335;
  border-color: #6AB335;
  background-color: transparent;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

.sidebar__member-zone {
  background-color: rgba(0, 69, 101, 0.025);
}
.sidebar__member-zone .member-sidebar__inner {
  background: transparent;
  padding: 30px 15px 30px 15px;
}
.sidebar__member-zone .member-sidebar__member-header {
  border: none;
}
.sidebar__member-zone .member-sidebar__member-header__title {
  color: #004565;
  font-weight: 600;
  border-bottom: 1px solid #676767;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.sidebar__member-zone .member-sidebar__member-footer {
  background: transparent;
}
.sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 50px;
  padding: 16px 40px;
  display: inline-flex;
  align-items: center;
  transition: background-color 150ms, color 150ms;
  margin-right: 15px;
  white-space: normal;
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  border: 2px solid #6AB335;
}
@media (max-width: 991px) {
  .sidebar__member-zone .member-sidebar__member-footer a {
    padding: 5px 30px;
  }
}
.sidebar__member-zone .member-sidebar__member-footer a:hover {
  background-color: #6AB335;
  color: #fff;
}
.sidebar__member-zone .member-sidebar__menu li {
  padding: 3px 0;
  margin-bottom: 5px;
}
.sidebar__member-zone .member-sidebar__menu li a {
  color: #004565;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.sidebar__member-zone .member-sidebar__menu li.active {
  border-bottom: 2px solid #6AB335;
  display: inline-block;
}
.sidebar__member-zone .member-sidebar__menu li.active a {
  color: #6AB335;
}

.panel-default > .panel-heading {
  border-bottom: none;
}

.panel-news-accordion:after, .tabwrap:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 2px solid #6AB335;
}
.panel-news-accordion .bigtab h3, .tabwrap .bigtab h3 {
  margin-bottom: 0;
}
.panel-news-accordion .bigtab h3:after, .tabwrap .bigtab h3:after {
  font-family: icomoon;
  content: "\e702";
  color: #6AB335;
  font-size: 14px;
  float: right;
  transition: transform 250ms;
}
.panel-news-accordion .bigtab.triggerup h3:after, .tabwrap .bigtab.triggerup h3:after {
  transform: rotate(180deg);
  content: "\e701";
}
.panel-news-accordion .bigtab.triggerup .trigger.up, .tabwrap .bigtab.triggerup .trigger.up {
  transform: rotate(180deg);
}
.panel-news-accordion .bigtab.triggerup .trigger.up:after, .tabwrap .bigtab.triggerup .trigger.up:after {
  content: "\e701";
}
.panel-news-accordion .panel-heading, .panel-news-accordion .bigtab, .tabwrap .panel-heading, .tabwrap .bigtab {
  background-color: #F4F4F4;
  padding: 15px 40px 15px 30px;
  color: #004565;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
}
.panel-news-accordion .panel-heading .trigger, .panel-news-accordion .bigtab .trigger, .tabwrap .panel-heading .trigger, .tabwrap .bigtab .trigger {
  color: transparent;
  float: right;
  transition: transform 250ms;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
.panel-news-accordion .panel-heading .trigger:after, .panel-news-accordion .bigtab .trigger:after, .tabwrap .panel-heading .trigger:after, .tabwrap .bigtab .trigger:after {
  font-family: icomoon;
  content: "\e702";
  color: #6AB335;
  font-size: 14px;
}
.panel-news-accordion .panel-heading .trigger.up, .panel-news-accordion .bigtab .trigger.up, .tabwrap .panel-heading .trigger.up, .tabwrap .bigtab .trigger.up {
  transform: rotate(180deg);
}
.panel-news-accordion .panel-heading .trigger.up:after, .panel-news-accordion .bigtab .trigger.up:after, .tabwrap .panel-heading .trigger.up:after, .tabwrap .bigtab .trigger.up:after {
  content: "\e701";
}
.panel-news-accordion .panel-heading .panel-title a, .panel-news-accordion .bigtab .panel-title a, .tabwrap .panel-heading .panel-title a, .tabwrap .bigtab .panel-title a {
  color: #004565;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after, .panel-news-accordion .bigtab .panel-title a:after, .tabwrap .panel-heading .panel-title a:after, .tabwrap .bigtab .panel-title a:after {
  transition: transform 250ms;
  color: #6AB335;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed, .panel-news-accordion .bigtab .panel-title a.collapsed, .tabwrap .panel-heading .panel-title a.collapsed, .tabwrap .bigtab .panel-title a.collapsed {
  color: #004565;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after, .panel-news-accordion .bigtab .panel-title a.collapsed:after, .tabwrap .panel-heading .panel-title a.collapsed:after, .tabwrap .bigtab .panel-title a.collapsed:after {
  transform: rotate(180deg);
}
.panel-news-accordion .panel-heading p, .panel-news-accordion .bigtab p, .tabwrap .panel-heading p, .tabwrap .bigtab p {
  display: none;
}
.panel-news-accordion .panel-heading:hover, .panel-news-accordion .bigtab:hover, .tabwrap .panel-heading:hover, .tabwrap .bigtab:hover {
  cursor: pointer;
}
.panel-news-accordion .tabcontent, .panel-news-accordion .panel-body, .tabwrap .tabcontent, .tabwrap .panel-body {
  background-color: #F4F4F4;
  padding: 15px 40px 30px 40px;
}
.panel-news-accordion .tabcontent h4, .panel-news-accordion .panel-body h4, .tabwrap .tabcontent h4, .tabwrap .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .tabcontent p, .panel-news-accordion .panel-body p, .tabwrap .tabcontent p, .tabwrap .panel-body p {
  margin-bottom: 15px;
}
.panel-news-accordion .tabcontent table td, .panel-news-accordion .panel-body table td, .tabwrap .tabcontent table td, .tabwrap .panel-body table td {
  padding: 5px;
  vertical-align: top;
}
.panel-news-accordion .tabcontent, .tabwrap .tabcontent {
  display: none;
}

.zend_form .btn-link {
  margin-left: 30px;
}

.table-striped thead tr th {
  background-color: #004565;
  border-bottom: none !important;
  padding: 20px 15px;
  color: #fff !important;
}
.table-striped thead tr th a {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
  color: #fff !important;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: rgba(106, 179, 53, 0.3);
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(106, 179, 53, 0.1);
}
.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%;
}

.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, 69, 101, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(0, 69, 101, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #6AB335;
  color: #004565;
}

.breadcrumb {
  padding: 15px 0px;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb li a {
  color: #004565;
}
.breadcrumb li span {
  color: #6AB335;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #004565;
  font-weight: 400;
}

.zone-cart .table-cart__heading {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
}
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
  font-weight: 400 !important;
  color: #6AB335;
}

.zone-event .jumbotron .jumbotron__btn_subscribe {
  margin-top: 3.4rem;
}

.eventsList .item .e-thumbnail {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0015);
  max-width: 179px;
  object-fit: cover;
  min-height: 232px !important;
}

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

body {
  color: #004565;
}
@media (max-width: 991px) {
  body {
    padding-top: 114px;
  }
}
body.overflowhidden {
  overflow: hidden;
}

ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
ul li {
  color: #000;
  font-weight: 100;
}

a:focus {
  outline: 0;
}

.display-none {
  display: none;
}

.articlemultipleshadowimage img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .col-sm-12-to-md .col-sm-12 {
    width: 100%;
  }
}
.col-sm-12-to-md.titlespaceforimg .mod-article__img {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .col-sm-12-to-md.zlayout > .container > .row {
    display: flex;
    flex-flow: column;
  }
  .col-sm-12-to-md.zlayout > .container > .row > div:first-child {
    order: 1;
  }
  .col-sm-12-to-md.zlayout > .container > .row > div:last-child {
    order: 0;
  }
}

.smoldot ul {
  list-style: none;
}
.smoldot ul li {
  position: relative;
}
.smoldot ul li:before {
  content: "";
  height: 3px;
  width: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  left: -15px;
  top: 10px;
  border-radius: 50%;
}

/* FIX YAPLA UI HEADER */
.logoWrap {
  z-index: 10 !important;
}

/* MOBILE CONTAINER PADDING */
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* TOOLS */
@media (max-width: 767px) {
  .sm-clear:before {
    content: "";
    display: block;
    clear: both;
  }
}

.centeredmosaicitem .news-mosaic {
  text-align: center;
}
.centeredmosaicitem .news-mosaic .row > div {
  margin-bottom: 30px;
}
.centeredmosaicitem .news-mosaic .row:last-child > div:last-child {
  margin-bottom: 0;
}

.maxWidthCenterText .mod-article__intro {
  width: 700px;
  max-width: 100%;
  margin: auto;
}

.rowEqualHeightCentered .row {
  display: flex;
  flex-wrap: wrap;
}
.rowEqualHeightCentered .row > div {
  display: flex;
  align-items: center;
}

.centeredrightimage .mod-article__wrapper {
  margin: 0 auto;
}

.centeredleftimage .mod-article__wrapper {
  margin: 0 auto;
}

.alignimgtorigth .mod-article__wrapper .mod-article__content {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 767px) {
  .mobileallcenter {
    text-align: center;
  }
  .mobileallcenter .zone-article, .mobileallcenter .zone-article div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mobileimgcenter {
    text-align: center;
  }
  .mobileimgcenter .zone-article, .mobileimgcenter .zone-article div {
    width: 100%;
  }
  .mobileimgcenter .mod-article__intro {
    margin-top: 30px;
  }
  .mobileimgcenter .mod-article__intro, .mobileimgcenter .mod-article__content .mod-article__content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .mobilemargincontentimg .mod-article__intro {
    margin-top: 60px;
  }
}

.accordionnotitle .panel-news-accordion h3 {
  margin-bottom: 0;
}

/* PADDINGS */
.padding60 {
  padding: 60px 0;
}

.paddingtop60 {
  padding-top: 60px;
}

.paddingbottom60 {
  padding-bottom: 60px;
}

.padding100 {
  padding: 100px 0;
}

.paddingtop100 {
  padding-top: 100px;
}

.paddingbottom100 {
  padding-bottom: 100px;
}

.margin60 {
  margin: 60px 0;
}

.cancelspacefooter {
  margin-bottom: -100px;
}

@media (max-width: 767px) {
  .padding60 {
    padding: 60px 0;
  }
  .paddingtop60 {
    padding-top: 60px;
  }
  .paddingbottom60 {
    padding-bottom: 60px;
  }
  .padding100 {
    padding: 70px 0;
  }
  .paddingtop100 {
    padding-top: 70px;
  }
  .paddingbottom100 {
    padding-bottom: 70px;
  }
  .margin60 {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .cancelspacefooter.exception {
    margin-bottom: 60px;
  }
}

/* INTRODUCTION DES PAGES */
.pageIntroduction {
  text-align: center;
}
.pageIntroduction .mod-article__intro {
  max-width: 700px;
  margin: auto;
}
.pageIntroduction .mod-article__intro h2 {
  color: #004565;
  margin-bottom: 30px;
}
.pageIntroduction .mod-article__intro .btn {
  margin-top: 30px;
}

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

/* COLOR BACKGROUND */
.darkbackground, .halfnhalf {
  color: #fff !important;
}
.darkbackground h1, .darkbackground h2, .darkbackground h3, .darkbackground h4, .darkbackground h5, .darkbackground .h1, .darkbackground .h2, .darkbackground .h3, .darkbackground .h4, .darkbackground .h5, .darkbackground p, .halfnhalf h1, .halfnhalf h2, .halfnhalf h3, .halfnhalf h4, .halfnhalf h5, .halfnhalf .h1, .halfnhalf .h2, .halfnhalf .h3, .halfnhalf .h4, .halfnhalf .h5, .halfnhalf p {
  color: #fff !important;
}

.greenbackground {
  color: #fff !important;
}
.greenbackground p, .greenbackground ul li {
  color: #fff !important;
}
.greenbackground h1, .greenbackground h2, .greenbackground h3, .greenbackground h4, .greenbackground h5, .greenbackground .h1, .greenbackground .h2, .greenbackground .h3, .greenbackground .h4, .greenbackground .h5 {
  color: #004565 !important;
}

.gradientbackground {
  color: #fff !important;
}
.gradientbackground p, .gradientbackground ul li {
  color: #fff !important;
}
.gradientbackground h1, .gradientbackground h2, .gradientbackground h3, .gradientbackground h4, .gradientbackground h5, .gradientbackground .h1, .gradientbackground .h2, .gradientbackground .h3, .gradientbackground .h4, .gradientbackground .h5 {
  color: #004565 !important;
}

.forcegreentitle h1, .forcegreentitle h2, .forcegreentitle h3, .forcegreentitle h4, .forcegreentitle h5, .forcegreentitle .h1, .forcegreentitle .h2, .forcegreentitle .h3, .forcegreentitle .h4, .forcegreentitle .h5 {
  color: #6AB335 !important;
}

.site-jeunesse .greenbackground h1, .site-jeunesse .greenbackground h2, .site-jeunesse .greenbackground h3, .site-jeunesse .greenbackground h4, .site-jeunesse .greenbackground h5, .site-jeunesse .greenbackground .h1, .site-jeunesse .greenbackground .h2, .site-jeunesse .greenbackground .h3, .site-jeunesse .greenbackground .h4, .site-jeunesse .greenbackground .h5, .site-jeunesse .gradientbackground h1, .site-jeunesse .gradientbackground h2, .site-jeunesse .gradientbackground h3, .site-jeunesse .gradientbackground h4, .site-jeunesse .gradientbackground h5, .site-jeunesse .gradientbackground .h1, .site-jeunesse .gradientbackground .h2, .site-jeunesse .gradientbackground .h3, .site-jeunesse .gradientbackground .h4, .site-jeunesse .gradientbackground .h5 {
  color: #fff !important;
}

.darkbackground {
  background-color: #004565;
}
.darkbackground .btn-primary, .darkbackground .btn-default {
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  color: #fff !important;
}
.darkbackground .btn-primary:hover, .darkbackground .btn-default:hover {
  background-color: #6AB335;
  color: #fff;
}

.gradientbackground .btn-primary, .gradientbackground .btn-default, .greenbackground .btn-primary, .greenbackground .btn-default {
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  border-color: #fff;
  color: #004565 !important;
}
.gradientbackground .btn-primary:hover, .gradientbackground .btn-default:hover, .greenbackground .btn-primary:hover, .greenbackground .btn-default:hover {
  background-color: #6AB335;
  color: #fff;
}
.gradientbackground .btn-primary:hover, .gradientbackground .btn-default:hover, .greenbackground .btn-primary:hover, .greenbackground .btn-default:hover {
  background-color: #fff;
  color: #004565 !important;
}

.gradientbackground {
  background: linear-gradient(to right, #6AB335, #265D00);
}
@media (max-width: 991px) {
  .gradientbackground {
    background: linear-gradient(to bottom, #6AB335, #265D00);
  }
}

.greenbackground {
  background-color: #6AB335;
}

.halfnhalf {
  background: linear-gradient(to right, #004565 50%, #6AB335 50%);
}
@media (max-width: 767px) {
  .halfnhalf {
    background: linear-gradient(to bottom, #004565 50%, #6AB335 50%);
  }
}
@media (max-width: 767px) {
  .halfnhalf .container > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.halfnhalf .container > .row > .zone-article {
  text-align: center;
}
.halfnhalf .container > .row > .zone-article:first-child {
  background-color: #004565;
}
.halfnhalf .container > .row > .zone-article:first-child .btn-primary, .halfnhalf .container > .row > .zone-article:first-child .btn-default {
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  color: #fff !important;
}
.halfnhalf .container > .row > .zone-article:first-child .btn-primary:hover, .halfnhalf .container > .row > .zone-article:first-child .btn-default:hover {
  background-color: #6AB335;
  color: #fff;
}
@media (min-width: 768px) {
  .halfnhalf .container > .row > .zone-article:first-child .mod-article__intro {
    padding-right: 80px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .halfnhalf .container > .row > .zone-article:first-child {
    background-color: #004565;
    padding-bottom: 60px;
  }
}
.halfnhalf .container > .row > .zone-article:last-child .btn-primary, .halfnhalf .container > .row > .zone-article:last-child .btn-default {
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  border-color: #fff;
  color: #004565 !important;
}
.halfnhalf .container > .row > .zone-article:last-child .btn-primary:hover, .halfnhalf .container > .row > .zone-article:last-child .btn-default:hover {
  background-color: #6AB335;
  color: #fff;
}
.halfnhalf .container > .row > .zone-article:last-child .btn-primary:hover, .halfnhalf .container > .row > .zone-article:last-child .btn-default:hover {
  background-color: #fff;
  color: #004565 !important;
}
@media (min-width: 768px) {
  .halfnhalf .container > .row > .zone-article:last-child .mod-article__intro {
    padding-right: 40px;
    padding-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .halfnhalf .container > .row > .zone-article:last-child .mod-article__intro {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .halfnhalf .container > .row > .zone-article:last-child {
    background-color: #6AB335;
    padding-top: 100px;
  }
}

/* PAGE BANNER */
.zone-banner .mod-banner__content {
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .zone-banner .mod-banner__content {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .zone-banner .mod-banner__content {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .zone-banner .mod-banner__content {
    width: 1200px;
  }
}
.zone-banner .mod-banner__content h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .zone-banner .mod-banner__content h1 br {
    display: none;
  }
}
.zone-banner .mod-banner__img {
  height: 450px;
  position: relative;
  z-index: 1;
}
.zone-banner .mod-banner__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.zone-banner .mod-banner__img .mod-banner__content {
  padding: 15px;
}

.site-jeunesse .zone-banner .mod-banner__img {
  position: relative;
  z-index: 1;
}
.site-jeunesse .zone-banner .mod-banner__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(106, 179, 53, 0.85);
  z-index: -1;
}

/* VERTICAL ALIGNEMENT */
.contentverticalcentered > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.contentverticalcentered > .container > .row .mod-article__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .contentverticalcentered.large > .container > .row .mod-article__wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .contentverticalcentered.large > .container > .row {
    display: block;
  }
  .contentverticalcentered.large > .container > .row .mod-article__wrapper {
    display: block;
  }
}

/* EXCEEDING IMAGES */
.exceedtop {
  margin-top: 60px;
  padding-bottom: 60px;
}
.exceedtop .mod-article__img {
  margin-top: -60px;
}
.exceedtop .mod-article__intro {
  padding-top: 80px;
}

.exceedbottom {
  padding-top: 60px;
  margin-bottom: 60px;
}
.exceedbottom .mod-article__img {
  margin-bottom: -60px;
}
.exceedbottom .mod-article__intro {
  padding-bottom: 80px;
}

/* FIX FLEX ON SAFARI */
@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;
  }
}
/* OTHERS */
.zone-crm h1 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 8.33333333% !important;
  }
}
.noh1 h1 {
  display: none;
}

.at-resp-share-element {
  display: none;
}

.plugin-addthis {
  display: none;
}

.line-header {
  padding: 0 30px;
  height: 0;
}
.line-header .header-ext + .header-ext {
  margin-left: 0;
}
.line-header .topmenulinks {
  list-style: none;
}
.line-header .topmenulinks li {
  display: inline-block;
  padding: 5px 10px;
}
.line-header .topmenulinks li a {
  color: #004565;
  font-size: 14px;
  letter-spacing: 1px;
}
.line-header .header-ext-social-links .social-link span:before {
  content: " ";
  height: 15px;
  width: 14px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.line-header .header-ext-social-links .facebook .icon-facebook:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPYMRwu2vJ6WoYs0CTkZFUGBK/asset/images/Trac%C3%A9%20311.png);
}
.line-header .header-ext-social-links .linkedin .icon-linkedin:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPYMRwu2vJ6WoYs0CTkZFUGBK/asset/images/Objet%20dynamique%20vectoriel.png);
}
@media (max-width: 991px) {
  .line-header {
    position: fixed;
    top: -100%;
    z-index: 99999999;
    height: 0;
    overflow: hidden;
    bottom: 100%;
  }
  .line-header.topmenuopened {
    transition: top 300ms linear, bottom 300ms linear;
    height: 75px;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    animation: opacitytopmenu 300ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  }
  .line-header.topmenuopened ul {
    padding-left: 0;
  }
  .line-header.topmenuopened .mod-header {
    text-align: center;
  }
  .line-header.topmenuopened .mod-header > .header-ext {
    display: block !important;
  }
  @keyframes opacitytopmenu {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

.main-menu, .line-menu {
  padding: 45px 30px 10px 30px;
  height: 115px;
  background-color: #fff;
}
.main-menu:after, .line-menu:after {
  display: none;
}
.main-menu .zone-header, .line-menu .zone-header {
  margin-top: -35px;
}
.main-menu .navbar, .line-menu .navbar {
  margin-top: 10px;
}
.main-menu .navbar .navbar-nav, .line-menu .navbar .navbar-nav {
  float: right;
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav, .line-menu .navbar .navbar-nav {
    float: none;
    padding-bottom: 100px;
  }
}
.main-menu .navbar .navbar-nav > li:last-child, .line-menu .navbar .navbar-nav > li:last-child {
  margin-left: 15px;
}
.main-menu .navbar .navbar-nav > li:last-child a, .line-menu .navbar .navbar-nav > li:last-child a {
  border-radius: 50px;
  border: 2px solid #6AB335;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 3px;
  transition: background-color 150ms ease;
}
.main-menu .navbar .navbar-nav > li:last-child a:hover, .line-menu .navbar .navbar-nav > li:last-child a:hover {
  background-color: #6AB335;
  color: #fff;
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav > li:last-child a, .line-menu .navbar .navbar-nav > li:last-child a {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 175px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav > li:last-child, .line-menu .navbar .navbar-nav > li:last-child {
    margin-top: 30px;
  }
}
.main-menu .navbar .navbar-nav > li:last-child .dropdown-menu, .main-menu .navbar .navbar-nav > li:last-child .dropdown-toggle, .line-menu .navbar .navbar-nav > li:last-child .dropdown-menu, .line-menu .navbar .navbar-nav > li:last-child .dropdown-toggle {
  display: none !important;
}
.main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  color: #004565;
  padding: 15px 12px;
}
@media (max-width: 1350px) {
  .main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) {
  .main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
    padding: 15px 10px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
    font-size: 18px;
    padding: 15px 10px 5px 10px;
  }
}
.main-menu .navbar .navbar-nav li a.dropdown-toggle, .line-menu .navbar .navbar-nav li a.dropdown-toggle {
  display: none;
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav li a.dropdown-toggle, .line-menu .navbar .navbar-nav li a.dropdown-toggle {
    display: block;
    width: 100%;
    text-align: right;
    margin-right: 10px;
  }
  .main-menu .navbar .navbar-nav li a.dropdown-toggle .caret, .line-menu .navbar .navbar-nav li a.dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    border-bottom: 2px solid #00477f;
    border-right: 2px solid #00477f;
    transform: rotate(45deg);
    transition: transform 150ms ease;
  }
}
.main-menu .navbar .navbar-nav li.open a.dropdown-toggle .caret, .line-menu .navbar .navbar-nav li.open a.dropdown-toggle .caret {
  transform: rotate(-45deg);
}
.main-menu .navbar .navbar-nav li:hover, .main-menu .navbar .navbar-nav li:focus, .main-menu .navbar .navbar-nav li.active, .line-menu .navbar .navbar-nav li:hover, .line-menu .navbar .navbar-nav li:focus, .line-menu .navbar .navbar-nav li.active {
  background-color: transparent;
}
.main-menu .navbar .navbar-nav li:hover a, .main-menu .navbar .navbar-nav li:focus a, .main-menu .navbar .navbar-nav li.active a, .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: #6AB335;
}
.main-menu .navbar .navbar-nav li .dropdown-menu, .line-menu .navbar .navbar-nav li .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}
.main-menu .navbar .navbar-nav li .dropdown-menu li a, .line-menu .navbar .navbar-nav li .dropdown-menu li a {
  color: #004565;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.main-menu .navbar .navbar-nav li .dropdown-menu li a:after, .line-menu .navbar .navbar-nav li .dropdown-menu li a:after {
  display: none;
}
.main-menu .navbar .navbar-nav li .dropdown-menu li a:hover, .line-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
  background-color: #fff;
  color: #6AB335;
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav li .dropdown-menu li a, .line-menu .navbar .navbar-nav li .dropdown-menu li a {
    font-weight: 600;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main-menu .navbar .navbar-nav li .dropdown-menu, .line-menu .navbar .navbar-nav li .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px 0 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .main-menu .navbar .navbar-nav li.active:hover a, .line-menu .navbar .navbar-nav li.active:hover a {
    color: #004565;
  }
}
@media (max-width: 991px) {
  .main-menu, .line-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999999;
    padding: 5px 0;
    height: auto;
  }
  .main-menu .navbar-nav, .line-menu .navbar-nav {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-menu .navbar-nav li a, .line-menu .navbar-nav li a {
    padding: 15px 35px;
  }
  .main-menu .navbar-nav li.open a, .line-menu .navbar-nav li.open a {
    color: #004565 !important;
  }
  .main-menu .zone-header, .line-menu .zone-header {
    float: left;
    padding-left: 15px !important;
    position: relative;
    z-index: 9999;
    margin-top: 0px;
  }
  .main-menu .zone-header .mod-header-logo, .line-menu .zone-header .mod-header-logo {
    max-width: 170px;
  }
  .main-menu .zone-menu, .line-menu .zone-menu {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  .main-menu .zone-menu .navbar-header, .line-menu .zone-menu .navbar-header {
    padding-right: 15px;
  }
  .main-menu .navbar-toggle, .line-menu .navbar-toggle {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 10px;
  }
  .main-menu .navbar-toggle .icon-bar, .line-menu .navbar-toggle .icon-bar {
    background-color: #004565;
    width: 27px;
  }
  .main-menu .navbar-toggle.collapsed, .line-menu .navbar-toggle.collapsed {
    margin-right: 10px;
  }
  .main-menu .navbar-toggle.collapsed .icon-bar, .line-menu .navbar-toggle.collapsed .icon-bar {
    width: 28px;
  }
  .main-menu .navbar-collapse, .line-menu .navbar-collapse {
    transition: height 150ms linear;
    border-color: #ffffff;
    overflow-x: hidden;
  }
  .main-menu .navbar-collapse.collapse.in, .line-menu .navbar-collapse.collapse.in {
    height: calc(100vh - 104px);
    padding-bottom: 70px;
    overflow-x: hidden;
    border-top: none;
    box-shadow: none;
  }
}

/* sticky menu only on website */
@media (min-width: 992px) {
  .main-menu.sticked {
    height: 115px;
  }
  .main-menu.sticked > .container-fluid {
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #fff !important;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 45px;
  }
  .main-menu.sticked .mod-header-logo {
    transition: all 150ms;
    padding-top: 42px;
    max-width: 145px;
  }
}

.line-footer {
  margin-top: 100px;
  padding-bottom: 10px;
}
.line-footer h4 {
  margin-bottom: 15px;
}
.line-footer h5 {
  margin-bottom: 15px;
}
.line-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.line-footer ul li {
  margin-bottom: 5px;
}
.line-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.line-footer .logos {
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
.line-footer .logos .footer-logo {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
}
@media (max-width: 575px) {
  .line-footer .logos .footer-logo {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.line-footer .logos > div {
  text-align: center;
}
.line-footer .logos > div:first-child .btn-primary {
  margin: 10px auto;
}
@media (max-width: 575px) {
  .line-footer .logos > div:first-child .btn-primary {
    padding: 5px 20px;
  }
}
.line-footer .logos > div:first-child .footer-logo {
  position: relative;
}
.line-footer .logos > div:first-child .footer-logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}
.line-footer .logos .socialmedia {
  margin: 15px 0;
  padding: 15px;
  display: inline-block;
}
.line-footer .contribution {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.line-footer .contribution span {
  vertical-align: top;
  color: #004565;
  font-size: 10px;
  font-weight: 600;
}
.line-footer .contribution img {
  vertical-align: top;
  margin-top: 7px;
  margin-left: 10px;
}
.line-footer .conceptionweb {
  color: #000;
  font-size: 11px;
}
.line-footer .conceptionweb a {
  margin-left: 5px;
  color: #3c3c3c;
  border-bottom: 1px solid #44ca9c;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-footer .conceptionweb {
    margin-top: 60px;
    text-align: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer .col-sm-12 {
    width: 50% !important;
  }
}

.poweredBy {
  text-align: left !important;
  margin-left: -15px;
  margin-right: -15px;
}

.teampage .zone-news .row > div img, .bulletinpage .zone-news .row > div img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.cc-window {
  background-color: #fff !important;
  box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.11);
  bottom: 0;
  left: auto !important;
  right: 0 !important;
  max-width: 650px !important;
  padding: 50px 40px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .cc-window {
    max-width: 95%;
  }
}
.cc-window .cc-message {
  color: #6AB335 !important;
  margin: 0 0 30px 0 !important;
}
.cc-window .cc-message h4 {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
}
.cc-window .cc-message p {
  margin-bottom: 0;
}
.cc-window .cc-compliance {
  width: auto;
}
.cc-window .cc-compliance .cc-btn {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 50px;
  padding: 16px 40px;
  display: inline-flex;
  align-items: center;
  transition: background-color 150ms, color 150ms;
  margin-right: 15px;
  white-space: normal;
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  border-color: #6AB335 !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .cc-window .cc-compliance .cc-btn {
    padding: 5px 30px;
  }
}
.cc-window .cc-compliance .cc-btn:hover {
  background-color: #6AB335;
  color: #fff;
}
.cc-window .cc-compliance .cc-btn:hover {
  text-decoration: none !important;
}

.line-banner-homepage:not(.jeunesse) .mod-banner__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.line-banner-homepage .mod-banner__img {
  height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10%;
  overflow: visible;
}
@media (max-width: 991px) {
  .line-banner-homepage .mod-banner__img {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .mod-banner__img {
    height: 460px;
  }
}
@media (max-width: 575px) {
  .line-banner-homepage .mod-banner__img {
    padding: 0 0;
  }
}
.line-banner-homepage .mod-banner__img .mod-banner__content {
  z-index: 1;
  position: static;
  transform: none;
  top: auto;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .line-banner-homepage .mod-banner__img .mod-banner__content {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-banner-homepage .mod-banner__img .mod-banner__content {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-banner-homepage .mod-banner__img .mod-banner__content {
    width: 1152px;
  }
}
.line-banner-homepage .mod-banner__img .mod-banner__content h1 {
  width: 100%;
  max-width: 900px;
}
.line-banner-homepage .mod-banner__img .mod-banner__content .btn {
  color: #fff;
}
.line-banner-homepage .mod-banner__img .mod-banner__content p {
  margin-bottom: 0;
}
.line-banner-homepage h1 {
  color: #fff;
}

.ouractivities .mod-article__img {
  margin: 0 auto 30px auto;
  display: block;
  max-height: 69px;
}
.ouractivities .mod-article__wrapper {
  margin-bottom: 60px;
}
.ouractivities .container > .row > div:last-child .mod-article__wrapper {
  margin-bottom: 0;
}

.missionintros .mod-article__img {
  float: left;
}
@media (min-width: 992px) {
  .missionintros .mod-article__intro {
    padding-right: 80px;
  }
}
.missionintros .mod-article__intro h2 {
  height: 100px;
  padding: 30px 0 30px 100px;
  margin-bottom: 15px;
}

.missionvalues {
  padding-bottom: 30px;
}
.missionvalues .mod-article__intro h2 {
  color: #6AB335 !important;
}
@media (max-width: 767px) {
  .missionvalues .news-mosaic > .row > div {
    margin-bottom: 60px;
  }
}

.ctaplandaction h1 {
  text-transform: none;
  color: #fff !important;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .ctaplandaction h1 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .ctaplandaction h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .ctaplandaction h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ctaplandaction .mod-article__intro p {
    margin-bottom: 0;
  }
}

.table-stats-industrie {
  background-image: url(https://cdn.ca.yapla.com/company/CPYMRwu2vJ6WoYs0CTkZFUGBK/asset/images/Missions%20et%20Services/backgrounds/shutterstock_96898804.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}
.table-stats-industrie:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 69, 101, 0.85);
  z-index: -1;
}
.table-stats-industrie .stat-table tbody tr td:nth-child(2) {
  text-align: center;
  width: 20%;
}
.table-stats-industrie .stat-table tbody tr td:nth-child(2) .stat-number {
  padding: 15px;
  color: #6AB335;
  font-size: 35px;
  white-space: nowrap;
  text-align: center;
  padding-right: 0;
}
@media (max-width: 991px) {
  .table-stats-industrie .stat-table tbody tr td:nth-child(2) .stat-number {
    padding-right: 20%;
  }
}
@media (max-width: 767px) {
  .table-stats-industrie .stat-table tbody tr td:nth-child(2) .stat-number {
    padding-right: 10%;
  }
}
.table-stats-industrie .stat-table tbody tr td:first-child {
  text-align: right;
  width: 40%;
}
.table-stats-industrie .stat-table tbody tr td:last-child {
  width: 40%;
}
.table-stats-industrie .stat-table .percentline {
  position: relative;
  margin-top: 15px;
}
.table-stats-industrie .stat-table .percentline:after {
  content: "";
  position: absolute;
  left: 0;
  width: 200%;
  height: 5px;
  background-color: #6AB335;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .table-stats-industrie .stat-table .stat-name, .table-stats-industrie .stat-table .stat-number {
    margin-bottom: 15px;
  }
}

.industry .news-mosaic p img {
  max-height: 110px;
}
.industry .news-mosaic h1 {
  margin-bottom: 0;
}
.industry .greenbackground h3 {
  color: #fff !important;
}
.industry h3 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .howtosection .mod-article__img {
    max-width: 200px;
  }
}

.allRhResources .eventsList .item {
  margin-bottom: 60px;
}
.allRhResources .eventsList .item .itemInfos {
  margin-bottom: 0;
  height: 0;
}
.allRhResources .eventsList .item .itemInfos .e-date {
  display: none;
}
.allRhResources .eventsList .item .mod-eventflash__item-title {
  margin-bottom: 15px;
}
.allRhResources .eventsList .item hr {
  margin: 0 0;
  border-top: none;
}
.allRhResources .eventsList .item .btn-link {
  margin-top: 0;
}
@media (max-width: 767px) {
  .allRhResources .eventsList .col-sm-8 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .rhtoolstyle .padding60 {
    padding-top: 0;
  }
}
.rhtoolstyle .line-banner {
  height: 75px;
  background-color: #004565;
}
.rhtoolstyle .line-banner .mod-banner__img {
  display: none;
}
.rhtoolstyle .mod-article__intro h1 {
  margin-bottom: 40px;
}
.rhtoolstyle .mod-article__intro h3 {
  float: left;
  margin-bottom: 15px;
}
.rhtoolstyle .mod-article__intro h2 {
  float: right;
  margin-bottom: 15px;
  margin-top: -5px;
}
.rhtoolstyle .mod-article__intro hr {
  clear: both;
  border-color: #676767;
}
.rhtoolstyle .mod-article__intro p {
  margin-top: 40px;
  margin-bottom: 0;
}
.rhtoolstyle .mod-article__img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  max-width: 443px;
  width: 100%;
}
.rhtoolstyle .mod-article__content {
  margin-top: 60px;
}

.outils-rh-achat .events-mosaic {
  display: none;
}

.listingformations .events-mosaic .item {
  margin-bottom: 60px;
}
.listingformations .events-mosaic .item h4.e-date {
  font-size: 12px;
  line-height: 16px;
  color: #004565;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase !important;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
.listingformations .events-mosaic .item .events-mosaic__short-description {
  font-size: 17px;
  line-height: 25px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.listingformations .events-mosaic .item .events-mosaic__short-description a {
  color: #6AB335;
}
.listingformations .events-mosaic .item .address, .listingformations .events-mosaic .item .contact {
  display: none;
}
.listingformations .events-mosaic .item .btn-default {
  border: none;
  color: #004565;
  padding: 16px 0px;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  min-width: 0;
}
.listingformations .events-mosaic .item .btn-default:hover {
  text-decoration: none;
  background-color: transparent;
  color: #6AB335;
  border-color: transparent;
  border-bottom: 2px solid #6AB335;
}
.listingformations .row-event-jumbotron__left-right {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right {
    margin-top: 30px;
  }
}
.listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right .itemInfos.event-jumbotron__date {
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
}
.listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right span.h3.event-info__title {
  font-size: 12px;
  line-height: 16px;
  color: #004565;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right .address__info > span:not(.h3), .listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right .address__contact-info > span:not(.h3) {
  font-size: 17px;
  line-height: 25px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right .address__info > span:not(.h3) a, .listingformations .row-event-jumbotron__left-right .row-event-jumbotron__right .address__contact-info > span:not(.h3) a {
  color: #6AB335;
}
@media (min-width: 768px) {
  .listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left {
    float: right;
  }
}
.listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__category {
  display: none;
}
.listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left h1 {
  font-size: 35px;
  line-height: 36px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left .plugin-addthis {
  display: none;
}
.listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left .btn-back {
  margin-left: 15px;
}
.listingformations .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__description-wrapper h3 {
  margin-bottom: 15px;
}

.outilsdeformation .news-mosaic .col-sm-8 a:first-child {
  pointer-events: none;
  cursor: initial;
}
.outilsdeformation .eventsList {
  /* disguting hack to change the text because of yapla */
}
.outilsdeformation .eventsList .item {
  margin-bottom: 30px;
}
.outilsdeformation .eventsList .item > a, .outilsdeformation .eventsList .item .mod-eventflash__item-title a {
  pointer-events: none;
  cursor: initial;
}
.outilsdeformation .eventsList .itemInfos {
  display: none;
}
.outilsdeformation .eventsList hr {
  display: none;
}
.outilsdeformation .eventsList .mod-eventflash__item-title {
  margin-bottom: 5px;
}
.outilsdeformation .eventsList .intro p {
  margin-bottom: 0;
  color: #000;
}
.outilsdeformation .eventsList .btn.btn-primary {
  border: none;
  color: #004565;
  padding: 16px 0px;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  min-width: 0;
  position: relative;
}
.outilsdeformation .eventsList .btn.btn-primary:hover {
  text-decoration: none;
  background-color: transparent;
  color: #6AB335;
  border-color: transparent;
  border-bottom: 2px solid #6AB335;
}
.outilsdeformation .eventsList .mod-eventflash__btn-register {
  border: none;
  color: #004565;
  padding: 16px 0px;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  min-width: 0;
  color: #fff !important;
  position: relative;
  width: 55px;
}
.outilsdeformation .eventsList .mod-eventflash__btn-register:hover {
  text-decoration: none;
  background-color: transparent;
  color: #6AB335;
  border-color: transparent;
  border-bottom: 2px solid #6AB335;
}
.outilsdeformation .eventsList .mod-eventflash__btn-register:hover {
  color: #fff;
}
.outilsdeformation .eventsList .mod-eventflash__btn-register:hover:after {
  color: #6AB335;
}
.outilsdeformation .eventsList .mod-eventflash__btn-register:after {
  content: "Acheter";
  color: #004565;
  position: absolute;
  left: 0px;
}

/* TRADUCTION  DU BOUTON SI LE SITE PASSE FR-EN */
.lang-en .outilsdeformation .eventsList .mod-eventflash__btn-register:after {
  content: "Buy";
  color: #004565;
  position: absolute;
  left: 8px;
}

.formationtoolbuy h1 {
  font-size: 35px;
  line-height: 36px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .formationtoolbuy h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.formationtoolbuy .form-withProgress__wrapper {
  margin-top: 30px;
}
.formationtoolbuy .form-withProgress__wrapper h2, .formationtoolbuy .form-withProgress__wrapper .btn {
  color: #004565;
}
.formationtoolbuy .form-withProgress__wrapper select, .formationtoolbuy .form-withProgress__wrapper input, .formationtoolbuy .form-withProgress__wrapper textarea {
  background-color: #fff !important;
}

.accordiontitle {
  margin-bottom: 30px;
}

.pamtlist ul li {
  padding-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.pamtlist ul li a {
  color: #6AB335;
}

.conseiladmin h3 {
  margin-bottom: 5px;
}
.conseiladmin h4 {
  color: #6AB335;
}

.conseil-dadministration .teampage .zone-news > h2 {
  text-align: center;
  margin-bottom: 100px;
}

.teampage h2, .teampage h3 {
  margin-bottom: 5px;
}
.teampage h3 {
  color: #6AB335;
}
.teampage h4 {
  color: #004565;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contactpagebody .darkmode h1 {
  text-transform: none;
  text-align: center;
  padding-top: 30px;
}
.contactpagebody .contactpage p {
  margin-bottom: 5px;
}

.bulletinpage h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.bulletinpage h4 {
  color: #6AB335;
  margin-bottom: 15px;
}
.bulletinpage .btn-link {
  margin: 0;
}

.infolettrepage .contactxrm-container h1 {
  display: none;
}

.etudesectorielle .news-mosaic h3 {
  margin-bottom: 15px;
}
.etudesectorielle .news-mosaic .btn-link {
  margin-bottom: 0;
}

.bottin .zone-directory .row, .bottin .zone-directory .col-md-12, .bottin .zone-directory .form-group {
  padding: 0;
  margin: 0;
}
.bottin .zone-directory .control-label, .bottin .zone-directory .search_input {
  padding-left: 0;
}
.bottin .zone-directory .section-description {
  margin-bottom: 10px;
}
.bottin .zone-directory h2.section-title {
  margin-top: 30px;
  font-size: 20px;
  line-height: 25px;
  color: #004565;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}
.bottin .zone-directory .search-form.form-horizontal {
  max-width: 100%;
}
.bottin .zone-directory .search-form.form-horizontal .col-md-12 {
  width: 50%;
}
.bottin .zone-directory .search-form.form-horizontal .col-md-12 .search_input {
  width: 100%;
}
.bottin .zone-directory .nav.nav-tabs {
  border-bottom: 0;
}
.bottin .zone-directory .nav.nav-tabs .nav-item {
  padding: 0;
}
.bottin .zone-directory .nav.nav-tabs .nav-item.active .nav-link {
  background-color: #6AB335;
  color: white;
}
.bottin .zone-directory .nav.nav-tabs .nav-link {
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 50px;
  padding: 16px 40px;
  display: inline-flex;
  align-items: center;
  transition: background-color 150ms, color 150ms;
  margin-right: 15px;
  white-space: normal;
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
  border: 2px solid #6AB335;
}
@media (max-width: 991px) {
  .bottin .zone-directory .nav.nav-tabs .nav-link {
    padding: 5px 30px;
  }
}
.bottin .zone-directory .nav.nav-tabs .nav-link:hover {
  background-color: #6AB335;
  color: #fff;
}
.bottin .zone-directory #section-footer-search {
  margin-top: 30px;
}
.bottin .table-striped thead tr th a, .bottin .table-striped thead tr th {
  font-size: 15px;
  line-height: 25px;
}
.bottin .table-striped thead tr th a:after {
  border-bottom: 5px solid #fff;
}
.bottin .table-striped tr th, .bottin .table-striped tr td {
  border-right: 1px solid #fff;
  border-top: 0;
}
.bottin .table-responsive {
  margin-top: 15px;
}
.bottin .gm-style .gm-style-iw-c {
  box-shadow: none;
  border: 2px solid #6AB335;
}
.bottin .gm-style .gm-style-iw-c .infobox-text-content .infobox-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #004565;
}
.bottin .gm-style .gm-style-iw-c .infobox-text-content .infobox-adress {
  color: #6AB335;
  font-size: 14px;
  line-height: 1.3;
}
.bottin .gm-style .gm-style-iw-c .infobox-text-content .btn-primary {
  border: none;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  width: auto;
  padding: 0;
  color: #004565;
  height: auto;
  padding-bottom: 5px;
  text-transform: none;
}
.bottin .gm-style .gm-style-iw-c .infobox-text-content .btn-primary:hover {
  background-color: transparent;
  color: #6AB335;
}
.bottin.detail .title-detailhidden {
  display: none;
}
.bottin.detail .directory-member-detail-wrapper {
  display: flex;
  flex-direction: column;
}
.bottin.detail .directory-member-detail-wrapper > .btn-back {
  order: 5;
  width: fit-content;
  margin-top: 30px;
  border-radius: 50px;
  border: 2px solid #6AB335;
  padding: 5px 40px;
  background-color: transparent;
  border-color: #6AB335;
  color: #004565;
}
.bottin.detail .directory-member-detail-wrapper > .btn-back:hover {
  background-color: #6AB335;
  color: #fff;
}
.bottin.detail .directory-member-detail-wrapper .form-horizontal {
  max-width: 100%;
  width: 100%;
}
.bottin.detail .directory-member-detail-wrapper .form-horizontal .section-title {
  font-size: 35px;
  line-height: 36px;
  color: #004565;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bottin.detail .directory-member-detail-wrapper .form-horizontal .section-title {
    font-size: 34px;
    line-height: 36px;
  }
}
.bottin.detail .directory-member-detail-wrapper .form-horizontal .col-sm-24 {
  padding-left: 0;
}
.bottin.detail .directory-member-detail-wrapper .control-label {
  font-weight: 600;
  font-size: 17px;
}
.bottin.detail .directory-member-detail-wrapper .form-control-static {
  border: 0;
  padding: 0;
  color: #000;
  margin-bottom: 15px;
}
.bottin.detail .directory-member-detail-wrapper .list-unstyled {
  margin-bottom: 0;
}

/* Homepage */
@media (max-width: 767px) {
  .site-jeunesse .line-banner-homepage.jeunesse {
    margin-bottom: 60px;
  }
}
.site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img {
  position: relative;
  z-index: 1;
  /* special querie for jeunesse-site banner */
}
.site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content h1 {
  color: #fff !important;
}
.site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content .btn-primary {
  border-color: #004565;
  color: #fff !important;
}
.site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content .btn-primary:hover {
  background-color: #004565 !important;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content p img {
    position: absolute;
    right: 8%;
    bottom: -60px;
    z-index: 9999999999;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content p img {
    position: absolute;
    right: 2%;
    bottom: -60px;
    z-index: 9999999999;
    max-width: 375px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content h1 {
    font-size: 48px;
    line-height: 58px;
    padding-right: 100px;
  }
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content h1 br {
    display: none;
  }
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content p img {
    position: absolute;
    right: 2%;
    bottom: -60px;
    z-index: 9999999999;
    max-width: 325px;
  }
}
@media (max-width: 767px) {
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img {
    height: auto;
  }
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
  }
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content h1 {
    padding-right: 100px;
  }
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content h1 br {
    display: none;
  }
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content p img {
    margin-bottom: -100px;
    margin-top: -200px;
    max-width: 250px;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 530px) {
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content p img {
    margin-top: -80px;
  }
}
@media (max-width: 390px) {
  .site-jeunesse .line-banner-homepage.jeunesse .zone-banner .mod-banner__img .mod-banner__content p img {
    margin-top: 0px;
  }
}
.site-jeunesse .statistiqueEconomique img {
  max-height: 110px;
}
.site-jeunesse .statistiqueEconomique h1 {
  margin-bottom: 5px;
}
.site-jeunesse .secteursdactivites h3 {
  color: #fff !important;
}
.site-jeunesse .secteursdactivites .news-intro {
  margin: 0;
}
.site-jeunesse .secteursdactivites .news-mosaic > .row > div > p:nth-child(2) {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-jeunesse .secteursdactivites .news-mosaic > .row > div > p:nth-child(2) img {
  max-height: 100%;
}
.site-jeunesse .careerslisting h3 {
  margin-bottom: 0;
}
.site-jeunesse.careerpage .mod-article__intro h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .site-jeunesse.careerpage .mod-article__content .mod-article__img {
    margin-bottom: 30px;
  }
}
.site-jeunesse .careerslinklist {
  margin-bottom: 100px;
}
.site-jeunesse .careerslinklist .content .btn {
  margin: 0;
  text-align: left;
}
.site-jeunesse .careerslinklist .content img {
  max-height: 100px;
}
.site-jeunesse .careerslinklist .content p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .site-jeunesse .careerslinklist .content {
    margin-bottom: 60px;
  }
}
.site-jeunesse.videolistingpage .newsList .item .btn-primary {
  border: none;
  color: #004565;
  padding: 16px 0px;
  border-bottom: 2px solid #6AB335;
  border-radius: 0;
  min-width: 0;
  margin-top: 0;
}
.site-jeunesse.videolistingpage .newsList .item .btn-primary:hover {
  text-decoration: none;
  background-color: transparent;
  color: #6AB335;
  border-color: transparent;
  border-bottom: 2px solid #6AB335;
}
.site-jeunesse.videolistingpage .newsList .item h3, .site-jeunesse.videolistingpage .newsList .item p {
  margin-bottom: 15px;
}
.site-jeunesse.videodetailpage .plugin-addthis {
  display: none;
}
.site-jeunesse.videodetailpage .news-detail .intro-text {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.site-jeunesse.externaljobsite .news-mosaic h3, .site-jeunesse.externaljobsite .news-mosaic p {
  margin-bottom: 15px;
}
.site-jeunesse.externaljobsite .news-mosaic .btn-link {
  margin-top: 0;
}
.site-jeunesse.bottincentredeformation form.form-horizontal {
  max-width: 100%;
}
.site-jeunesse.bottincentredeformation form.form-horizontal .col-md-12 {
  width: 50%;
}
.site-jeunesse.bottincentredeformation form.form-horizontal .col-md-12 .col-md-18 {
  width: 100%;
}

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