@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
/* 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 */
/* Entre 1199px et 768px */
/* GENERAL IAMGE BORDER-RADIUS */
/* COLORS VARIABLES AND FUNCTIONS */
/* FONT VARIABLES */
/* PAGES IMPORT, ORDER IMPORTANT */
h1, .h1 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 55px;
  line-height: 61px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2, .h2 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

h3, .h3 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

h4, .h4 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

h5, .h5 {
  font-family: "BasierSquare", sans-serif;
  color: #00afd7;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h5 br, .h5 br {
    display: none;
  }
}

h6, .h6 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
}

p {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

a:focus, .btn:focus {
  outline: none;
}

.mod-article__content ul {
  padding-left: 20px;
}

.numbers {
  color: #00afd7;
  font-family: "BasierSquare", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 61px;
}
.numbers i.percent {
  font-size: 35px;
  line-height: 40px;
  vertical-align: top;
  font-style: normal;
}

.separator {
  border: 0;
  border-top: 1px solid #ccc;
}

.line-main-content .main-content {
  color: #003e51;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

.line-text-only .flex-container {
  flex-direction: column;
  justify-content: flex-start;
}

.btn-primary {
  display: inline-block;
  padding: 13px 26px;
  background-color: #00afd7;
  color: #fff;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background-color 150ms, border-color 150ms;
  border: 2px solid #00afd7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border: 2px solid #00afd7;
  background-color: transparent;
  color: #003e51;
}
@media (max-width: 767px) {
  .btn-primary {
    white-space: normal;
  }
}

.btn-primary-dark {
  padding: 13px 26px;
  background-color: #003e51;
  color: #fff;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background-color 150ms, border-color 150ms;
  border: 2px solid #003e51;
}
.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active {
  border: 2px solid #003e51;
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-primary-dark {
    white-space: normal;
  }
}

.btn-default {
  padding: 10px 20px;
  border: 2px solid #00afd7;
  color: #003e51;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  transition: background-color 150ms, border-color 150ms;
  background-color: transparent;
  border-radius: 10px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #00afd7;
  border: 2px solid transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-default {
    white-space: normal;
  }
}

.btn-link, .back-to-list {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.btn-link:after, .back-to-list:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .back-to-list:hover, .back-to-list:focus, .back-to-list:active {
  border-color: transparent;
  text-decoration: none;
}
.btn-link:hover:after, .btn-link:focus:after, .btn-link:active:after, .back-to-list:hover:after, .back-to-list:focus:after, .back-to-list:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .btn-link, .back-to-list {
    white-space: normal;
  }
}

.back-to-list {
  margin-top: 30px;
}

.calendar-link-content .btn {
  text-transform: inherit;
  color: #003e51 !important;
  border-radius: 8px;
  letter-spacing: 1px;
  padding: 15px 12px;
}
.calendar-link-content .btn i {
  font-size: 22px;
}

@media (max-width: 767px) {
  .form-group {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}
.form-group .control-label {
  color: #003e51;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.form-group .control-label--required {
  color: #003e51;
}
.form-group .form-control {
  height: 50px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-bottom: 30px;
  color: rgba(0, 62, 81, 0.7);
}

.darkmode {
  color: #fff;
}
.darkmode .form-group .control-label {
  color: #fff;
}
.darkmode .form-group .control-label--required {
  color: #fff;
}
.darkmode .form-group .form-control {
  background-color: #fff;
}
.darkmode .crm-footer-frame .btn-primary, .darkmode select {
  color: #fff;
}
.darkmode select option {
  color: #003e51;
}

.form-element-pdf {
  margin-bottom: 30px;
}
.form-element-pdf .col-md-12 {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 97%;
  padding: 15px 60px 15px 15px !important;
  height: auto;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  border: none !important;
  background-color: #fff;
  color: #555555 !important;
  background-image: url(https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/comite_special/dropdown-arrow.png) !important;
}

.search-form select {
  background-image: url(https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/dropdown_arrow.png) !important;
  border: 2px solid #00afd7 !important;
  color: #003e51;
  background-color: transparent !important;
}

input[type=file] {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 19px;
  color: #555;
  height: 60px;
  background-image: url("https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/comite_special/dropdown-arrow.png") !important;
  background-repeat: no-repeat;
  background-position: 97%;
}

.form-element-message .col-md-12 {
  width: 100%;
}
.form-element-message .col-md-12 textarea[id=message] {
  width: 100%;
  height: auto;
  resize: none;
}

.crm-footer-frame .btn-primary {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: transparent;
  letter-spacing: 2.1px;
  line-height: 20px;
  padding: 19px 30px;
  color: #003e51;
}
@media (max-width: 767px) {
  .crm-footer-frame .btn-primary {
    margin-top: 30px;
    margin-left: 15px;
  }
}
.crm-footer-frame .btn-primary:hover {
  background-color: #00afd7;
  border: 2px solid transparent;
  color: #fff;
}

.nav-pills > li.disabled.active > a, .nav-pills > li.disabled > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 57px;
  padding-right: 5px;
  display: inline;
}
.nav-pills > li.disabled.active > a:hover, .nav-pills > li.disabled > a:hover {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  padding-right: 5px;
  display: inline;
}

.nav-pills > li.disabled.active:before,
.nav-progress > li.disabled.active ~ li:before,
.nav-progress > li.disabled:before {
  width: 58px;
  height: 57px;
  border-radius: 0 0 15px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 28px;
  font-family: "BasierSquare", sans-serif;
  margin-right: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left;
}

.nav-pills > li.disabled.active > a {
  color: #00afd7;
  position: relative;
}
.nav-pills > li.disabled.active:before {
  border: 2px solid #00afd7;
  color: #00afd7;
}

.nav-progress > li.disabled > a {
  color: #00afd7;
}
.nav-progress > li.disabled.active ~ li > a {
  color: #003e51;
}
.nav-progress > li.disabled.active ~ li:before {
  color: #003e51;
  border: 2px solid #003e51;
}
.nav-progress > li.disabled:before {
  border: 2px solid #00afd7;
  color: #00afd7;
}
.nav-progress > li.disabled:after {
  border-bottom: none;
}

.cart-wrapper {
  padding: 1.7rem 2.2rem;
}
.cart-wrapper .table-cart {
  border-bottom: none;
}
.cart-wrapper .table-cart thead tr th {
  border-bottom: 2px solid #00afd7;
  padding: 15px 0;
}
.cart-wrapper .table-cart thead tr th .table-cart__heading {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.cart-wrapper .table-cart thead tr th:last-child .table-cart__heading {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #00afd7;
}
.cart-wrapper .table-cart > tbody > tr > td {
  vertical-align: top;
  border-bottom: 1px solid #00afd7;
}
.cart-wrapper .cart-item .cart-item__name, .cart-wrapper .cart-item .cart-item__description {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.cart-wrapper .cart-item .cart-item__description {
  color: #00afd7;
}
.cart-wrapper .cart-item .cart-item__controls {
  padding: 15px 0 10px 0;
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--modify {
  padding: 10px 20px;
  border: 2px solid #00afd7;
  color: #003e51;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  transition: background-color 150ms, border-color 150ms;
  background-color: transparent;
  border-radius: 10px;
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--modify:hover, .cart-wrapper .cart-item .cart-item__controls .cart-item__control--modify:focus, .cart-wrapper .cart-item .cart-item__controls .cart-item__control--modify:active {
  background-color: #00afd7;
  border: 2px solid transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .cart-wrapper .cart-item .cart-item__controls .cart-item__control--modify {
    white-space: normal;
  }
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--modify:hover {
  text-decoration: none;
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:hover, .cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:focus, .cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:active {
  border-color: transparent;
  text-decoration: none;
}
.cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:hover:after, .cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:focus:after, .cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .cart-wrapper .cart-item .cart-item__controls .cart-item__control--delete {
    white-space: normal;
  }
}
.cart-wrapper .cart-item__price {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #00afd7;
}
.cart-wrapper__text-empty {
  color: #003e51;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  line-height: 20px;
}

.order-totals__wrapper .order-summary .table-order-taxes tbody tr {
  border-bottom: 2px solid #00afd7;
}
.order-totals__wrapper .order-summary .table-order-taxes tbody tr td {
  padding: 10px 0;
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #00afd7;
}
.order-totals__wrapper .order-summary__title {
  color: #003e51;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.45px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 2px solid #00afd7;
  margin: 0 0 0rem;
}
.order-totals__wrapper .order-summary__total {
  padding: 10px 0;
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #00afd7;
}

.cart-payment__wrapper .payment-summary {
  margin-bottom: 20px;
}
.cart-payment__wrapper .payment-summary > div {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.cart-payment__wrapper .payment-summary > div h6 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.cart-payment__wrapper .payment-summary > div.form-withProgress__sub-total h4 {
  text-transform: uppercase;
  max-width: 70%;
}
.cart-payment__wrapper .payment-summary > div.form-withProgress__grand-total {
  background-color: #00afd7;
  color: #fff;
}
.cart-payment__wrapper #fieldset-paymentmethod h2, .cart-payment__wrapper .payment-context h2, .cart-payment__wrapper .payment-billing h2 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-top: 40px !important;
}

.panel-default > .panel-heading {
  background-color: #fff;
  border-bottom: 2px solid #003e51;
}

.panel-heading {
  background-color: #fff;
}
.panel-heading .panel-title {
  color: #00afd7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 7.5px;
  line-height: 25px;
}
.panel-heading .panel-title a:hover,
.panel-heading .panel-title a:focus {
  color: #003e51;
  text-decoration: none;
}
.panel-heading .news-accordion-published-date {
  display: none;
}

@media (min-width: 992px) {
  .panel-body {
    padding-right: 50px;
  }
}

.panel-collapse.in {
  border-bottom: 0;
}

.zend_form {
  background-color: #f7f7f7;
  padding: 60px 50px;
  margin-right: 50%;
  text-align: center;
  width: 636px;
  height: 435px;
}
.zend_form .form-group {
  margin-bottom: 50px;
}
.zend_form .form-group input[type=email],
.zend_form .form-group input[type=password],
.zend_form .form-group input[type=text] {
  display: block;
  margin: auto;
  width: 540px;
  padding: 5px;
  width: 540px;
  background-color: #fff;
}
.zend_form .form-group input::placeholder {
  color: rgba(0, 62, 81, 0.7);
  text-transform: uppercase;
  padding-left: 15px;
}
.zend_form p {
  display: none;
}
.zend_form .btn-primary {
  margin-right: 30px;
}

table > thead a.asort:after {
  border-bottom: 5px solid #fff;
}

.table-striped thead {
  background-color: #003e51;
  color: #fff;
}
.table-striped tr th {
  border-left: 1px solid #fff;
}
.table-striped tr th a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}
.table-striped tbody tr:nth-child(odd) td {
  background-color: rgba(0, 175, 215, 0.2);
}
.table-striped tbody tr td {
  background-color: rgba(0, 175, 215, 0.4);
  color: #003e51;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  border-left: 1px solid #fff;
}
.table-striped tbody tr:hover td {
  background-color: #f5f5f5;
}

.social-link span {
  display: inline-block;
}
.social-link span:before {
  height: 12px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.social-link.facebook {
  order: 1;
}
.social-link.facebook .icon-facebook:before {
  content: " ";
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Facebook_UP.png);
}
.social-link.facebook .icon-facebook:hover:before {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Facebook_Hover.png);
}
.social-link.twitter {
  order: 0;
  float: left;
}
@media (max-width: 1199px) {
  .social-link.twitter {
    float: none;
  }
}
.social-link.twitter .icon-twitter:before {
  content: " ";
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Twitter_UP.png);
}
.social-link.twitter .icon-twitter:hover:before {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Twitter_Hover.png);
}
.social-link.youtube {
  order: 3;
}
.social-link.youtube .icon-youtube:before {
  content: " ";
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Youtube_UP.png);
}
.social-link.youtube .icon-youtube:hover:before {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Youtube_Hover.png);
}
.social-link.linkedin {
  order: 2;
}
.social-link.linkedin .icon-linkedin:before {
  content: " ";
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Linkedin_UP.png);
}
.social-link.linkedin .icon-linkedin:hover:before {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Linkedin_Hover.png);
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

@font-face {
  font-family: "BasierSquare";
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-regular-webfont.eot");
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-regular-webfont.woff") format("woff"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-regular-webfont.woff2") format("woff2"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-regular-webfont.otf") format("truetype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-regular-webfont.svg#basier_squareregular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "BasierSquare";
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-medium-webfont.eot");
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-medium-webfont.woff") format("woff"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-medium-webfont.woff2") format("woff2"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-medium-webfont.otf") format("truetype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-medium-webfont.svg#basier_squaremedium") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "BasierSquare";
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-semibold-webfont.eot");
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-semibold-webfont.woff") format("woff"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-semibold-webfont.woff2") format("woff2"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-semibold-webfont.otf") format("truetype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-semibold-webfont.svg#basier_squaresemibold") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "BasierSquare";
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-bold-webfont.eot");
  src: url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-bold-webfont.woff") format("woff"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-bold-webfont.woff2") format("woff2"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-bold-webfont.otf") format("truetype"), url("https://s3.ca-central-1.amazonaws.com/cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/fonts/basiersquare-bold-webfont.svg#basier_squarebold") format("svg");
  font-weight: 900;
}
body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "BasierSquare", sans-serif;
}

@media (max-width: 991px) {
  body.overflowhidden {
    overflow: hidden;
    background-color: #003e51;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Alignement flex */
.verticalalign .row {
  display: flex;
  flex-wrap: wrap;
}
.verticalalign .row > div {
  display: flex;
  flex-direction: column;
}
.verticalalign .row > div > div {
  width: 100%;
}
.verticalalign.center .row > div {
  align-items: center;
  justify-content: center;
}
.verticalalign.bottom .row > div {
  align-items: center;
  justify-content: flex-end;
}

.nointerlettrage h5 {
  letter-spacing: 0 !important;
}

.caret {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: transform 150ms;
}

.flexcentered {
  display: flex;
  flex-wrap: wrap;
}

.topsectionpadding {
  padding-top: 60px;
}

.topsectionfatpadding {
  padding-top: 100px;
}

.bottomsectionfatpadding {
  padding-bottom: 100px;
}

.bottomsectionpadding {
  padding-bottom: 60px;
}

.nopadding {
  padding: 0 0 0 0 !important;
}

.e-date {
  color: #003e51;
  text-transform: none;
  margin-bottom: 30px;
  font-size: 16px;
}

.news-category {
  color: #00afd7;
}

@media (max-width: 767px) {
  .form-group {
    margin: 0 !important;
  }
}
.formations .search-form label, .enjeux .search-form label {
  display: none;
}
.formations .search-form select, .enjeux .search-form select {
  width: auto;
  padding: 0 50px 0 35px;
  color: #003e51;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .formations .search-form select, .enjeux .search-form select {
    letter-spacing: 0;
    padding: 0 32px 0 10px !important;
  }
}

/* STYLE REGULAR PAGE BANNER */
.line-ciq-main-banner .zone-banner {
  padding-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .line-ciq-main-banner .zone-banner {
    padding-top: 150px;
  }
}
.line-ciq-main-banner .zone-banner h1 {
  color: #fff;
}
.line-ciq-main-banner .zone-banner .mod-banner__img {
  position: static;
  height: 400px;
}
.line-ciq-main-banner .zone-banner .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(0, 175, 215, 0.3);
  z-index: 0;
}
@media (max-width: 767px) {
  .line-ciq-main-banner .zone-banner .mod-banner__img:before {
    top: 150px;
  }
}
.line-ciq-main-banner .zone-banner .mod-banner__img .mod-banner__content {
  width: 45%;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 62, 81, 0.9);
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
}
@media (max-width: 1199px) {
  .line-ciq-main-banner .zone-banner .mod-banner__img .mod-banner__content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-ciq-main-banner .zone-banner .mod-banner__img .mod-banner__content {
    width: 100%;
    bottom: auto;
    height: 35vh;
  }
}
.line-ciq-main-banner .zone-banner .mod-banner__img .mod-banner__content .mod-banner h1 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .line-ciq-main-banner .zone-banner.sm-remove-bg-img .mod-banner__img {
    background-image: none !important;
    height: 170px !important;
  }
}

