/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/* base */
/*============================
=            font            =
============================*/
/*=====  End of font  ======*/
/*===============================
=            general            =
===============================*/
body {
  background-color: #fff;
}

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

textarea {
  resize: none;
}

/***********************************************************/
/***************************Menu****************************/
/***********************************************************/
.menu_and_logo_content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 40;
}

.navbar-header {
  height: 65px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
  padding: 0px;
  padding-top: 15px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand img {
  height: 40px;
}

#custom-bootstrap-menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-width: 1px;
  border-radius: 4px;
}

.navbar-nav {
  margin: 0 auto;
  float: none;
  display: table;
  table-layout: fixed;
}

.navbar-collapse {
  background: #4a414c;
  background: -o-linear-gradient(bottom, rgba(74, 65, 76, 0.95), rgba(241, 160, 94, 0.95));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 65, 76, 0.95)), to(rgba(241, 160, 94, 0.95)));
  background: linear-gradient(to top, rgba(74, 65, 76, 0.95), rgba(241, 160, 94, 0.95));
}

.navbar {
  border: none;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
  text-align: center;
}

.navbar-default .navbar-nav > .active > a {
  color: #ff8500;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
  border-color: transparent;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/*nav*/
.nav.navbar-nav {
  position: relative;
  z-index: 150;
}

.navbar-default .navbar-collapse {
  padding-top: 45px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  opacity: 0;
  margin-right: 0px;
  z-index: 50;
}

.navbar-default .navbar-collapse.in {
  opacity: 1;
}

/*=====  End of general  ======*/
/*=================================
=            bootstrap            =
=================================*/
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node-page-bootstrap {
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.node-page-bootstrap .field-item.even {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1024px) {
  .node-page-bootstrap .field-item.even {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*=====  End of bootstrap  ======*/
/*==============================
=            drupal            =
==============================*/
.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

#sliding-popup .eu-cookie-compliance-banner #popup-text {
  font-weight: normal;
}
#sliding-popup .eu-cookie-compliance-banner .agree-button {
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 10px;
}
#sliding-popup .eu-cookie-compliance-banner .agree-button:hover {
  background: #fff;
  color: #df2236 !important;
}
#sliding-popup .eu-cookie-compliance-banner .decline-button {
  display: none;
}

