/* stylelint-disable */

a:hover .module--annonce .btn-secondary {
  background-color: #000000;
  color: #ffffff;
}

.module--container {
  position: absolute;
  top: 0;
  left: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .module--container {
    left: 10px;
  }
}

.module--annonce {
  overflow: hidden;
  max-width: 420px;
  max-height: calc(100% - 30px);
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.module--annonce b {
  font-weight: bold;
}

.module--annonce.masked {
  visibility: hidden;
}

.module--annonce .bg--primary {
  display: inline-block;
  padding: 3px 15px;
  background-color: #f16e00;
  color: #fff;
}

.module--annonce .h3 {
  margin: 0;
  padding: 0;
}

.module--annonce .p1 {
  padding: 15px;
}

.module--annonce .price,
.module--annonce .prix {
  font-size: 34px;
  color: #f16e00;
}

.module--annonce .top {
  font-size: 14px;
}

.module--annonce .mentions {
  margin: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.module--annonce .zone-date {
  margin-left: 15px;
}

.module--annonce *[data-ml]:after {
  content: '*';
}

.module--annonce .zonetitle p {
  padding-bottom: 0;
}

.module--annonce .btn {
  white-space: nowrap;
}

@media (max-width: 1219.98px) {
  .module--annonce {
    max-height: calc(100% - 20px);
    font-size: 14px;
  }

  .module--annonce .body-content {
    padding: 10px;
  }

  .module--annonce .price,
  .module--annonce .prix {
    font-size: 32px;
  }

  .module--annonce .md--small {
    font-size: 12px;
  }

  .module--annonce .zonetitle {
    margin-bottom: 0 !important;
    padding-bottom: 5px;
  }

  .module--annonce .zonetitle p {
    margin-bottom: 0;
    padding: 0;
  }

  .module--annonce .zoneprice {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 767.98px) {
  .module--annonce {
    max-width: 190px;
    max-height: 350px;
  }

  .module--annonce .h3 {
    font-size: 20px;
  }

  .module--annonce .sm-hidden {
    display: none;
  }

  .module--annonce .zonetitle {
    margin-bottom: 5px !important;
  }

  .module--annonce .mentions {
    font-size: 12px;
  }

  .module--annonce .zone-date {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) and (orientation: portrait) {
  .module--annonce .btn {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    max-height: 50px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) and (orientation: landscape) {
  .module--annonce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: calc(70% - 20px);
    /* in the origin: 340px */
    max-height: 210px;
    margin: 0;
  }

  .module--annonce .body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module--annonce .zonebottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }

  .module--annonce .zonebottom p {
    margin: 0;
    margin-right: 10px;
    padding: 0;
  }

  .module--annonce .zoneprice {
    margin-bottom: 0 !important;
  }

  .module--annonce .btn {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .module--annonce .mentions {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .module--annonce .zone-date {
    margin-left: 5px;
    display: inline;
  }
}

.module--annonce.type-1 .top,
.module--annonce.type-1 .zoneprice {
  display: none !important;
}

.module--annonce.type-1 .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
}

.module--annonce.type-1 h3 {
  margin-bottom: 10px;
  color: #f16e00;
}

.module--annonce.type-1 .mentions {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: bold;
}

.module--annonce.type-1 .btn {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
}

@media (max-width: 979.98px) {
  .module--annonce.type-1 .mentions {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .module--annonce.type-1 .p1 {
    padding: 15px;
  }

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

  .module--annonce.type-1 h3 {
    margin-bottom: 15px;
  }

  .module--annonce.type-1 .mentions {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .module--annonce.type-1 .btn {
    padding: 15px 45px;
  }

  .module--annonce.type-1 .zonetitle > p {
    display: inline;
  }
}

@media (max-width: 767.98px) and (orientation: landscape) {
  .module--annonce.type-1 .btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .module--annonce.type-1 .mentions {
    max-width: 50%;
    display: block;
    margin-bottom: 0;
  }
}

@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h6,
p,
a,
abbr,
big,
code,
img,
ins,
s,
small,
strong,
var,
b,
u,
i,
center,
dd,
ol,
ul,
li,
label,
table,
caption,
tbody,
thead,
tr,
th,
td,
details,
footer,
header,
main,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */


details,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Surcharge OB1/Boosted */

/**
 * Function to transform a size in px to rem based on the browser-fs value
  * @param $size-in-px size in pixel to transform
 */

/**
 * Default color
 */

/**
 * Custom Variables used in our SCSS
 */

/* Button */

/**
 * BOOSTED or BOOTSTRAP overwrite variables
 */

/* Spacer utilities, used for helpers on padding and margin for instance */

/**
 * Buttons
 */

/**
 * Typography
 * Those are a mix of Bootstrap, Boosted and custom used variables :/
 */

/* Typography configuration for mobile (xs and sm) */

/* Typography configuration for tablet and small desktop (md, lg) */

/* widescreen variables aren't part of bootstrap, they are used in our custom scss */

/* following colors are named after the ui-kit in order to be used in functions or properties as it */

/* functional icons */

:root {
  --blue: #26b2ff;
  --indigo: #6610f2;
  --purple: #a885d8;
  --pink: #ffb4e6;
  --red: #e70002;
  --orange: #f16e00;
  --yellow: #ffcd0b;
  --green: #3de35a;
  --teal: #50be87;
  --cyan: #4bb4e6;
  --white: #fff;
  --gray: #999;
  --gray-dark: #595959;
  --primary: #f16e00;
  --secondary: #000;
  --success: #3de35a;
  --info: #26b2ff;
  --warning: #ffcd0b;
  --danger: #e70002;
  --light: #ddd;
  --dark: #000;
  --gray1: #333;
  --gray2: #f4f4f4;
  --gray3: #555;
  --gray4: #ddd;
  --primary-official: #ff7900;
  --primary2: #ff7900;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 736px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: "HelvNeueOrange", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "HelvNeueOrange", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h6 {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #f16e00;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

p a:hover,
p a:focus {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.625rem 0.625rem 0.625rem 0;
  padding-bottom: 0.625rem 0.625rem 0.625rem 0;
  color: #666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.625rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h6,
.h1,
.h2,
.h3,
.h4,
.h6 {
  margin-bottom: 1.875rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.125rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h6,
.h6 {
  font-size: 1rem;
}

@media (max-width: 735.98px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

.lead {
  font-size: 1rem;
  font-weight: normal;
}

hr {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border: 0;
  border-top: 1px solid #eee;
}

small,
.small,
.pagination-news {
  font-size: 0.75rem;
  font-weight: 400;
}

/**
 * Typography (text and headers)
 * Based on Boosted media queries logic, we have default style for md and lg, and a media queries for either mobile and widescreen
 * So properties defined outside of those media queries are probably intended for md an lg screens
 */

/* The followings declarations belongs to the orange rectangle at the end of level 2 headers : "signature" */

.no-signature {
  padding-bottom: 0.5625rem;
}

.h1::after,
.h3::after,
.h4::after,
.h6::after,
.no-signature::after {
  display: none;
}

h2::after,
.h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 0.375rem;
  content: "";
  background: #ff7900;
}

/* underneath are the declarations for md and lg screens (no media queries) */

body,
.standard {
  font-size: 0.875rem;
}

p,
.standard {
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}

h1,
.h1 {
  max-width: 37.5rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  line-height: 1.17647;
}

h2,
.h2 {
  position: relative;
  z-index: 0;
  max-width: 37.5rem;
  padding-top: 0;
  padding-bottom: 0.9375rem;
  line-height: 1.13333;
}

h3,
.h3 {
  max-width: 37.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.625rem;
  line-height: 1.15385;
}

h4,
.h4 {
  max-width: 37.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.625rem;
  line-height: 1.18182;
}

.lead {
  padding-top: 0.4375rem;
  padding-bottom: 0.625rem;
  line-height: 1.375;
}

.small,
.pagination-news {
  padding-top: 0.5rem;
  padding-bottom: 0.6875rem;
  line-height: 1.5;
}

.text-mw {
  max-width: 37.5rem;
}

@media (max-width: 735.98px) {
  body,
  .standard {
    font-size: 0.875rem;
    line-height: 1.42857;
  }

  p,
  .standard {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }

  h1,
  .h1 {
    padding-top: 0.25rem;
    padding-bottom: 0.625rem;
    line-height: 1.15385;
  }

  h2,
  .h2 {
    padding-top: 0.3125rem;
    padding-bottom: 1rem;
    line-height: 1.16667;
  }

  .no-signature {
    padding-bottom: 0.625rem;
  }

  h3,
  .h3 {
    padding-top: 0.3125rem;
    padding-bottom: 0.6875rem;
    line-height: 1.2;
  }

  h4,
  .h4 {
    padding-top: 0.3125rem;
    padding-bottom: 0.6875rem;
    line-height: 1.2;
  }

  .lead {
    padding-top: 0.4375rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 1.375;
  }

  .small,
  .pagination-news {
    padding-top: 0.5rem;
    padding-bottom: 0.6875rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  body,
  .standard {
    font-size: 1rem;
    line-height: 1.375;
  }

  p,
  .standard {
    padding-top: 0.4375rem;
    padding-bottom: 0.625rem;
  }

  h1,
  .h1 {
    padding-top: 0;
    padding-bottom: 0.375rem;
    font-size: 2.625rem;
    line-height: 1.19048;
  }

  h2,
  .h2 {
    padding-top: 0;
    padding-bottom: 0.875rem;
    font-size: 2.125rem;
    line-height: 1.17647;
  }

  .no-signature {
    padding-bottom: 0.5rem;
  }

  h3,
  .h3 {
    padding-top: 0.1875rem;
    padding-bottom: 0.5625rem;
    font-size: 1.875rem;
    line-height: 1.13333;
  }

  h4,
  .h4 {
    padding-top: 0.25rem;
    padding-bottom: 0.625rem;
    font-size: 1.625rem;
    line-height: 1.15385;
  }

  h6,
  .h6 {
    font-size: 0.875rem;
  }

  .lead {
    padding-top: 0.375rem;
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.33333;
  }

  .small,
  .pagination-news {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
  max-width: 312px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 736px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 960px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1440px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container {
    margin-right: 0;
    margin-left: 0;
  }

  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 736px) {
  .container {
    margin-right: 1.5625%;
    margin-left: 1.5625%;
  }

  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  .container {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }

  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }

  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1440px) {
  .container {
    margin-right: 45px;
    margin-left: 45px;
  }

  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 468px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 736px) {
  .container {
    max-width: 744px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

@media (min-width: 480px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 736px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 960px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-fluid .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container-fluid {
    margin-right: 0;
    margin-left: 0;
  }

  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 736px) {
  .container-fluid {
    margin-right: 1.5625%;
    margin-left: 1.5625%;
  }

  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  .container-fluid {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }

  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }

  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    margin-right: 45px;
    margin-left: 45px;
  }

  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 480px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 736px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 960px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1440px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-12,
.col,
.col-sm-3,
.col-sm-6,
.col-sm-12,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-10,
.col-md-12,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8,
.col-lg-12,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-8,
.col-xxl-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 480px) {
  
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-12,
  .col,
  .col-sm-3,
  .col-sm-6,
  .col-sm-12,
  .col-md-4,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-10,
  .col-md-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-8,
  .col-lg-12,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-8,
  .col-xxl-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 736px) {
  
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-12,
  .col,
  .col-sm-3,
  .col-sm-6,
  .col-sm-12,
  .col-md-4,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-10,
  .col-md-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-8,
  .col-lg-12,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-8,
  .col-xxl-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 960px) {
  
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-12,
  .col,
  .col-sm-3,
  .col-sm-6,
  .col-sm-12,
  .col-md-4,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-10,
  .col-md-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-8,
  .col-lg-12,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-8,
  .col-xxl-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-12,
  .col,
  .col-sm-3,
  .col-sm-6,
  .col-sm-12,
  .col-md-4,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-10,
  .col-md-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-8,
  .col-lg-12,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-8,
  .col-xxl-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1440px) {
  
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-12,
  .col,
  .col-sm-3,
  .col-sm-6,
  .col-sm-12,
  .col-md-4,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-10,
  .col-md-12,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-8,
  .col-lg-12,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-8,
  .col-xxl-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-last {
  order: 13;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.offset-1 {
  margin-left: 8.33333%;
}

@media (min-width: 480px) {

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }
}

@media (min-width: 736px) {

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }
}

@media (min-width: 960px) {

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }
}

@media (min-width: 1200px) {

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1440px) {

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.site-width {
  max-width: 1440px;
  margin: auto;
}

.btn {
  display: inline-block;
  font-family: "HelvNeueOrange", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8125rem 2.8125rem;
  font-size: 1rem;
  line-height: 1.375rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}


.btn:disabled {
  opacity: 1;
}

a.btn {
  text-decoration: none;
}

.btn-primary,
.btn-warning {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-primary:disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-primary.btn-inverse,
.btn-warning.btn-inverse {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-primary.btn-inverse:hover,
.btn-primary.btn-inverse:focus,
.btn-warning.btn-inverse:hover,
.btn-warning.btn-inverse:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}


.btn-primary.btn-inverse:disabled,
.btn-warning.btn-inverse:disabled {
  color: #000;
  background-color: #666;
  border-color: #666;
}

.btn-primary.btn-inverse:not(:disabled):not(.disabled):active,
.btn-primary.btn-inverse:not(:disabled):not(.disabled).active,
.btn-warning.btn-inverse:not(:disabled):not(.disabled):active,
.btn-warning.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.btn-secondary,
.btn-light {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-light:hover,
.btn-light:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-secondary:disabled,
.btn-light:disabled {
  color: #ccc;
  background-color: transparent;
  border-color: #ccc;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-secondary.btn-inverse,
.btn-light.btn-inverse {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary.btn-inverse:hover,
.btn-secondary.btn-inverse:focus,
.btn-light.btn-inverse:hover,
.btn-light.btn-inverse:focus {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}


.btn-secondary.btn-inverse:disabled,
.btn-light.btn-inverse:disabled {
  color: #000;
  background-color: #666;
  border-color: #666;
}

.btn-secondary.btn-inverse:not(:disabled):not(.disabled):active,
.btn-secondary.btn-inverse:not(:disabled):not(.disabled).active,
.btn-light.btn-inverse:not(:disabled):not(.disabled):active,
.btn-light.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-success {
  color: #000;
  background-color: #3de35a;
  border-color: #3de35a;
}

.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-success:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-success.btn-inverse {
  color: #000;
  background-color: #3de35a;
  border-color: #3de35a;
}

.btn-success.btn-inverse:hover,
.btn-success.btn-inverse:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}


.btn-success.btn-inverse:disabled {
  color: #000;
  background-color: #666;
  border-color: #666;
}

.btn-success.btn-inverse:not(:disabled):not(.disabled):active,
.btn-success.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-info,
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-info:hover,
.btn-info:focus,
.btn-dark:hover,
.btn-dark:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}


.btn-info:disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-info.btn-inverse,
.btn-dark.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-info.btn-inverse:hover,
.btn-info.btn-inverse:focus,
.btn-dark.btn-inverse:hover,
.btn-dark.btn-inverse:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}


.btn-info.btn-inverse:disabled,
.btn-dark.btn-inverse:disabled {
  color: #666;
  background-color: transparent;
  border-color: #666;
}

.btn-info.btn-inverse:not(:disabled):not(.disabled):active,
.btn-info.btn-inverse:not(:disabled):not(.disabled).active,
.btn-dark.btn-inverse:not(:disabled):not(.disabled):active,
.btn-dark.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-danger {
  color: #fff;
  background-color: #e70002;
  border-color: #e70002;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-danger:disabled {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-danger.btn-inverse {
  color: #fff;
  background-color: #e70002;
  border-color: #e70002;
}

.btn-danger.btn-inverse:hover,
.btn-danger.btn-inverse:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}


.btn-danger.btn-inverse:disabled {
  color: #000;
  background-color: #666;
  border-color: #666;
}

.btn-danger.btn-inverse:not(:disabled):not(.disabled):active,
.btn-danger.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-primary {
  color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-primary:disabled {
  color: #f16e00;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-secondary {
  color: #000;
  border-color: #000;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-secondary:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-success {
  color: #3de35a;
  border-color: #3de35a;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-success:disabled {
  color: #3de35a;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-info {
  color: #000;
  border-color: #000;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-info:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-warning {
  color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-warning:disabled {
  color: #f16e00;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-danger {
  color: #e70002;
  border-color: #e70002;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-danger:disabled {
  color: #e70002;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-light {
  color: #ddd;
  border-color: #ddd;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-light:disabled {
  color: #ddd;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-gray1 {
  color: #333;
  border-color: #333;
}

.btn-outline-gray1:hover,
.btn-outline-gray1:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-gray1:disabled {
  color: #333;
  background-color: transparent;
}

.btn-outline-gray1:not(:disabled):not(.disabled):active,
.btn-outline-gray1:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-gray2 {
  color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-outline-gray2:hover,
.btn-outline-gray2:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-gray2:disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-gray2:not(:disabled):not(.disabled):active,
.btn-outline-gray2:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-gray3 {
  color: #555;
  border-color: #555;
}

.btn-outline-gray3:hover,
.btn-outline-gray3:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-gray3:disabled {
  color: #555;
  background-color: transparent;
}

.btn-outline-gray3:not(:disabled):not(.disabled):active,
.btn-outline-gray3:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-gray4 {
  color: #ddd;
  border-color: #ddd;
}

.btn-outline-gray4:hover,
.btn-outline-gray4:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-gray4:disabled {
  color: #ddd;
  background-color: transparent;
}

.btn-outline-gray4:not(:disabled):not(.disabled):active,
.btn-outline-gray4:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-primary-official {
  color: #ff7900;
  border-color: #ff7900;
}

.btn-outline-primary-official:hover,
.btn-outline-primary-official:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-primary-official:disabled {
  color: #ff7900;
  background-color: transparent;
}

.btn-outline-primary-official:not(:disabled):not(.disabled):active,
.btn-outline-primary-official:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-outline-primary2 {
  color: #ff7900;
  border-color: #ff7900;
}

.btn-outline-primary2:hover,
.btn-outline-primary2:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-outline-primary2:disabled {
  color: #ff7900;
  background-color: transparent;
}

.btn-outline-primary2:not(:disabled):not(.disabled):active,
.btn-outline-primary2:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #f16e00;
  border-color: #f16e00;
}

.btn-link {
  color: #000;
}

.btn-link.btn-inverse {
  color: #fff;
}

.btn-link:hover {
  color: #f16e00;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled {
  color: #ccc;
  pointer-events: none;
}

.btn-xlg {
  padding: 0.8125rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-lg {
  padding: 0.8125rem 2.8125rem;
  font-size: 1rem;
  line-height: 1.375rem;
  border-radius: 0;
}

.btn-sm {
  padding: 0.157rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-mail {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-mail:hover,
.btn-mail:focus {
  outline: none;
}

.btn-mail-inverse {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-mail-inverse:hover,
.btn-mail-inverse:focus {
  outline: none;
}

.btn-lin {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-lin:hover,
.btn-lin:focus {
  outline: none;
}

.btn-lin-inverse {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-lin-inverse:hover,
.btn-lin-inverse:focus {
  outline: none;
}

.btn-gplus {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-gplus:hover,
.btn-gplus:focus {
  outline: none;
}

.btn-gplus-inverse {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-gplus-inverse:hover,
.btn-gplus-inverse:focus {
  outline: none;
}

.btn-tw {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-tw:hover,
.btn-tw:focus {
  outline: none;
}

.btn-tw-inverse {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-tw-inverse:hover,
.btn-tw-inverse:focus {
  outline: none;
}

.btn-fbk {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-fbk:hover,
.btn-fbk:focus {
  outline: none;
}

.btn-fbk-inverse {
  height: 2.5rem;
  background-repeat: no-repeat;
}

.btn-fbk-inverse:hover,
.btn-fbk-inverse:focus {
  outline: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.o-link-arrow {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.o-link-arrow::after {
  display: inline-block;
  padding: 0 0.625rem;
  font-family: icon-orange;
  font-size: 0.625rem;
  color: #ff7900;
  content: "\E93E";
}

.o-link-arrow:hover::after,
.o-link-arrow:focus::after {
  color: #f16e00;
  text-decoration: none;
}

.o-link-arrow.back::after {
  padding: 0;
  content: "";
}

.o-link-arrow.back::before {
  display: inline-block;
  padding: 0 0.625rem 0 0;
  font-family: icon-orange;
  font-size: 0.625rem;
  color: #ff7900;
  content: "\E93F";
}

.o-link-arrow.back:hover::before,
.o-link-arrow.back:focus::before {
  color: #f16e00;
  text-decoration: none;
}

div.active:focus {
  outline: dotted 1px;
}

a:focus {
  color: #f16e00;
  outline: dotted 1px;
}

/**
 * Buttons
 */

.btn {
  max-width: 18.75rem;
  white-space: normal;
}

.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}

.btn-lg {
  min-height: 4.5em;
}

/**
 * Boosted Overload
 * Following code is needed to configure some background color that can't be configured just by changing variables
 */

.btn-secondary,
.btn-tertiary,
.btn-light {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-light:hover,
.btn-light:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.btn-secondary:disabled,
.btn-tertiary:disabled,
.btn-light:disabled {
  color: #ddd;
  background-color: transparent;
  border-color: #ddd;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #f16e00;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #f16e00;
}

.btn-secondary.btn-inverse,
.btn-tertiary.btn-inverse,
.btn-light.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-secondary.btn-inverse:hover,
.btn-secondary.btn-inverse:focus,
.btn-tertiary.btn-inverse:hover,
.btn-tertiary.btn-inverse:focus,
.btn-light.btn-inverse:hover,
.btn-light.btn-inverse:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}


.btn-secondary.btn-inverse:disabled,
.btn-tertiary.btn-inverse:disabled,
.btn-light.btn-inverse:disabled {
  color: #555;
  background-color: transparent;
  border-color: #555;
}

.btn-secondary.btn-inverse:not(:disabled):not(.disabled):active,
.btn-secondary.btn-inverse:not(:disabled):not(.disabled).active,
.btn-tertiary.btn-inverse:not(:disabled):not(.disabled):active,
.btn-tertiary.btn-inverse:not(:disabled):not(.disabled).active,
.btn-light.btn-inverse:not(:disabled):not(.disabled):active,
.btn-light.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #ff7900;
}

.btn-secondary.btn-inverse:not(:disabled):not(.disabled):active,
.btn-secondary.btn-inverse:not(:disabled):not(.disabled).active,
.btn-tertiary.btn-inverse:not(:disabled):not(.disabled):active,
.btn-tertiary.btn-inverse:not(:disabled):not(.disabled).active,
.btn-light.btn-inverse:not(:disabled):not(.disabled):active,
.btn-light.btn-inverse:not(:disabled):not(.disabled).active {
  color: #ff7900;
}

.btn-info,
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-info:hover,
.btn-info:focus,
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}


.btn-info:disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #f16e00;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #f16e00;
}

.btn-info.btn-inverse,
.btn-dark.btn-inverse {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-info.btn-inverse:hover,
.btn-info.btn-inverse:focus,
.btn-dark.btn-inverse:hover,
.btn-dark.btn-inverse:focus {
  color: #fff;
  background-color: #f16e00;
  border-color: #f16e00;
}


.btn-info.btn-inverse:disabled,
.btn-dark.btn-inverse:disabled {
  color: #000;
  background-color: #555;
  border-color: #555;
}

.btn-info.btn-inverse:not(:disabled):not(.disabled):active,
.btn-info.btn-inverse:not(:disabled):not(.disabled).active,
.btn-dark.btn-inverse:not(:disabled):not(.disabled):active,
.btn-dark.btn-inverse:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  border-color: #ff7900;
}

.btn-info.btn-inverse:not(:disabled):not(.disabled):active,
.btn-info.btn-inverse:not(:disabled):not(.disabled).active,
.btn-dark.btn-inverse:not(:disabled):not(.disabled):active,
.btn-dark.btn-inverse:not(:disabled):not(.disabled).active {
  color: #ff7900;
}

/**
* Redéfinition du lien texte
**/


.o-news .onews-menu a:hover,
.o-news .onews-menu a:focus {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #f16e00;
}


.o-news .onews-menu a:active {
  color: #f16e00;
  text-decoration: underline;
  text-decoration-color: #f16e00;
}

.o-link-small {
  font-size: 0.875rem;
  line-height: 1.42857;
}

.o-link-arrow {
  display: block;
  max-width: 18.75rem;
  padding: 0.4375rem 0 0.625rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.o-link-arrow::after {
  position: absolute;
  padding: 0.3125rem 0 0.1875rem 0.625rem;
  color: #f16e00;
  text-decoration: underline;
  content: "\E93E";
}

.o-link-arrow::before {
  text-decoration: underline;
}

.o-link-arrow::after,
.o-link-arrow::before {
  text-decoration: none;
}

.o-link-arrow:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #f16e00;
}

.o-link-arrow.back {
  position: relative;
  padding-left: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.o-link-arrow.back::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  height: 1rem;
  color: #f16e00;
  text-decoration: none;
}

.o-link-arrow:active,
.o-link-arrow:focus {
  color: #f16e00;
  text-decoration: underline;
  text-decoration-color: #f16e00;
}

.o-link-arrow.up::after {
  content: "\E93D";
}

.o-link-arrow.down::after {
  content: "\E93C";
}


.bg-dark .o-news .onews-menu a:hover,
.o-news .onews-menu .bg-dark a:hover,
.o-news .tuile:hover .wrapper .onews-menu a:hover,
.o-news .onews-menu .tuile:hover .wrapper a:hover,
.o-news .onews-reference:focus .wrapper .onews-menu a:hover,
.o-news .onews-menu .onews-reference:focus .wrapper a:hover,
.hover-dark.bh_hover .wrapper .o-news .onews-menu a:hover,
.o-news .onews-menu .hover-dark.bh_hover .wrapper a:hover,
.hover-dark:hover .wrapper .o-news .onews-menu a:hover,
.o-news .onews-menu .hover-dark:hover .wrapper a:hover,
.hover-dark:focus .wrapper .o-news .onews-menu a:hover,
.o-news .onews-menu .hover-dark:focus .wrapper a:hover,
.bg-dark .o-news .onews-menu a:focus,
.o-news .onews-menu .bg-dark a:focus,
.o-news .tuile:hover .wrapper .onews-menu a:focus,
.o-news .onews-menu .tuile:hover .wrapper a:focus,
.o-news .onews-reference:focus .wrapper .onews-menu a:focus,
.o-news .onews-menu .onews-reference:focus .wrapper a:focus,
.hover-dark.bh_hover .wrapper .o-news .onews-menu a:focus,
.o-news .onews-menu .hover-dark.bh_hover .wrapper a:focus,
.hover-dark:hover .wrapper .o-news .onews-menu a:focus,
.o-news .onews-menu .hover-dark:hover .wrapper a:focus,
.hover-dark:focus .wrapper .o-news .onews-menu a:focus,
.o-news .onews-menu .hover-dark:focus .wrapper a:focus {
  color: #fff;
}


.bg-dark .o-news .onews-menu a:active,
.o-news .onews-menu .bg-dark a:active,
.o-news .tuile:hover .wrapper .onews-menu a:active,
.o-news .onews-menu .tuile:hover .wrapper a:active,
.o-news .onews-reference:focus .wrapper .onews-menu a:active,
.o-news .onews-menu .onews-reference:focus .wrapper a:active,
.hover-dark.bh_hover .wrapper .o-news .onews-menu a:active,
.o-news .onews-menu .hover-dark.bh_hover .wrapper a:active,
.hover-dark:hover .wrapper .o-news .onews-menu a:active,
.o-news .onews-menu .hover-dark:hover .wrapper a:active,
.hover-dark:focus .wrapper .o-news .onews-menu a:active,
.o-news .onews-menu .hover-dark:focus .wrapper a:active {
  color: #ff7900;
  text-decoration-color: #ff7900;
}

.bg-dark .o-link-arrow,
.o-news .tuile:hover .wrapper .o-link-arrow,
.o-news .onews-reference:focus .wrapper .o-link-arrow,
.hover-dark.bh_hover .wrapper .o-link-arrow,
.hover-dark:hover .wrapper .o-link-arrow,
.hover-dark:focus .wrapper .o-link-arrow {
  color: #fff;
}

.bg-dark .o-link-arrow::after,
.o-news .tuile:hover .wrapper .o-link-arrow::after,
.o-news .onews-reference:focus .wrapper .o-link-arrow::after,
.hover-dark.bh_hover .wrapper .o-link-arrow::after,
.hover-dark:hover .wrapper .o-link-arrow::after,
.hover-dark:focus .wrapper .o-link-arrow::after,
.bg-dark .o-link-arrow.back::before,
.o-news .tuile:hover .wrapper .o-link-arrow.back::before,
.o-news .onews-reference:focus .wrapper .o-link-arrow.back::before,
.hover-dark.bh_hover .wrapper .o-link-arrow.back::before,
.hover-dark:hover .wrapper .o-link-arrow.back::before,
.hover-dark:focus .wrapper .o-link-arrow.back::before {
  color: #ff7900;
}

.bg-dark .o-link-arrow:active,
.o-news .tuile:hover .wrapper .o-link-arrow:active,
.o-news .onews-reference:focus .wrapper .o-link-arrow:active,
.hover-dark.bh_hover .wrapper .o-link-arrow:active,
.hover-dark:hover .wrapper .o-link-arrow:active,
.hover-dark:focus .wrapper .o-link-arrow:active,
.bg-dark .o-link-arrow:focus,
.o-news .tuile:hover .wrapper .o-link-arrow:focus,
.o-news .onews-reference:focus .wrapper .o-link-arrow:focus,
.hover-dark.bh_hover .wrapper .o-link-arrow:focus,
.hover-dark:hover .wrapper .o-link-arrow:focus,
.hover-dark:focus .wrapper .o-link-arrow:focus {
  color: #ff7900;
  text-decoration-color: #ff7900;
}

/**
 * pour éviter d'avoir des couleurs non autorisées dans la charte, on redéfinit toutes les couleurs non autorisées
 * @see page 8 de l'UI kit OneI
 */

/**
 * seules les icones fonctionnelles peuvent être sur les couleurs autre que le noire, orange et grise
 * @see icones fonctionnelles de l'UI kit OneI
 */

.icon-tick-circle {
  color: #3de35a !important;
}

.icon-info {
  color: #26b2ff !important;
}

.icon-Warning-important {
  color: #ffcd0b !important;
}

.icon-error-severe {
  color: #e70002 !important;
}

.bg-info {
  background-color: #26b2ff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #009cf2 !important;
}

.bg-dark,
.o-news .tuile:hover .wrapper,
.o-news .onews-reference:focus .wrapper,
.hover-dark.bh_hover .wrapper,
.hover-dark:hover .wrapper,
.hover-dark:focus .wrapper {
  background-color: #000 !important;
}

a.bg-dark:hover,
.o-news .tuile:hover a.wrapper:hover,
.o-news .onews-reference:focus a.wrapper:hover,
.hover-dark.bh_hover a.wrapper:hover,
.hover-dark:hover a.wrapper:hover,
.hover-dark:focus a.wrapper:hover,
a.bg-dark:focus,
.o-news .tuile:hover a.wrapper:focus,
.o-news .onews-reference:focus a.wrapper:focus,
.hover-dark.bh_hover a.wrapper:focus,
.hover-dark:hover a.wrapper:focus,
.hover-dark:focus a.wrapper:focus,
button.bg-dark:hover,
.o-news .tuile:hover button.wrapper:hover,
.o-news .onews-reference:focus button.wrapper:hover,
.hover-dark.bh_hover button.wrapper:hover,
.hover-dark:hover button.wrapper:hover,
.hover-dark:focus button.wrapper:hover,
button.bg-dark:focus,
.o-news .tuile:hover button.wrapper:focus,
.o-news .onews-reference:focus button.wrapper:focus,
.hover-dark.bh_hover button.wrapper:focus,
.hover-dark:hover button.wrapper:focus,
.hover-dark:focus button.wrapper:focus {
  background-color: black !important;
}

.bg-gray1 {
  background-color: #333 !important;
}

a.bg-gray1:hover,
a.bg-gray1:focus,
button.bg-gray1:hover,
button.bg-gray1:focus {
  background-color: #1a1a1a !important;
}

.bg-gray2 {
  background-color: #f4f4f4 !important;
}

a.bg-gray2:hover,
a.bg-gray2:focus,
button.bg-gray2:hover,
button.bg-gray2:focus {
  background-color: #dbdbdb !important;
}

.bg-white {
  background-color: #fff !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 960px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-center {
  align-self: center !important;
}

@media (min-width: 480px) {

  .justify-content-sm-around {
    justify-content: space-around !important;
  }
}

@media (min-width: 960px) {

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 480px) {

  .float-sm-right {
    float: right !important;
  }
}

@media (min-width: 736px) {

  .float-md-right {
    float: right !important;
  }
}

@media (min-width: 960px) {

  .float-lg-none {
    float: none !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}


.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}


.mx-0 {
  margin-left: 0 !important;
}

.mt-1,
.my-1 {
  margin-top: 0.9375rem !important;
}

.mr-1 {
  margin-right: 0.9375rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.9375rem !important;
}

.ml-1 {
  margin-left: 0.9375rem !important;
}

.mt-2 {
  margin-top: 1.875rem !important;
}

.mr-2,
.o-news .block-title.block-title__fixed .block-title-item:not(:last-child) {
  margin-right: 1.875rem !important;
}

.mb-2 {
  margin-bottom: 1.875rem !important;
}

.ml-2 {
  margin-left: 1.875rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2.8125rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2.8125rem !important;
}

.mt-4 {
  margin-top: 3.75rem !important;
}

.mb-4 {
  margin-bottom: 3.75rem !important;
}

.mb-5 {
  margin-bottom: 5.625rem !important;
}

.mt--1 {
  margin-top: -0.9375rem !important;
}

.mr--1 {
  margin-right: -0.9375rem !important;
}

.ml--1 {
  margin-left: -0.9375rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.pt-1,
.py-1 {
  padding-top: 0.9375rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.9375rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.9375rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.9375rem !important;
}

.pt-2 {
  padding-top: 1.875rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.875rem !important;
}

.pb-2 {
  padding-bottom: 1.875rem !important;
}


.px-2 {
  padding-left: 1.875rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2.8125rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2.8125rem !important;
}

.pl-3 {
  padding-left: 2.8125rem !important;
}

.pb-4 {
  padding-bottom: 3.75rem !important;
}

.mt-auto {
  margin-top: auto !important;
}


.mx-auto {
  margin-right: auto !important;
}


.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {

  
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .mr-sm-1 {
    margin-right: 0.9375rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.9375rem !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  
  .px-sm-1 {
    padding-right: 0.9375rem !important;
  }

  
  .px-sm-1 {
    padding-left: 0.9375rem !important;
  }

  
  .px-sm-2 {
    padding-right: 1.875rem !important;
  }

  
  .px-sm-2 {
    padding-left: 1.875rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 2.8125rem !important;
  }
}

@media (min-width: 736px) {

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.9375rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-md-1 {
    margin-left: 0.9375rem !important;
  }

  .mt-md-2 {
    margin-top: 1.875rem !important;
  }

  .mt-md-3 {
    margin-top: 2.8125rem !important;
  }

  .mt-md-4 {
    margin-top: 3.75rem !important;
  }

  .mb-md-4 {
    margin-bottom: 3.75rem !important;
  }

  .mt-md--1 {
    margin-top: -0.9375rem !important;
  }

  .pl-md-1 {
    padding-left: 0.9375rem !important;
  }

  .pl-md-2 {
    padding-left: 1.875rem !important;
  }
}

@media (min-width: 960px) {

  
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-1 {
    margin-left: 0.9375rem !important;
  }

  .mt-lg-3 {
    margin-top: 2.8125rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 2.8125rem !important;
  }

  .pl-lg-3 {
    padding-left: 2.8125rem !important;
  }
}

@media (min-width: 1200px) {

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-1 {
    margin-right: 0.9375rem !important;
  }

  .mt-xl-2 {
    margin-top: 1.875rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-2 {
    margin-left: 1.875rem !important;
  }

  .mr-xl-3,
  .o-news .block-title.block-title__fixed .block-title-item:not(:last-child) {
    margin-right: 2.8125rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 2.8125rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl--1 {
    margin-left: -0.9375rem !important;
  }

  .pt-xl-3 {
    padding-top: 2.8125rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-4 {
    padding-left: 3.75rem !important;
  }
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-white,
.o-news .tuile:hover .category,
.o-news .onews-reference:focus .category,
.hover-dark.bh_hover .category,
.hover-dark:hover .category,
.hover-dark:focus .category {
  color: #fff !important;
}

.text-primary {
  color: #f16e00 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #a54b00 !important;
}

.text-secondary {
  color: #000 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: black !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-gray3 {
  color: #555 !important;
}

a.text-gray3:hover,
a.text-gray3:focus {
  color: #2f2f2f !important;
}

.text-muted {
  color: #666 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

body,
.btn {
  font-family: o-HelveticaNeue, Arial, sans-serif;
}

.site-width {
  min-width: 736px;
}

.icon-Family-space::before {
  content: "\EBC5";
}

.icon-administrator::before {
  content: "\E91A";
}

.icon-Apps::before {
  content: "\E939";
}

.icon-arrow-next::before {
  content: "\E93E";
}

.icon-arrow-previous::before {
  content: "\E93F";
}

.icon-device-laptop-computer::before {
  content: "\E9A1";
}

.icon-email::before {
  content: "\E9C9";
}

.icon-gauge-mon-reseau::before {
  content: "\EA01";
}

.icon-mobile-network-coverage::before {
  content: "\EA59";
}

.icon-my-account::before {
  content: "\EA71";
}

.icon-orange-tv::before {
  content: "\EAAE";
}

.icon-social-network::before {
  content: "\EB20";
}

.icon-Sport-channel::before {
  content: "\EB22";
}

.icon-vod-portrait::before {
  content: "\EB5F";
}

.icon-info::before {
  content: "\EA1D";
}

.icon-Boxes::before {
  content: "\E957";
}

.icon-shop-subscriptions::before {
  content: "\EB06";
}

@font-face {
  font-family: "icon-orange";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url(../fonts/icon-orange.abcb9d5c8b73f7f7b2c63b83b9c80150.woff2) format("woff2"), url(../fonts/icon-orange.ffb4f5816e94774dc1efd0e6151a855e.woff) format("woff");
}

[class^="icon-"],
[class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]::after,
[class*=" icon-"]::after,
[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icon-orange, sans-serif !important;
}

/* Alert Orange Inside */

.alert {
  position: relative;
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0 solid transparent;
}

.alert .alert-icon {
  position: absolute;
  top: .625rem;
}

.alert .alert-icon::after {
  width: 1.76rem;
  height: 1.76rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.alert-info {
  color: #000;
  background-color: #e9f7ff;
  border-color: #26b2ff;
}

.alert-info hr {
  border-top-color: #0da9ff;
}

.alert-danger {
  color: #fff;
  background-color: #fde6e6;
  border-color: #e70002;
}

.alert-danger hr {
  border-top-color: #ce0002;
}

/**
 * Components Alert
 */

.alert-container {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.alert-container .alert {
  padding: 0;
  margin-bottom: 0;
}

.alert-content {
  padding-left: 2.9375rem;
}

.alert-content .text-mw {
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.alert-content .btn {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.alert {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}

.alert .alert-icon {
  position: static;
  margin-right: 0.9375rem;
  font-size: 2rem;
  font-weight: 400;
}

.alert-text {
  display: block;
  max-width: 37.5rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0rem;
}

.alert-text + .alert-text {
  margin-top: -0.9375rem;
}

.alert-info {
  color: #000;
  background-color: #e9f7ff;
  border-color: #26b2ff;
}

.alert-info hr {
  border-top-color: #0da9ff;
}

.alert-danger {
  color: #000;
  background-color: #fde6e6;
  border-color: #e70002;
}

.alert-danger hr {
  border-top-color: #ce0002;
}

@media (min-width: 1200px) {
  .alert-container,
  .alert {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  .alert-content {
    padding-left: 3.875rem;
  }

  .alert .alert-icon {
    margin-right: 1.875rem;
  }
}

/* CSS pages */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =================================
   Utilities
   ================================= */

.overflow-hidden {
  overflow: hidden;
}

.flex-1 {
  flex: 1;
}

.hidden {
  /* stylelint-disable declaration-no-important */
  display: none !important;
  /* stylelint-enable */
}

/* =================================
   Spacings
   ================================= */

@media (min-width: 480px) {
  /* stylelint-disable declaration-no-important */

  .pb-sm-3 {
    padding-bottom: 2.8125rem !important;
  }

  .px-sm-1 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }

  .bg-sm-white {
    background: #fff !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mr-sm-1 {
    margin-right: 0.9375rem !important;
  }

  .ml-sm-25 {
    margin-left: 1.5625rem !important;
  }

  /* stylelint-enable */
}

@media (max-width: 479.98px) {
  /* stylelint-disable declaration-no-important */

  .mx-xs-only-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* stylelint-enable */
}

@media (min-width: 480px) and (max-width: 735.98px) {
  /* stylelint-disable declaration-no-important */

  .px-sm-only-1 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }

  .img-xcenter-sm-only {
    transform: translateX(-50%);
    margin-left: 50%;
  }

  /* stylelint-enable */
}

/* =================================
   Offset image
   ================================= */

.offset-img-left {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media (max-width: 735.98px) {
  .offset-img-left {
    margin-top: 0.625rem;
    margin-left: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.offset-img-left .img {
  margin-left: -0.9375rem;
  margin-top: -0.9375rem;
  width: 100%;
}

@media (max-width: 735.98px) {
  .offset-img-left .img {
    margin-left: -0.625rem;
    margin-top: -0.625rem;
  }
}

.offset-sm-img-left {
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
}

@media (min-width: 480px) {
  .offset-sm-img-left {
    margin-top: 0.625rem;
    margin-left: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.offset-sm-img-left .img {
  width: 100%;
}

@media (min-width: 480px) {
  .offset-sm-img-left .img {
    margin-left: -0.625rem;
    margin-top: -0.625rem;
  }
}

/* =================================
   Portrait image Width 100%
   ================================= */

/* =================================
   Width responsive
   ================================= */

@media (min-width: 736px) {
  .w-md-75 {
    width: 75%;
  }
}

@media (min-width: 360px) and (max-width: 479px) {
  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* =================================
   LazyLoading
   ================================= */

img:not([src]):not([srcset]) {
  visibility: hidden;
}

/* =================================
   Lien composite
   ================================= */

.lien-composite {
  position: relative;
}

.lien-composite a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lien-composite-before {
  position: relative;
}

.lien-composite-before a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

/* =================================
   overiding OB1 ..
   @todo should be corrected in ob1
   ================================= */

.btn.btn-secondary.btn-inverse:hover,
.btn.btn-secondary.btn-inverse:focus,
.btn-lg.btn-secondary.btn-inverse:hover,
.btn-lg.btn-secondary.btn-inverse:focus {
  color: #000;
}

/* =================================
   overiding OB1
   ================================= */

body .btn {
  max-width: 100%;
}

/* =================================
   parcours marchand
   ================================= */

.btn-custom-height {
  vertical-align: middle;
  align-items: center;
}

/* ==========================================================================
   Zone perso
   ========================================================================== */

.zone-perso {
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  padding: 8px 35px 25px 43.4px;
  font-weight: 700;
  height: 183px;
}

.zone-perso.zone-perso-prospect {
  background: #333;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .zone-perso {
    padding-left: 30px;
  }
}

@media (max-width: 959px) {
  .zone-perso.zone-perso-prospect {
    height: 270px;
    padding: 40px 30px 45px 30px;
  }

  .zone-perso.zone-perso-prospect .title {
    padding-bottom: 0.9375rem;
  }

  .zone-perso.with-search {
    padding-left: 25px;
  }

  .is-logged .zone-perso.with-search {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding: 22px 25px;
  }
}

.is-logged .zone-perso {
  background: #f16e00;
}

.zone-perso .title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.zone-perso .intro {
  margin: 0;
  padding-top: 0;
  font-weight: 700;
  font-size: 1rem;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .zone-perso .intro {
    font-size: 0.875rem;
  }
}

@media (max-width: 959px) {
  .zone-perso .intro {
    max-width: 400px;
  }
}

.zone-perso .links-perso {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
  overflow: hidden;
}

@media (max-width: 959px) {
  .zone-perso .links-perso {
    margin-top: 0;
  }
}

.zone-perso .links-perso [data-advtpl] + [data-advtpl] {
  margin-top: 0.8125rem;
}

.zone-perso .links-perso-link {
  color: #fff;
  display: flex;
  font-size: 1rem;
  align-items: center;
  justify-items: flex-start;
}

.zone-perso .links-perso-link + .links-perso-link {
  margin-top: 0.8125rem;
}

.zone-perso .links-perso-link:hover .o-link-arrow {
  text-decoration: underline;
}

.zone-perso .links-perso .links-perso-link:focus .link-text {
  text-decoration: underline;
}

.zone-perso .links-perso .icon {
  font-size: 1.5625rem;
}

@media (min-width: 960px) and (max-width: 1024px) {
  .zone-perso .links-perso .icon {
    font-size: 1.375rem;
  }
}

.zone-perso .links-perso .o-link-arrow {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 960px) and (max-width: 1024px) {
  .zone-perso .links-perso .o-link-arrow {
    font-size: 0.875rem;
  }
}

.zone-perso .links-perso .o-link-arrow:hover {
  text-decoration: none;
}

.zone-perso .links-perso .o-link-arrow::after {
  display: inline-block;
  color: #fff;
  position: relative;
}

.zone-perso .links-perso .link-text:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .zone-perso.with-search .links-perso {
    width: 50%;
  }
}

@media (max-width: 959px) {
  .zone-perso-prospect .links-perso-link + .links-perso-link {
    margin-top: 0.8125rem;
  }
}

.autopromo-prospect {
  height: 270px;
  overflow: hidden;
}

/* ========================================================================== */

/* Used for layout float needed for responsive regulier */

/**
 new zone perso
 */

#hp-regulier .zone-perso,
#hp-occasionnel .zone-perso {
  background: #333;
  height: 250px;
  display: block;
  padding: 17px 30px 25px;
  /* Aligning zone perso with Orange logo */
  padding-left: calc(9.375% + 15px);
}

#hp-regulier .zone-perso.zone-perso-occasionnel,
#hp-occasionnel .zone-perso.zone-perso-occasionnel {
  height: 310px;
  padding: 23px 30px 40px;
}

@media (min-width: 559px) and (max-width: 736px) {
  #hp-regulier .zone-perso,
  #hp-occasionnel .zone-perso {
    padding-left: calc(1.5625% + 15px);
    padding-right: calc(1.5625% + 15px);
  }
}

#hp-regulier .zone-perso .mail-link,
#hp-occasionnel .zone-perso .mail-link {
  text-decoration: none;
}

#hp-regulier .zone-perso .mail-link:hover,
#hp-regulier .zone-perso .mail-link:focus,
#hp-occasionnel .zone-perso .mail-link:hover,
#hp-occasionnel .zone-perso .mail-link:focus {
  text-decoration: underline;
}

#hp-regulier.is-logged .zone-perso,
#hp-occasionnel.is-logged .zone-perso {
  background: #f16e00;
}

@media (max-width: 959px) {
  #hp-regulier .zone-perso,
  #hp-regulier .zone-perso.zone-perso-occasionnel,
  #hp-occasionnel .zone-perso,
  #hp-occasionnel .zone-perso.zone-perso-occasionnel {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    height: auto;
  }

  #hp-regulier.is-logged .zone-perso.with-search,
  #hp-occasionnel.is-logged .zone-perso.with-search {
    padding-top: 20px;
  }
}

.search-form {
  padding-left: 0;
}

.search-form .o-search-form {
  position: relative;
  background: #fff;
  color: #000;
  height: 45px;
  opacity: 1;
  /* surcharge css critique prospect */
}

.search-form .o-search-form label {
  font-weight: 700;
}

.search-form .o-search-form > .o-search-submit {
  color: #000;
  float: right;
  width: 40px;
  height: 45px;
  pointer-events: auto;
  cursor: pointer;
  /* stylelint-disable */
  font-family: "o-icomoon" !important;
  /* stylelint-enable */
  font-size: 22px;
  line-height: 45px;
  border: none;
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.search-form .o-search-form > .o-search-submit:hover {
  color: #f16e00;
}

.search-form .o-search-form > .o-search-input {
  width: calc(100% - 60px);
  height: 45px;
  line-height: 45px;
  background: #fff;
  color: #000;
  padding-left: 12px;
  float: left;
  border: 0;
  outline: none;
  font-size: 16px;
  font-family: o-HelveticaNeue, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.search-form .o-search-form > .o-search-input:focus {
  border-color: #000;
  background: #fff;
}

.search-form .o-search-form > .o-search-input::-ms-clear {
  display: none;
}

.search-form .o-search-form > .o-search-label {
  height: 74px;
  line-height: 45px;
  width: calc(100% - 60px);
  left: 0;
  color: #555;
  font-family: o-HelveticaNeue, Arial, sans-serif;
  font-size: 16px;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
}

.search-form .o-search-form > .o-search-label::before {
  padding-left: 20px;
}

.search-form .o-search-form.o-on .o-search-label {
  display: none;
}

.search-form .o-search-form.o-on .o-search-input {
  background: #fff;
}

.search-form.search-form-small .o-search-form > .o-search-label,
.search-form.search-form-small .o-search-form > .o-search-input,
.search-form.search-form-small .o-search-form > .o-search-submit {
  height: 26px;
  line-height: 26px;
}

@media (min-width: 960px) {
  .aside-search .o-search-form > .o-search-label {
    height: 45px;
    line-height: 45px;
  }

  .aside-search .o-search-form > .o-search-input {
    height: 45px;
    line-height: 45px;
  }

  .aside-search .o-search-form > .o-search-submit {
    width: 40px;
    height: 45px;
    line-height: 45px;
  }
}

#searchForm .cmpl .toptrend.blockTop {
  height: 30px;
  padding: 10px 10px 8px;
}

#searchForm .cmpl.ec {
  margin-top: 0;
  border-top: 1px solid #000;
  z-index: 3;
  max-width: 100%;
  cursor: pointer;
}

.cmpl.ec .suggestion .container {
  margin: 0;
}

.cmpl.ec .suggestion .content {
  font-weight: 400;
}

.aside-search .o-search-form > .o-search-input {
  height: 45px;
  line-height: 45px;
}

.aside-search .o-search-form > .o-search-submit {
  line-height: 45px;
}

/** Segmentation */

#hp-regulier .search-form,
#hp-occasionnel .search-form {
  box-shadow: 5px 5px 0 0 #ddd;
}

@media (max-width: 959px) {
  #hp-regulier .search-form,
  #hp-occasionnel .search-form {
    margin: 12px 0 16px;
    margin-left: calc(1.5625% + 15px);
    margin-right: calc(1.5625% + 20px);
  }
}

#hp-regulier.is-logged .search-form,
#hp-occasionnel.is-logged .search-form {
  margin-bottom: 18px;
}

@media (min-width: 960px) {
  #hp-prospect.is-logged .search-form {
    margin-right: 15px;
  }
}

#hp-prospect .search-form {
  margin: 12px 5px 16px 5px;
  height: 45px;
  padding-left: 0;
  box-shadow: 5px 5px 0 0 #555;
  background: #fff;
}

@media (min-width: 960px) {
  #hp-prospect .search-form {
    margin-left: calc(3.125% + 30px);
  }
}

@media (max-width: 959px) {
  #hp-prospect .search-form {
    margin-left: calc(1.5625% + 15px);
    margin-right: calc(1.5625% + 20px);
  }
}

/* ==========================================================================
   PUBLICITES
   ========================================================================== */

/* Mention "Publicité"
   ========================================================================== */

.tag-masthead {
  position: relative;
}

.tag-masthead::before {
  content: "Publicit\E9";
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #9b9b9b;
  position: absolute;
  width: 100%;
  transform: translateY(-100%);
}

.tag-rm {
  position: relative;
  width: 300px;
  min-height: 250px;
  margin: 0 auto;
  background: #fff;
}

.tag-rm::before {
  content: "Publicit\E9";
  font-size: .75rem;
  line-height: 10px;
  color: #9b9b9b;
  position: absolute;
  transform: rotate(270deg);
  top: 18px;
  right: -29px;
}

.tag-native {
  height: 0;
  overflow: hidden;
}

.ad-with-border {
  margin: 0 auto;
  padding: 7px 0 8px;
  background-color: #f4f4f4;
}

.is-mobile .tag-masthead {
  background-color: #f4f4f4;
  padding: 3px 0 22px;
}

.is-mobile .tag-masthead::before {
  display: none;
}

.is-mobile .tag-masthead::after {
  content: "Publicit\E9";
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #555;
  position: absolute;
  width: 100%;
  transform: translateY(10%);
}

/* ==========================================================================
   Foisonnement sous zone perso
   ========================================================================== */

.foisonnement-zone-perso,
.foisonnement-onews {
  overflow: hidden;
  height: 270px;
  display: flex;
  align-items: center;
}

.foisonnement-zone-perso {
  height: auto;
}

/**
 * Default color
 */

/**
 * Custom Variables used in our SCSS
 */

/* Button */

/**
 * BOOSTED or BOOTSTRAP overwrite variables
 */

/* Spacer utilities, used for helpers on padding and margin for instance */

/**
 * Buttons
 */

/**
 * Typography
 * Those are a mix of Bootstrap, Boosted and custom used variables :/
 */

/* Typography configuration for mobile (xs and sm) */

/* Typography configuration for tablet and small desktop (md, lg) */

/* widescreen variables aren't part of bootstrap, they are used in our custom scss */

/**
 * Function to transform a size in px to rem based on the browser-fs value
  * @param $size-in-px size in pixel to transform
 */

/**
 * used to make a block darker by adding an layer
 * @param {float} $percent-darken       percentage of dark to use (from 0 to 1)
 * @param {float} $transition-duration  duration of the transition
 */

/**
 * update the opacity of the darker layer
 * need to be used with the mixin above (darken-block) when the user is over the block
 */

/* ==========================================================================
   ONews
   ========================================================================== */

.o-news {
  /* Layout (custom) ONews
   ========================================================================== */
  /* Block (custom) Meteo
   ========================================================================== */
}

.o-news .onews-menu {
  margin-top: -0.625rem;
}

.o-news .title-cat {
  color: #4a4a4a;
}

.o-news .bh_overflown {
  color: #000;
}

.o-news .block-title {
  height: 2.625rem;
}

.o-news .block-title.block-title__fixed .title img {
  margin-bottom: 1px;
}

.o-news .block-title.block-title__justify {
  display: flex;
  justify-content: space-between;
}

.o-news .block-title.block-title__justify .title img {
  margin-top: -1px;
}

.o-news .block-title .title {
  font-size: 1.125rem;
  line-height: 22px;
}

.o-news .tuile:hover .pagination-news {
  display: block;
}

.o-news .tuile:hover .title {
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #ff7900 !important;
  /* stylelint-enable */
}

.o-news .onews-reference .image {
  display: inline;
}

.o-news .onews-reference .wrapper-image {
  display: inline-block;
  overflow: hidden;
  height: 0;
  padding-bottom: 46.5%;
}

.is-desktop .o-news .onews-reference .wrapper.text-secondary,
.is-tablet .o-news .onews-reference .wrapper.text-secondary {
  position: relative;
}

.is-desktop .o-news .onews-reference.lien-composite a::after,
.is-tablet .o-news .onews-reference.lien-composite a::after {
  top: -250%;
}

.o-news .onews-reference:focus .title {
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #ff7900 !important;
  /* stylelint-enable */
}

.o-news .onews-reference:focus:not(:hover) .title {
  outline: 1px dotted;
}

.o-news .onews-reference:focus:not(:hover) .pagination-news {
  display: block;
}

.o-news .onews-reference:focus:not(:hover) .prev-news {
  visibility: hidden;
}

.o-news .onews-reference:focus:not(:hover) .next-news {
  visibility: hidden;
}

.o-news .onews-reference.focus-within .wrapper {
  /* stylelint-disable declaration-no-important */
  background: #000 !important;
  /* stylelint-enable */
}

.o-news .onews-reference.focus-within .category {
  /* stylelint-disable declaration-no-important */
  color: #fff !important;
  /* stylelint-enable */
}

.o-news .onews-reference.focus-within .title {
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #f16e00 !important;
  /* stylelint-enable */
}

.o-news .onews-reference.focus-within:not(:hover) .title {
  outline: 1px dotted;
}

.o-news .onews-reference.focus-within:not(:hover) .pagination-news {
  display: block;
}

.o-news .onews-reference.focus-within:not(:hover) .prev-news {
  visibility: hidden;
}

.o-news .onews-reference.focus-within:not(:hover) .next-news {
  visibility: hidden;
}

.o-news .onews-reference .main-wrapper {
  display: flex;
  margin: 0 0 0 10px;
  background: #f4f4f4;
}

@media (min-width: 480px) {
  .o-news .onews-reference .main-wrapper {
    display: block;
    background: none;
    padding-right: 10px;
    margin-left: 0;
  }
}

.o-news .onews-reference .main-wrapper .wrapper {
  width: 50%;
}

@media (min-width: 480px) {
  .o-news .onews-reference .main-wrapper .wrapper {
    width: 100%;
    background: #f4f4f4;
  }
}

.o-news .onews-reference .main-wrapper .wrapper:first-child {
  padding: 0 0 10px 0;
}

.o-news .onews-reference .main-wrapper .wrapper:last-child {
  padding: 8px 10px 15px 15px;
}

.o-news .onews-reference .main-wrapper .title {
  font-size: 14px;
}

.o-news .onews-reference .main-wrapper .category {
  font-size: 12px;
  margin-bottom: 2px;
}

.o-news .onews-reference .main-wrapper .image {
  width: calc(100% + 10px);
  margin-top: -10px;
  margin-left: -10px;
}

@media (min-width: 480px) {
  .o-news .onews-reference .main-wrapper .image {
    width: 100%;
    margin-left: 10px;
  }
}

.o-news .o-media-mobile .onews-reference {
  padding-top: 10px;
}

.o-news .smallBlock {
  display: block;
}

.o-news .smallBlock .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: flex-start;
  height: 6.5625rem;
  transition: .3s;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .o-news .smallBlock .inner {
    font-size: 0.875rem;
  }
}

.o-news .smallBlock .inner .title {
  width: 80%;
  padding-top: 0.3125rem;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .o-news .smallBlock .inner .title {
    padding-top: 0.4375rem;
  }
}

.o-news .smallBlock .inner .picto {
  width: 20%;
}

.o-news .smallBlock .inner .desc {
  width: 60%;
  margin-bottom: -4px;
  align-self: flex-end;
}

.o-news .smallBlock .inner .value {
  width: 40%;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: -7px;
  align-self: flex-end;
  text-align: right;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .o-news .smallBlock .inner .value {
    margin-bottom: -9px;
  }
}

.o-news .smallBlock .inner .hpicon {
  float: right;
}

.o-news .listeActu .list-group-item {
  /* stylelint-disable declaration-no-important */
  border-bottom: 1px solid #d8d8d8 !important;
  /* stylelint-enable */
}

.o-news .listeActu .news-fil-info-title {
  height: 2.5rem;
  display: block;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .o-news .listeActu .news-fil-info-title {
    height: 2.75rem;
  }
}

.o-news .listeActu .news-fil-info-link:hover,
.o-news .listeActu .news-fil-info-link:focus {
  z-index: 2;
  color: #000;
  border-color: #d8d8d8;
  outline: none;
}

.o-news .listeActu .news-fil-info-link:hover .news-fil-info-title,
.o-news .listeActu .news-fil-info-link:focus .news-fil-info-title {
  text-decoration: underline;
}

.o-news .pasDePorte {
  background: #f4f4f4;
  display: block;
  text-decoration: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.o-news .pasDePorte:hover,
.o-news .pasDePorte:focus {
  background: #dbdbdb;
}

.o-news .pasDePorte .pasDePorte_title {
  display: block;
  line-height: 1.25rem;
}

.o-news .pasDePorte .pasDePorte_desc {
  display: block;
  line-height: 1rem;
}

.o-news .totem__big .list-group-item {
  height: 70px;
}

@media (max-width: 1060px) {
  .o-news > .col-lg-4 {
    width: 330px;
    max-width: 330px;
  }

  .o-news > .col-lg-8 {
    max-width: calc(100% - 330px);
  }
}

@media (min-width: 1200px) {
  .o-news .smallBlock .desc {
    width: auto;
  }
}

/* Block (custom) Meteo +Finance
 * mobile style
 ========================================================================== */

.is-mobile .sm-smallBlocks {
  border-bottom: 1px solid #d8d8d8;
}

.is-mobile #newsFilInfo.mobile .list-group-item {
  border-bottom: 1px solid #d8d8d8;
}

.o-news .onews-cac40 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 105px;
  background: #13203a;
}

.o-news .onews-cac40::after {
  content: "";
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.o-news .onews-cac40:hover::after,
.o-news .onews-cac40:focus::after {
  opacity: 1;
}

.o-news .onews-cac40 .background {
  position: relative;
}

.o-news .onews-cac40 .inner {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.o-news .onews-cac40 .picto img {
  width: 1.625rem;
  height: 1.625rem;
  float: right;
  font-size: 0;
}

/**
 * mobile style
 */

.is-mobile .onews-cac40 {
  display: flex;
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: space-around;
  padding: 10px 0;
}

.is-mobile .onews-cac40 .title {
  align-items: center;
}

.is-mobile .onews-cac40 .picto {
  padding-left: 0.625rem;
}

.is-mobile .onews-cac40 .picto img {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0;
}

.o-news .onews-meteo {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 105px;
  background: #3e658f;
}

.o-news .onews-meteo::after {
  content: "";
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.o-news .onews-meteo:hover::after,
.o-news .onews-meteo:focus::after {
  opacity: 1;
}

.o-news .onews-meteo .inner {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.o-news .onews-meteo .picto img {
  width: 2.25rem;
  height: 2.25rem;
  float: right;
  font-size: 0;
}

/**
 * mobile style
 */

.is-mobile .onews-meteo {
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: space-around;
  padding: 10px 0;
  margin-top: 4px;
}

.is-mobile .onews-meteo .title {
  align-items: center;
}

.is-mobile .onews-meteo .picto {
  padding-left: 1.25rem;
}

.is-mobile .onews-meteo .picto img {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0;
}

/* ==========================================================================
                          Customize Slick Slider
   ========================================================================== */

/* ==========================================================================
                        Propsect/Occasionnel Slider
   ========================================================================== */

.o-slider {
  display: none;
  overflow: hidden;
  font-size: 0;
}

.o-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.o-slider .slick-arrow > span {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.42);
  transition: .3s;
  color: #fff;
  text-align: center;
}

.o-slider .slick-arrow > span::before {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}

.o-slider .slick-arrow:hover > span {
  background: rgba(0, 0, 0, 0.54);
}

.o-slider .slick-next {
  right: 0;
  padding: 5px 0 5px 10px;
}

.o-slider .slick-next span::before {
  margin-left: 2px;
}

.o-slider .slick-prev {
  left: 0;
  padding: 5px 10px 5px 0;
}

.o-slider .slick-prev span::before {
  margin-right: 2px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding-left: 15px;
  height: 30px;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin-right: 15px;
  width: 45px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}

.slick-dots li button {
  display: block;
  width: 100px;
  border: none;
  padding: 0;
  height: 3px;
  background: #ddd;
  cursor: pointer;
  transition: .3s;
}

.slick-dots li:hover button {
  height: 6px;
}

.slick-dots .slick-active button {
  background: #ff7900;
  height: 6px;
}

.slick-dots button {
  display: none;
}

.is-mobile .slick-dots li {
  padding-bottom: 10px;
}

.is-mobile .slick-dots li:hover button {
  height: 3px;
}

/* ==========================================================================
                              Slider Carousel advise
   ========================================================================== */

.o-carousel {
  background-color: #f4f4f4;
  /**
   * réduction de la hauteur de l'élément du carousel pour permettre de voir le outline du lien au focus (accessibilité)
   * si non présent, le overflow hidden de slick empêche de voir le outline
   */
}

.o-carousel::before,
.o-carousel::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  top: 0;
  bottom: 0;
}

.o-carousel::before {
  left: 0;
}

.o-carousel::after {
  right: 0;
}

.o-carousel .slick-slide {
  padding-bottom: 1px;
}

.o-carousel .o-carousel-item:focus {
  outline: 2px dotted;
}

@media (max-width: 479px) {
  .o-carousel .o-carousel-item .o-carousel-image {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .o-carousel .o-carousel-item {
    overflow: hidden;
  }
}

.o-carousel .slick-slide {
  height: 15.625rem;
}

.o-carousel .o-carousel-item:focus {
  height: calc(15.625rem - 1px);
}

.o-carousel.o-carousel-mobile {
  /**
   * réduction de la hauteur de l'élément du carousel pour permettre de voir le outline du lien au focus (accessibilité)
   * si non présent, le overflow hidden de slick empêche de voir le outline
   */
}

.o-carousel.o-carousel-mobile .slick-slide {
  height: 23.75rem;
}

.o-carousel.o-carousel-mobile .o-carousel-item:focus {
  height: calc(23.75rem - 1px);
}

@media (max-width: 1199.98px) {
  .o-carousel.o-carousel-mobile {
    /**
   * réduction de la hauteur de l'élément du carousel pour permettre de voir le outline du lien au focus (accessibilité)
   * si non présent, le overflow hidden de slick empêche de voir le outline
   */
  }

  .o-carousel.o-carousel-mobile .slick-slide {
    height: 19rem;
  }

  .o-carousel.o-carousel-mobile .o-carousel-item:focus {
    height: calc(19rem - 1px);
  }
}

.o-carousel.o-carousel-occasionnel,
.o-carousel.o-carousel-prospect {
  /**
   * réduction de la hauteur de l'élément du carousel pour permettre de voir le outline du lien au focus (accessibilité)
   * si non présent, le overflow hidden de slick empêche de voir le outline
   */
}

.o-carousel.o-carousel-occasionnel .slick-slide,
.o-carousel.o-carousel-prospect .slick-slide {
  height: 23.75rem;
}

.o-carousel.o-carousel-occasionnel .o-carousel-item:focus,
.o-carousel.o-carousel-prospect .o-carousel-item:focus {
  height: calc(23.75rem - 1px);
}

.o-carousel.o-carousel-tv {
  /**
   * réduction de la hauteur de l'élément du carousel pour permettre de voir le outline du lien au focus (accessibilité)
   * si non présent, le overflow hidden de slick empêche de voir le outline
   */
}

.o-carousel.o-carousel-tv .slick-slide {
  height: 19.375rem;
}

.o-carousel.o-carousel-tv .o-carousel-item:focus {
  height: calc(19.375rem - 1px);
}

@media (max-width: 479px) {
  .o-carousel.o-carousel-regulier-mobile,
  .o-carousel.o-carousel-prospect-mobile,
  .o-carousel.o-carousel-occasionnel-mobile {
    height: calc(100vw * (400 / 480));
  }
}

@media (max-width: 479px) {
  .o-carousel.o-carousel-mobile-mobile,
  .o-carousel.o-carousel-tv-mobile {
    height: calc(100vw * (520 / 480));
  }
}

.o-carousel.o-carousel-regulier-mobile .slick-slide,
.o-carousel.o-carousel-prospect-mobile .slick-slide,
.o-carousel.o-carousel-occasionnel-mobile .slick-slide,
.o-carousel.o-carousel-mobile-mobile .slick-slide,
.o-carousel.o-carousel-tv-mobile .slick-slide {
  height: auto;
}

.o-carousel.o-carousel-regulier-mobile .o-carousel-item,
.o-carousel.o-carousel-prospect-mobile .o-carousel-item,
.o-carousel.o-carousel-occasionnel-mobile .o-carousel-item,
.o-carousel.o-carousel-mobile-mobile .o-carousel-item,
.o-carousel.o-carousel-tv-mobile .o-carousel-item {
  height: auto;
}

#hp-regulier.is-desktop .o-carousel-item .o-carousel-image,
#hp-regulier.is-tablet .o-carousel-item .o-carousel-image {
  float: right;
}

/* ==========================================================================
                              ONews Slider
   ========================================================================== */

/* Override Slick slider css */

.slick-vertical .slick-slide {
  border: none;
}

.o-media {
  opacity: 0;
  transition: opacity 1s ease;
}

.o-media .text-secondary {
  opacity: 0;
}

.o-media.slick-initialized {
  opacity: 1;
}

.pagination-news {
  padding: 0;
  margin: 0 0.9375rem 0 0;
  display: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.pagination-news .next-news {
  font-weight: 900;
  float: left;
  margin-top: .25rem;
}

.pagination-news .next-news::before {
  margin-left: .575rem;
}

.pagination-news .prev-news {
  font-weight: 900;
  float: left;
  margin-top: .25rem;
}

.pagination-news .paging {
  float: left;
  margin-left: .65rem;
}

.pagination-news .paging span {
  font-weight: 700;
}

.o-media-mobile .slick-track {
  display: flex;
}

.o-media-mobile .slick-slide {
  height: inherit;
}

.o-media-mobile .slick-slide > div {
  height: 100%;
}

.o-media-mobile .onews-reference {
  height: 100%;
}

.o-media-mobile .onews-reference .main-wrapper {
  height: 100%;
}

.o-media-mobile .onews-reference .main-wrapper .wrapper:last-child {
  max-height: 94px;
  overflow: hidden;
}

/**
 * @todo: probablement inutile. les derniers à l'utiliser doivent supprimer cette surcharge
 */

.o-forfait-internet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9.5%;
  width: 23.4375rem;
}

.edito-tv {
  position: relative;
  overflow: hidden;
}

.edito-tv-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 359px), (min-width: 480px) and (max-width: 599px) {
  .edito-tv-content .bloc-title {
    /* stylelint-disable declaration-no-important */
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
    /* stylelint-enable */
  }

  .edito-tv-content .bloc-text {
    /* stylelint-disable declaration-no-important */
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
    /* stylelint-enable */
  }
}

/**
 * Surcharge de style pour rajouter les espacements uniquement
 * si le bloc ligatus a été rajouté par le partenaire
 */

/* Desktop */

/* Mobile */

/* ==========================================================================
   REASSURANCE EQUIPEMENT
   ========================================================================== */

.reassurance-equipement .img-icon {
  margin-right: 1.25rem;
}

@media (max-width: 735.98px) {
  .reassurance-equipement .img-icon {
    width: 2.25rem;
  }
}

.reassurance-equipement .item .title {
  font-size: 16px;
}

@media (max-width: 735.98px) {
  .reassurance-equipement .item .title {
    padding: 0;
  }
}

.reassurance-equipement .item .link {
  width: 85%;
}

@media (min-width: 736px) {
  .reassurance-equipement .item .title {
    font-size: 18px;
  }

  .reassurance-equipement .item .link {
    min-height: 65px;
    width: 95%;
  }
}

/* ==========================================================================
   REASSURANCE E-Commerce
   ========================================================================== */

.reassurance-ecommerce {
  border-bottom: 1px solid #ddd;
}

.reassurance-ecommerce .block-title {
  font-size: 1.25rem;
  line-height: 1.2;
}

.reassurance-ecommerce .hpicon {
  width: 45px;
  height: 45px;
  margin-right: .5rem;
  flex-shrink: 0;
}

@media (max-width: 735.98px) {
  .reassurance-ecommerce .block-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .reassurance-ecommerce .reassurance-ecommerce-label {
    font-size: 1rem;
    letter-spacing: -.3px;
  }

  .reassurance-ecommerce .hpicon {
    margin-left: -.5rem;
  }
}

@media (max-width: 479.98px) {
  .reassurance-ecommerce .reassurance-ecommerce-label {
    font-size: 0.875rem;
  }
}

@media (max-width: 360px) {
  .reassurance-ecommerce .o-link-arrow::after {
    content: none;
  }
}

@media (max-width: 320px) {
  .reassurance-ecommerce .block-title {
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: -.2px;
  }

  .reassurance-ecommerce .reassurance-ecommerce-label {
    font-size: 0.75rem;
    line-height: 1.33;
  }
}

@media (max-width: 1199.98px) {
  .reassurance-ecommerce-link {
    max-width: calc(33% - 15px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33% - 15px);
  }
}

.reassurance-ecommerce-link .o-link-arrow::after {
  font-weight: 400;
}

/* ==========================================================================
   REASSURANCE Reseau
   ========================================================================== */

.reassurance-reseau {
  position: relative;
  overflow: hidden;
}

.reassurance-reseau .btn {
  max-width: 18.75rem;
}

@media (max-width: 735.98px) {
  .reassurance-reseau .title {
    font-size: 1.625rem;
  }
}

.is-desktop .reassurance-reseau .bloc-txt,
.is-tablet .reassurance-reseau .bloc-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-mobile .reassurance-reseau {
  height: auto;
  width: 100%;
}

.is-mobile .reassurance-reseau .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}

.is-mobile .reassurance-reseau .bloc-txt {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: relative;
}

/* ==========================================================================
   REASSURANCE Service
   ========================================================================== */

.reassurance-service .image-wrapper {
  overflow: hidden;
}

.reassurance-service .image-wrapper .image {
  width: 100%;
}

@media (min-width: 480px) {
  .reassurance-service .image-wrapper .image {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.reco-equipments-title {
  max-width: calc(75% + .9375rem);
}

@media (max-width: 735.98px) {

  .reco-equipments .img {
    margin-left: 0.625rem;
    margin-top: -0.625rem;
  }

  .reco-equipments .text-block {
    padding-left: 0.625rem;
  }

  .reco-equipments .text-block .reco-equipments-title {
    font-size: 0.875rem;
  }
}

/* =================================
   hover effect for tiles (like VOD/musique/magTV)
   ================================= */

.hover-dark .wrapper {
  transition: .2s;
}

.hover-dark .category {
  transition: .2s;
}

.hover-dark .title {
  transition: .2s;
}

.hover-dark.bh_hover .wrapper,
.hover-dark:hover .wrapper,
.hover-dark:focus .wrapper {
  transition: .2s;
}

.hover-dark.bh_hover .category,
.hover-dark:hover .category,
.hover-dark:focus .category {
  transition: .2s;
}

.hover-dark.bh_hover .title:hover,
.hover-dark.bh_hover .title,
.hover-dark.bh_hover .title .bh_overflown,
.hover-dark:hover .title:hover,
.hover-dark:hover .title,
.hover-dark:hover .title .bh_overflown,
.hover-dark:focus .title:hover,
.hover-dark:focus .title,
.hover-dark:focus .title .bh_overflown {
  transition: .2s;
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #ff7900 !important;
  /* stylelint-enable */
}

#orange-inside .alert-text {
  max-width: 100%;
  font-size: 1rem;
}

@media (min-width: 990px) and (max-width: 1280px) {
  #orange-inside .alert-text {
    max-width: 75%;
  }
}

#orange-inside .btn-cursor {
  cursor: pointer;
}

.bg-info {
  /* stylelint-disable declaration-no-important */
  background-color: #e9f7ff !important;
  /* stylelint-enable */
}

/* Reserve espace Elco */

#o-header .ribbon-tmp {
  height: 110px;
  background: #000;
}

#o-header .ribbon-tmp .logo-tmp {
  margin-left: calc(1.5625% + 15px);
  margin-top: calc(110px - (15px + 50px));
}

@media (min-width: 960px) {
  #o-header .ribbon-tmp .logo-tmp {
    margin-left: calc(3.125% + 15px);
  }
}

@media (min-width: 1440px) {
  #o-header .ribbon-tmp .logo-tmp {
    margin-left: calc(((100vw - 1440px) / 2) + 52px);
  }
}


/*# sourceMappingURL=hp-prospect.44f46cc7c7249a9682cdc462afc6d687.css.map*/