/* REGULAR PAGE TEXT BELLOW BANNER */
.line-main-content {
  padding: 80px 15px;
}
.line-main-content .flex-container {
  justify-content: center;
  align-items: center;
}
.line-main-content .flex-container .main-content {
  max-width: 850px;
  width: 100%;
  margin: auto;
  font-size: 22px;
  line-height: 1.5;
  color: #003e51;
  text-align: center;
}
.line-main-content .content p {
  margin-bottom: 30px;
}

/* HOME AND REGULAR PAGE BANNER TITLE STYLES */
.line-ciq-main-banner .mod-banner {
  text-align: right;
  padding: 40px 80px 40px 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .line-ciq-main-banner .mod-banner {
    padding: 40px 70px 40px 40px;
  }
}
@media (max-width: 991px) {
  .line-ciq-main-banner .mod-banner {
    padding: 40px 60px 40px 40px;
  }
}
@media (max-width: 767px) {
  .line-ciq-main-banner .mod-banner {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .line-ciq-main-banner .mod-banner h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 575px) {
  .line-ciq-main-banner .mod-banner h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .line-ciq-main-banner .mod-banner h5 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .line-ciq-main-banner .mod-banner h5 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .line-ciq-main-banner .mod-banner.sm-remove-bg-img .mod-banner__img {
    background-image: none !important;
    height: 170px !important;
  }
}

.news-mosaic .row > div {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .news-mosaic .row > div {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .news-mosaic .row > div {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .news-mosaic .row > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .news-mosaic .row:nth-child(odd) > div.col-sm-8:nth-child(even) {
    background-color: #f0f0f0;
  }
  .news-mosaic .row:nth-child(even) > div.col-sm-8:nth-child(odd) {
    background-color: #f0f0f0;
  }
  .news-mosaic .row > div.col-sm-6:nth-child(even) {
    background-color: #f0f0f0;
  }
}

.criteriasection.percentage .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .criteriasection.percentage .row {
    display: block;
  }
}
.criteriasection.percentage .row > .zone-article .mod-article__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .criteriasection.percentage .row > .zone-article .mod-article__wrapper {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .criteriasection.percentage .row > .zone-article h2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .criteriasection.percentage.mobileimageontop .row > div:first-child {
    order: 1;
  }
}

.news-detail .news-content .news-text .article--text img {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .news-detail {
    margin-right: 33%;
  }
}
@media (max-width: 767px) {
  .mod-article__content .mod-article__img {
    margin-bottom: 30px;
  }
}
@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;
  }
}

.news-text a {
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .site-inner {
    padding-bottom: 0px;
  }
}
/* PADDINGS */
.smallpadding {
  padding: 80px 0;
}

.smallpaddingtop {
  padding-top: 80px;
}

.smallpaddingbottom {
  padding-bottom: 80px;
}

.largepadding {
  padding: 120px 0;
}

.largepaddingtop {
  padding-top: 120px;
}

.largepaddingbottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .smallpadding {
    padding: 60px 0;
  }
  .smallpaddingtop {
    padding-top: 60px;
  }
  .smallpaddingbottom {
    padding-bottom: 60px;
  }
  .largepadding {
    padding: 80px 0;
  }
  .largepaddingtop {
    padding-top: 80px;
  }
  .largepaddingbottom {
    padding-bottom: 80px;
  }
}
.videosectionfrancais .news-title a {
  pointer-events: none;
}
.videosectionfrancais h2 {
  color: #fff;
  text-align: center;
}

.detailsfrancais .news-list {
  background-color: #F0F0F0;
  padding: 30px;
}
.detailsfrancais .news-list .news-list-title {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #00afd7;
}
.detailsfrancais .news-list .news-item .news-thumb-link {
  display: none;
}
.detailsfrancais .news-list .news-item .news-title {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}
.detailsfrancais .zone-article .mod-article__wrapper h1 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .detailsfrancais .zone-article .mod-article__wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .detailsfrancais .zone-article .mod-article__wrapper {
    padding-right: 60px;
  }
}
.detailsfrancais .zone-article .mod-article__wrapper img {
  margin-bottom: 60px;
}
.detailsfrancais .zone-article .mod-article__wrapper p {
  color: #003E51;
}

.article-back-to-list-histo {
  display: none;
}

.titlewhite h1, .titlewhite h2, .titlewhite h3, .titlewhite h4, .titlewhite h5, .titlewhite h6, .titlewhite label, .titlewhite .control-label--required,
.titlewhite .btn.btn-primary {
  color: #fff !important;
}

table.accordeon {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 0;
  /* active and opened content */
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon tbody {
  display: block;
}
table.accordeon tbody tr {
  /* Title/accordeon box */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  position: relative;
}
table.accordeon tbody tr:first-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 88%;
  height: 1px;
  bottom: 15px;
  background-color: #ccc;
}
@media (max-width: 1199px) {
  table.accordeon tbody tr:first-child:before {
    width: 84%;
  }
}
@media (max-width: 991px) {
  table.accordeon tbody tr:first-child:before {
    width: 79%;
  }
}
@media (max-width: 767px) {
  table.accordeon tbody tr:first-child:before {
    width: 83%;
  }
}
@media (max-width: 575px) {
  table.accordeon tbody tr:first-child:before {
    width: 85%;
  }
}
table.accordeon tbody tr:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background: url(https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icon-accordeon.svg) center center no-repeat;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 150ms;
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  padding-top: 30px;
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon.active tbody tr:first-child:after {
  transform: rotate(45deg);
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

@media (max-width: 767px) {
  .line-ciq-main-banner.sm-remove-bg-img .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 160px !important;
    background-image: none !important;
  }
}