/*=====  End of drupal  ======*/
@media (min-width: 768px) {
  .container.past-md {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container.past-md {
    width: 960px;
  }

  /***********************************************************/
  /***************************Menu****************************/
  /***********************************************************/
  .logo_header_content img {
    margin: auto;
  }

  .navbar-default .navbar-collapse {
    position: relative;
    height: auto;
    padding-top: 0px;
    background: transparent;
    opacity: 1;
  }

  .nav.navbar-nav {
    height: auto;
  }

  .container_lg_actif {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 960px;
  }

  .row_lg_actif {
    margin-left: -10px;
    margin-right: -10px;
  }

  /*nav*/
  .navbar-nav {
    margin: 0;
    width: 100%;
  }

  .navbar-nav > li > a {
    padding: 15px 10px;
  }
}
@media (min-width: 1360px) {
  .container.past-md {
    width: 1340px;
  }

  .container_lg_actif {
    width: 1340px;
  }
}
.clear {
  clear: both;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.rounded {
  border-radius: 50%;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.ttu {
  text-transform: uppercase;
}

/*==================================
=            Background            =
==================================*/
.bg-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.shade {
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background-color: rgba(60, 51, 41, 0.7);
  z-index: 0;
}

/*=====  End of Background  ======*/
/*=================================
=            positions            =
=================================*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/*=====  End of positions  ======*/
/*===============================
=            display            =
===============================*/
.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block {
  display: block;
}

/*=====  End of display  ======*/
/*==============================
=            margin            =
==============================*/
.m-1 {
  margin: 10px;
}

.m-2 {
  margin: 20px;
}

.m-3 {
  margin: 30px;
}

.m-4 {
  margin: 40px;
}

.m-5 {
  margin: 50px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

/*=====  End of margin  ======*/
/*===============================
=            padding            =
===============================*/
.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pr-4 {
  padding-right: 40px;
}

.pr-5 {
  padding-right: 50px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

/*=====  End of padding  ======*/
/*===================================
=            font weight            =
===================================*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*=====  End of font weight  ======*/
@media (min-width: 768px) {
  .float-r-sm {
    float: right;
  }

  .float-l-sm {
    float: left;
  }
}
@media (min-width: 992px) {
  .inline-block-md {
    display: inline-block !important;
  }

  .float-r-md {
    float: right;
  }

  .float-l-md {
    float: left;
  }
}
@media (min-width: 1360px) {
  .inline-block-md {
    display: inline-block !important;
  }

  .float-r-lg {
    float: right;
  }

  .float-l-lg {
    float: left;
  }
}
/* components */
.btn {
  background-color: #d3192b;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.24em;
  padding: 7px 20px;
  color: #fff;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.orange {
  background-color: #f65324;
}
.btn.blue {
  background-color: #0D4174;
}
@media (min-width: 768px) {
  .btn.aligned_bottom {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .btn.aligned_bottom.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.user_profile_contact_form .node > h2,
#user_profile_contact_form .node > h2 {
  display: none;
}

.pane-user-profile .field-name-contact-linked {
  display: none;
}
.pane-user-profile .field-name-ds-name {
  color: #d3192b;
  font-weight: 700;
}
.pane-user-profile .field-name-field-telephone,
.pane-user-profile .field-name-ds-mail,
.pane-user-profile .label-inline {
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
  margin-bottom: 10px;
  background-size: 15px;
}
.pane-user-profile .field-name-field-telephone {
  background-image: url(../img/phone-solid.svg);
}
.pane-user-profile .field-name-ds-mail {
  background-image: url(../img/envelope-solid.svg);
}
.pane-user-profile .label-inline {
  background-image: url(../img/linkedin-in-brands.svg);
}

.mc-field-group label {
  display: block;
}

.mc-field-group label.checkbox {
  line-height: 1;
}

.mc-field-group label.checkbox + label.checkbox {
  margin-top: 6px;
}

.mc-field-group input {
  width: 100%;
  margin: 2px 0 10px;
}

.mc-field-group input[type=checkbox] {
  width: auto;
  float: left;
  margin: 0;
  margin-right: 10px;
}

.mc_fieldset {
  float: none;
  padding: 10px;
}

.mailchimp-signup-subscribe-form {
  clear: both;
}
.mailchimp-signup-subscribe-form .mailchimp-signup-subscribe-form-description {
  margin-bottom: 25px;
}
.mailchimp-signup-subscribe-form .form-type-checkbox,
.mailchimp-signup-subscribe-form .form-type-radio {
  margin-bottom: 0px;
}
.mailchimp-signup-subscribe-form .form-type-checkbox > label,
.mailchimp-signup-subscribe-form .form-type-radio > label {
  display: inline;
}

.select-or-other .form-type-checkbox input {
  width: 13px;
  float: left;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}
.select-or-other .form-item > label:first-child {
  font-size: 22px;
  margin-bottom: 5px;
}
.select-or-other .form-item {
  margin-bottom: 6px;
}

.webform_wat_slim_recup .form-actions {
  text-align: right;
}
.webform_wat_slim_recup input[type=submit],
.webform_wat_slim_recup .node-event.view-mode-full .field-group-format-toggler a {
  background-color: #d3192b;
  color: white;
}

label.error {
  font-weight: 400;
  background-color: transparent;
  color: #c54343;
  font-size: 14px;
}

input.error {
  border: 2px solid #c54343;
}

.user_profile_contact_form,
#user_profile_contact_form,
.webform_wat_slim_recup,
#webform_wat_slim_recup {
  background: rgba(0, 0, 0, 0.55);
}

.user_profile_contact_form .form_overlay,
#user_profile_contact_form .form_overlay,
.webform_wat_slim_recup .form_overlay,
#webform_wat_slim_recup .form_overlay {
  position: relative;
}

.drupal-messages > .messages {
  min-height: 65px;
  background: #0c8861 url("../img/messages.png") 10px 10px no-repeat;
}

.blocLink h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
.blocLink p {
  margin-top: 0;
  color: #6d666c;
  font-size: 18px;
  font-weight: 400;
}
.blocLink.text-center {
  text-align: center;
}

.blocLink {
  background-color: #fff;
}
.blocLink .contentLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.blocLink .link {
  border: 1px solid #A7A3A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  color: #A7A3A7;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.blocLink .link:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.blocLink .link:hover {
  border: 3px solid #004477;
  color: #004477;
  font-weight: 700;
}

@media (min-width: 768px) {
  .blocLink .link {
    font-size: 15px;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media (min-width: 992px) {
  .blocLink .contentLink {
    padding: 20px;
  }
  .blocLink .link {
    padding: 10px;
  }
}
.view-id-search.view-display-id-page .view-filters {
  margin-right: -10px;
  margin-left: -10px;
  padding: 5px 10px;
  background: #d3192b;
  color: #fff;
}
.view-id-search.view-display-id-page .view-filters form {
  padding-bottom: 0;
}
.view-id-search.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget + .views-exposed-widget {
  margin-top: 10px;
}
.view-id-search.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-sort-by, .view-id-search.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-sort-order {
  display: inline-block;
  width: 49%;
}
.view-id-search.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget .form-submit {
  margin-top: 5px;
}

.breadcrumb {
  display: block;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.view-display-id-block_bootstrap {
  background-color: #fff;
  padding: 30px;
}
.view-display-id-block_bootstrap .view-footer {
  text-align: right;
}
.view-display-id-block_bootstrap .view-footer .more {
  background-color: #d3192b;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 20px;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.view-display-id-block_bootstrap .view-footer .more:hover {
  background-color: #bc1626;
}

.listingNews h2 {
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  font-size: 25px;
  color: #0D4174;
  font-weight: 700;
  border-bottom: 2px solid #d0cbbf;
  margin-bottom: 10px;
}
.listingNews .news {
  color: #0D4174;
  text-decoration: none;
  display: block;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #d0cbbf;
}
.listingNews .news:hover {
  color: #0D4174;
}

.view-display-id-block_bootstrap {
  background-color: #fff;
  padding: 30px;
}
.view-display-id-block_bootstrap .view-footer {
  text-align: right;
}
.view-display-id-block_bootstrap .view-footer .more {
  background-color: #d3192b;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 20px;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.view-display-id-block_bootstrap .view-footer .more:hover {
  background-color: #bc1626;
}

.listingEvents h2 {
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  font-size: 25px;
  color: #0D4174;
  font-weight: 700;
  border-bottom: 2px solid #d0cbbf;
  margin-bottom: 10px;
}
.listingEvents .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0D4174;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #d0cbbf;
  text-decoration: none;
}
.listingEvents .event:hover {
  color: #0D4174;
  text-decoration: none !important;
}
.listingEvents .event:hover .date {
  text-decoration: none !important;
  color: #0D4174;
}
.listingEvents .event:hover .info {
  text-decoration: underline;
}
.listingEvents .event .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  width: 60px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #6f6b6f;
  color: #0D4174;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
.listingEvents .event .date .day {
  font-size: 20px;
  font-weight: 600;
}
.listingEvents .event .date .month {
  text-transform: uppercase;
}
.listingEvents .event .info {
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
}
.listingEvents .event.sirris-event .date {
  background-color: #d3192b;
  border: 2px solid #d3192b;
  color: #fff !important;
}
.listingEvents .event.sirris-event:hover .date {
  color: #fff !important;
}

/* layout */
.header-content .block-search .form-text {
  margin-top: 0;
}

.l-content {
  padding: 30px 10px;
  background-color: #fff;
}
.l-content h2 {
  font-size: 23px;
  font-weight: 600;
  color: #0D4174;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}
.l-content p {
  font-weight: 300;
  font-size: 16px;
  color: #737373;
  margin-bottom: 10px;
}
.l-content.red h1, .l-content.red h2, .l-content.red h3, .l-content.red h4, .l-content.red h5, .l-content.red h6 {
  color: #d3192b;
}
.l-content.orange h1, .l-content.orange h2, .l-content.orange h3, .l-content.orange h4, .l-content.orange h5, .l-content.orange h6 {
  color: #f65324;
}

.l-rAndD h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-rAndD ul {
  padding-left: 0;
}
.l-rAndD ul li {
  list-style-type: none;
}
.l-rAndD .subMenu {
  display: none;
  position: relative;
  background-color: #eeeeee;
  padding: 5px 5px 0px 5px;
}
.l-rAndD .subMenu li {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 20px;
}
.l-rAndD .subMenu li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.l-rAndD .menuRandD:hover .subMenu {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
}
.l-rAndD .menuRandD img {
  width: 66px;
}
.l-rAndD .rAndDBloc {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .l-rAndD .rAndDBloc {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.l-rAndD .blue h3 a {
  color: #0D4174;
}
.l-rAndD .blue .subMenu li {
  background-color: #0D4174;
}
.l-rAndD .red h3 a {
  color: #d3192b;
}
.l-rAndD .red .subMenu li {
  background-color: #d3192b;
}
.l-rAndD .orange h3 a {
  color: #f65324;
}
.l-rAndD .orange .subMenu li {
  background-color: #f65324;
}

.l-case h2 {
  text-align: center;
}
.front .l-case h2 {
  margin-bottom: 20px;
}
.l-case .swiper-container {
  position: relative;
}
.l-case .swiper-container .swiper-button-next {
  background-image: url(img/next.svg);
}
.l-case .swiper-container .swiper-button-prev {
  background-image: url(img/prev.svg);
}
.l-case .swiper-container:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
  width: 10%;
  z-index: 5;
}
.l-case .swiper-container:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
  width: 10%;
  z-index: 5;
}
.l-case .swiper-slide a {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 140px;
  padding: 20px;
}
.l-case .swiper-slide a.top {
  margin-bottom: 30px;
}
.l-case .swiper-slide a img {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  max-height: 100px;
}
.front .l-case {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.l-share {
  left: 0;
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}

@media (max-width: 1023px) {
  .l-share {
    position: static !important;
    width: 200px;
    margin-bottom: 40px;
    padding: 5px 0 !important;
  }
  .l-share .share_button {
    float: left;
    clear: none;
    line-height: 16px;
    padding: 0 4px;
  }
  .l-share .share_button span {
    float: left;
    height: 25px;
    width: 25px;
  }
  .page-agenda .l-share, .page-blog .l-share, .node-type-blog .l-share {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .l-share {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  .l-share {
    left: -26px;
  }
  .l-share:hover {
    left: 0px;
  }
}
.l-footer .footerFix .container .link {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.l-footer .footerFix .container .link.last-child {
  margin-bottom: 0;
}
.l-footer .footerFix .container .link img {
  margin-right: auto;
  margin-left: auto;
  max-height: 100px;
  max-width: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .l-footer .footerFix .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .footerFix .container .link {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .front .l-footer .region-footer {
    padding-bottom: 100px;
  }
  .front .l-footer .footerFix {
    position: fixed;
  }
  .l-footer .footerFix {
    background-color: #5d5b56;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding-top: 10px;
  }
  .l-footer .footerFix .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer .footerFix .container .link {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    margin: 0 10px;
  }
  .l-footer .footerFix .container .link:first-child, .l-footer .footerFix .container .link:last-child {
    margin: 0;
  }
  .l-footer .footerFix .container .link:first-child {
    margin-right: 10px;
  }
  .l-footer .footerFix .container .link:last-child {
    margin-left: 10px;
  }
  .l-footer .footerFix .container .link img {
    -webkit-transition: max-height ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s;
    max-height: 35px;
  }
  .l-footer .footerFix .footer-colors {
    margin-top: 10px;
  }
  .l-footer .footerFix.bottom .link img {
    -webkit-transition: max-height ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s;
  }
  .l-footer .region-footer {
    padding-bottom: 30px;
  }
}
/* page */
.front .breadcrumb {
  background: none;
}
.front .frontpage-services {
  background: #df2236;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.front .frontpage-services h2 {
  font-weight: 700;
  font-size: 37px;
  margin-bottom: 5px;
}
.front .frontpage-services .view {
  padding: 15px 23px 30px;
}
.front .frontpage-services .view .item-list ul {
  padding: 0;
  margin: 25px -10px;
  margin-bottom: 0;
}
.front .frontpage-services .view .item-list ul li {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 880px) {
  .front .frontpage-services .view .item-list ul li {
    margin: 0;
  }
}
@media (max-width: 879px) {
  .front .frontpage-services .view .item-list ul li {
    width: 100%;
    max-width: 556px;
  }
}
.front .frontpage-subtitle {
  margin-bottom: 0;
  padding-bottom: 0;
}
.front .view-mode-mini_teaser.node-service .field-name-field-slogan {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(223, 34, 54, 0.8);
  padding: 10px;
  line-height: 24px;
}
@media (min-width: 880px) {
  .front .view-mode-mini_teaser.node-service .field-name-field-slogan {
    min-height: 68px;
    height: auto;
    font-size: 20px;
  }
}
@media (max-width: 559px) {
  .front .page .panel-2col-bricks .panel-col-middle {
    float: none;
  }
}

.p-annualReportNew {
  font-size: 16px;
  line-height: 1.42857143;
}
.p-annualReportNew .container {
  width: 100%;
  max-width: 60.25em;
}
.page > .p-annualReportNew .container {
  padding-top: 0;
}
.p-annualReportNew header figure.logo {
  margin: 0;
}
.p-annualReportNew .page > .container {
  padding: 0px;
}
.p-annualReportNew > footer {
  margin-top: 0;
}
.p-annualReportNew .page {
  font-family: "proxima_nova", Helvetica, Arial, sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e4e1+0,f6f5f3+100 */
  background: #e5e4e1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e4e1), to(#fff));
  background: -o-linear-gradient(top, #e5e4e1 0%, #fff 100%);
  background: linear-gradient(to bottom, #e5e4e1 0%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5e4e1", endColorstr="#fff",GradientType=0 );
  /* IE6-9 */
}
.p-annualReportNew .l-header {
  background-image: url(img/header.jpg);
  background-position: center center;
  background-size: cover;
  padding: 20px;
}
.p-annualReportNew .l-header a {
  color: #fff;
}
.p-annualReportNew .l-header .main_title {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
  text-shadow: 3px 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  margin-top: 0;
}
.p-annualReportNew .l-header.otherPages .main_title {
  font-size: 20px;
}
.p-annualReportNew .l-intro {
  text-align: center;
}
.p-annualReportNew .l-intro .enTete {
  font-size: 12px;
  font-weight: 600;
  color: #0D4174;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.p-annualReportNew .l-intro img {
  -webkit-box-shadow: 3px 1px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.p-annualReportNew .l-intro h2 {
  margin-bottom: 20px;
}
.p-annualReportNew .l-chiffre {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse, #ffffff 0%, #f1f1f1 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f1",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
}
.p-annualReportNew .l-chiffre .number {
  font-weight: 300;
  font-size: 60px;
  color: #0D4174;
}
.p-annualReportNew .l-chiffre .item {
  text-transform: uppercase;
  font-weight: 300;
  color: #737373;
  font-size: 18px;
  margin-bottom: 30px;
}
.p-annualReportNew .l-regional {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse, #ffffff 0%, #f1f1f1 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f1",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.p-annualReportNew .l-regional h3 {
  margin-bottom: 15px;
  margin-top: 0;
}
.p-annualReportNew .l-regional h3 a {
  color: #737373;
  font-weight: 700;
  font-size: 30px;
}
.p-annualReportNew .l-regional p {
  color: #737373;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-annualReportNew .l-regional .bloc {
  margin-bottom: 30px;
}
.p-annualReportNew .l-themes .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-annualReportNew .l-themes .theme {
  padding: 10px 10px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.p-annualReportNew .l-themes .theme h3 {
  margin-top: 0;
}
.p-annualReportNew .l-themes .theme h3 a {
  color: #fff;
}
.p-annualReportNew .l-themes .theme p {
  color: #fff;
}
.p-annualReportNew .l-themes.blue .theme {
  background-color: #0D4174;
}
.p-annualReportNew .l-themes.red .theme {
  background-color: #d3192b;
}
.p-annualReportNew .l-themes.orange .theme {
  background-color: #f65324;
}
.p-annualReportNew .l-wysiwyg img {
  -webkit-box-shadow: 3px 1px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.p-annualReportNew .l-wysiwyg img.icon {
  max-width: 40%;
}
.p-annualReportNew .l-wysiwyg h2 {
  margin-bottom: 20px;
}
.p-annualReportNew .l-wysiwyg h3 {
  margin-bottom: 10px;
}
.p-annualReportNew .l-wysiwyg p {
  margin-bottom: 20px;
}
.p-annualReportNew .l-wysiwyg h1, .p-annualReportNew .l-wysiwyg h2, .p-annualReportNew .l-wysiwyg h3, .p-annualReportNew .l-wysiwyg h4, .p-annualReportNew .l-wysiwyg h5, .p-annualReportNew .l-wysiwyg h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #0D4174;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-annualReportNew .l-header {
    padding: 40px;
  }
  .p-annualReportNew .l-header .main_title {
    font-size: 55px;
    line-height: 45px;
  }
  .p-annualReportNew .l-header.otherPages .main_title {
    font-size: 50px;
  }
  .p-annualReportNew .l-content {
    padding: 40px 20px;
  }
  .p-annualReportNew .l-intro {
    text-align: left;
  }
  .p-annualReportNew .l-intro img {
    margin-bottom: 0;
  }
  .p-annualReportNew .l-regional .bloc {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .p-annualReportNew .l-themes .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 966px) {
  .p-annualReportNew .l-header {
    padding: 60px;
  }
  .p-annualReportNew .l-header .main_title {
    font-size: 72px;
    line-height: 59px;
  }
  .p-annualReportNew .l-header.otherPages .main_title {
    font-size: 65px;
  }
}

.p-landingPage .breadcrumb {
  display: none;
}
.p-landingPage .margin-center {
  margin-left: auto;
  margin-right: auto;
}
.p-landingPage .main .home {
  margin-top: -30px;
}
.p-landingPage .user-profile {
  display: inline-block;
}
.p-landingPage .user-profile .btn {
  background-color: #6D666C;
  color: #D3D1D3;
}
.p-landingPage .webform-client-form h2 {
  display: none;
}
.p-landingPage .pane-content .field-name-body img {
  margin: 0;
  margin-bottom: 20px;
}
.p-landingPage .pane-content .field-name-body img.carreInfo {
  margin-bottom: 20px;
}
.p-landingPage .pane-title {
  display: none;
}
.p-landingPage .videoBloc {
  height: 540px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/video.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.p-landingPage .videoBloc .play {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.p-landingPage .videoBloc:hover .play {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.p-landingPage .subpage .landBloc h2 {
  font-size: 24px;
  margin-top: 0;
  text-transform: uppercase;
}
.p-landingPage .subpage .landBloc h3 {
  color: #6d666c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.p-landingPage .subpage .landBloc p {
  margin-top: 0;
}
.p-landingPage .subpage .landBloc.bgGreyDark h3 {
  color: #fff;
}
.p-landingPage .subpage .landBloc a {
  display: block;
}
.p-landingPage .backContent {
  text-align: center;
  padding-top: 30px;
  background-color: #fff;
}
.p-landingPage .backContent .btn {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  padding: 3px 10px;
}
.p-landingPage .backContent .btn.softGrey {
  background-color: #F2F0E9;
  color: #717171;
  display: inline;
}
.p-landingPage .landBloc {
  padding: 30px 10px;
}
.p-landingPage .landBloc .mr-1 {
  margin-right: 10px;
}
.p-landingPage .landBloc h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.p-landingPage .landBloc h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.p-landingPage .landBloc p {
  font-size: 18px;
  font-weight: 400;
}
.p-landingPage .landBloc a {
  font-size: 18px;
}
.p-landingPage .landBloc .imgCenter img {
  margin-right: auto;
  margin-left: auto;
}
.p-landingPage .landBloc .btn {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  padding: 3px 10px;
  white-space: normal;
}
.p-landingPage .landBloc .btn.red {
  background-color: #BB0033;
}
.p-landingPage .landBloc .btn.grey {
  background-color: #6D666C;
  color: #D3D1D3;
}
.p-landingPage .landBloc .btn.softGrey {
  background-color: #F2F0E9;
  color: #717171;
  display: inline;
}
.p-landingPage .landBloc .LastNewsContent {
  text-align: center;
}
.p-landingPage .landBloc .imgLastNews {
  margin-right: auto !important;
  margin-left: auto !important;
}
.p-landingPage .landBloc.bgWhite {
  background-color: #fff;
}
.p-landingPage .landBloc.bgWhite p {
  color: #6d666c;
}
.p-landingPage .landBloc.bgBlue {
  background-color: #004477;
}
.p-landingPage .landBloc.bgBlue h2, .p-landingPage .landBloc.bgBlue p, .p-landingPage .landBloc.bgBlue h3 {
  color: #fff;
}
.p-landingPage .landBloc.bgBlue .btn {
  background-color: #fff;
  color: #004477;
}
.p-landingPage .landBloc.bgBlue.orangeTxt h2, .p-landingPage .landBloc.bgBlue.orangeTxt a {
  color: #DD9922;
}
.p-landingPage .landBloc.bgBlue.orangeTxt h3 {
  color: #fff;
}
.p-landingPage .landBloc.bgRed {
  background-color: #bb0033;
}
.p-landingPage .landBloc.bgRed h2 {
  color: #1e1e1e;
}
.p-landingPage .landBloc.bgRed h3, .p-landingPage .landBloc.bgRed p {
  color: #fff;
}
.p-landingPage .landBloc.bgRed a {
  color: #000000;
}
.p-landingPage .landBloc.bgRed .btn {
  background-color: #1E1E1E;
  color: #bb0033;
}
.p-landingPage .landBloc.bgYellow {
  background-color: #dd9922;
}
.p-landingPage .landBloc.bgYellow p {
  color: #6d666c;
}
.p-landingPage .landBloc.bgYellow a, .p-landingPage .landBloc.bgYellow h2 {
  color: #fff;
}
.p-landingPage .landBloc.bgGrey {
  background-color: #ebebeb;
}
.p-landingPage .landBloc.bgGrey p {
  color: #6d666c;
}
.p-landingPage .landBloc.bgGreyDark {
  background-color: #a7a3a7;
}
.p-landingPage .landBloc.bgGreyDark p {
  color: #fff;
}
.p-landingPage .landBloc.bgGreyDark h2, .p-landingPage .landBloc.bgGreyDark a {
  color: #BB0033;
}
.p-landingPage .landBloc.bgGreyDark h3 {
  color: #fff;
}
.p-landingPage .landBloc.redTxt h2, .p-landingPage .landBloc.redTxt a {
  color: #bb0033;
}
.p-landingPage .landBloc.redTxt .btn.red {
  color: #fff;
}
.p-landingPage .landBloc.redTxt .user-profile .btn {
  background-color: #6D666C;
  color: #D3D1D3;
}
.p-landingPage .landBloc.blueTxt a {
  color: #0d4276;
}
.p-landingPage .landBloc.blueTxt a.red {
  color: #fff;
}
.p-landingPage .landBloc.orangeTxt h2, .p-landingPage .landBloc.orangeTxt a {
  color: #CC6622;
}
.p-landingPage .landBloc.first {
  padding-top: 40px;
}
.p-landingPage .landBloc .linkBloc {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  color: #004477;
  min-height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-landingPage .landBloc .linkBloc h3, .p-landingPage .landBloc .linkBloc p {
  color: #004477;
}
.p-landingPage .landBloc .linkBloc .btn {
  background-color: #004477;
  color: #fff;
}
.p-landingPage .landBloc .linkBloc p {
  margin-top: 0 !important;
}
.p-landingPage .blocLink h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
.p-landingPage .blocLink p {
  margin-top: 0;
  color: #6d666c;
  font-size: 18px;
  font-weight: 400;
}
.p-landingPage .blocLink {
  padding: 30px 10px;
}

@media (min-width: 768px) {
  .p-landingPage .landBloc {
    padding: 50px;
  }
  .p-landingPage .landBloc .btn {
    font-size: 24px;
  }
  .p-landingPage .landBloc .LastNewsContent {
    text-align: left;
  }
  .p-landingPage .landBloc .imgLastNews {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .p-landingPage .landBloc {
    padding: 80px;
  }
  .p-landingPage h2 {
    font-size: 36px;
  }
  .p-landingPage .blocLink {
    padding: 35px 100px;
  }
  .p-landingPage .blocLink .link {
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .p-landingPage .landBloc {
    padding: 80px;
  }
  .p-landingPage .landBloc .linkBloc {
    min-height: 215px;
  }
}