.line-ciq-default-banner {
  /*display: block!important;*/
  min-height: 445px;
  margin-top: 70px;
  padding-top: 68px;
  padding-bottom: 70px;
  background: #12AFD7;
  background: linear-gradient(90deg, rgb(18, 175, 215) 0%, rgb(225, 225, 225) 100%);
}
@media (max-width: 991px) {
  .line-ciq-default-banner {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
.line-ciq-default-banner .container > .row > div .content h1 {
  color: #fff;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .line-ciq-default-banner .container > .row > div .content h1 {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .line-ciq-default-banner .container > .row > div .content h1 {
    max-width: 100%;
  }
}
.line-ciq-default-banner .container > .row > div .content p img {
  border-radius: 45px;
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 1199px) {
  .line-ciq-default-banner .container > .row > div .content p img {
    width: 520px !important;
  }
}
@media (max-width: 991px) {
  .line-ciq-default-banner .container > .row > div .content p img {
    position: relative;
    top: 0;
    width: 100% !important;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.line-ciq-default-banner .container > .row > div .content h3 {
  position: relative;
  max-width: 860px;
  background-color: #fff;
  padding: 40px 50px;
  margin-top: 74px;
  border-radius: 26px;
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1199px) {
  .line-ciq-default-banner .container > .row > div .content h3 {
    max-width: 860px !important;
  }
}
@media (max-width: 991px) {
  .line-ciq-default-banner .container > .row > div .content h3 {
    margin-top: 0;
    padding: 30px 30px;
  }
}
.line-ciq-default-banner .container > .row > div .content h3 strong {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}

body.page-details .line-ciq-default-banner {
  min-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
body.page-details .line-ciq-default-banner .content {
  display: none;
}
body.page-details .line-ciq-main-banner {
  display: none;
}

/* NAVIGATION */
.zone-header {
  z-index: 100000000000000000;
  height: 35px;
}
@media (max-width: 991px) {
  .zone-header {
    position: static;
  }
}
.zone-header .mod-header-wrapper {
  padding: 5px 60px;
}
.zone-header .mod-header-wrapper .header-ext-custom > a:first-child {
  border-right: 1px solid #003e51;
  padding-right: 9px;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .zone-header .mod-header-wrapper {
    display: none;
  }
  .zone-header .mod-header-wrapper.topcollapsed {
    position: absolute;
    bottom: 0;
    z-index: 999999999999;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 60px 30px;
    max-width: 550px;
    margin: auto;
  }
  .zone-header .mod-header-wrapper.topcollapsed li {
    padding-left: 0px !important;
    margin-left: 0px;
    margin-right: 30px;
  }
  .zone-header .mod-header-wrapper.topcollapsed li a {
    color: rgba(255, 255, 255, 0.7);
  }
  .zone-header .mod-header-wrapper.topcollapsed li.header-ext-social-links {
    display: block !important;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-cart {
    display: inline-block;
    margin: auto auto auto 15px;
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-custom {
    display: inline-block;
    margin: auto 15px auto auto;
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-login {
    display: inline-block;
    margin: 0 10px 10px 15px;
  }
}
@media (max-width: 991px) {
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-social-links {
    order: 5;
    flex: 100%;
    margin-top: 40px;
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-social-links .social-link {
    padding: 6px 10px;
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-social-links .facebook .icon-facebook:before {
    background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Facebook_Mobile.png);
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-social-links .twitter .icon-twitter:before {
    background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Twitter_Mobile.png);
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-social-links .youtube .icon-youtube:before {
    background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Youtube_Mobile.png);
  }
  .zone-header .mod-header-wrapper.topcollapsed .header-ext-social-links .linkedin .icon-linkedin:before {
    background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Linkedin_Mobile.png);
  }
}
@media (max-width: 767px) {
  .zone-header .mod-header-wrapper {
    padding: 5px 30px;
  }
}
.zone-header .mod-header-wrapper > li:not(:first-child) {
  font-size: 11px;
  border-left: 1px solid #003e51;
  padding-left: 10px;
  line-height: 1;
}
.zone-header .mod-header-wrapper > li:nth-child(2) {
  border-left: none;
}
.zone-header .mod-header-wrapper > li.header-ext {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .zone-header .mod-header-wrapper > li.header-ext {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .zone-header .mod-header-wrapper .member-greeting, .zone-header .mod-header-wrapper .fa-shopping-cart {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 767px) {
  .zone-header .mod-header-wrapper .header-ext-login {
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }
}
.zone-header .mod-header-wrapper .header-ext-login .member-login.btn {
  border: none;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 0px;
  min-width: auto;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
}
.zone-header .mod-header-wrapper .header-ext-login .member-login.btn:hover {
  text-decoration: underline;
}

.line-menu {
  background-color: transparent;
  position: relative;
  margin-bottom: 10px;
  z-index: 999999999999999;
}
@media (min-width: 992px) {
  .line-menu.sticked {
    height: 62px;
  }
  .line-menu.sticked > .container-fluid {
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
  }
  .line-menu.sticked .mod-header-logo {
    padding-top: 17px;
  }
}
.line-menu.sticked .mod-header-container .mod-header-part__left {
  padding-top: 15px;
}
.line-menu:after {
  border-top: none;
}
@media (max-width: 991px) {
  .line-menu {
    margin-bottom: 30px;
    position: static;
  }
}
.line-menu .mod-header-container .mod-header-part__left {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .line-menu .zone-menu {
    position: static;
  }
  .line-menu .zone-menu .navbar {
    height: 52px;
    overflow: hidden;
  }
  .line-menu .zone-menu .navbar.opened {
    background-color: transparent;
    position: static;
    height: auto;
    overflow: initial;
  }
  .line-menu .zone-menu .navbar .navbar-collapse {
    position: static;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999999;
    top: 115px;
    bottom: 0;
    padding-bottom: 180px;
    background-color: #003e51;
    border-top: none;
    box-shadow: none;
  }
  .line-menu .zone-menu .navbar .navbar-collapse.collapsing {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
  }
}
@media (max-width: 767px) {
  .line-menu .zone-menu {
    float: right;
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-menu .zone-menu .navbar-toggle {
    margin-right: 30px;
  }
}
.line-menu .zone-menu .navbar-nav {
  float: right;
  margin-right: 40px;
  margin-top: 10px;
  border-bottom: none;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav {
    float: none;
    width: 100%;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding-top: 30px;
  }
}
.line-menu .zone-menu .navbar-nav li a {
  color: #003e51;
  font-family: "BasierSquare", sans-serif;
  letter-spacing: 1.3px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav li a {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
  }
  .line-menu .zone-menu .navbar-nav li a:after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 5px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    margin: 0 30px;
  }
}
.line-menu .zone-menu .navbar-nav li.active a, .line-menu .zone-menu .navbar-nav li:hover a {
  color: #003e51;
  background-color: #fff;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav li.active a, .line-menu .zone-menu .navbar-nav li:hover a {
    background-color: transparent;
    color: #fff;
  }
}
.line-menu .zone-menu .navbar-nav li.active > a, .line-menu .zone-menu .navbar-nav li:hover > a {
  position: relative;
}
@media (min-width: 992px) {
  .line-menu .zone-menu .navbar-nav li.active > a:after, .line-menu .zone-menu .navbar-nav li:hover > a:after {
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: #00afd7;
    position: absolute;
    margin: 0 20px;
  }
}
.line-menu .zone-menu .navbar-nav li.open .dropdown-toggle .caret {
  transform: rotate(-47deg);
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav li.open > a:after {
    display: none;
  }
  .line-menu .zone-menu .navbar-nav li.open .dropdown-menu {
    padding-bottom: 15px;
  }
  .line-menu .zone-menu .navbar-nav li.open .dropdown-menu li a:hover, .line-menu .zone-menu .navbar-nav li.open .dropdown-menu li a {
    color: #fff;
  }
  .line-menu .zone-menu .navbar-nav li.open .dropdown-menu:after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 5px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav li {
    text-align: left;
  }
}
.line-menu .zone-menu .navbar-nav .dropdown-toggle {
  display: none;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav .dropdown-toggle {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
  }
  .line-menu .zone-menu .navbar-nav .dropdown-toggle:after {
    display: none;
  }
}
.line-menu .zone-menu .navbar-nav .dropdown-menu {
  background-color: #ffffff;
  padding: 5px 0;
}
.line-menu .zone-menu .navbar-nav .dropdown-menu li a {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.line-menu .zone-menu .navbar-nav .dropdown-menu li:hover a {
  color: #00afd7;
  background-color: #fff;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav .dropdown-menu li:hover a {
    background-color: transparent;
  }
}
.line-menu .zone-menu .navbar-nav .dropdown-menu li:hover a:after {
  display: none;
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar-nav .dropdown-menu {
    background-color: #003e51;
  }
  .line-menu .zone-menu .navbar-nav .dropdown-menu li a {
    font-weight: 400;
    font-size: 14px;
  }
  .line-menu .zone-menu .navbar-nav .dropdown-menu li a:hover {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .zone-header {
    float: left;
  }
}
.zone-header .mod-header-logo {
  max-width: 280px;
  padding: 0 0 20px 60px;
}
@media (max-width: 767px) {
  .zone-header .mod-header-logo {
    padding: 0 0 20px 30px;
  }
}
.zone-header .mod-header-container .mod-header-part svg {
  width: 260px;
  height: 50px;
  margin-top: -5px;
}
@media (max-width: 1199px) {
  .zone-header.menuopened .mod-header-part__left a {
    display: inline-block;
    background-image: url(https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icon-homepage/Logo_CIQ_Mobile.png);
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: top right;
    width: 265px;
    height: 50px;
  }
  .zone-header.menuopened .mod-header-part__left a svg {
    display: none;
  }
  .zone-header.menuopened .mod-header-part__left a img.mod-header-logo {
    opacity: 0;
  }
}

/* FOOTER */
.line-footer {
  color: #003e51;
  padding: 60px 0 0 0;
}
@media (max-width: 767px) {
  .line-footer {
    text-align: center;
  }
}
.line-footer.nomargin-top {
  margin-top: 0;
}
.line-footer .poweredBy-wrapper {
  margin-top: 30px;
}
.line-footer .list-footer h4 {
  letter-spacing: 1px;
  color: #003e51;
  margin-top: 30px;
  font-weight: 700;
}
.line-footer .list-footer .mod-social-links {
  margin-top: 50px;
}
.line-footer .list-footer ul {
  list-style: none;
  padding-left: 0;
}
.line-footer .list-footer ul li {
  padding: 5px 0;
}
.line-footer .list-footer ul li a {
  font-size: 14px;
}
.line-footer .list-footer.list-footer--contact h4 {
  margin-top: 0;
}
.line-footer .list-footer.list-footer--contact h4:first-child {
  margin-top: 30px;
}
.line-footer--logo {
  margin-top: 80px;
  background-color: #f0f0f0;
  padding: 0;
}
.line-footer--logo .content {
  padding: 0 15px;
}
.line-footer--logo .rowflexwrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .line-footer--logo .rowflexwrap {
    display: block;
  }
}
.line-footer--logo .rowflexwrap .footer-left {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .line-footer--logo .rowflexwrap .footer-left {
    width: 100%;
  }
}
.line-footer--logo .rowflexwrap .footer-left .logo-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 300px;
}
.line-footer--logo .rowflexwrap .footer-left .logo-footer img {
  margin-right: 80px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .line-footer--logo .rowflexwrap .footer-left .logo-footer img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .line-footer--logo .rowflexwrap .footer-left .logo-footer img {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .line-footer--logo .rowflexwrap .footer-right {
    width: 100%;
  }
}
.line-footer--logo .rowflexwrap .footer-right .partenaires {
  padding: 15px 30px 0 30px;
}
@media (max-width: 1199px) {
  .line-footer--logo .rowflexwrap .footer-right .partenaires {
    padding: 15px 15px 0 15px;
  }
}
.line-footer--logo .rowflexwrap .footer-right .partenaires .h4 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #989898;
}
.line-footer--logo .rowflexwrap .footer-right .partenaires .img-footer {
  height: 190px;
  width: 100%;
  display: flex;
  align-items: center;
}
.line-footer--logo .rowflexwrap .footer-right .partenaires .img-footer img {
  margin: 0 60px;
}
@media (max-width: 1199px) {
  .line-footer--logo .rowflexwrap .footer-right .partenaires .img-footer img {
    margin: 0 30px 0 0;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .line-footer--logo .rowflexwrap .footer-right .partenaires .img-footer {
    display: block;
    width: 100%;
  }
  .line-footer--logo .rowflexwrap .footer-right .partenaires .img-footer img {
    margin: 30px auto;
    display: block;
  }
}
.line-footer--logo .rowflexwrap .footer-right .partenaires .separator {
  border-color: #cccccc;
}
.line-footer--logo .rowflexwrap .footer-right .partenaires .separator:last-child {
  margin-bottom: 0;
}

.container.poweredBy-container {
  padding: 10px 0;
}

/* fixed last child menu item */
.line-menu .navbar-nav > li:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

.modal-dialog {
  margin: 9.75rem auto 1.75rem auto;
}
.modal-dialog .modal-content {
  height: auto !important;
}
.modal-dialog .modal-content input, .modal-dialog .modal-content select, .modal-dialog .modal-content textarea {
  background-color: #f0f0f0 !important;
}

.form-withProgress__wrapper .form-withProgress__navigation-footer a.btn-link:hover {
  text-decoration: none !important;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 550px !important;
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal p, .cookie-consent-modal span, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cookie-consent-modal P.consent-title {
  font-family: "BasierSquare", sans-serif;
  color: #00afd7;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  /*
  font-size: 30px!important;
  line-height: 32px!important;
  font-weight: 600!important;
  color: $primary!important;
        */
}
@media (max-width: 991px) {
  .cookie-consent-modal P.consent-title br {
    display: none;
  }
}
.cookie-consent-modal p.consent-description {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.cookie-consent-modal p.consent-description a {
  text-decoration: underline;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-link {
  /*@include btn-secondary;*/
}
.line-accueil-main-banner .zone-banner {
  padding-top: 0;
}
.line-accueil-main-banner .mod-banner {
  padding: 60px;
  text-align: right;
}
.line-accueil-main-banner .mod-banner h1.h1 {
  color: #fff;
}
.line-accueil-main-banner .mod-banner__wrapper {
  padding: 30px 0 35px 0;
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 1199px) {
  .line-accueil-main-banner .mod-banner__wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__wrapper {
    margin-bottom: 0px;
    padding: 160px 0 30px 0;
  }
}
.line-accueil-main-banner .mod-banner__img {
  height: 80vh;
  position: static;
  z-index: 1;
  /* BLUE OVERLAY OVER PICTURE */
  /* GREY RECTANGLE BELLOW BANNER */
}
@media (max-width: 1199px) {
  .line-accueil-main-banner .mod-banner__img {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__img {
    height: 500px;
  }
}
.line-accueil-main-banner .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 35px;
  left: 0;
  right: 0;
  background-color: rgba(0, 175, 215, 0.3);
  z-index: 0;
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__img:before {
    top: 160px;
    bottom: 30px;
  }
}
.line-accueil-main-banner .mod-banner__img:after {
  content: "";
  position: absolute;
  height: 140px;
  width: 65%;
  top: calc(100% - 30px);
  background-color: #F0F0F0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .line-accueil-main-banner .mod-banner__img:after {
    width: 80%;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__img:after {
    display: none;
  }
}
.line-accueil-main-banner .mod-banner__content {
  width: 45%;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 62, 81, 0.9);
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
}
@media (max-width: 1199px) {
  .line-accueil-main-banner .mod-banner__content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__content {
    width: 100%;
    bottom: auto;
    height: 400px;
  }
}
.line-accueil-main-banner .mod-banner__content .btn.btn-link {
  color: #fff;
}
.line-accueil-main-banner .mod-banner__content .mod-banner {
  width: 95%;
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__content .mod-banner {
    width: 100%;
    padding: 30px;
  }
}
.line-accueil-main-banner .mod-banner__content .mod-banner .separator {
  width: 20%;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .line-accueil-main-banner .mod-banner__content .mod-banner .separator {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__content .mod-banner .separator {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .line-accueil-main-banner .mod-banner__content .mod-banner .separator {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.line-accueil-main-banner .mod-banner__content #cta-arrow {
  cursor: pointer;
  position: absolute;
  left: 95%;
  bottom: 0;
  border-bottom-right-radius: 10px;
  height: 80px;
  width: 80px;
  background-color: rgba(0, 175, 215, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .line-accueil-main-banner .mod-banner__content #cta-arrow {
    left: 93%;
    height: 70px;
    width: 70px;
  }
  .line-accueil-main-banner .mod-banner__content #cta-arrow svg {
    max-width: 6px;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner .mod-banner__content #cta-arrow {
    display: none;
  }
}

.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img {
  height: auto;
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  position: relative;
  width: 100%;
  max-width: 980px;
  min-height: 320px;
  margin: 220px auto;
  padding: 76px 80px 40px 80px;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #8FD7E9;
  background: linear-gradient(90deg, rgb(143, 215, 233) 0%, rgb(18, 175, 215) 55%);
  border-bottom-right-radius: 40px;
}
@media (max-width: 991px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    width: calc(100% - 60px);
    max-width: 980px;
    margin: 220px 30px;
  }
}
@media (max-width: 767px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    margin: 120px 30px;
  }
}
@media (max-width: 575px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    padding: 76px 30px 40px 30px;
  }
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h1 {
  color: #fff;
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h5 {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 100px;
}
@media (max-width: 991px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h5 {
    position: relative;
    right: 0;
    top: 0;
  }
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h5 br {
  display: block !important;
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content p .btn-primary-dark {
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content p .btn-primary-dark {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 50px;
  }
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content:after {
  content: "";
  width: calc(100% - 160px);
  height: 2px;
  background-color: #8BD8EB;
  position: absolute;
  top: 46px;
  left: 80px;
}
@media (max-width: 575px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content:after {
    left: 30px;
    width: calc(100% - 60px);
  }
}
.line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content:before {
  content: "";
  width: calc(100% - 400px);
  height: 2px;
  background-color: #8BD8EB;
  position: absolute;
  bottom: 46px;
  left: 80px;
}
@media (max-width: 767px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content:before {
    width: calc(100% - 160px);
  }
}
@media (max-width: 575px) {
  .line-accueil-main-banner-nouveau .container-fluid > .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content:before {
    left: 30px;
    width: calc(100% - 60px);
  }
}

.line-accueil-article-title {
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .line-accueil-article-title {
    max-width: 450px;
    margin: auto;
  }
}
.line-accueil-article-title .zone-html .content {
  width: 100%;
  padding: 0 15px;
}
.line-accueil-article-title .zone-html .content .heading-left {
  color: #003e51;
}
@media (max-width: 1199px) {
  .line-accueil-article-title .zone-html .content .heading-left {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .line-accueil-article-title .zone-html .content .heading-left {
    text-align: right;
  }
}
.line-accueil-article-title .container > .row {
  display: flex;
}
.line-accueil-article-title .container > .row .zone-html:last-child {
  display: flex;
  align-items: center;
}

.line-accueil-article-title-nouveau {
  padding: 105px 0 120px;
}
@media (max-width: 767px) {
  .line-accueil-article-title-nouveau {
    max-width: 520px;
    margin: auto;
  }
}
.line-accueil-article-title-nouveau .zone-html .content {
  width: 100%;
  padding: 0 15px;
}
.line-accueil-article-title-nouveau .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-accueil-article-title-nouveau .container > .row {
    flex-direction: column;
  }
}
.line-accueil-article-title-nouveau .container > .row .zone-html:last-child {
  display: flex;
  align-items: center;
}
.line-accueil-article-title-nouveau .container > .row .zone-html:last-child .content {
  padding-top: 15px;
}
.line-accueil-article-title-nouveau .container > .row .zone-html:last-child .content h2 {
  margin-bottom: 30px;
}
.line-accueil-article-title-nouveau .container > .row .zone-html:last-child .content .btn {
  margin-top: 25px;
}
.line-accueil-article-title-nouveau .container > .row:nth-child(1) .content {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .line-accueil-article-title-nouveau .container > .row:nth-child(1) .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .line-accueil-article-title-nouveau .container > .row:nth-child(1) .content {
    margin-bottom: 30px;
  }
}
.line-accueil-article-title-nouveau .container > .row:nth-child(1) .content img {
  border-radius: 8px;
}

.article-text-image {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .article-text-image {
    max-width: 500px;
    margin: auto;
  }
}
.article-text-image .mod-article__intro .header-right {
  text-transform: none;
  font-weight: 400;
  line-height: 1.5;
  color: #003e51;
  font-size: 22px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  .article-text-image .mod-article__intro .header-right {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 768px) {
  .article-text-image .mod-article__intro .header-right {
    position: absolute;
    bottom: 100%;
    padding-bottom: 35px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .article-text-image .mod-article__intro .header-right {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.article-text-image .mod-article__intro .cta {
  color: #003e51;
}
.article-text-image .mod-article__intro .cta p {
  font-size: 17px;
  line-height: 2;
  margin-top: -10px;
}
.article-text-image .mod-article__intro .cta .btn-link {
  margin-top: 25px;
}
.article-text-image img {
  border-radius: 18px;
}

.line-article-cta {
  margin-bottom: -80px;
}
@media (max-width: 1199px) {
  .line-article-cta {
    margin-bottom: -220px;
  }
}
@media (max-width: 767px) {
  .line-article-cta {
    margin-bottom: -440px;
  }
}
.line-article-cta > .container {
  padding-left: 60px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .line-article-cta > .container {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .line-article-cta > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-article-cta .block-left {
  font-size: 45px;
  line-height: 1;
  color: #003e51;
}
@media (max-width: 1199px) {
  .line-article-cta .block-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-article-cta .block-left {
    margin: auto;
    max-width: 450px;
    margin-bottom: 60px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .line-article-cta .content .text-right {
    text-align: center;
  }
}
.line-article-cta .header-cta {
  text-align: left;
  display: inline-block;
  padding: 30px 15px 30px 30px;
  border: 3px solid #00afd7;
  width: 45%;
  color: #003e51;
  letter-spacing: 8px;
  border-bottom-right-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 150ms, color 150ms;
}
.line-article-cta .header-cta:hover {
  text-decoration: none;
  background-color: #00afd7;
  color: #fff;
}
.line-article-cta .header-cta.blue {
  border: 3px solid #003e51;
  background: #003e51;
  color: #fff;
  margin-left: 2%;
}
.line-article-cta .header-cta.blue:hover {
  text-decoration: none;
  background-color: #fff;
  color: #003e51;
}
.line-article-cta .header-cta span {
  margin-top: 15px;
  display: block;
}
@media (max-width: 1199px) {
  .line-article-cta .header-cta {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .line-article-cta .header-cta {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .line-article-cta .header-cta {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: 450px;
    text-align: left;
  }
  .line-article-cta .header-cta.blue {
    margin-left: 0%;
  }
}

.line-article-cta-nouveau {
  margin-bottom: -80px;
}
@media (max-width: 1199px) {
  .line-article-cta-nouveau {
    margin-bottom: -220px;
  }
}
@media (max-width: 767px) {
  .line-article-cta-nouveau {
    margin-bottom: -430px;
  }
}
.line-article-cta-nouveau > .container {
  padding-left: 60px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .line-article-cta-nouveau > .container {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .line-article-cta-nouveau > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-article-cta-nouveau .block-left {
  font-size: 45px;
  line-height: 1;
  color: #003e51;
}
@media (max-width: 1199px) {
  .line-article-cta-nouveau .block-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-article-cta-nouveau .block-left {
    margin: auto;
    max-width: 450px;
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.line-article-cta-nouveau .content .text-right {
  width: 66.333333%;
}
@media (max-width: 1199px) {
  .line-article-cta-nouveau .content .text-right {
    text-align: center;
    width: 100%;
  }
}
.line-article-cta-nouveau .header-cta {
  text-align: left;
  display: inline-block;
  padding: 30px 15px 30px 30px;
  margin-left: 2%;
  border: 3px solid #00afd7;
  width: 45%;
  color: #003e51;
  letter-spacing: 8px;
  border-bottom-right-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 150ms, color 150ms;
}
.line-article-cta-nouveau .header-cta:hover {
  text-decoration: none;
  background-color: #00afd7;
  color: #fff;
}
.line-article-cta-nouveau .header-cta.blue {
  border: 3px solid #003e51;
  background: #003e51;
  color: #fff;
  margin-left: 0;
}
.line-article-cta-nouveau .header-cta.blue:hover {
  text-decoration: none;
  background-color: #fff;
  color: #003e51;
}
.line-article-cta-nouveau .header-cta span {
  margin-top: 15px;
  display: block;
}
@media (max-width: 1199px) {
  .line-article-cta-nouveau .header-cta {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .line-article-cta-nouveau .header-cta {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .line-article-cta-nouveau .header-cta {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: 450px;
    text-align: left;
  }
}

.section-prix-merite .news-mosaic h4 {
  color: #00afd7;
}
.section-prix-merite .news-mosaic img {
  border-radius: 18px;
}
.section-prix-merite .news-mosaic .col-sm-12 > a:last-child {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.section-prix-merite .news-mosaic .col-sm-12 > a:last-child:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.section-prix-merite .news-mosaic .col-sm-12 > a:last-child:hover, .section-prix-merite .news-mosaic .col-sm-12 > a:last-child:focus, .section-prix-merite .news-mosaic .col-sm-12 > a:last-child:active {
  border-color: transparent;
  text-decoration: none;
}
.section-prix-merite .news-mosaic .col-sm-12 > a:last-child:hover:after, .section-prix-merite .news-mosaic .col-sm-12 > a:last-child:focus:after, .section-prix-merite .news-mosaic .col-sm-12 > a:last-child:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .section-prix-merite .news-mosaic .col-sm-12 > a:last-child {
    white-space: normal;
  }
}

.section-prix-merite-nouveau {
  padding: 150px 0 100px 0 !important;
  background-color: #f0f0f0 !important;
}
@media (max-width: 1199px) {
  .section-prix-merite-nouveau {
    padding: 310px 0 100px 0 !important;
  }
}
@media (max-width: 767px) {
  .section-prix-merite-nouveau {
    padding: 480px 0 100px 0 !important;
  }
}
.section-prix-merite-nouveau .news-mosaic h4 {
  color: #00afd7;
  margin-bottom: 0;
}
.section-prix-merite-nouveau .news-mosaic h3 {
  margin-bottom: 0;
}
.section-prix-merite-nouveau .news-mosaic img {
  max-width: 355px;
  margin-bottom: 40px;
}
.section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:hover, .section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:focus, .section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:active {
  border-color: transparent;
  text-decoration: none;
}
.section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:hover:after, .section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:focus:after, .section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .section-prix-merite-nouveau .news-mosaic .col-sm-12 > a:last-child {
    white-space: normal;
  }
}
.section-prix-merite-nouveau .news-mosaic > .row > div {
  margin-top: 0;
}

.gray-block {
  padding: 140px 0 100px 0;
  margin-right: 0;
  background-color: transparent !important;
  background: linear-gradient(to bottom, #f0f0f0 0, #f0f0f0 100%) no-repeat;
  background-size: 96% 100%;
}
@media (max-width: 1199px) {
  .gray-block {
    padding: 250px 0 100px 0;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .gray-block {
    margin-right: auto;
    margin-bottom: 40px;
    padding: 440px 0 0 0;
  }
}
.gray-block > .container {
  padding-left: 60px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .gray-block > .container {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .gray-block .zone-news {
    max-width: 450px;
    margin: auto;
  }
}
.gray-block .zone-news .cta {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .gray-block .zone-news .cta {
    margin-bottom: 60px;
  }
}
.gray-block .zone-news .cta h4, .gray-block .zone-news .cta span.h4 {
  color: #00afd7;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 0.8;
}
.gray-block .zone-news .cta h3, .gray-block .zone-news .cta span.h3 {
  color: #003e51;
  font-size: 25px;
  line-height: 0.8;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .gray-block .news-mosaic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gray-block .news-mosaic .row > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .gray-block .news-mosaic .row > div:first-child:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 14%;
  }
}

.gray-block-nouveau {
  padding: 140px 0 100px 0;
  margin-right: 0;
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .gray-block-nouveau {
    padding: 250px 0 100px 0;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .gray-block-nouveau {
    margin-right: auto;
    padding: 440px 0 0 0;
  }
}
.gray-block-nouveau > .container {
  padding-left: 60px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .gray-block-nouveau > .container {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .gray-block-nouveau .zone-news {
    max-width: 450px;
    margin: auto;
  }
}
.gray-block-nouveau .zone-news .cta {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .gray-block-nouveau .zone-news .cta {
    margin-bottom: 60px;
  }
}
.gray-block-nouveau .zone-news .cta h4, .gray-block-nouveau .zone-news .cta span.h4 {
  color: #00afd7;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 0.8;
}
.gray-block-nouveau .zone-news .cta h3, .gray-block-nouveau .zone-news .cta span.h3 {
  color: #003e51;
  font-size: 25px;
  line-height: 0.8;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .gray-block-nouveau .news-mosaic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gray-block-nouveau .news-mosaic .row > div:not(:last-child) {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gray-block-nouveau .news-mosaic .row > div:first-child:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 14%;
  }
}

.line-accueil-banner--services {
  margin-bottom: 100px;
}
.line-accueil-banner--services .mod-banner__img {
  height: 1300px;
  width: 100%;
  background-position: top right;
  background-size: 60%;
  /* Special query for size image XL */
}
@media (max-width: 1630px) {
  .line-accueil-banner--services .mod-banner__img {
    height: 1200px;
  }
}
@media (max-width: 1450px) {
  .line-accueil-banner--services .mod-banner__img {
    height: 1000px;
  }
}
@media (max-width: 1199px) {
  .line-accueil-banner--services .mod-banner__img {
    height: 820px;
  }
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__img {
    height: 725px;
    background-size: 65%;
  }
}
@media (max-width: 767px) {
  .line-accueil-banner--services .mod-banner__img {
    background-size: contain;
    background-position: top center;
    height: auto;
    min-height: 600px;
  }
}
.line-accueil-banner--services .mod-banner__content {
  position: absolute;
  top: auto;
  bottom: 50px;
  margin: auto;
  z-index: 9;
  left: 10%;
  right: 10%;
  height: 60vh;
  transform: none;
  width: auto;
  /* Special query for size image XL */
}
@media (max-width: 1450px) {
  .line-accueil-banner--services .mod-banner__content {
    height: 55vh;
  }
}
@media (max-width: 1199px) {
  .line-accueil-banner--services .mod-banner__content {
    height: 50vh;
    left: 30px;
    right: 30px;
    width: 100%;
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content {
    height: 45vh;
    bottom: 25px;
    left: 10px;
    right: 10px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .line-accueil-banner--services .mod-banner__content {
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    bottom: auto;
  }
}
.line-accueil-banner--services .mod-banner__content .mod-banner {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner {
    padding: 0 30px;
  }
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue {
  float: left;
  width: 50%;
  text-align: left;
  background-color: rgba(0, 62, 81, 0.9);
  height: 100%;
  border-bottom-right-radius: 10px;
  margin-right: 0.5%;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: background-color 150ms;
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue:hover {
  background-color: rgb(0, 62, 81);
  text-decoration: none;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue {
    width: 39.5%;
  }
}
@media (max-width: 767px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue {
    float: none;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 300px;
    padding: 30px 0;
    max-width: 450px;
  }
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content {
    padding-left: 50px;
  }
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content img {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content img {
    max-width: 60px;
  }
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content .arrow {
  margin-top: 30px;
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content .heading {
  color: #fff;
  width: auto;
}
.line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content .heading:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content .heading {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .mod-banner .cta__accueil--primary-blue .cta__accueil__content .heading {
    font-size: 30px;
  }
}
.line-accueil-banner--services .mod-banner__content .mod-banner:after {
  content: "";
  clear: both;
  display: block;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap {
  height: 100%;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue {
  background-color: rgba(0, 175, 215, 0.85);
  transition: background-color 150ms;
  margin-bottom: 0.5%;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue:hover {
  background-color: rgb(0, 175, 215);
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue .heading {
  color: #fff;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white {
  background-color: rgba(240, 240, 240, 0.85);
  transition: background-color 150ms;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white:hover {
  background-color: rgb(240, 240, 240);
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white .heading {
  color: #003e51;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white {
  float: right;
  width: 49.5%;
  height: 49%;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 10%;
  cursor: pointer;
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue:hover, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white {
    width: 59.5%;
  }
}
@media (max-width: 767px) {
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white {
    float: none;
    width: 100%;
    height: 175px;
    margin: auto;
    margin-top: 10px;
    max-width: 450px;
    padding-left: 50px;
  }
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue img, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white img {
  float: left;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue img, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white img {
    max-height: 45px;
  }
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue .arrow, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white .arrow {
  text-align: left;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue .arrow, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white .arrow {
    padding-left: 80px;
  }
}
.line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue .heading, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white .heading {
  text-align: left;
  padding-left: 100px;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 4.5px;
}
@media (max-width: 991px) {
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue .heading, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white .heading {
    padding-left: 80px;
  }
}
@media (max-width: 1350px) {
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white {
    padding-left: 6%;
  }
  .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-blue .heading, .line-accueil-banner--services .mod-banner__content .serviceNavigate-boxwrap .cta__accueil--secondary-white .heading {
    padding-left: 80px;
  }
}

.line-accueil-banner {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .line-accueil-banner {
    margin-right: auto;
  }
}
.line-accueil-banner .mod-banner__img {
  background-size: cover;
  margin-right: 8%;
  background-position: center;
  position: relative;
  z-index: 1;
  height: 650px;
}
@media (max-width: 1550px) {
  .line-accueil-banner .mod-banner__img {
    margin-right: 4%;
  }
}
@media (max-width: 1199px) {
  .line-accueil-banner .mod-banner__img {
    height: 450px;
  }
}
.line-accueil-banner .mod-banner__img:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.line-accueil-banner .mod-banner__content {
  z-index: 9;
  top: 70%;
  max-width: 100%;
  width: 1152px;
  margin: auto;
  left: 8%;
  right: 0;
}
@media (max-width: 1550px) {
  .line-accueil-banner .mod-banner__content {
    left: 4%;
  }
}
@media (max-width: 1199px) {
  .line-accueil-banner .mod-banner__content {
    top: 80%;
  }
}
.line-accueil-banner .mod-banner__content .mod-banner {
  text-align: left;
  padding: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .line-accueil-banner .mod-banner__content .mod-banner {
    padding: 30px;
  }
}
.line-accueil-banner h2 {
  color: #fff;
  text-align: left;
  font-size: 45px;
}
@media (max-width: 575px) {
  .line-accueil-banner h2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1550px) {
  .line-accueil-banner.line-accueil-banner--actualites, .line-accueil-banner.banner-right {
    margin-left: 60px;
  }
}
.line-accueil-banner.line-accueil-banner--actualites .mod-banner__img, .line-accueil-banner.banner-right .mod-banner__img {
  margin-right: 0;
  margin-left: 8%;
}
@media (max-width: 1550px) {
  .line-accueil-banner.line-accueil-banner--actualites .mod-banner__img, .line-accueil-banner.banner-right .mod-banner__img {
    margin-left: 0%;
  }
}
.line-accueil-banner.line-accueil-banner--actualites .mod-banner__content, .line-accueil-banner.banner-right .mod-banner__content {
  left: 0;
  right: 8%;
  padding-left: 30px;
}
@media (max-width: 1550px) {
  .line-accueil-banner.line-accueil-banner--actualites .mod-banner__content, .line-accueil-banner.banner-right .mod-banner__content {
    right: 0%;
  }
}

.line-accueil-articles {
  z-index: 999999;
  position: relative;
  margin-top: -100px;
  background: linear-gradient(to bottom, #fff 0, #fff 100%) no-repeat;
  background-position: right;
  background-size: 84% 100%;
}
@media (max-width: 1850px) {
  .line-accueil-articles {
    background-size: 87% 100%;
  }
}
@media (max-width: 1750px) {
  .line-accueil-articles {
    background-size: 90% 100%;
  }
}
@media (max-width: 1550px) {
  .line-accueil-articles {
    background-size: 92% 100%;
  }
}
@media (max-width: 1450px) {
  .line-accueil-articles {
    background-size: 96% 100%;
  }
}
@media (max-width: 1350px) {
  .line-accueil-articles {
    background-size: 98% 100%;
  }
}
.line-accueil-articles.banner-right {
  background-position: left;
}
@media (max-width: 1550px) {
  .line-accueil-articles.banner-right {
    margin-left: 60px;
  }
}
.line-accueil-articles > .container {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .line-accueil-articles {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .line-accueil-articles {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .line-accueil-articles .eventsList .item.mod-eventflash__item {
    margin-bottom: 40px;
  }
}
.line-accueil-articles .eventsList .item.mod-eventflash__item .itemInfos .city {
  display: none;
}
.line-accueil-articles .eventsList .item.mod-eventflash__item hr {
  border: none;
  margin: 10px;
}
.line-accueil-articles .eventsList .mod-eventflash__viewAll {
  display: inline-block;
  padding: 15px 0px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin-top: 30px;
}
.line-accueil-articles .eventsList .mod-eventflash__viewAll:after {
  left: 0;
  right: 0;
}
.line-accueil-articles .eventsList, .line-accueil-articles .news-mosaic {
  margin-top: -35px;
  padding: 0px 30px;
}
@media (max-width: 1199px) {
  .line-accueil-articles .eventsList, .line-accueil-articles .news-mosaic {
    margin-top: 0;
  }
}
.line-accueil-articles .eventsList h3, .line-accueil-articles .news-mosaic h3 {
  margin-bottom: 15px;
}
.line-accueil-articles .eventsList h3, .line-accueil-articles .eventsList p, .line-accueil-articles .news-mosaic h3, .line-accueil-articles .news-mosaic p {
  color: #003e51;
  font-size: 16px;
  line-height: 1.8;
}
.line-accueil-articles .eventsList .e-date, .line-accueil-articles .news-mosaic .e-date {
  color: #00afd7;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-accueil-articles .eventsList .row > div:last-child, .line-accueil-articles .news-mosaic .row > div:last-child {
    display: none;
  }
  .line-accueil-articles .eventsList .row > div:first-child, .line-accueil-articles .eventsList .row > div:nth-child(2), .line-accueil-articles .news-mosaic .row > div:first-child, .line-accueil-articles .news-mosaic .row > div:nth-child(2) {
    display: block !important;
  }
  .line-accueil-articles .eventsList .row > div, .line-accueil-articles .news-mosaic .row > div {
    width: 50%;
    margin-top: 30px;
  }
}
.line-accueil-articles.line-accueil-articles--actualites {
  background-position: left;
}
.line-accueil-articles.line-accueil-articles--actualites .news-mosaic .news-intro .h4 {
  font-size: 14px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #003e51;
}
@media (max-width: 991px) {
  .line-accueil-articles.line-accueil-articles--actualites .news-mosaic .actions {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-accueil-articles.line-accueil-articles--actualites .content.newsList {
    padding-left: 30px;
    padding-right: 30px;
  }
  .line-accueil-articles.line-accueil-articles--actualites .content.newsList .item {
    margin-bottom: 40px;
  }
}

.line-accueil-articles-nouveau {
  z-index: 999999;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .line-accueil-articles-nouveau {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .line-accueil-articles-nouveau > .container > .row > div .eventsList > .row > div.col-sm-8:nth-child(even) {
    background-color: #f0f0f0;
  }
  .line-accueil-articles-nouveau > .container > .row > div .eventsList > .row > div.col-sm-8:nth-child(odd) {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .line-accueil-articles-nouveau > .container > .row > div .eventsList .item.mod-eventflash__item {
    margin-bottom: 40px;
  }
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .item.mod-eventflash__item .itemInfos .city {
  display: none;
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .item.mod-eventflash__item hr {
  border: none;
  margin: 10px;
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .mod-eventflash__viewAll {
  display: inline-block;
  padding: 15px 0px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  margin-top: 30px;
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .mod-eventflash__viewAll:after {
  left: 0;
  right: 0;
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .col-sm-8, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .col-sm-8 {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-accueil-articles-nouveau > .container > .row > div .eventsList .col-sm-8, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .col-sm-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList h3, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic h3 {
  margin-bottom: 25px;
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .e-date, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .e-date {
  color: #00afd7;
  font-size: 15px;
  /*
  text-transform: none;
  margin-bottom: 15px;
  */
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .e-thumbnail, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .e-thumbnail {
  display: none;
}
.line-accueil-articles-nouveau > .container > .row > div .eventsList .btn, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .btn {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-accueil-articles-nouveau > .container > .row > div .eventsList .row > div:last-child, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .row > div:last-child {
    display: none;
  }
  .line-accueil-articles-nouveau > .container > .row > div .eventsList .row > div:first-child, .line-accueil-articles-nouveau > .container > .row > div .eventsList .row > div:nth-child(2), .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .row > div:first-child, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .row > div:nth-child(2) {
    display: block !important;
  }
  .line-accueil-articles-nouveau > .container > .row > div .eventsList .row > div, .line-accueil-articles-nouveau > .container > .row > div .news-mosaic .row > div {
    width: 50%;
    margin-top: 30px;
  }
}

.btn-separator {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .btn-separator {
    margin-bottom: 60px;
  }
}
.btn-separator .separator-btn {
  position: relative;
}
.btn-separator .separator-btn .btn-whitebackwrapper {
  background-color: #fff;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .btn-separator .separator-btn .btn-whitebackwrapper {
    display: block;
  }
}
.btn-separator .separator-btn .btn-default {
  margin-right: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn-separator .separator-btn .btn-default {
    margin: auto;
    width: 100%;
  }
}
.btn-separator .separator-btn:after {
  content: "";
  height: 1px;
  width: 70%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  background-color: #CCCCCC;
}
@media (max-width: 1199px) {
  .btn-separator .separator-btn:after {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .btn-separator .separator-btn:after {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .btn-separator .separator-btn:after {
    display: none;
  }
}

.section-actu-2021 .news-mosaic .col-sm-8 {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-actu-2021 .news-mosaic .col-sm-8 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-actu-2021 .news-mosaic .col-sm-8 {
    width: 100%;
  }
}
.section-actu-2021 .news-mosaic .col-sm-8 h3 {
  margin-bottom: 25px;
}
.section-actu-2021 .news-mosaic .col-sm-8 > a:last-child {
  display: inline-block;
  padding: 13px 26px;
  background-color: #00afd7;
  color: #fff;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background-color 150ms, border-color 150ms;
  border: 2px solid #00afd7;
}
.section-actu-2021 .news-mosaic .col-sm-8 > a:last-child:hover, .section-actu-2021 .news-mosaic .col-sm-8 > a:last-child:focus, .section-actu-2021 .news-mosaic .col-sm-8 > a:last-child:active {
  border: 2px solid #00afd7;
  background-color: transparent;
  color: #003e51;
}
@media (max-width: 767px) {
  .section-actu-2021 .news-mosaic .col-sm-8 > a:last-child {
    white-space: normal;
  }
}
.section-actu-2021 .zone-html .content {
  position: relative;
}
.section-actu-2021 .zone-html .content > p {
  position: relative;
  z-index: 10;
}
.section-actu-2021 .zone-html .content > p .btn {
  background-color: #fff;
}
.section-actu-2021 .zone-html .content > p .btn:hover {
  background-color: #00afd7;
}
@media (max-width: 767px) {
  .section-actu-2021 .zone-html .content > p .btn {
    margin: auto;
    width: 100%;
  }
}
.section-actu-2021 .zone-html .content:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 41px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .section-actu-2021 .zone-html .content:before {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .section-actu-2021 .zone-html .content:before {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-actu-2021 .zone-html .content:before {
    display: none;
  }
}

.section-actu-regroupe-2021 .zone-article .mod-article__wrapper {
  display: flex;
  flex-direction: column;
}
.section-actu-regroupe-2021 .zone-article .mod-article__wrapper img {
  border-radius: 18px;
}
.section-actu-regroupe-2021 .zone-article .mod-article__wrapper .mod-article__title {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  order: 1;
}
@media (max-width: 1199px) {
  .section-actu-regroupe-2021 .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.section-actu-regroupe-2021 .zone-article .mod-article__wrapper .mod-article__category {
  color: #00afd7;
  order: 2;
  margin-top: 30px;
}
.section-actu-regroupe-2021 .zone-article .mod-article__wrapper .mod-article__published-date {
  order: 3;
}
.section-actu-regroupe-2021 .zone-article .mod-article__wrapper .news-content.mod-article__content {
  order: 4;
  margin-top: 30px;
}
.section-actu-regroupe-2021 .zone-article .mod-article__wrapper .news-content.mod-article__content p > a {
  text-decoration: underline;
}
.section-actu-regroupe-2021 .news-mosaic .col-sm-8 .news-category {
  display: block;
}
.section-actu-regroupe-2021 .news-mosaic .col-sm-8 > a:last-child {
  display: inline-block;
  padding: 13px 26px;
  background-color: #00afd7;
  color: #fff;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background-color 150ms, border-color 150ms;
  border: 2px solid #00afd7;
}
.section-actu-regroupe-2021 .news-mosaic .col-sm-8 > a:last-child:hover, .section-actu-regroupe-2021 .news-mosaic .col-sm-8 > a:last-child:focus, .section-actu-regroupe-2021 .news-mosaic .col-sm-8 > a:last-child:active {
  border: 2px solid #00afd7;
  background-color: transparent;
  color: #003e51;
}
@media (max-width: 767px) {
  .section-actu-regroupe-2021 .news-mosaic .col-sm-8 > a:last-child {
    white-space: normal;
  }
}
.section-actu-regroupe-2021 .news-mosaic .col-sm-8 img {
  border-radius: 18px;
}

.section-actu-dossiers .news-mosaic > .row .col-sm-8 > a:last-child {
  order: 3;
  display: inline-block;
  padding: 13px 26px;
  background-color: #00afd7;
  color: #fff;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background-color 150ms, border-color 150ms;
  border: 2px solid #00afd7;
  width: fit-content;
  align-self: flex-start;
}
.section-actu-dossiers .news-mosaic > .row .col-sm-8 > a:last-child:hover, .section-actu-dossiers .news-mosaic > .row .col-sm-8 > a:last-child:focus, .section-actu-dossiers .news-mosaic > .row .col-sm-8 > a:last-child:active {
  border: 2px solid #00afd7;
  background-color: transparent;
  color: #003e51;
}
@media (max-width: 767px) {
  .section-actu-dossiers .news-mosaic > .row .col-sm-8 > a:last-child {
    white-space: normal;
  }
}

.section-form {
  padding-top: 8px;
}
.section-form .section-title {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: #003e51;
}

.section-communiques .news-published-date.e-date {
  color: #00afd7;
  font-weight: 500;
}
.section-communiques .news-mosaic .col-sm-8 > a:last-child {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.section-communiques .news-mosaic .col-sm-8 > a:last-child:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.section-communiques .news-mosaic .col-sm-8 > a:last-child:hover, .section-communiques .news-mosaic .col-sm-8 > a:last-child:focus, .section-communiques .news-mosaic .col-sm-8 > a:last-child:active {
  border-color: transparent;
  text-decoration: none;
}
.section-communiques .news-mosaic .col-sm-8 > a:last-child:hover:after, .section-communiques .news-mosaic .col-sm-8 > a:last-child:focus:after, .section-communiques .news-mosaic .col-sm-8 > a:last-child:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .section-communiques .news-mosaic .col-sm-8 > a:last-child {
    white-space: normal;
  }
}

.section-outils .zone-news > h2 {
  margin-top: 40px;
  margin-bottom: 0;
}
.section-outils .news-blog__box {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding: 30px 0 30px 0;
}
.section-outils .news-blog__box .row {
  display: flex;
  flex-wrap: wrap;
}
.section-outils .news-blog__box .row > div:first-child {
  width: 33.333%;
}
.section-outils .news-blog__box .row > div:last-child {
  display: flex;
  align-items: center;
  width: 66.666%;
}
.section-outils .news-blog__box .row .news-blog__intro {
  margin: 0;
}
.section-outils .news-blog__box .row .news-blog__intro p {
  margin: 0;
}
.section-outils .news-blog__box .row .news-blog__intro p .btn {
  margin-bottom: 0;
}
.section-outils .news-blog__box .row .news-blog__nav {
  display: none;
}
.section-outils .paginatorNbRow {
  display: none;
}

.moteur-recherche {
  max-width: 350px;
  outline: none;
}

.line-title-nouvelles-evenements {
  padding-top: 125px;
  padding-bottom: 50px;
  background: url("https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/2-bandeau.jpg") no-repeat;
  background-position: center right;
  background-size: cover;
}
.line-title-nouvelles-evenements .container > .row > div .content h2 {
  color: #fff;
  position: relative;
  width: fit-content;
}
.line-title-nouvelles-evenements .container > .row > div .content h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #8BD8EB;
  position: absolute;
  top: -24px;
  left: -5px;
}

.zone-event #event_filter .search-form {
  margin: 30px 0 60px 0;
}
.zone-event .events .item {
  margin-bottom: 60px;
}
.zone-event .events .item h3 {
  color: #003e51;
  line-height: 1.5;
  margin-bottom: 30px;
}
.zone-event .events .item p {
  color: #003e51;
  line-height: 2;
}
.zone-event .events .item h4.e-date {
  color: #003e51;
  text-transform: none;
  margin-bottom: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
}
.zone-event .events .item .address, .zone-event .events .item .contact {
  display: none;
}
.zone-event .events .item .actions {
  margin-top: 30px;
}
.zone-event .events .item .actions a.btn-default {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
  margin-right: 15px;
}
.zone-event .events .item .actions a.btn-default:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.zone-event .events .item .actions a.btn-default:hover, .zone-event .events .item .actions a.btn-default:focus, .zone-event .events .item .actions a.btn-default:active {
  border-color: transparent;
  text-decoration: none;
}
.zone-event .events .item .actions a.btn-default:hover:after, .zone-event .events .item .actions a.btn-default:focus:after, .zone-event .events .item .actions a.btn-default:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .zone-event .events .item .actions a.btn-default {
    white-space: normal;
  }
}
.zone-event .events .item .actions a.btn-default:hover {
  background-color: #fff;
}

.line-article-primary-blue {
  background-color: #F0F0F0 !important;
  color: #003e51 !important;
  /* ark */
  margin-top: -1px;
}
.line-article-primary-blue > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .line-article-primary-blue > .container > .row {
    display: block;
  }
}
@media (max-width: 1199px) {
  .line-article-primary-blue .zone-article {
    display: block;
    width: 100%;
  }
}
.line-article-primary-blue .zone-article .mod-article__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.line-article-primary-blue .zone-article h2 {
  color: #003e51 !important;
  font-size: 40px;
  text-align: right;
}
@media (max-width: 1199px) {
  .line-article-primary-blue .zone-article h2 {
    text-align: left;
  }
}
.line-article-primary-blue .mod-article__content a {
  color: #00afd7;
}
.line-article-primary-blue .mod-article__content p {
  line-height: 2;
  font-size: 16px;
  color: #003e51 !important;
}

.event-jumbotron__left-right__title {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1199px) {
  .event-jumbotron__left-right__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.event-detail .jumbotron.event-jumbotron__left {
  background: transparent;
  border-right: 2px solid #00afd7;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .event-detail .jumbotron.event-jumbotron__left {
    padding: 15px;
    padding-top: 0px;
    border-right: 2px solid transparent;
    margin-bottom: 30px;
  }
}
.event-detail .jumbotron.event-jumbotron__left .event-jumbotron__date {
  font-size: 16px;
  color: #003e51;
  font-weight: 600;
  margin-bottom: 10px;
}
.event-detail .jumbotron.event-jumbotron__left .address__info span {
  display: inline;
  color: #003e51;
}
.event-detail .jumbotron.event-jumbotron__left .address__info .jumbotron__address-event {
  padding-right: 5px;
}
.event-detail .jumbotron.event-jumbotron__left .event-detail__description-additional p {
  font-size: 16px;
  color: #003e51;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 2.3rem;
}
.event-detail .jumbotron.event-jumbotron__left .address__contact-info {
  /*display: none;*/
}
.event-detail .row-event-jumbotron__right {
  position: static;
}
.event-detail .row-event-jumbotron__right > div, .event-detail .row-event-jumbotron__right > h1 {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .event-detail .row-event-jumbotron__right > div, .event-detail .row-event-jumbotron__right > h1 {
    padding-left: 10x;
  }
}
.event-detail .row-event-jumbotron__right .event-jumbotron__left-right__title {
  font-weight: 400;
  color: #003e51;
}
.event-detail .row-event-jumbotron__right .event-detail__category {
  position: absolute;
  left: 45px;
  text-transform: uppercase;
  color: #00afd7;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
}
@media (max-width: 767px) {
  .event-detail .row-event-jumbotron__right .event-detail__category {
    position: static;
    padding-left: 15px;
  }
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper p, .event-detail .row-event-jumbotron__right .event-detail__description-wrapper h3 {
  line-height: 2;
  color: #003e51;
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper h3 {
  margin-top: 30px;
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper h3 span {
  font-size: 18px !important;
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper h5 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: #00afd7;
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper p span {
  font-size: 17px !important;
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper ul {
  padding-left: 20px;
}
.event-detail .row-event-jumbotron__right .event-detail__description-wrapper .tarif {
  color: #00afd7;
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default {
  margin-left: 15px;
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
  display: none;
}
.event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:hover, .event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:focus, .event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:active {
  border-color: transparent;
  text-decoration: none;
}
.event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:hover:after, .event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:focus:after, .event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .event-detail .row-event-jumbotron__right .event-detail__nav__cta .btn-default {
    white-space: normal;
  }
}

body.page-details .event-jumbotron__left-right__title {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 940px;
}
@media (max-width: 767px) {
  body.page-details .event-jumbotron__left-right__title {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
body.page-details .event-detail {
  position: relative;
  padding-top: 50px;
  margin-top: 30px;
}
body.page-details .event-detail:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left {
  border-right: none;
  background-color: #F0F0F0;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .event-jumbotron__date {
  color: #00afd7;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .event-info__title {
  display: block !important;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .jumbotron__address-place {
  display: block !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #003e51;
  text-transform: lowercase !important;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .jumbotron__address-full {
  font-size: 16px !important;
  font-weight: 500;
  color: #003e51 !important;
  text-transform: lowercase !important;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .contact, body.page-details .event-detail .jumbotron.event-jumbotron__left .phone, body.page-details .event-detail .jumbotron.event-jumbotron__left .email {
  font-size: 16px !important;
  color: #003e51;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .places {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px !important;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-top: 24px;
}
body.page-details .event-detail .jumbotron.event-jumbotron__left .jumbotron__address-country {
  display: none !important;
}

.formations {
  padding-top: 80px;
}
.formations img {
  border-radius: 18px;
}
.formations .mod-eventflash__item {
  padding-bottom: 60px;
}
.formations .form-withProgress__title-main {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 80%;
}
@media (max-width: 1199px) {
  .formations .form-withProgress__title-main {
    font-size: 40px;
    line-height: 45px;
  }
}
.formations .nav-pills {
  max-width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
  justify-content: flex-start;
  margin: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .formations .nav-pills li {
    padding-right: 60px;
    flex-grow: inherit !important;
  }
}
.formations #accordion .panel-title {
  font-family: "BasierSquare", sans-serif;
  color: #00afd7;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .formations #accordion .panel-title br {
    display: none;
  }
}
.formations #accordion .panel-title a:after {
  content: "−";
  font-weight: 900;
  font-size: 28px;
}
.formations #accordion .panel-title a.collapsed:after {
  content: "＋";
}
.formations .form-withProgress__navigation-footer .btn-link {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
  margin-right: 15px;
}
.formations .form-withProgress__navigation-footer .btn-link:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.formations .form-withProgress__navigation-footer .btn-link:hover, .formations .form-withProgress__navigation-footer .btn-link:focus, .formations .form-withProgress__navigation-footer .btn-link:active {
  border-color: transparent;
  text-decoration: none;
}
.formations .form-withProgress__navigation-footer .btn-link:hover:after, .formations .form-withProgress__navigation-footer .btn-link:focus:after, .formations .form-withProgress__navigation-footer .btn-link:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .formations .form-withProgress__navigation-footer .btn-link {
    white-space: normal;
  }
}
.formations .form-withProgress__navigation-footer .btn-link:hover {
  background-color: transparent;
}
.formations .control-label {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.formations .form-withProgress__wrapper .section {
  margin-bottom: 30px;
}
.formations .form-withProgress__wrapper fieldset.subscription-title > legend, .formations .form-withProgress__wrapper fieldset legend {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.formations .js-event-price-individual {
  padding: 0 !important;
  margin-top: 15px;
  margin-bottom: 0 !important;
  border: none !important;
}
.formations .form-element-invitation_code .col-md-4 {
  width: 35% !important;
}

.event-login #event-authentication-form h2 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.event-login #event-authentication-form .type_identification_wrapper {
  padding-bottom: 35px !important;
  border-bottom: 1px solid #707070;
}
.event-login #event-authentication-form .event-authentication {
  margin: 50px 0 0;
}
.event-login #event-authentication-form .event-authentication p:first-child {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.event-login #event-authentication-form .event-authentication .form-group {
  margin-left: 0;
  margin-right: 0;
}

.registration-event-bloc .registration-event-bloc-title h5 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.registration-event-bloc .btn-add {
  text-transform: uppercase !important;
  padding: 10px 0 !important;
}
.registration-event-bloc .btn-add:hover {
  text-decoration: none !important;
}

.event-subscription .registration-event-bloc {
  border-bottom: 1px solid #707070;
  padding-bottom: 35px !important;
}
.event-subscription .event-bloc-responsible {
  margin-top: 50px !important;
  padding-bottom: 35px !important;
  border-bottom: 1px solid #707070;
}

body.congres .formations .jumbotron.event-jumbotron__left .itemInfos {
  font-size: 16px;
  color: #003e51;
  font-weight: 600;
  margin-bottom: 10px;
}
body.congres .formations .jumbotron.event-jumbotron__left p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.3rem;
}
body.congres .formations .jumbotron.event-jumbotron__left img {
  border-radius: 18px;
}
body.congres .formations .jumbotron.event-jumbotron__left .address__contact-info {
  display: none;
}

.line-text-only {
  padding: 60px 0;
}
.line-text-only .text-only h2 {
  margin-top: 60px;
  color: #003e51;
  font-size: 45px;
  line-height: 1;
}
.line-text-only .text-only p {
  color: #003e51;
  line-height: 2;
  font-size: 18px;
}

.line-text-only-title h3 {
  margin-top: 0;
  color: #003e51;
}

.line-icon-text .flex-container {
  flex-direction: column;
}
.line-icon-text .flex-container .icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.line-icon-text .flex-container .icon-text p {
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #003e51;
}
.line-icon-text .flex-container .icon-text .icon {
  margin: 25px 0;
  width: 100%;
  height: 96px;
}
.line-icon-text .flex-container .icon-text .icon.icon-projet-loi {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-mission/Projet_Loi.png) no-repeat center center;
}
.line-icon-text .flex-container .icon-text .icon.icon-prevision {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-mission/Prevision.png) no-repeat center center;
}
.line-icon-text .flex-container .icon-text .icon.icon-nomination {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-mission/Nomination.png) no-repeat center center;
}
.line-icon-text .flex-container .icon-text .icon.icon-constitution {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-mission/Constitution.png) no-repeat center center;
}
.line-icon-text .flex-container .icon-text .icon.icon-contribution {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-mission/Contribution.png) no-repeat center center;
}

.line-accueil-banner--services.line-accueil-banner--mission .mod-banner__img {
  background-position: center -110px;
  background-size: 100%;
  position: relative;
  z-index: 1;
  height: 1200px;
}
.line-accueil-banner--services.line-accueil-banner--mission .mod-banner__img .mod-banner__content {
  bottom: 0px;
}
@media (max-width: 1450px) {
  .line-accueil-banner--services.line-accueil-banner--mission .mod-banner__img {
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .line-accueil-banner--services.line-accueil-banner--mission .mod-banner__img {
    height: 650px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .line-accueil-banner--services.line-accueil-banner--mission .mod-banner__img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .line-accueil-banner--services.line-accueil-banner--mission .mod-banner__img {
    background-position: center -135px;
    background-size: cover;
    height: auto;
    min-height: 500px;
  }
}

.line-img-text {
  margin: 50px 0;
}
.line-img-text .flex-container {
  flex-direction: column;
  padding: 0 15px;
}
.line-img-text .mod-article__content img {
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
}
.line-img-text .mod-article__content .mod-article__intro h2 {
  color: #003e51;
  font-size: 45px;
  line-height: 1.25;
}
.line-img-text .mod-article__content .mod-article__intro p {
  font-size: 16px;
  color: #003e51;
  line-height: 2;
}

.line-comite img {
  border-radius: 18px;
}
.line-comite--description h2 {
  font-size: 45px;
  line-height: 1.25;
}
.line-comite--description .content p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 30px;
}
.line-comite--description > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .line-comite--description > .container > .row {
    display: block;
    min-height: 380px;
  }
}
.line-comite--description > .container > .row > div:first-child .content {
  height: 100%;
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .line-comite--description > .container > .row > div:first-child .content {
    min-height: 380px;
  }
}
@media (max-width: 991px) {
  .line-comite--description > .container > .row > div:first-child .content {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .line-comite--description > .container > .row > div:first-child .content {
    min-height: 0;
  }
}
.line-comite--description.blue h2, .line-comite--description.blue p {
  color: #003e51;
}
.line-comite--membres {
  padding: 0 0 60px 0;
}
.line-comite--membres .zone-news_flash h3 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .line-comite--membres .zone-news_flash h3 {
    text-align: center;
  }
}
.line-comite--membres .zone-news_flash .newsList .item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-comite--membres .zone-news_flash .newsList .item {
    text-align: center;
  }
}
.line-comite--membres .zone-news_flash .newsList .item .membre-comite {
  margin-bottom: 20px;
}
.line-comite--membres .zone-news_flash .newsList .item .membre-comite h4 {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 3px;
}
.line-comite--membres .zone-news_flash .newsList .item .membre-comite h3 {
  margin-top: 0px;
}
.line-comite--membres .zone-news_flash .newsList .item .membre-comite span {
  font-size: 16px;
  line-height: 1.5;
}
.line-comite--membres .zone-news_flash .newsList .item .actions {
  margin-top: 0;
}
.line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
  background-color: transparent;
  margin-top: 0;
}
.line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:hover, .line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:focus, .line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:active {
  border-color: transparent;
  text-decoration: none;
}
.line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:hover:after, .line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:focus:after, .line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .line-comite--membres .zone-news_flash .newsList .item .actions .btn-primary {
    white-space: normal;
  }
}
.line-comite--membres .zone-news_flash .newsList .item .itemImage {
  max-width: 317px;
  margin: auto;
  margin-bottom: 3rem;
  position: relative;
}
.line-comite--membres .zone-news_flash .newsList .item .itemImage:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 175, 215, 0.1);
  z-index: 0;
}
@media (max-width: 767px) {
  .line-comite--membres .zone-news_flash .newsList .item .itemImage:after {
    left: 25px;
    right: 25px;
  }
}
.line-comite--membres .zone-news_flash .newsList .item .itemImage img {
  margin-bottom: 0;
}
.line-comite h3 {
  color: #00afd7;
  letter-spacing: 0.45px;
  line-height: 28px;
  text-transform: capitalize;
  margin: 40px 0;
}
.line-comite h2, .line-comite p, .line-comite h4, .line-comite span {
  color: #003e51;
}
.line-comite .membre-comite {
  display: flex;
  flex-direction: column;
}
.line-comite .membre-comite h3 {
  color: #003e51;
}

.line-comite-forum--article {
  padding: 50px 0 0 0;
}
@media (max-width: 1199px) {
  .line-comite-forum--article {
    padding: 0 0 0 0;
  }
}
.line-comite-forum--article p, .line-comite-forum--article ul li {
  color: #003e51;
}
.line-comite-forum--article ul {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-comite-forum--article img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
}
.line-comite-forum--article img {
  border-radius: 18px;
}
.line-comite-forum--header {
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .line-comite-forum--header {
    display: block;
  }
}
.line-comite-forum--header .h2, .line-comite-forum--header p {
  width: 50%;
}
@media (max-width: 991px) {
  .line-comite-forum--header .h2, .line-comite-forum--header p {
    width: 100%;
  }
}
.line-comite-forum--header .h2 {
  text-align: right;
  margin: 24px 0;
  margin-right: 57px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .line-comite-forum--header .h2 {
    text-align: left;
  }
  .line-comite-forum--header .h2 br {
    content: " ";
  }
  .line-comite-forum--header .h2 br:after {
    content: " ";
  }
}
.line-comite-forum--header p {
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}
.line-comite-forum--header img {
  border-radius: 18px;
}
.line-comite-forum--content {
  margin-left: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.line-comite-forum--content .comite,
.line-comite-forum--content .forums {
  margin: 25px 0;
  color: #00afd7;
  list-style-type: disc;
  list-style-position: inside;
}
.line-comite-forum--content img {
  border-radius: 18px;
}

@media (max-width: 767px) {
  .line-equipe {
    text-align: center;
  }
}
.line-equipe h2 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 30px;
}
.line-equipe p {
  text-align: left;
  padding: 0 20px;
}
.line-equipe h3 {
  letter-spacing: 0.45px;
  line-height: 28px;
  margin: 0;
}
.line-equipe h2, .line-equipe p, .line-equipe h4, .line-equipe span, .line-equipe h3 {
  color: #003e51;
}
.line-equipe img {
  border-radius: 18px;
}
.line-equipe .membre-equipe {
  margin-bottom: 40px;
}
.line-equipe .membre-equipe h4 {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 3px;
}
.line-equipe .membre-equipe h3 {
  margin-top: 0px;
}
.line-equipe .membre-equipe span {
  font-size: 16px;
  line-height: 2;
}
.line-equipe .membre-equipe .contact {
  font-size: 16px;
  line-height: 1;
  margin: 10px 0;
}
.line-equipe .membre-equipe .contact span {
  display: block;
}
.line-equipe .membre-equipe .mod-social-links .icon-linkedin {
  padding: 0;
}
.line-equipe .membre-equipe .mod-social-links .icon-linkedin:before {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Linkedin_UP.png);
  content: " ";
  height: 16px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.line-equipe .membre-equipe .mod-social-links .icon-linkedin:hover:before {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-social/Linkedin_Hover.png);
}
@media (max-width: 767px) {
  .line-equipe .news-mosaic .row:nth-child(odd) > div:nth-child(even) {
    background-color: #fff;
  }
  .line-equipe .news-mosaic .row:nth-child(even) > div:nth-child(odd) {
    background-color: #fff;
  }
}
.line-equipe .news-mosaic .news-thumbnail {
  max-width: 234px;
}

.line-conferenciers {
  padding: 70px 0 115px 0;
}
.line-conferenciers h2 {
  text-align: center;
}
.line-conferenciers .news-mosaic {
  padding-top: 45px;
  display: grid;
  gap: 25px 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .line-conferenciers .news-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .line-conferenciers .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.line-conferenciers .news-mosaic .row {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.line-conferenciers .news-mosaic .row > div {
  padding: 0;
  margin-top: 0;
}
.line-conferenciers .news-mosaic .row > div .news-intro h3 {
  margin-bottom: 0;
}
.line-conferenciers .news-mosaic .row > div .news-intro h4 {
  padding-bottom: 45px;
}
.line-conferenciers .news-mosaic .row > div .news-intro p {
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.line-conferenciers .news-mosaic .row > div .news-intro p:last-child {
  margin-bottom: 30px;
}

.line-systeme-stats {
  margin: 80px 0;
}
.line-systeme-stats .zone-html .content .block-systeme-professionel {
  margin-top: 30px;
}
.line-systeme-stats .zone-html .content .block-systeme-professionel:first-child {
  height: 400px;
}
.line-systeme-stats .zone-html .content .block-systeme-professionel:last-child {
  height: 500px;
}

.block-systeme-professionel {
  background: #f0f0f0;
  padding: 25px;
}
.block-systeme-professionel .icon {
  width: 250px;
  height: 150px;
  margin-bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .block-systeme-professionel .icon {
    width: 200px;
    height: 100px;
  }
}
.block-systeme-professionel .icon__border {
  border: 4px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
}
.block-systeme-professionel .icon--ordres {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/46_Ordres.png);
  height: 125px;
}
@media (max-width: 1199px) {
  .block-systeme-professionel .icon--ordres {
    height: 80px;
  }
}
.block-systeme-professionel .icon--professions {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/55_Professions.png);
}
.block-systeme-professionel .icon--professionnels {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/400000_Professionnelles.png);
}
.block-systeme-professionel .icon--main-oeuvre {
  background-image: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/10_Main-Oeuvre.png);
}

.line-secteurs {
  padding: 100px 0 0 0;
}
.line-secteurs .h2, .line-secteurs .h3 {
  color: #003e51;
}
.line-secteurs .h2, .line-secteurs .h5 {
  text-align: center;
}
.line-secteurs .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.line-secteurs .flex-container .h3 {
  width: 75%;
  text-align: center;
}
.line-secteurs .secteur__icon {
  width: 100%;
  height: 130px;
  margin: 30px 0;
}
.line-secteurs .secteur__icon--genie {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/icons-secteurs/Genie.png) no-repeat center center;
}
.line-secteurs .secteur__icon--sante {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/icons-secteurs/Sante.png) no-repeat center center;
}
.line-secteurs .secteur__icon--droit {
  background: url(https://s1.membogo.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/icons-systeme-professionnel/icons-secteurs/Droit.png) no-repeat center center;
}

.line-secteurs-activites {
  padding: 0 0 100px 0;
}

.line-surveillance-discipline {
  margin-top: 80px;
}
.line-surveillance-discipline .h3 {
  color: #00afd7;
}
.line-surveillance-discipline .h5 {
  color: #003e51;
}

@media (max-width: 767px) {
  .line-surveillance-discipline-stats {
    text-align: center;
  }
}
.line-surveillance-discipline-stats .surveillance-discipline-stats {
  margin: 50px 0;
}
.line-surveillance-discipline-stats .surveillance-discipline-stats .numbers {
  color: #00afd7;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin: 15px 0;
}
.line-surveillance-discipline-stats .surveillance-discipline-stats .h4 {
  color: #003e51;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.line-ciq-releve .h2 {
  color: #fff;
  font-size: 45px;
}
.line-ciq-releve .h5 {
  color: #003e51;
  margin-bottom: 60px;
}
.line-ciq-releve span {
  text-align: center;
}
.line-ciq-releve .mod-banner__img {
  height: 910px;
  background-position: center top;
}
.line-ciq-releve .block-systeme-professionel {
  height: 100%;
}
@media (max-width: 767px) {
  .line-ciq-releve .block-systeme-professionel {
    margin-bottom: 30px;
  }
}
.line-ciq-releve .block-systeme-professionel .icon__border {
  padding: 20px;
  min-height: 200px;
}
.line-ciq-releve .flex-container {
  flex-direction: column;
}
.line-ciq-releve .mod-banner__img {
  height: auto;
}
.line-ciq-releve .mod-banner__content {
  padding: 80px 0;
  position: static;
  transform: none;
}
.line-ciq-releve .mod-banner__content .row:last-child {
  margin: 0;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .line-ciq-releve .mod-banner__content .flexcentered {
    display: block;
    flex-wrap: nowrap;
  }
  .line-ciq-releve .mod-banner__content .flexcentered > div {
    width: 100%;
  }
  .line-ciq-releve .mod-banner__content .flexcentered > div:first-child {
    margin-bottom: 30px;
  }
}
.line-ciq-releve .mod-banner__content .stats-releve span {
  color: #fff;
}
.line-ciq-releve .mod-banner__content .stats-releve .numbers {
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin: 15px 0;
}
.line-ciq-releve .mod-banner__content .stats-releve .h3 {
  margin: 30px 0;
  line-height: 1.5;
}

.line-main-content.principaux-dossiers p {
  text-align: left;
}

@media (max-width: 767px) {
  .line-articles-multiples .newsList .item {
    margin-bottom: 60px;
  }
}

.line-articles-multiples.enjeux .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .news-title {
  order: 0;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .e-date {
  order: 1;
  margin-bottom: 15px;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .news-category {
  order: 2;
  margin-bottom: 30px;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .intro {
  display: none;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .cta {
  order: 3;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:hover, .line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:focus, .line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:active {
  border-color: transparent;
  text-decoration: none;
}
.line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:hover:after, .line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:focus:after, .line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .line-articles-multiples.enjeux .news-mosaic .row > div .cta a.btn-link {
    white-space: normal;
  }
}

h1.news-title {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1199px) {
  h1.news-title {
    font-size: 40px;
    line-height: 45px;
  }
}

.enjeux .news-title a {
  pointer-events: none;
  cursor: default;
}

.annuaire-bottin .control-label {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.annuaire-bottin .form-control-static {
  padding-top: 0;
}
.annuaire-bottin .section-title {
  font-family: "BasierSquare", sans-serif;
  color: #00afd7;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .annuaire-bottin .section-title br {
    display: none;
  }
}

.line-formulaire-comitee-memoire {
  padding-top: 80px;
  padding-bottom: 60px;
}
.line-formulaire-comitee-memoire h1, .line-formulaire-comitee-memoire h2, .line-formulaire-comitee-memoire p {
  color: #fff;
}
.line-formulaire-comitee-memoire h1 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  color: #00afd7;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .line-formulaire-comitee-memoire h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.line-formulaire-comitee-memoire select {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #003e51;
}

.memoires-comitee h2 {
  text-align: center;
}
.memoires-comitee h4 {
  margin-bottom: 0px;
}

.rapports-annuel-wrap .news-mosaic img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.rapports-annuel-wrap .news-mosaic .news-intro a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00afd7;
  color: #003e51;
  font-family: "BasierSquare", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 30px;
  text-transform: uppercase;
  transition: background-color 150ms, border-color 150ms;
  background-color: transparent;
  border-radius: 10px;
  margin-top: 15px;
}
.rapports-annuel-wrap .news-mosaic .news-intro a:hover, .rapports-annuel-wrap .news-mosaic .news-intro a:focus, .rapports-annuel-wrap .news-mosaic .news-intro a:active {
  background-color: #00afd7;
  border: 2px solid transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .rapports-annuel-wrap .news-mosaic .news-intro a {
    white-space: normal;
  }
}
.rapports-annuel-wrap .news-mosaic .news-intro a:hover {
  text-decoration: none;
}

.login-wrapper__login h1 {
  max-width: 636px;
  margin: auto;
  text-transform: none;
  margin-bottom: 30px;
}

.zend_form {
  margin: auto;
  text-align: left;
  height: auto;
  padding: 60px 40px 30px 40px;
  margin: auto;
}
.zend_form .form-group div:before {
  font-weight: 600;
  color: #003e51;
  max-width: 636px;
  margin-bottom: 5px;
  font-size: 16px;
}

.form-withProgress__wrapper {
  background-color: transparent;
  padding: 50px 0px;
  text-align: left;
}

#registration-member {
  max-width: 100%;
  width: 1152px;
  margin: auto;
}
#registration-member h1 {
  margin-bottom: 60px;
}
#registration-member .btn.btn-link {
  border: none;
  margin-right: 30px;
}
#registration-member .btn.btn-link:hover {
  background-color: transparent;
  color: #00afd7;
}

.line-latest-winner {
  padding: 100px 0;
}
.line-latest-winner .container .row .zone-news_flash:first-child .news .row .item .itemImage {
  padding-right: 32px;
}
.line-latest-winner .container .row .zone-news_flash:first-child .news .row .item .itemImage img {
  width: 100%;
}
.line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.intro h4 {
  color: #003e51;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
  background-color: transparent;
}
.line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:hover, .line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:focus, .line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:active {
  border-color: transparent;
  text-decoration: none;
}
.line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:hover:after, .line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:focus:after, .line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .line-latest-winner .container .row .zone-news_flash:last-child .newsList .row .item div.actions a {
    white-space: normal;
  }
}

.prix-du-ciq-dark {
  background-color: #f0f0f0;
}
.prix-du-ciq-dark h2, .prix-du-ciq-dark .h2, .prix-du-ciq-dark h3, .prix-du-ciq-dark .h3, .prix-du-ciq-dark h4, .prix-du-ciq-dark .h4, .prix-du-ciq-dark h6, .prix-du-ciq-dark .h6, .prix-du-ciq-dark .btn-link, .prix-du-ciq-dark p {
  color: #003e51;
}
.prix-du-ciq-dark .cta h3, .prix-du-ciq-dark .cta .h3 {
  margin-bottom: 0;
}
.prix-du-ciq-dark .back-to-list {
  color: #003e51;
}
.prix-du-ciq-dark .newsList .e-thumbnail {
  filter: grayscale(1);
}
.prix-du-ciq-dark .news-mosaic .row > div img {
  filter: grayscale(1);
  height: 230px !important;
  width: 100%;
  object-fit: cover;
  object-position: 0% 40%;
  border-radius: 18px;
}
.prix-du-ciq-dark .news-mosaic .row > div a:last-child {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}
.prix-du-ciq-dark .news-mosaic .row > div a:last-child:after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: border-color 150ms;
}
.prix-du-ciq-dark .news-mosaic .row > div a:last-child:hover, .prix-du-ciq-dark .news-mosaic .row > div a:last-child:focus, .prix-du-ciq-dark .news-mosaic .row > div a:last-child:active {
  border-color: transparent;
  text-decoration: none;
}
.prix-du-ciq-dark .news-mosaic .row > div a:last-child:hover:after, .prix-du-ciq-dark .news-mosaic .row > div a:last-child:focus:after, .prix-du-ciq-dark .news-mosaic .row > div a:last-child:active:after {
  background-color: #003e51;
}
@media (max-width: 767px) {
  .prix-du-ciq-dark .news-mosaic .row > div a:last-child {
    white-space: normal;
  }
}

.line-objects-merites-list {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f0f0f0;
}
.line-objects-merites-list .container > .row > div .search-object-bloc > div:nth-child(1) {
  padding-bottom: 40px;
}
.line-objects-merites-list .container > .row > div .search-object-bloc > div:nth-child(1) .form-group .form-control {
  background-color: #fff !important;
}
.line-objects-merites-list .container > .row > div .search-object-bloc > div:nth-child(1) #section-footer-search #search_member {
  margin-left: 20px;
}
.line-objects-merites-list .container > .row > div .search-object-bloc > div:nth-child(2) .search-object-result .tab-content #search-object-tab-formbuilder {
  display: grid;
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
  gap: 65px 30px;
}
@media (max-width: 767px) {
  .line-objects-merites-list .container > .row > div .search-object-bloc > div:nth-child(2) .search-object-result .tab-content #search-object-tab-formbuilder {
    grid-template-columns: 100%;
  }
}
.line-objects-merites-list .container > .row > div .search-object-bloc > div:nth-child(2) .search-object-result .tab-content #search-object-tab-formbuilder > div .merites-container .link-img img {
  filter: grayscale(1);
  height: 230px !important;
  width: 100%;
  object-fit: cover;
  object-position: 0% 40%;
  margin-bottom: 1.5rem;
  border-radius: 18px;
}
@media (min-width: 992px) {
  .line-objects-merites-list .container > .row > div .search-object-detail-bloc {
    margin-right: 33%;
  }
}
.line-objects-merites-list .container > .row > div .search-object-detail-bloc h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 0;
}
.line-objects-merites-list .container > .row > div .search-object-detail-bloc h3 {
  text-transform: inherit;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 22px;
}
.line-objects-merites-list .container > .row > div .search-object-detail-bloc h4 {
  margin-bottom: 15px;
}
.line-objects-merites-list .container > .row > div .search-object-detail-bloc p {
  margin-bottom: 25px;
}
.line-objects-merites-list .container > .row > div .search-object-detail-bloc img {
  margin-bottom: 20px;
  border-radius: 18px;
}

body.page-details .article-text-image,
body.page-details .prix-du-ciq-dark {
  display: none;
}
body.page-details .line-objects-merites-list {
  background-color: #fff;
  padding-top: 55px;
}

.line-programmation-jours {
  padding: 70px 0 0 0;
}
.line-programmation-jours h2 {
  margin-bottom: 4.5rem;
}

.line-programmation-titre {
  padding: 110px 0 0 0;
}
.line-programmation-titre.small {
  padding: 65px 0 0 0;
}
.line-programmation-titre .container > .row {
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .line-programmation-titre .container > .row {
    flex-direction: column;
  }
}
.line-programmation-titre .container > .row:after {
  content: "";
  width: 670px;
  height: 1px;
  background-color: #003e51;
  position: absolute;
  display: block;
  margin-top: 36px;
  margin-left: 180px;
}
@media (max-width: 1199px) {
  .line-programmation-titre .container > .row:after {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .line-programmation-titre .container > .row:after {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .line-programmation-titre .container > .row:after {
    width: calc(50% - 180px);
  }
}
@media (max-width: 575px) {
  .line-programmation-titre .container > .row:after {
    width: calc(90% - 180px);
  }
}
.line-programmation-titre .container > .row > div:nth-child(1) {
  width: 50%;
}
@media (max-width: 575px) {
  .line-programmation-titre .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-programmation-titre .container > .row > div:nth-child(1) p {
  color: #00afd7;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 7.5px;
  margin-top: 25px;
}
.line-programmation-titre .container > .row > div:nth-child(2) {
  width: 50%;
}
@media (max-width: 575px) {
  .line-programmation-titre .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-programmation-titre .container > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 575px) {
  .line-programmation-titre .container > .row > div:nth-child(2) .content {
    text-align: left;
  }
}
.line-programmation-titre .container > .row > div:nth-child(2) .content p {
  background-color: #003e51;
  display: inline-block;
  color: #fff;
  padding: 25px 28px;
  margin-bottom: 0;
  border-bottom-right-radius: 25px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 7.5px;
}

.line-programmation-liste {
  padding-bottom: 50px;
}
.line-programmation-liste.bg-grey .container > .row > div .news-mosaic > .row {
  border-bottom: 1px solid #ccc;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid #F0F0F0;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div {
  margin-top: 30px;
  margin-bottom: 35px;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div h3 {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div h3 a {
  color: #003e51;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.45px;
  pointer-events: none;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div h3 a:hover, .line-programmation-liste .container > .row > div .news-mosaic > .row > div h3 a:focus {
  color: #003e51;
  text-decoration: none;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div .news-intro {
  margin-left: 0;
  margin-bottom: 0;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div .news-intro h4 {
  color: #00afd7;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div .news-intro h4:first-child {
  padding-bottom: 15px;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div .news-intro h6 {
  margin-bottom: 32px;
}
.line-programmation-liste .container > .row > div .news-mosaic > .row > div .news-intro p {
  margin: 0 0 1.5rem;
}

.line-programmation-details .mod-article__img {
  border: 1px solid #DBDBDB;
  width: 255px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
.line-programmation-details .mod-article__content {
  padding-top: 30px;
}
.line-programmation-details .mod-article__content h4 {
  color: #00afd7;
}

.liste-professions-section {
  background-color: #f0f0f0;
}
.liste-professions-section h2 {
  color: #003e51;
}
.liste-professions-section .news-mosaic {
  text-align: center;
}
.liste-professions-section .news-mosaic .row > div {
  transition: background-color 150ms;
}
.liste-professions-section .news-mosaic .row > div a {
  text-decoration: none;
}
.liste-professions-section .news-mosaic .row > div a img {
  filter: brightness(0.3);
}
.liste-professions-section .news-mosaic .row > div:hover {
  background-color: rgba(0, 175, 215, 0.1) !important;
}
.liste-professions-section .news-mosaic .row > div:hover a {
  text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .liste-professions-section .news-mosaic .row > div {
    width: 50%;
  }
}

.criteriasection {
  color: #fff;
}
.criteriasection h2, .criteriasection p, .criteriasection .numbers {
  color: #fff;
}
.criteriasection h4 {
  color: #00afd7;
}
@media (max-width: 767px) {
  .criteriasection.percentage {
    text-align: center;
  }
  .criteriasection.percentage .row > div {
    display: block;
    width: 100%;
  }
}

.modalites-section .btn-primary, .modalites-section .btn-default {
  max-width: 230px;
  text-align: center;
  line-height: 20px;
  min-height: 85px;
  vertical-align: top;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.modalites-section .btn-primary:hover, .modalites-section .btn-default:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .modalites-section h2 {
    margin-top: 30px;
  }
  .modalites-section .btn-primary, .modalites-section .btn-default {
    display: block;
    margin-bottom: 30px;
  }
}

.candidature-prix-ciq-form .section-title, .candidature-merite-form .section-title {
  color: #00afd7;
  margin-bottom: 60px;
}
.candidature-prix-ciq-form .form-horizontal .form-group select, .candidature-merite-form .form-horizontal .form-group select {
  background-color: #fff !important;
  border: none !important;
  color: #555555 !important;
  background-image: url("https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/comite_special/dropdown-arrow.png") !important;
}
.candidature-prix-ciq-form .crm-footer-frame, .candidature-merite-form .crm-footer-frame {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .candidature-prix-ciq-form .crm-footer-frame button, .candidature-merite-form .crm-footer-frame button {
    margin: auto;
  }
}
.candidature-prix-ciq-form h4, .candidature-prix-ciq-form h3, .candidature-merite-form h4, .candidature-merite-form h3 {
  color: #00afd7 !important;
}
.candidature-prix-ciq-form p, .candidature-merite-form p {
  color: #fff;
}

.candidature-merite-form .form-element-commentaire, .candidature-merite-form .form-element-commentairedistinction {
  margin-top: 40px;
}
.candidature-merite-form .form-element-commentaire .col-md-12, .candidature-merite-form .form-element-commentairedistinction .col-md-12 {
  width: 100%;
}
.candidature-merite-form .form-element-commentaire .col-md-12 textarea[id=commentaire], .candidature-merite-form .form-element-commentaire .col-md-12 textarea[id=commentairedistinction], .candidature-merite-form .form-element-commentairedistinction .col-md-12 textarea[id=commentaire], .candidature-merite-form .form-element-commentairedistinction .col-md-12 textarea[id=commentairedistinction] {
  width: 100%;
  height: auto;
  resize: none;
}
.candidature-merite-form .form-element-heures_souahitees label {
  max-width: 50%;
  float: none;
}
.candidature-merite-form .form-element-heures_souahitees .col-md-12 {
  float: none;
}
@media (max-width: 767px) {
  .candidature-merite-form .form-group {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

.form-element-void {
  display: none;
}

.section-salles {
  background-color: #F0F0F0;
}
.section-salles h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.section-salles .address {
  padding-left: 30px;
  position: relative;
}
.section-salles .address p {
  margin-bottom: 0;
  line-height: 25px;
}
.section-salles .address p span {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.section-salles .address:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/location.svg);
  background-size: contain;
  display: block;
  height: 23px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}
.section-salles .list-inline ul {
  padding-left: 5px;
  margin: 0;
}
.section-salles .list-inline ul li {
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
}
.section-salles .list-inline ul li:not(:last-child):after {
  content: "•";
  margin-left: 5px;
  margin-right: 5px;
}
.section-salles .search-object-bloc > .search-object-form {
  padding-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 60px;
}
.section-salles .search-object-bloc > .search-object-form:before {
  content: "Recherchez par :";
  font-family: "BasierSquare", sans-serif;
  color: #003e51;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}
.section-salles .search-object-bloc > .search-object-form > .search-object-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
}
@media (max-width: 991px) {
  .section-salles .search-object-bloc > .search-object-form > .search-object-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .section-salles .search-object-bloc > .search-object-form > .search-object-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-salles .search-object-bloc > .search-object-form > .search-object-form:after {
  content: "";
  display: block;
  clear: both;
}
.section-salles .search-object-bloc > .search-object-form .form-group {
  margin-bottom: 0;
}
.section-salles .search-object-bloc > .search-object-form .form-group .search_input {
  width: 100%;
}
@media (max-width: 767px) {
  .section-salles .search-object-bloc > .search-object-form .form-group .search_input {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-salles .search-object-bloc > .search-object-form .form-group .search_input .form-control {
  margin-bottom: 0;
  border: 0 !important;
  background-color: #FFF !important;
  outline: none !important;
}
.section-salles .search-object-bloc > .search-object-form .form-group .chosen-container ul.chosen-choices {
  border: 0;
  background-color: #FFF !important;
  min-height: 60px;
}
.section-salles .search-object-bloc > .search-object-form .form-group .chosen-container ul.chosen-choices li.search-field input {
  text-transform: uppercase;
  color: #000;
  height: 40px;
}
.section-salles .search-object-bloc > .search-object-form #section-footer-search {
  margin-top: 30px;
}
.section-salles .search-object-bloc > .search-object-form #section-footer-search .btn {
  background-color: transparent !important;
  color: #003e51;
}
.section-salles .search-object-bloc > .search-object-form #section-footer-search .btn:hover {
  background-color: #00afd7 !important;
  color: #FFF;
}
.section-salles .search-object-result #search-object-tab-formbuilder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .section-salles .search-object-result #search-object-tab-formbuilder {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-salles .search-object-result #search-object-tab-formbuilder > div .item-salles {
  background-color: #FFF;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.section-salles .search-object-result #search-object-tab-formbuilder > div .item-salles .item-salles-content {
  padding: 30px;
}
.section-salles .search-object-result #search-object-tab-formbuilder > div .item-salles .item-salles-content p, .section-salles .search-object-result #search-object-tab-formbuilder > div .item-salles .item-salles-content li {
  font-size: 14px;
  line-height: 30px;
}
.section-salles .search-object-detail-bloc .salle-details-header {
  margin-bottom: 30px;
}
.section-salles .search-object-detail-bloc .salle-details-header .row {
  display: flex;
}
@media (min-width: 768px) {
  .section-salles .search-object-detail-bloc .salle-details-header .row {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-salles .search-object-detail-bloc .salle-details-header .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-salles .search-object-detail-bloc .salle-details-header .row > div:first-child {
    order: 1;
  }
}
@media (max-width: 767px) {
  .section-salles .search-object-detail-bloc .salle-details-header .row > div:last-child {
    order: 0;
    margin-bottom: 30px;
  }
}
.section-salles .search-object-detail-bloc .salle-details-header .content-wrapper h2 {
  margin-bottom: 10px;
}
.section-salles .search-object-detail-bloc .salle-details-header .content-wrapper h5 {
  margin-bottom: 10px;
  color: #003e51;
}
.section-salles .search-object-detail-bloc .salle-details-header .content-wrapper ul {
  padding: 0;
  margin: 0;
}
.section-salles .search-object-detail-bloc .salle-details-header .text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .section-salles .search-object-detail-bloc .salle-details-header .text-right {
    text-align: left;
    order: 0;
  }
}
.section-salles .search-object-detail-bloc .salle-details-header .text-right .img-wrapper {
  background-color: #FFF;
  padding: 60px 80px;
  border-radius: 100px;
  display: inline-block;
}
.section-salles .search-object-detail-bloc .salle-details-content {
  background-color: #FFF;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.line-location-titre .container .row {
  max-width: 830px;
  margin: 0 auto;
}
.line-location-titre .container .row .zone-html .content p {
  margin-bottom: 32px;
}

.line-location-salles {
  background-color: #F0F0F0;
}
.line-location-salles .container .row .zone-news_flash .item {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: #FFF;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  width: 45%;
  margin-right: 2.5%;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.line-location-salles .container .row .zone-news_flash .item .itemImage {
  margin: 0;
}
.line-location-salles .container .row .zone-news_flash .item .itemImage img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.line-location-salles .container .row .zone-news_flash .item .intro {
  padding: 15px 30px;
}
.line-location-salles .container .row .zone-news_flash .item .intro p {
  font-size: 14px;
  line-height: 30px;
}
.line-location-salles .container .row .zone-news_flash .item .intro .address {
  padding-left: 30px;
  position: relative;
}
.line-location-salles .container .row .zone-news_flash .item .intro .address p {
  margin-bottom: 0;
  line-height: 25px;
}
.line-location-salles .container .row .zone-news_flash .item .intro .address p span {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.line-location-salles .container .row .zone-news_flash .item .intro .address:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYY3Q7Y2h7Qix1QmIl4X3Rf/asset/images/ciq/location.svg);
  background-size: contain;
  display: block;
  height: 23px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

.line-centre-expertise {
  padding-bottom: 100px;
}
.line-centre-expertise .container > .row > div .content > .row {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .line-centre-expertise .container > .row > div .content > .row {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .line-centre-expertise .container > .row > div .content > .row + .row {
    margin-top: 45px;
  }
}
.line-centre-expertise .container > .row > div .content > .row .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media (max-width: 991px) {
  .line-centre-expertise .container > .row > div .content > .row .item {
    gap: 10px;
  }
}
.line-centre-expertise .container > .row > div .content > .row .item h3 {
  order: 1;
}
@media (min-width: 992px) {
  .line-centre-expertise .container > .row > div .content > .row .item h3 {
    width: 50%;
  }
}
.line-centre-expertise .container > .row > div .content > .row .item .itemImage {
  order: 2;
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .line-centre-expertise .container > .row > div .content > .row .item .itemImage {
    width: 100%;
    margin-bottom: 0;
  }
}
.line-centre-expertise .container > .row > div .content > .row .item .itemImage img {
  border-radius: 36px;
}
.line-centre-expertise .container > .row > div .content > .row .item .intro {
  order: 3;
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .line-centre-expertise .container > .row > div .content > .row .item .intro {
    width: 100%;
  }
}
.line-centre-expertise .container > .row > div .content > .row .item .intro p a {
  color: #00afd7;
}

.page-merite-detail .topsectionpadding {
  padding-top: 54px;
}
.page-merite-detail .zone-article h1.mod-article__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 0;
}
.page-merite-detail .zone-article .news-content .mod-article__intro {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 6px;
}
.page-merite-detail .zone-article .news-content .mod-article__intro h3 {
  display: none;
}
.page-merite-detail .zone-article .news-content .mod-article__intro p {
  margin-bottom: 22px;
}
.page-merite-detail .zone-article .news-content .mod-article__content img {
  margin-bottom: 30px;
}

.cookie-notice .cn-learn-more {
  color: #00afd7 !important;
  font-weight: 600 !important;
}
.cookie-notice .cn-learn-more:hover {
  color: #5d5d5d !important;
  font-weight: 600 !important;
}
.cookie-notice .cn-buttons .cm-btn-danger {
  font-family: "BasierSquare", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  font-weight: 600 !important;
  background-color: transparent !important;
  color: #00afd7 !important;
}
.cookie-notice .cn-buttons .cm-btn-danger:hover, .cookie-notice .cn-buttons .cm-btn-danger:active, .cookie-notice .cn-buttons .cm-btn-danger:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-buttons .cm-btn-danger {
    white-space: normal !important;
  }
}
.cookie-notice .cn-buttons .cm-btn-danger:hover {
  color: #5d5d5d !important;
}
.cookie-notice .cn-buttons .cm-btn-success {
  font-family: "BasierSquare", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border: 2px solid #00afd7 !important;
  background-color: #00afd7 !important;
  font-weight: 600 !important;
}
.cookie-notice .cn-buttons .cm-btn-success:hover, .cookie-notice .cn-buttons .cm-btn-success:active, .cookie-notice .cn-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-notice .cn-buttons .cm-btn-success:hover {
  border: 2px solid #003e51 !important;
  background-color: #003e51 !important;
}

.cookie-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "BasierSquare", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  font-weight: 600 !important;
  background-color: transparent !important;
  color: #00afd7 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #003e51 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success {
  font-family: "BasierSquare", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border: 2px solid #00afd7 !important;
  background-color: #00afd7 !important;
  font-weight: 600 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid #003e51 !important;
  background-color: #003e51 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #00afd7 !important;
  background-color: transparent !important;
  color: #00afd7 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #003e51 !important;
  color: #003e51 !important;
}

.global-radius img {
  border-radius: 18px;
}

p.winner-intro {
  display: none;
}

div.line-latest-winner:has(p.winner-intro) p.winner-intro {
  display: block;
}

.line-prix-detail {
  border-top: 32px solid #003e51 !important;
  padding-bottom: 32px;
}
.line-prix-detail .container .row .zone-article .mod-article__wrapper h1 {
  margin-bottom: 32px;
}
.line-prix-detail .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content p:has(img) {
  margin-bottom: 32px;
}
/* Maxime's shameful act while i was away for the week */
.zend_form p {
  display: block;
}

/*reveal hidden password recovery*/
.zend_form p {
  display: block;
}

/*spacing between block on mobile*/
@media (max-width: 768px) {
  .block-systeme-professionel:first-child {
    margin-bottom: 25px;
  }
}
/*Mettre titre de la section secteur activité sur 2 ligne en mobile*/
@media (max-width: 480px) {
  .line-secteurs .h2 {
    width: 50%;
    margin: 0 auto;
  }
}
.page-contact hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #00afd7;
  margin: 2em 0;
  padding: 0;
}

.page-contact .zone-33 h3 {
  margin-bottom: 10px;
}

/*couleur du bouton connexion*/
.member-login.btn {
  color: #173e51;
}

/*spacing article confidentialite*/
.page-confidentialite .news-content {
  margin-right: 33%;
}

.page-confidentialite .news-content p {
  font-size: 11pt;
}

/*fix card statistique*/
.line-systeme-stats-top {
  margin-top: 80px;
  margin-bottom: 25px;
}

.line-systeme-stats-bottom {
  margin-bottom: 80px;
}

.block-systeme-professionel .icon--ordres {
  height: 150px;
}

@media (max-width: 1199px) {
  .block-systeme-professionel .icon--ordres {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .page-prix-detail .mod-article__wrapper,
  .page-merite-detail .mod-article__wrapper {
    margin-right: 33%;
  }
}
/*btn retour a la liste*/
a.article-back-to-list-histo {
  display: inline-block;
  border-color: transparent;
  position: relative;
  color: #003e51;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-transform: uppercase;
  min-width: auto;
}

a.article-back-to-list-histo::after {
  content: "";
  height: 3px;
  background-color: #00afd7;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: border-color 150ms;
}

a.article-back-to-list-histo:hover,
a.article-back-to-list-histo:focus {
  text-decoration: none;
}

a.article-back-to-list-histo:hover:after {
  background-color: #003e51;
}

.page-collaboration.member--isConnected .line-solid-banner {
  height: 52px;
  background: #003e51;
}
.page-collaboration.member--isConnected h2.community__group-title {
  display: none;
}
.page-collaboration.member--isConnected .tab-pane.fade.show {
  display: none !important;
}
.page-collaboration.member--isConnected .tab-pane.fade.show.active.in {
  display: block !important;
}
@media (min-width: 991px) {
  .page-collaboration.member--isConnected .sidebar {
    width: 35%;
  }
  .page-collaboration.member--isConnected .forum-content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page-collaboration.member--isConnected .sidebar {
    width: 100%;
  }
  .page-collaboration.member--isConnected .forum-content {
    width: 100%;
  }
}
.page-collaboration.member--isConnected .sidebar {
  background: #f7f7f7;
  padding: 25px;
  position: relative;
  padding-bottom: 80px;
}
.page-collaboration.member--isConnected .sidebar .jumbotron {
  background: transparent;
  padding-left: 0;
  padding-top: 11px;
  padding-bottom: 0;
  border-bottom: 2px solid #00afd7;
  border-radius: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.page-collaboration.member--isConnected .sidebar .jumbotron .menu-item:last-child {
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-top: 2px solid #00afd7;
  border-bottom: 2px solid #00afd7;
  width: 90%;
  padding: 10px 0;
}
.page-collaboration.member--isConnected .sidebar .jumbotron strong {
  text-transform: uppercase;
  color: #003e51;
  font-size: 18px;
}
.page-collaboration.member--isConnected .sidebar p {
  display: none;
}
.page-collaboration.member--isConnected .sidebar ul {
  list-style: none;
  padding-left: 0;
}
.page-collaboration.member--isConnected .sidebar ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #003e51;
  text-transform: uppercase;
}
.page-collaboration.member--isConnected .sidebar ul li a:hover {
  color: #00afd7;
  text-decoration: none;
}
.page-collaboration.member--isConnected .sidebar ul li.active a {
  color: #00afd7;
}
.page-collaboration.member--isConnected .forum-content .nav.nav-tabs {
  border: none;
}
.page-collaboration.member--isConnected .forum-content .nav-item.active .nav-link {
  background: #00afd7;
  color: #fff;
}
.page-collaboration.member--isConnected .forum-content .nav-link {
  border: 2px solid #00afd7;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.page-collaboration.member--isConnected .forum-content .nav-link:hover {
  background: #00afd7;
  color: #fff;
}
.page-collaboration.member--isConnected .forum-content div#community-news a.pull-right,
.page-collaboration.member--isConnected .forum-content #community-document a.pull-right {
  background: transparent;
  color: #00afd7;
  border: 2px solid transparent;
  border-bottom: 2px solid #00afd7;
  padding-left: 0;
  padding-right: 0;
}
.page-collaboration.member--isConnected .forum-content div#community-news a.pull-right:hover,
.page-collaboration.member--isConnected .forum-content #community-document a.pull-right:hover {
  color: #003e51;
  border-bottom: 2px solid #003e51;
}
.page-collaboration.member--isConnected .forum-content .bloc-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.page-collaboration.member--isConnected .forum-content .bloc-actions a {
  text-transform: uppercase;
  padding: 6px 24px;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
  background: #00afd7;
  color: #fff;
  border: 2px solid #00afd7;
  margin-right: 15px;
}
.page-collaboration.member--isConnected .forum-content .bloc-actions a:hover {
  text-decoration: none;
  background: transparent;
  color: #00afd7;
  border: 2px solid #00afd7;
}
.page-collaboration.member--isConnected .forum-content .col-md-24 {
  position: relative;
  margin-bottom: 18.5px;
  padding-bottom: 18.5px;
}
.page-collaboration.member--isConnected .forum-content .col-md-24 h4,
.page-collaboration.member--isConnected .forum-content .col-md-24 p {
  margin-bottom: 0;
}
.page-collaboration.member--isConnected .forum-content .col-md-24::after {
  background-color: #00afd7;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 15px;
  position: absolute;
  width: 160px;
}

.member-sidebar__member-header,
.member-sidebar__menu,
.member-sidebar__member-footer {
  background: #f7f7f7;
  padding-left: 0;
  padding-right: 0;
  margin: 0 25px;
  text-transform: uppercase;
}

.member-sidebar__inner {
  padding-bottom: 35px;
}

.member-sidebar__member-header {
  border-bottom: 2px solid #00afd7;
}

.member-sidebar__menu li a {
  font-weight: bold;
  color: #003e51;
  font-size: 13px;
}
.member-sidebar__menu li:hover a {
  color: #00afd7;
  text-decoration: none;
}
.member-sidebar__menu li.active a {
  color: #00afd7;
}

.member-sidebar__member-footer {
  border-top: 2px solid #00afd7;
  border-bottom: 2px solid #00afd7;
}
.member-sidebar__member-footer a {
  font-weight: bold;
  font-size: 14px;
  color: #003e51;
  padding: 8px 0;
}
.member-sidebar__member-footer a:hover {
  text-decoration: none;
  color: #00afd7;
}

.content.member h1 {
  font-size: 45px;
}
.content.member h2 {
  font-size: 18px;
  font-weight: bold;
}
.content.member .zend_form {
  margin-left: 0;
  padding-bottom: 0;
}

.login-wrapper__reset .form-element-email .control-label {
  display: none;
}

.zone-login .login-wrapper__reset {
  text-align: center;
}

.form-clear-bg .form-horizontal > .section {
  margin-bottom: 45px;
}
.form-clear-bg .form-horizontal > .section .section-title {
  margin-bottom: 25px;
}
.form-clear-bg .form-horizontal > .section .col-sm-24 .form-group {
  margin-bottom: 30px;
}
.form-clear-bg .form-horizontal > .section .col-sm-24 .form-group .col-md-12 {
  width: 100% !important;
}

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