/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
#@23
#@24
#@25
#@26
#@27
#@28
#@29
#@30
#@31
#@32
#@33
#@34
#@35
#@36
#@37
#@38
#@39
#@40
#@41
#@42
#@43
#@44
#@45
#@46
#@47
#@48
#@49
#@50
#@51
#@52
#@53
#@54
#@55
#@56
#@57
#@58
#@59
#@60
#@61
#@62
#@63
#@64
#@65
#@66
#@67
#@68
#@69
#@70
#@71
#@72
#@73
#@74
#@75
#@76
#@77
#@78
#@79
#@80
#@81
#@82
#@83
#@84
#@85
#@86
#@87
#@88
#@89
#@90
#@91
#@92
#@93
#@94
#@95
#@96
#@97
#@98
#@99
#@100
#@101
#@102
#@103
#@104
#@105
#@106
#@107
#@108
#@109
#@110
#@111
#@112
#@113
#@114
#@115
#@116
#@117
#@118
#@119
#@120
#@121
#@122
#@123
#@124
#@125
#@126
#@127
*/
@charset "UTF-8";
/* $breadcrumb-bg: transparent;
$breadcrumb-padding-horizontal: 0;
$breadcrumb-color: $black;
$breadcrumb-active-color: $black; */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 2010;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 2011;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
/* 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-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.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-slide.dragging img {
  pointer-events: 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;
}
.text-eshop {
  font-size: 16px;
  line-height: 19px;
}
.text-bold {
  font-weight: bold;
}
.page-contact .contact-links, .page-contact .contact-links-mayotte, .page-contact .contact-form .choose-pannel, .page-contact .appointment-section .btn-holder {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after, .main-header:after, .header-holder:after {
  content: "";
  display: block;
  clear: both;
}
picture {
  display: block;
}
.rating a, .page-komzot .package:after, .page-iew .package:after {
  transition: all 0.3s ease-in-out;
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-a-1 {
  margin: 1px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-r-1 {
  margin-right: 1px !important;
}
.m-b-1 {
  margin-bottom: 1px !important;
}
.m-l-1 {
  margin-left: 1px !important;
}
.m-a-sm {
  margin: 10px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a {
  margin: 20px !important;
}
.m-t {
  margin-top: 20px !important;
}
.m-r {
  margin-right: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-l {
  margin-left: 20px !important;
}
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 30px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-lg {
  margin: 60px !important;
}
.m-t-lg {
  margin-top: 60px !important;
}
.m-r-lg {
  margin-right: 60px !important;
}
.m-b-lg {
  margin-bottom: 60px !important;
}
.m-l-lg {
  margin-left: 60px !important;
}
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-a-sm {
  padding: 10px !important;
}
.p-t-sm {
  padding-top: 10px !important;
}
.p-r-sm {
  padding-right: 10px !important;
}
.p-b-sm {
  padding-bottom: 10px !important;
}
.p-l-sm {
  padding-left: 10px !important;
}
.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a {
  padding: 20px !important;
}
.p-t {
  padding-top: 20px !important;
}
.p-r {
  padding-right: 20px !important;
}
.p-b {
  padding-bottom: 20px !important;
}
.p-l {
  padding-left: 20px !important;
}
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-md {
  padding: 30px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-lg {
  padding: 60px !important;
}
.p-t-lg {
  padding-top: 60px !important;
}
.p-r-lg {
  padding-right: 60px !important;
}
.p-b-lg {
  padding-bottom: 60px !important;
}
.p-l-lg {
  padding-left: 60px !important;
}
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.m-t-fluid, .m-y-fluid {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .m-t-fluid, .m-y-fluid {
    margin-top: 60px !important;
  }
}
.m-b-fluid, .m-y-fluid {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .m-b-fluid, .m-y-fluid {
    margin-bottom: 60px !important;
  }
}
.m-t-fluid-sm, .m-y-fluid-sm {
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  .m-t-fluid-sm, .m-y-fluid-sm {
    margin-top: 30px !important;
  }
}
.m-b-fluid-sm, .m-y-fluid-sm {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .m-b-fluid-sm, .m-y-fluid-sm {
    margin-bottom: 30px !important;
  }
}
.p-t-fluid, .p-y-fluid {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .p-t-fluid, .p-y-fluid {
    padding-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  .p-t-fluid, .p-y-fluid {
    padding-top: 60px !important;
  }
}
.p-b-fluid, .p-y-fluid {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .p-b-fluid, .p-y-fluid {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-fluid, .p-y-fluid {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .xs-m-a-0 {
    margin: 0 !important;
  }
  .xs-m-t-0 {
    margin-top: 0 !important;
  }
  .xs-m-r-0 {
    margin-right: 0 !important;
  }
  .xs-m-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-m-l-0 {
    margin-left: 0 !important;
  }
  .xs-m-a-1 {
    margin: 1px !important;
  }
  .xs-m-t-1 {
    margin-top: 1px !important;
  }
  .xs-m-r-1 {
    margin-right: 1px !important;
  }
  .xs-m-b-1 {
    margin-bottom: 1px !important;
  }
  .xs-m-l-1 {
    margin-left: 1px !important;
  }
  .xs-m-a-sm {
    margin: 10px !important;
  }
  .xs-m-t-sm {
    margin-top: 10px !important;
  }
  .xs-m-r-sm {
    margin-right: 10px !important;
  }
  .xs-m-b-sm {
    margin-bottom: 10px !important;
  }
  .xs-m-l-sm {
    margin-left: 10px !important;
  }
  .xs-m-x-sm {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .xs-m-y-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .xs-m-a {
    margin: 20px !important;
  }
  .xs-m-t {
    margin-top: 20px !important;
  }
  .xs-m-r {
    margin-right: 20px !important;
  }
  .xs-m-b {
    margin-bottom: 20px !important;
  }
  .xs-m-l {
    margin-left: 20px !important;
  }
  .xs-m-x {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xs-m-y {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xs-m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .xs-m-a-md {
    margin: 30px !important;
  }
  .xs-m-t-md {
    margin-top: 30px !important;
  }
  .xs-m-r-md {
    margin-right: 30px !important;
  }
  .xs-m-b-md {
    margin-bottom: 30px !important;
  }
  .xs-m-l-md {
    margin-left: 30px !important;
  }
  .xs-m-x-md {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .xs-m-y-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .xs-m-a-lg {
    margin: 60px !important;
  }
  .xs-m-t-lg {
    margin-top: 60px !important;
  }
  .xs-m-r-lg {
    margin-right: 60px !important;
  }
  .xs-m-b-lg {
    margin-bottom: 60px !important;
  }
  .xs-m-l-lg {
    margin-left: 60px !important;
  }
  .xs-m-x-lg {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xs-m-y-lg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xs-p-a-0 {
    padding: 0 !important;
  }
  .xs-p-t-0 {
    padding-top: 0 !important;
  }
  .xs-p-r-0 {
    padding-right: 0 !important;
  }
  .xs-p-b-0 {
    padding-bottom: 0 !important;
  }
  .xs-p-l-0 {
    padding-left: 0 !important;
  }
  .xs-p-a-sm {
    padding: 10px !important;
  }
  .xs-p-t-sm {
    padding-top: 10px !important;
  }
  .xs-p-r-sm {
    padding-right: 10px !important;
  }
  .xs-p-b-sm {
    padding-bottom: 10px !important;
  }
  .xs-p-l-sm {
    padding-left: 10px !important;
  }
  .xs-p-x-sm {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .xs-p-y-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xs-p-a {
    padding: 20px !important;
  }
  .xs-p-t {
    padding-top: 20px !important;
  }
  .xs-p-r {
    padding-right: 20px !important;
  }
  .xs-p-b {
    padding-bottom: 20px !important;
  }
  .xs-p-l {
    padding-left: 20px !important;
  }
  .xs-p-x {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xs-p-y {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xs-p-a-md {
    padding: 30px !important;
  }
  .xs-p-t-md {
    padding-top: 30px !important;
  }
  .xs-p-r-md {
    padding-right: 30px !important;
  }
  .xs-p-b-md {
    padding-bottom: 30px !important;
  }
  .xs-p-l-md {
    padding-left: 30px !important;
  }
  .xs-p-x-md {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .xs-p-y-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xs-p-a-lg {
    padding: 60px !important;
  }
  .xs-p-t-lg {
    padding-top: 60px !important;
  }
  .xs-p-r-lg {
    padding-right: 60px !important;
  }
  .xs-p-b-lg {
    padding-bottom: 60px !important;
  }
  .xs-p-l-lg {
    padding-left: 60px !important;
  }
  .xs-p-x-lg {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xs-p-y-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.bg-orange {
  background-color: #F16E00;
}
a.bg-orange:hover, a.bg-orange:focus {
  background-color: #be5700;
}
.bg-yellow {
  background-color: #ffd200;
}
a.bg-yellow:hover, a.bg-yellow:focus {
  background-color: #cca800;
}
.bg-green {
  background-color: #50be87;
}
a.bg-green:hover, a.bg-green:focus {
  background-color: #3ba06e;
}
.bg-pink {
  background-color: #ffb4e6;
}
a.bg-pink:hover, a.bg-pink:focus {
  background-color: #ff81d5;
}
.bg-blue {
  background-color: #4bb4e6;
}
a.bg-blue:hover, a.bg-blue:focus {
  background-color: #1fa1df;
}
.bg-purple {
  background-color: #a885d8;
}
a.bg-purple:hover, a.bg-purple:focus {
  background-color: #8c5ecc;
}
.bg-light-grey {
  background-color: #e9e9e9;
}
a.bg-light-grey:hover, a.bg-light-grey:focus {
  background-color: #d0d0d0;
}
.text-black {
  color: #000;
}
a.text-black:hover, a.text-black:focus {
  color: black;
}
.text-orange {
  color: #F16E00;
}
a.text-orange:hover, a.text-orange:focus {
  color: #be5700;
}
.text-yellow {
  color: #ffd200;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #cca800;
}
.text-green {
  color: #50be87;
}
a.text-green:hover, a.text-green:focus {
  color: #3ba06e;
}
.text-pink {
  color: #ffb4e6;
}
a.text-pink:hover, a.text-pink:focus {
  color: #ff81d5;
}
.text-blue {
  color: #4bb4e6;
}
a.text-blue:hover, a.text-blue:focus {
  color: #1fa1df;
}
.text-purple {
  color: #a885d8;
}
a.text-purple:hover, a.text-purple:focus {
  color: #8c5ecc;
}
.text-white {
  color: #fff;
}
a.text-white:hover, a.text-white:focus {
  color: #e6e6e6;
}
.img-fluid, .imgs-fluid img {
  width: 100%;
  height: auto;
}
.xs-multi-col-2 {
  column-count: 2;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .sm-multi-col-2 {
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .md-multi-col-2 {
    column-count: 2;
    column-gap: 20px;
  }
}
.btn-group-spaced > a, .btn-group-spaced > btn {
  margin: 5px;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-md-5ths-2, .col-md-5ths-3 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-md-5ths-2 {
    width: 40%;
    float: left;
  }
  .col-md-5ths-3 {
    width: 60%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.bootstrap-select > .dropdown-menu {
  border: 2px solid #000;
}
.bootstrap-select > .dropdown-menu > .inner > li > a {
  font-weight: bold;
  padding: 7px 20px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 7px;
}
.kit-main-libres, .kit-mains-libres {
  font-weight: bold;
}
.kit-main-libres:before, .kit-mains-libres:before {
  font-family: "orange-reunion" !important;
  content: "Z";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 20px;
  margin: 0 0 11px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 21px;
  }
}
.btn {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border-width: 2px;
  font-weight: bold;
  padding: 5px 27px;
}
@media (min-width: 1200px) {
  .btn {
    padding: 8px 27px;
  }
}
.btn:hover {
  background: #fff;
  color: #000;
}
.btn.btn-sm {
  padding: 5px 24px;
}
.btn.btn-xs {
  padding: 1px 20px;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-Bold-75.eot");
  src: url("/assets/fonts/HelveticaNeue-Bold-75.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeue-Bold-75.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-Medium-65.eot");
  src: url("/assets/fonts/HelveticaNeue-Medium-65.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeue-Medium-65.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-Roman-55.eot");
  src: url("/assets/fonts/HelveticaNeue-Roman-55.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeue-Roman-55.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-Light-45.eot");
  src: url("/assets/fonts/HelveticaNeue-Light-45.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeue-Light-45.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-Thin-35.eot");
  src: url("/assets/fonts/HelveticaNeue-Thin-35.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HelveticaNeue-Thin-35.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-bwg";
  src: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/fonts/icomoon.eot?tcxqck');
  src: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/fonts/icomoon.eot?tcxqck#iefix') format("embedded-opentype"), url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/fonts/icomoon.ttf?tcxqck') format("truetype"), url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/fonts/icomoon.woff?tcxqck') format("woff"), url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/fonts/icomoon.svg?tcxqck#icomoon') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-bwg-"], [class*=" icon-bwg-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-bwg" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bwg-aside-ico03:before {
  content: "";
}
.icon-bwg-aside-ico01:before {
  content: "";
}
.icon-bwg-aside-ico02:before {
  content: "";
}
.icon-bwg-arrow-left:before {
  content: "";
}
.icon-bwg-cart:before {
  content: "";
}
.icon-bwg-close:before {
  content: "";
}
.icon-bwg-close-think:before {
  content: "";
}
.icon-bwg-envelope:before {
  content: "";
}
.icon-bwg-facebook:before {
  content: "";
}
.icon-bwg-home:before {
  content: "";
}
.icon-bwg-icon-d:before {
  content: "";
}
.icon-bwg-location:before {
  content: "";
}
.icon-bwg-search:before {
  content: "";
}
.icon-bwg-smile:before {
  content: "";
}
.icon-bwg-star:before {
  content: "";
}
.icon-bwg-triangle-circle-down:before {
  content: "";
}
.icon-bwg-triangle-down:before {
  content: "";
}
.icon-bwg-twitter:before {
  content: "";
}
.icon-bwg-user:before {
  content: "";
}
body {
  background-color: #fff !important;
}
#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body {
  min-width: 320px;
}
.header {
  position: relative;
  z-index: 100;
}
.nav-active .header {
  z-index: 101;
}
.header .list-inline {
  margin: 0;
}
.header .container-fluid {
  position: relative;
}
.header-top {
  background: #232323;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .header-top {
    padding: 14px 8px 8px;
    min-height: 40px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .header-top {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.header-top .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .header-top ul {
    margin: 0 -8px;
  }
}
.header-top li {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .header-top li + li {
    padding: 0 0 0 11px;
  }
}
@media (min-width: 1200px) {
  .header-top li + li {
    padding: 0 0 0 16px;
  }
}
.header-top li.has-drop a {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .header-top li.has-drop a:before {
    content: "";
    font-family: "icomoon-bwg" !important;
    position: absolute;
    transform: translateY(-50%);
    left: 20px;
    top: 50%;
    font-size: 9px;
    margin-top: 1px;
  }
}
@media (min-width: 1200px) {
  .header-top li.has-drop a:before {
    margin-top: 2px;
  }
}
.header-top a {
  color: inherit;
}
.header-top a:hover, .header-top a:focus {
  text-decoration: none;
  color: #F16E00;
}
.header-top .icon-bwg-arrow-left {
  font-size: 10px;
  margin: -2px 7px 0 0;
}
.main-header {
  background: #000;
  padding-top: 10px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .main-header {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .main-header {
    padding-top: 22px;
  }
}
.main-header .container-fluid {
  max-width: 1200px;
}
.header-holder {
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-holder {
    display: flex;
    justify-content: space-between;
  }
}
.header-holder a {
  color: inherit;
}
.header-holder a:hover, .header-holder a:focus {
  text-decoration: none;
  color: #F16E00;
}
.header-holder .close {
  color: #000;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 10px;
}
.header-holder .close:hover, .header-holder .close:focus {
  text-decoration: none;
  color: #F16E00;
}
.navbar-brand {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    padding-top: 10px;
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-brand a {
    color: #fff;
    vertical-align: middle;
    padding-top: 2px;
    font-size: 14px;
  }
}
.navbar-brand img {
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 49px;
    height: 49px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 68px;
    height: 68px;
  }
}
#nav {
  width: 50%;
  float: right;
}
@media (min-width: 768px) {
  #nav {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #nav {
    width: calc(100% - 98px);
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
  }
}
@media (min-width: 768px) {
  .navigation {
    padding-top: 15px;
    width: calc(100% - 150px);
  }
}
@media (min-width: 1200px) {
  .navigation {
    padding-top: 10px;
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .navigation .nav-slide {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nav-active .navigation {
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  .nav-active .navigation .nav-slide {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .navigation .koife {
    position: absolute;
    top: -53px;
    right: 7px;
  }
}
@media (min-width: 1200px) {
  .navigation .koife {
    top: -56px;
    right: 4px;
  }
}
@media (min-width: 768px) {
  .navigation .koife:hover {
    opacity: 0.8;
  }
}
.navigation .koife a {
  border: none;
}
@media (max-width: 767px) {
  .navigation .koife a {
    display: block;
    width: 100%;
    background: #000;
    padding: 10px;
  }
}
.navigation .koife img {
  width: 55px;
  height: 21px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navigation .koife img {
    width: 55px;
    height: 21px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .navigation .koife img {
    width: 70px;
    height: 24px;
  }
}
.home a {
  background: #fff;
  padding: 10px;
  display: block;
}
.add-nav {
  color: #b2b2b2;
  letter-spacing: -0.36em;
}
@media (min-width: 768px) {
  .add-nav {
    text-align: left;
    color: #444444;
    padding: 3px 0 14px;
  }
}
@media (min-width: 1200px) {
  .add-nav {
    padding: 0 0 21px;
  }
}
.add-nav li {
  letter-spacing: 0;
  position: relative;
  width: 50%;
  padding: 0;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  .add-nav li {
    width: auto;
    background: none;
  }
}
.add-nav li + li {
  border-left: 1px solid #f6f6f6;
}
@media (min-width: 768px) {
  .add-nav li + li {
    padding: 0 26px;
    border: none;
  }
}
@media (min-width: 768px) {
  .add-nav li + li:before {
    content: "|";
    position: absolute;
    left: 11px;
    top: -1px;
  }
}
.add-nav li.active {
  background: #F16E00;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .add-nav li.active {
    color: #F16E00;
    background: none;
  }
}
@media (max-width: 767px) {
  .add-nav li.active:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F16E00 transparent transparent transparent;
    z-index: 10;
  }
}
.add-nav a {
  display: block;
  padding: 10px;
}
@media (min-width: 768px) {
  .add-nav a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .add-nav a:hover {
    background: #F16E00;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .nav-hidden .home.visible-xs-block, .nav-hidden .add-nav {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .menu {
    background: #ccc;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.main-nav {
  color: #fff;
  background: #000;
}
@media (min-width: 768px) {
  .main-nav {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .main-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    padding: 0;
  }
}
.main-nav li.selected > .drop {
  left: 0;
}
.main-nav a {
  position: relative;
  padding: 12px;
}
@media (max-width: 767px) {
  .main-nav a {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-nav a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-nav a.has-drop-down-a:before {
    content: "";
    font-family: "icomoon-bwg" !important;
    transform: translateY(-50%) rotate(180deg);
    color: #fff;
    position: absolute;
    right: 6px;
    font-size: 10px;
    top: 50%;
  }
}
.main-nav .btn-back {
  background: #fff;
  color: #000;
  position: relative;
  padding: 0 0 0 14px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-nav .btn-back:before {
    content: "";
    font-family: "icomoon-bwg" !important;
    transform: translateY(-50%);
    color: #000;
    position: absolute;
    left: 6px;
    top: 50%;
    font-size: 14px;
    margin-top: -1px;
  }
}
@media (min-width: 768px) {
  .main-nav > li {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .main-nav > li {
    font-size: 16px;
  }
}
.main-nav > li:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .main-nav > li + li {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .main-nav > li + li {
    padding: 0 0 0 45px;
  }
}
.main-nav > li.active > a {
  border-bottom-color: #F16E00;
}
.main-nav > li.active > .drop {
  opacity: 1;
  visibility: visible;
}
.main-nav > li > a {
  display: block;
}
@media (min-width: 768px) {
  .main-nav > li > a {
    padding-bottom: 23px;
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .main-nav > li > a {
    padding-bottom: 29px;
    border-width: 2px;
  }
}
.main-nav > li > a:hover, .main-nav > li > a:focus {
  color: #fff;
  border-bottom-color: #F16E00;
}
.main-nav > li i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -6px 7px 0 0;
}
@media (min-width: 1200px) {
  .main-nav > li i {
    font-size: 24px;
    margin: -9px 10px 0 0;
  }
}
.main-nav .drop {
  transition: left 0.3s ease-in-out;
  background: #000;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4;
  width: 100%;
  /* &:before {
        
          @include media('≥tablet') {
            background: $black;
            border-top: 1px solid #202020;
            content: "";
            position: absolute;
            left: -999px;
            top: 0;
            right: -999px;
            bottom: 0;
          }
        } */
}
@media (min-width: 768px) {
  .main-nav .drop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.main-nav .rich-menu {
  background: #000;
  color: #fff;
  font-weight: normal;
}
@media (min-width: 768px) {
  .main-nav .rich-menu {
    font-size: 12px;
    padding: 30px;
    background: #fff;
    color: #000;
  }
}
.main-nav .rich-menu:before {
  background: #fff;
}
@media (min-width: 768px) {
  .main-nav .rich-menu ul {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .main-nav .rich-menu ul {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .main-nav .rich-menu li {
    margin: 0 0 4px;
  }
}
.main-nav .rich-menu a:before {
  display: none;
}
.main-nav .rich-menu .title {
  color: #999;
}
.main-nav .rich-menu a.title:hover {
  color: #F16E00;
}
@media (min-width: 768px) {
  .main-nav .rich-menu .title {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .main-nav .rich-menu .title {
    border-top: 1px solid #202020;
    background: #0E0E0E;
  }
  .main-nav .rich-menu .client {
    display: block;
    margin: 0;
  }
  .main-nav .rich-menu .client.m-r-md {
    padding: 10px 0;
  }
  .main-nav .rich-menu .client.m-r-md .col-sm-2 {
    text-align: center;
  }
  .main-nav .rich-menu .client.m-r-md .col-sm-2 img {
    margin: 0 6px;
  }
  .main-nav .rich-menu .drop-open-close .slider {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .main-nav .drop-open-close.active .title:before, .main-nav .drop-open-close.active .sub-title:before {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .main-nav .drop-open-close .title, .main-nav .drop-open-close .sub-title {
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .main-nav .drop-open-close .title:before, .main-nav .drop-open-close .sub-title:before {
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    font-family: "icomoon-bwg" !important;
    right: 10px;
    top: 50%;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .main-nav .drop-open-close .slider {
    padding: 0 0 20px 30px;
    display: none;
  }
}
@media (min-width: 768px) {
  .main-nav .drop-open-close .slider {
    display: block !important;
  }
}
.main-nav .drop-open-close li {
  border: none;
}
@media (max-width: 767px) {
  .main-nav .drop-open-close li a {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .main-nav .drop-open-close a {
    padding: 0;
  }
}
.main-nav .drop-open-close a.sub-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-nav .drop-open-close a.sub-title {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .main-nav .drop-open-close a.sub-title {
    margin-bottom: 22px;
  }
  .main-nav .drop-open-close a.sub-title.opener {
    margin-bottom: 4px;
  }
}
.main-nav .drop-list {
  border-top: 1px solid #202020;
}
@media (min-width: 768px) {
  .main-nav .drop-list {
    position: relative;
    padding: 0 10px 0 75px;
  }
}
@media (min-width: 1200px) {
  .main-nav .drop-list {
    padding: 0 10px 0 88px;
  }
}
@media (min-width: 768px) {
  .main-nav .drop-list > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 533px;
    margin: 0 -9px;
  }
}
@media (min-width: 1200px) {
  .main-nav .drop-list > ul {
    max-width: 863px;
    margin: 0 -18px;
  }
}
@media (min-width: 768px) {
  .main-nav .drop-list > ul > li {
    padding: 7px 10px 7px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .main-nav .drop-list > ul > li {
    font-size: 18px;
    padding: 12px 30px;
  }
}
.main-nav .drop-list > ul > li.hover {
  color: #ffd200;
}
@media (min-width: 768px) {
  .main-nav .drop-list > ul > li.hover a.has-drop-down-a:before {
    opacity: 1;
    visibility: visible;
  }
}
.main-nav .drop-list > ul > li.hover .drop {
  opacity: 1;
  visibility: visible;
}
.main-nav .drop-list > ul > li > a {
  display: block;
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  .main-nav .drop-list > ul > li > a {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .main-nav .drop-list > ul > li > a.has-drop-down-a:before {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .main-nav .drop-list > ul > li > a.has-drop-down-a:before {
    border-width: 15px 15px 0 15px;
    bottom: -24px;
  }
}
.main-nav .drop-list > ul > li > a:hover {
  color: #ffd200;
}
.main-nav .drop-list > ul > li.active > a {
  color: #ffd200;
}
@media (min-width: 768px) {
  .main-nav .drop-list > ul.list-custom {
    max-width: none;
    display: block;
  }
  .main-nav .drop-list > ul.list-custom > li {
    display: inline-block;
  }
}
.main-nav .title {
  display: block;
  padding: 10px;
}
@media (min-width: 768px) {
  .main-nav .title {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .main-nav .title {
    font-size: 20px;
  }
}
.main-nav .sub-title {
  display: block;
  padding: 10px;
}
@media (min-width: 768px) {
  .main-nav .sub-title {
    margin-bottom: 4px;
    font-size: 14px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .main-nav .sub-title {
    font-size: 16px;
  }
}
.main-nav .client {
  background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/people-success.svg') no-repeat 10px center;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 14px 20px 14px 40px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
.main-nav .client.tv {
  background-position: 10px 14px;
}
@media (min-width: 768px) {
  .main-nav .client.tv {
    max-width: 248px;
  }
}
.main-nav .client:hover {
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .main-nav .menu-boutiques-titre a {
    padding: 0;
  }
}
.add-nav-info {
  background: #ffb4e6;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  overflow: visible;
  padding: 3px 8px;
  /* &:before {
    
      @include media('≥tablet') {
        background: #eeeeee;
        content: "";
        position: absolute;
        left: -9999px;
        top: 0;
        right: -9999px;
        bottom: 0;
      }
    } */
}
@media (min-width: 1200px) {
  .add-nav-info {
    font-size: 14px;
    padding: 3px 12px;
  }
}
.add-nav-info:after {
  display: none;
}
@media (min-width: 768px) {
  .add-nav-info ul {
    position: relative;
    margin: 0 !important;
  }
}
.add-nav-info li {
  padding: 0 18px 0 0;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .add-nav-info li {
    padding: 0 25px 0 0;
  }
}
.add-nav-info li + li {
  padding: 0 18px;
}
@media (min-width: 1200px) {
  .add-nav-info li + li {
    padding: 0 25px;
  }
}
.add-nav-info li.active {
  color: #F16E00;
}
.add-nav-info a {
  color: inherit;
}
.add-nav-info a:hover, .add-nav-info a:focus {
  color: #fff;
}
.nav-opener {
  position: absolute;
  top: -36px;
  right: 10px;
  width: 32px;
  height: 40px;
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  margin: 0 -10px 0 0;
  z-index: 10;
}
.nav-opener:before, .nav-opener:after, .nav-opener span {
  transition: all 0.3s ease-in-out;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 2px;
  margin-top: -2px;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 9px;
}
.nav-opener:after {
  top: 23px;
}
/* close button transition */
.close-btn span, .nav-active .nav-opener span, .nav-active .nav-opener em {
  opacity: 0;
}
.nav-opener:hover {
  opacity: 0.9;
}
.close-btn:after, .close-btn:before, .nav-active .nav-opener:after, .nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}
.close-btn:after, .nav-active .nav-opener:after {
  transform: rotate(-45deg);
}
.header-icon {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 0 31px 4px 0;
}
@media (min-width: 768px) {
  .header-icon {
    padding: 0 0 4px;
  }
}
@media (min-width: 1200px) {
  .header-icon {
    padding: 0;
  }
}
.header-icon span {
  position: relative;
  font-size: 23px;
}
@media (min-width: 768px) {
  .header-icon span {
    padding: 5px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .header-icon span {
    font-size: 24px;
  }
}
.header-icon span + span {
  padding-left: 18px;
}
.header-icon sup {
  width: 16px;
  height: 16px;
  background: #527ebd;
  border-radius: 100%;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 2px;
  position: absolute;
  top: 3px;
  right: -3px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .header-icon sup {
    display: none;
  }
}
@media (min-width: 768px) {
  .form-search {
    background: #232323;
    padding: 7px 9px;
    position: relative;
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .form-search {
    max-width: 200px;
    padding: 9px 10px 11px 10px;
  }
}
.form-search input, .form-search button {
  border: none;
  background: none;
  color: #fff;
}
.form-search input::-webkit-input-placeholder, .form-search button::-webkit-input-placeholder {
  color: #fff;
}
.form-search input::-moz-placeholder, .form-search button::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.form-search input:-moz-placeholder, .form-search button:-moz-placeholder {
  color: #fff;
}
.form-search input:-ms-input-placeholder, .form-search button:-ms-input-placeholder {
  color: #fff;
}
.form-search input.placeholder, .form-search button.placeholder {
  color: #fff;
}
.form-search input:focus, .form-search button:focus {
  outline: none;
}
.form-search input {
  padding-left: 27px;
  width: 100%;
}
@media (min-width: 1200px) {
  .form-search input {
    padding-left: 45px;
  }
}
.form-search button {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
@media (min-width: 1200px) {
  .form-search button {
    font-size: 16px;
    left: 14px;
  }
}
.img-block {
  position: relative;
  margin-bottom: 30px;
}
.img-block:last-child .img-logo {
  left: 10px;
  top: 10px;
}
.img-block:last-child .text {
  color: #000;
}
.img-block img {
  max-width: 100%;
  vertical-align: top;
}
.img-block .img-logo {
  position: absolute;
  left: 0;
  top: 0;
}
.img-block .btn {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
}
.img-block .btn:hover {
  color: #000;
}
.img-block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
}
.img-block.assistance {
  padding-top: 5px;
}
.img-block.assistance strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.img-block.assistance p {
  margin-bottom: 20px;
}
.img-block.assistance .p456 span {
  position: relative;
  padding-left: 50px;
  line-height: 30px;
}
.img-block.assistance .p456 span:before {
  content: "456";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  line-height: 30px;
}
.img-block.assistance .p456 span small {
  line-height: 15px;
  vertical-align: middle;
}
.img-block.assistance .p3900 img {
  max-width: 210px;
}
small.ml {
  position: absolute;
  bottom: 2px;
  color: #777;
  left: 10px;
  right: 0;
}
.js-hidden-slide {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 100% !important;
}
#wrapper:before {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.nav-active #wrapper:before {
  opacity: 1;
  visibility: visible;
}
.page-heading {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.page-heading p {
  font-size: 14px;
  font-weight: bold;
}
.page-heading p a {
  display: inline-block;
  color: #000;
}
.page-heading p a:hover, .page-heading p a.active {
  color: #F16E00;
}
.page-heading .header-row .header-row-inner {
  position: relative;
}
.page-heading .header-row .header-row-inner img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-heading .header-row p {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .page-heading .header-row p {
    margin-bottom: 25px;
  }
}
.page-heading .header-row p span {
  display: inline-block;
  margin: 0 3px 0 0;
}
@media (min-width: 768px) {
  .page-heading .header-row p span {
    margin: 0 10px;
  }
}
.page-heading .header-row a[href$="#"]:hover {
  cursor: default;
  color: #000;
}
.page-heading .header-row h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-heading .header-row h1 {
    font-size: 60px;
  }
}
.page-heading .menu-row p {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .page-heading .menu-row p {
    margin-top: 15px;
  }
}
.page-heading .menu-row a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page-heading .menu-row a {
    position: relative;
    display: none;
    padding: 7px 0;
    width: 100%;
    font-size: 16px;
  }
  .page-heading .menu-row a.menu-opener {
    display: block;
    color: #F16E00;
  }
  .page-heading .menu-row a.menu-opener::before {
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    font-family: "icomoon-bwg" !important;
    right: 10px;
    top: 50%;
    font-size: 10px;
  }
  .page-heading .menu-row.expanded a {
    display: block;
  }
  .page-heading .menu-row.expanded a.menu-opener::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .page-heading .menu-row.expanded a.active {
    display: none;
  }
}
.requires-js {
  display: none;
}
.list-inline li {
  vertical-align: top;
}
.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1200px) {
  #main {
    padding-bottom: 34px;
  }
}
.walledgarden-masked {
  position: relative;
}
.walledgarden-masked:before {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(35, 35, 35, 0.7);
  z-index: 15;
  opacity: 1;
  visibility: visible;
}
#gallery-holder {
  position: relative;
  z-index: 10;
}
.gallery {
  margin-bottom: 22px;
  line-height: 0;
}
@media (max-width: 767px) {
  .gallery {
    position: relative;
  }
}
@media (min-width: 768px) {
  .gallery {
    margin-bottom: 77px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-bottom: 90px;
  }
}
.gallery.container-fluid {
  max-width: 1400px;
}
.gallery .mask {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.428571429;
}
@media (min-width: 768px) {
  .gallery .mask {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .gallery .mask {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.gallery .slideset {
  width: 100%;
  float: left;
}
.gallery .slide {
  width: 100%;
  float: left;
  display: none;
  /*
        min-height: 300px;
        @include media('≥tablet') {
            min-height: 340px;
        }
        @include media('≥desktop') {
            min-height: 400px;
        }
        */
}
.gallery .slide img {
  width: 100%;
  height: auto;
}
.gallery .slide.active {
  z-index: 2;
}
.gallery .slide texts h1 {
  position: relative;
  left: 115px;
  top: 16px;
  color: black;
  z-index: 2;
}
.gallery .slide texts {
  position: relative;
  left: 115px;
  top: 16px;
  color: black;
  z-index: 2;
}
.gallery .slide h1 {
  position: relative;
  left: 115px;
  top: 16px;
  color: black;
  z-index: 2;
}
.gallery .mask .slideset .texts {
  position: relative;
  left: 115px;
  top: 16px;
  color: black;
  z-index: 2;
}
@media (max-width: 767px) {
  .gallery .mask .slideset .texts {
    left: 15px;
  }
}
@media (max-width: 479px) {
  .gallery .mask .slideset .texts {
    left: 15px;
  }
}
.gallery.gallery-js-ready .slide, .gallery .slide:first-child {
  display: block;
}
.gallery .pagination {
  position: absolute;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.428571429;
}
@media (max-width: 767px) {
  .gallery .pagination {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    font-size: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .gallery .pagination {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-left: -15px;
    margin-right: -15px;
    background: #000;
    font-weight: bold;
    width: calc(100% + 30px);
  }
}
@media (min-width: 1200px) {
  .gallery .pagination {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }
}
.gallery .pagination ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gallery .pagination ul:after, .gallery .pagination ul:before {
  display: none;
}
.gallery .pagination li {
  padding: 0 4px;
}
@media (min-width: 768px) {
  .gallery .pagination li {
    padding: 0;
    display: flex;
    flex: 1;
  }
}
.gallery .pagination li.active a {
  background: #F16E00;
  text-decoration: none;
}
.gallery .pagination a {
  color: #fff;
  display: block;
  padding: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .gallery .pagination a {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .gallery .pagination a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.gallery .pagination a:hover, .gallery .pagination a:focus {
  background: #F16E00;
  text-decoration: none;
}
@media (max-width: 767px) {
  .gallery.tabs-header {
    padding: 0;
  }
  .gallery.tabs-header .pagination {
    bottom: 0;
    font-size: 14px;
    left: 0%;
    line-height: 20px;
    transform: none;
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .gallery.tabs-header .pagination ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .gallery.tabs-header .pagination li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .gallery.tabs-header .pagination a {
    background: #000;
    border-radius: 0;
    height: auto;
    width: 100%;
    padding: 10px;
    display: block;
  }
}
.img-links {
  font-weight: bold;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .img-links {
    margin-bottom: 46px;
  }
}
@media (min-width: 1200px) {
  .img-links {
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) {
  .img-links .block-list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .img-links .block-list li {
    display: flex;
  }
}
.img-links .block-list a {
  background: #000;
}
.img-links .block-list .text {
  width: 100%;
}
.img-links a {
  transition: color 0.3s ease-in-out;
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
}
.img-links a:before {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.img-links a:hover {
  text-decoration: none;
  color: #F16E00;
}
.img-links a:hover:before {
  opacity: 1;
  visibility: visible;
}
.img-links .text {
  display: block;
  background: #000;
  padding: 6px 10px;
  position: relative;
  font-size: 15px;
}
@media (min-width: 768px) {
  .img-links .text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .img-links .text {
    font-size: 18px;
    padding: 13px 18px;
  }
}
.block-list {
  margin: 0 auto;
  max-width: 480px;
  letter-spacing: -0.36em;
}
@media (min-width: 768px) {
  .block-list {
    margin: 0 -4px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .block-list {
    margin: 0 -6px;
  }
}
.block-list li {
  padding-bottom: 12px;
  letter-spacing: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .block-list li {
    width: 20%;
    padding: 0 4px 5px;
  }
}
@media (min-width: 1200px) {
  .block-list li {
    padding: 0 6px 5px;
  }
}
.block-list h3 {
  min-height: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block-list h3 {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .block-list h3 {
    min-height: 45px;
    margin-bottom: 12px;
  }
}
.block-list img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.rating {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .rating {
    font-size: 16px;
  }
}
.rating.rating-enable a:hover, .rating.rating-enable a:hover ~ a {
  color: #F16E00;
  cursor: pointer;
}
.rating .rating-holder {
  float: left;
}
.rating a {
  float: right;
  color: #ccc;
  text-decoration: none;
  margin-right: 3px;
}
.rating a.setted ~ a, .rating a.setted {
  color: #F16E00;
  cursor: pointer;
}
.sticker-block {
  height: 23px;
}
@media (min-width: 1200px) {
  .sticker-block {
    height: 30px;
  }
}
.sticker {
  position: relative;
  display: block;
  padding: 0;
  color: #000;
}
.sticker:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 13px 11.5px 0;
  border-color: transparent #50be87 transparent transparent;
}
@media (min-width: 1200px) {
  .sticker:before {
    border-width: 15px 17px 16px 0;
  }
}
.sticker:after {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  border-radius: 100%;
  background: #fff;
  left: 15px;
}
@media (min-width: 1200px) {
  .sticker:after {
    width: 8px;
    height: 8px;
    left: 18px;
  }
}
.sticker.pink:before {
  border-color: transparent #ffb4e6 transparent transparent;
}
.sticker.pink span {
  background: #ffb4e6;
}
.sticker.yellow:before {
  border-color: transparent #ffd200 transparent transparent;
}
.sticker.yellow span {
  background: #ffd200;
}
.sticker.blue:before {
  border-color: transparent #4bb4e6 transparent transparent;
}
.sticker.blue span {
  background: #4bb4e6;
}
.sticker span {
  background: #50be87;
  padding: 4px 11px 3px 15px;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media (min-width: 1200px) {
  .sticker span {
    font-size: 14px;
    padding: 5px 17px 6px;
  }
}
.sticker i {
  margin: 0 5px 0 0;
  font-size: 17px;
}
.section-info .img {
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .section-info .img {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section-info .img {
    padding-bottom: 62px;
  }
}
.section-info .img a {
  min-height: 177px;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-info .img a {
    max-width: none;
    min-height: 280px;
  }
}
@media (min-width: 1200px) {
  .section-info .img a {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .section-info .img .text {
    top: 45px;
    left: 62px;
  }
}
@media (max-width: 1199px) {
  .section-info .img h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-info .img h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section-info h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-info h2 {
    font-size: 40px;
    line-height: 1;
  }
}
.section-info a {
  position: relative;
  display: block;
}
.section-info a:before {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.section-info a:hover:before {
  visibility: visible;
  opacity: 1;
}
.section-info a:hover .text {
  color: #F16E00;
}
.section-info a:hover .play-btn:after {
  border-color: transparent transparent transparent #F16E00;
}
.section-info .text-white {
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  left: 17px;
  color: #fff;
  font-weight: bold;
  z-index: 5;
}
.section-info img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.section-info .img {
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .section-info .img {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section-info .img {
    padding-bottom: 62px;
  }
}
.section-info .img a {
  min-height: 177px;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-info .img a {
    max-width: none;
    min-height: 280px;
  }
}
@media (min-width: 1200px) {
  .section-info .img a {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .section-info .img .text {
    top: 45px;
    left: 62px;
  }
}
@media (max-width: 1199px) {
  .section-info .img h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-info .img h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section-info h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-info h2 {
    font-size: 40px;
    line-height: 1;
  }
}
.section-info a {
  position: relative;
  display: block;
}
.section-info a:before {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.section-info a:hover:before {
  visibility: visible;
  opacity: 1;
}
.section-info a:hover .text {
  color: #F16E00;
}
.section-info a:hover .play-btn:after {
  border-color: transparent transparent transparent #F16E00;
}
.section-info .text {
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  left: 17px;
  color: #000;
  font-weight: bold;
  z-index: 5;
}
.section-info .text-white {
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  left: 17px;
  color: #fff;
  font-weight: bold;
  z-index: 5;
}
.section-info img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.info-flex .yellow-block a {
  background: #ffd200;
}
.info-flex .green-block a {
  background: #50be87;
}
.info-flex .pink-block a {
  background: #ffb4e6;
}
.info-flex .blue-block a {
  background: #4bb4e6;
}
.info-flex .purple-block a {
  background: #a885d8;
}
@media (min-width: 768px) {
  .info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -4px;
    padding: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .info-flex {
    margin: 0 -6px;
    padding: 0 0 54px;
  }
}
.info-flex .block {
  width: 100%;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .info-flex .block {
    display: flex;
    padding: 0 4px 8px;
    width: 33.333%;
  }
  .info-flex .block.row2 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .info-flex .block {
    padding: 0 6px 10px;
  }
  .info-flex .block.row2 > a {
    min-height: 307px;
  }
  .info-flex .block h2 {
    font-size: 30px;
  }
}
.info-flex .block > a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 180px;
  margin: 0 auto;
  max-width: 290px;
}
@media (min-width: 768px) {
  .info-flex .block > a {
    max-width: none;
    min-height: 185px;
  }
}
@media (min-width: 1200px) {
  .info-flex .block > a {
    min-height: 283px;
  }
}
.info-flex .nopointer {
  pointer-events: none !important;
}
.info-flex .blue-block img {
  margin-right: 30px;
  width: 24%;
}
@media (min-width: 768px) {
  .info-flex .blue-block img {
    width: 31.29%;
  }
}
.info-flex .green-block.options-mobile a {
  justify-content: center;
  align-items: center;
}
.info-flex .green-block.options-mobile a img {
  margin: 40px 0 0;
  width: 44.74%;
}
.info-flex .green-block.options-internet a img {
  width: 80%;
  height: auto;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .info-flex .green-block.options-internet a .text {
    right: 60px;
  }
  .info-flex .green-block.options-internet a img {
    width: 55%;
    height: auto;
    margin-right: 5%;
  }
}
.info-flex .block-girl a {
  position: relative;
}
.info-flex .block-girl .bg-stretch {
  background-size: cover;
  background-position: right center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.info-flex .yellow-block .text {
  max-width: 60%;
}
.info-flex .yellow-block img {
  margin-bottom: 10px;
  width: 92%;
}
@media (max-width: 767px) {
  .info-flex .yellow-block img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .info-flex .pink-block img {
    width: 75%;
  }
}
.info-flex .half-block {
  display: flex;
  margin: 0 auto;
  width: 290px;
}
@media (min-width: 768px) {
  .info-flex .half-block {
    padding: 0 4px 8px;
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .info-flex .half-block {
    padding: 0 6px 12px;
  }
}
.info-flex .half-block > a, .info-flex .half-block .box-info {
  background: #000;
  width: 100%;
  min-height: 177px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-flex .half-block > a, .info-flex .half-block .box-info {
    margin-bottom: 0;
  }
}
.info-flex .half-block > a:hover, .info-flex .half-block > a:focus, .info-flex .half-block .box-info:hover, .info-flex .half-block .box-info:focus {
  text-decoration: none;
}
.info-flex .description {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  z-index: 5;
  padding: 12px 10px;
}
@media (min-width: 768px) {
  .info-flex .description {
    font-size: 20px;
    padding: 7px 10px;
  }
}
@media (min-width: 1200px) {
  .info-flex .description {
    padding: 9px 12px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
  }
}
.info-flex .description mark {
  background: none;
  color: #F16E00;
}
.info-flex .description i {
  font-size: 20px;
  padding: 0 4px;
}
@media (min-width: 1200px) {
  .info-flex .description i {
    font-size: 32px;
  }
}
.video {
  position: relative;
}
.video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 5;
}
.video .play-btn:before {
  width: 38px;
  height: 38px;
  content: "";
  border-radius: 100%;
  background: #000;
  display: block;
}
@media (min-width: 768px) {
  .video .play-btn:before {
    width: 47px;
    height: 47px;
  }
}
@media (min-width: 1200px) {
  .video .play-btn:before {
    width: 78px;
    height: 78px;
  }
}
.video .play-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: border-color 0.3s ease-in-out;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 17px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 2px;
}
@media (min-width: 768px) {
  .video .play-btn:after {
    border-width: 10px 0 10px 21px;
    margin: 0 0 0 3px;
  }
}
@media (min-width: 1200px) {
  .video .play-btn:after {
    border-width: 18px 0 18px 33px;
    margin: 0 0 0 5px;
  }
}
.video img {
  width: 100%;
}
.box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 768px) {
  .box-info {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .box-info {
    padding: 20px;
  }
}
.box-info .holder {
  overflow: hidden;
  color: #fff;
}
.box-info .img-logo {
  margin: 0 16px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .box-info .img-logo {
    margin-right: 22px;
  }
}
@media (min-width: 1200px) {
  .box-info .img-logo {
    margin-right: 38px;
  }
}
.box-info .logo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
}
@media (min-width: 768px) {
  .box-info .logo-text {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .box-info .logo-text {
    font-size: 18px;
  }
}
.box-info img {
  width: 67px;
  height: 67px;
}
@media (min-width: 768px) {
  .box-info img {
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 1200px) {
  .box-info img {
    width: 137px;
    height: 137px;
  }
}
.box-info .title-block {
  overflow: hidden;
}
@media (min-width: 768px) {
  .box-info .title-block {
    max-width: 185px;
  }
}
@media (min-width: 1200px) {
  .box-info .title-block {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .box-info .title-block h2 {
    line-height: 1.2;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .box-info .title-block h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .box-info .title-block h2 {
    font-size: 31px;
    line-height: 1.1;
  }
}
.box-info .btn-block {
  display: flex;
  justify-content: flex-end;
  white-space: normal;
}
@media (min-width: 768px) {
  .box-info .btn-block {
    padding: 0 5px 5px 0;
  }
}
@media (min-width: 1200px) {
  .box-info .btn-block {
    padding: 0;
  }
}
.box-info .btn-default {
  border-color: #fff;
  background: none;
  padding: 5px 18px 4px;
  margin: 0 10px 10px 0;
}
@media (min-width: 768px) {
  .box-info .btn-default {
    padding: 8px 16px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .box-info .btn-default {
    padding: 8px 18px;
  }
}
.box-info .btn-default:hover {
  background: #fff;
  color: #000;
}
.box-info .btn-default:before {
  display: none;
}
.ajax_progress {
  opacity: 0.5;
  pointer-events: none;
  cursor: progress;
}
.pagination > li > a, .pagination > li > span, .pagination > li.disabled > span, .pagination > li.disabled > span:hover, .pagination > li.disabled > span:focus {
  border-width: 2px;
  border-color: transparent;
  font-weight: bold;
  font-size: 18px;
  background: transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  border-color: #000;
  background: transparent;
  color: #000;
}
.pagination > .active > a, .pagination > .active a:hover > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background: #000;
  border-color: transparent;
}
.pagination > li.prev > a, .pagination > li.prev > a:hover > a:focus, .pagination > li.prev > span, .pagination > li.prev > span:hover, .pagination > li.prev > span:focus, .pagination li.next > a, .pagination li.next > a:hover > a:focus, .pagination li.next > span, .pagination li.next > span:hover, .pagination li.next > span:focus {
  border-color: #000;
  font-weight: regular;
  font-size: 16px;
  padding-top: 9px;
}
.pagination > li.prev > a:hover, .pagination li.next > a:hover {
  background: #000;
  color: #fff;
}
.pagination > li.prev.disabled, .pagination li.next.disabled {
  display: none;
}
.panel-eshop {
  border-color: #ddd;
  border: none;
  box-shadow: none;
}
.panel-eshop > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-eshop > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-eshop > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-eshop > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-group .panel-eshop + .panel-eshop {
  margin-top: 15px;
}
.panel-eshop > .panel-heading {
  padding: 0;
}
.panel-eshop > .panel-heading h4 {
  padding: 0;
}
.panel-eshop > .panel-heading h4 a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
}
.panel-eshop > .panel-heading h4 a:before {
  content: "";
  font-family: "icomoon-bwg" !important;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  right: 15px;
  top: 50%;
  font-size: 10px;
  margin-top: 1px;
}
.panel-eshop > .panel-heading h4 a.collapsed:before {
  transform: translateY(-50%);
}
.panel-eshop .panel-body {
  border: none !important;
}
.tabs-eshop > .nav-tabs {
  border-bottom: 2px solid #000;
}
.tabs-eshop > .nav-tabs > li {
  margin-bottom: -2px;
}
.tabs-eshop > .nav-tabs > li > a {
  border: 2px solid transparent;
  border-radius: 0;
  font-weight: bold;
  color: #000;
  padding: 7px 40px;
}
.tabs-eshop > .nav-tabs > li > a:hover {
  color: #fff;
  background: #000;
}
.tabs-eshop > .nav-tabs > li.active > a, .tabs-eshop > .nav-tabs > li.active > a:hover, .tabs-eshop > .nav-tabs > li.active > a:focus {
  border: 2px solid #000;
  border-bottom-color: transparent;
  background: #fff;
  color: #000;
}
.tabs-eshop > .tab-content {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .tabs-eshop > .nav-tabs {
    border: none;
  }
  .tabs-eshop > .nav-tabs > li {
    float: none;
  }
  .tabs-eshop > .nav-tabs > li > a, .tabs-eshop > .nav-tabs > li > a:hover {
    display: block;
    border: 2px solid #000;
    padding: 7px 15px;
  }
  .tabs-eshop > .nav-tabs > li.active > a, .tabs-eshop > .nav-tabs > li.active > a:hover {
    background: #000;
    color: #fff;
  }
}
.btn.btn-inverse {
  border: 2px solid #000;
  color: #000;
}
.btn.btn-inverse:hover {
  background: #000;
  color: #fff;
}
.contact-orange-block *, .contact-orange-block-rv * {
  display: inline-block;
  vertical-align: middle;
}
.contact-orange-block .icon-ore-control-centre, .contact-orange-block-rv .icon-ore-control-centre {
  font-size: 53px;
}
.contact-orange-block .text-3900, .contact-orange-block-rv .text-3900 {
  width: 240px;
}
.contact-orange-block .rdv-boutique, .contact-orange-block .contact-email, .contact-orange-block-rv .rdv-boutique, .contact-orange-block-rv .contact-email {
  color: #000;
}
.contact-orange-block .rdv-boutique:hover, .contact-orange-block .contact-email:hover, .contact-orange-block-rv .rdv-boutique:hover, .contact-orange-block-rv .contact-email:hover {
  color: #F16E00;
}
.contact-orange-block .rdv-boutique .icon-ore-map-pin, .contact-orange-block .rdv-boutique .icon-ore-email-message-enveloppe, .contact-orange-block .contact-email .icon-ore-map-pin, .contact-orange-block .contact-email .icon-ore-email-message-enveloppe, .contact-orange-block-rv .rdv-boutique .icon-ore-map-pin, .contact-orange-block-rv .rdv-boutique .icon-ore-email-message-enveloppe, .contact-orange-block-rv .contact-email .icon-ore-map-pin, .contact-orange-block-rv .contact-email .icon-ore-email-message-enveloppe {
  font-size: 53px;
  margin-right: 5px;
}
.contact-orange-block .rdv-boutique .rdv-boutique-text, .contact-orange-block .rdv-boutique .contact-email-text, .contact-orange-block .contact-email .rdv-boutique-text, .contact-orange-block .contact-email .contact-email-text, .contact-orange-block-rv .rdv-boutique .rdv-boutique-text, .contact-orange-block-rv .rdv-boutique .contact-email-text, .contact-orange-block-rv .contact-email .rdv-boutique-text, .contact-orange-block-rv .contact-email .contact-email-text {
  width: 150px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.contact-orange-block .contact-email .contact-email-text, .contact-orange-block-rv .contact-email .contact-email-text {
  width: 600px;
}
@media (max-width: 767px) {
  .contact-orange-block .contact-email .contact-email-text, .contact-orange-block-rv .contact-email .contact-email-text {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .contact-orange-block img + .rdv-boutique, .contact-orange-block-rv img + .rdv-boutique {
    margin-top: 10px;
  }
}
.col-md-3 .contact-orange-block .text-3900, .col-md-3 .contact-orange-block-rv .text-3900 {
  width: 210px;
}
.col-md-3 .contact-orange-block .rdv-boutique, .col-md-3 .contact-orange-block-rv .rdv-boutique {
  margin-top: 10px;
}
.contact-orange-block-rv .rdv-boutique .icon-ore-map-pin {
  margin-left: -10px;
}
.features-panel-group .panel-body {
  padding: 0;
}
.features-panel-group p {
  margin: 0;
  padding: 10px 15px;
}
.features-panel-group p + p {
  border-top: 1px solid #eee;
}
.princing-panel-group .panel-heading, .eshop-panel-group .panel-heading {
  background: transparent;
  border-bottom: 2px solid #ccc;
}
.princing-panel-group .panel-heading h4, .eshop-panel-group .panel-heading h4 {
  font-size: 30px;
}
.princing-panel-group .panel-heading h4 a, .eshop-panel-group .panel-heading h4 a {
  padding: 10px 40px 10px 0;
}
.princing-panel-group .panel-heading h4 a::before, .eshop-panel-group .panel-heading h4 a::before {
  font-size: 20px;
}
.princing-panel-group .panel-heading-fake, .eshop-panel-group .panel-heading-fake {
  border: none;
}
.princing-panel-group .panel-body, .eshop-panel-group .panel-body {
  padding: 0;
}
.princing-panel-group .panel + .panel, .eshop-panel-group .panel + .panel {
  margin-top: 40px;
}
.princing-panel-group .panel-body p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0;
}
.princing-panel-group .panel-body p + p {
  border-top: 1px solid #eee;
}
.mentions-legales {
  margin-top: 50px;
}
.mentions-legales p {
  color: #232323;
  font-size: 12px;
  margin-bottom: 15px;
}
.mentions-legales p.title {
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
.mentions-legales.collapsible p.title span {
  cursor: pointer;
  position: relative;
}
.mentions-legales.collapsible p.title span:after {
  position: absolute;
  content: "";
  font-family: "icomoon-bwg" !important;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  margin-top: 1px;
  margin-left: 5px;
  font-size: 10px;
}
.mentions-legales.collapsible p.title.collapsed span:after {
  transform: translateY(-50%);
}
a[href$="#todo"], a[href$="#todo"] span {
  color: red !important;
}
.renvois-section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .renvois-section {
    margin-top: 40px;
  }
}
.renvois-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.renvois-section .block {
  padding: 20px;
  position: relative;
  max-width: 385px;
  height: 167px;
}
@media (max-width: 767px) {
  .renvois-section .block {
    margin-bottom: 20px;
  }
}
.renvois-section .block img {
  position: absolute;
}
.renvois-section .block .img-offre-bienvenue {
  width: 35%;
  bottom: 0;
  left: 62%;
}
.renvois-section .block .img-telephone-fixe {
  width: 36%;
  left: 59%;
  bottom: 10px;
}
.renvois-section .block .img-dance-party {
  width: 40%;
  left: 59%;
  bottom: 0;
}
.circle-steps, .numbered-steps {
  text-align: center;
}
.circle-steps ol, .numbered-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.circle-steps ol li, .numbered-steps ol li {
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  float: left;
  width: 195px;
  height: 195px;
  padding: 0 20px;
  display: inline-block;
  border-radius: 195px;
  background: #000;
  color: #fff;
  text-align: center;
  margin-right: 110px;
  position: relative;
}
.circle-steps ol li:before, .numbered-steps ol li:before {
  padding-top: 10px;
  content: "1";
  color: #ffd200;
  display: block;
  font-size: 60px;
  line-height: 80px;
}
.circle-steps ol li:after, .numbered-steps ol li:after {
  content: "a";
  color: #000;
  opacity: 0.57;
  position: absolute;
  left: 225px;
  top: 75px;
  font: 45px "orange-reunion";
}
@media (max-width: 1199px) {
  .circle-steps ol li, .numbered-steps ol li {
    width: 170px;
    height: 170px;
    margin-right: 75px;
    font-size: 15px;
    line-height: 17px;
  }
  .circle-steps ol li:before, .numbered-steps ol li:before {
    font-size: 40px;
    line-height: 60px;
  }
  .circle-steps ol li:after, .numbered-steps ol li:after {
    top: 60px;
    left: 183px;
  }
}
@media (max-width: 767px) {
  .circle-steps ol li, .numbered-steps ol li {
    margin-right: 0;
    margin-bottom: 75px;
    font-size: 15px;
    line-height: 17px;
    float: none;
    display: table;
  }
  .circle-steps ol li:before, .numbered-steps ol li:before {
    font-size: 40px;
    line-height: 60px;
  }
  .circle-steps ol li:after, .numbered-steps ol li:after {
    top: 183px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }
}
.circle-steps ol li:last-child, .numbered-steps ol li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.circle-steps ol li:last-child:after, .numbered-steps ol li:last-child:after {
  display: none;
}
.circle-steps ol li:nth-child(2):before, .numbered-steps ol li:nth-child(2):before {
  content: "2";
  color: #ffb4e6;
}
.circle-steps ol li:nth-child(3):before, .numbered-steps ol li:nth-child(3):before {
  content: "3";
  color: #50be87;
}
.circle-steps ol li:nth-child(4):before, .numbered-steps ol li:nth-child(4):before {
  content: "4";
  color: #4bb4e6;
}
.circle-steps ol li:nth-child(5):before, .numbered-steps ol li:nth-child(5):before {
  content: "5";
  color: #a885d8;
}
.numbered-steps {
  text-align: center;
}
.numbered-steps ol li {
  text-align: left;
  font-size: 25px;
  color: #000;
  background: transparent;
  border-radius: none;
  padding-left: 80px;
  width: 310px;
  height: auto;
  line-height: 30px;
  margin-right: 70px;
}
.numbered-steps ol li:before {
  color: #fff !important;
  background: #000;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  left: 0;
  display: block;
}
.numbered-steps ol li:after {
  opacity: 0.2;
  left: 295px;
  top: 10px;
}
@media (max-width: 1199px) {
  .numbered-steps ol {
    width: 90%;
  }
  .numbered-steps ol li {
    width: 35%;
    margin-right: 0;
    font-size: 20px;
    line-height: 21px;
    padding-right: 10%;
  }
  .numbered-steps ol li:after {
    left: 100%;
    margin-left: -20%;
  }
  .numbered-steps ol li:last-child {
    width: 30%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .numbered-steps ol li {
    width: 100%;
    margin: auto;
    min-height: 100px;
    padding-right: 0;
  }
  .numbered-steps ol li:after {
    top: 99%;
    margin-top: -50px;
    margin-left: -20px;
    left: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }
  .numbered-steps ol li:last-child {
    width: 100%;
    min-height: 60px;
  }
}
.bg-pink .numbered-steps li:before {
  color: #ffb4e6 !important;
}
.btn-group-plus {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.btn-group-plus li {
  padding: 0 60px 0 0;
  margin: 0;
  float: left;
  position: relative;
}
.btn-group-plus li:after {
  content: "+";
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  color: #000;
  top: 0;
  right: 15px;
}
.btn-group-plus li:last-child {
  padding-right: 0;
}
.btn-group-plus li:last-child:after {
  content: "";
  display: none;
}
@media (max-width: 1199px) {
  .btn-group-plus.btn-group-plus-sm-stack li {
    text-align: center;
    width: 100%;
    padding: 0 0 60px 0;
  }
  .btn-group-plus.btn-group-plus-sm-stack li:after {
    top: auto;
    bottom: 8px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .btn-group-plus.btn-group-plus-sm-stack li:last-child {
    padding-bottom: 0;
  }
  .btn-group-plus.btn-group-plus-sm-stack li:last-child:after {
    content: "";
    display: none;
  }
}
@media (max-width: 768px) {
  .btn-group-plus li {
    text-align: center;
    width: 100%;
    padding: 0 0 60px 0;
  }
  .btn-group-plus li:after {
    top: auto;
    bottom: 8px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .btn-group-plus li:last-child {
    padding-bottom: 0;
  }
  .btn-group-plus li:last-child:after {
    content: "";
    display: none;
  }
}
.seamless-top .page-heading {
  margin-bottom: 0;
}
.seamless-bottom #main {
  padding-bottom: 0;
}
.btn.btn-astuce, .well.well-astuce {
  background-color: #ffb4e6;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 20px;
  line-height: 19px;
}
.btn.btn-astuce:before, .well.well-astuce:before {
  content: "Astuce !";
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.btn.btn-astuce.untitled:before, .well.well-astuce.untitled:before {
  content: "";
}
.btn.btn-astuce {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  white-space: normal;
}
.btn.btn-astuce:hover {
  background: #000;
  color: #F16E00;
}
.btn.btn-astuce-print {
  font-weight: normal;
  position: relative;
  padding-right: 180px;
}
.btn.btn-astuce-print:hover {
  color: #fff;
}
.btn.btn-astuce-print:hover:before, .btn.btn-astuce-print:hover:after {
  color: #F16E00;
}
.btn.btn-astuce-print:after {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 45px;
  content: "+";
  font-family: "orange-reunion" !important;
  font-size: 65px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.well.well-astuce:before {
  margin-bottom: 5px;
}
.well.well-astuce > :last-child {
  margin-bottom: 0 !important;
}
.well.well-astuce.inline {
  display: inline-block;
}
.page-title0 {
  font-size: 30px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .page-title0 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .page-title0 {
    font-size: 60px;
  }
}
.page-title1 {
  font-size: 40px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .page-title1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .page-title1 {
    font-size: 40px;
  }
}
.page-title2 {
  font-size: 24px;
  margin-bottom: 28px;
  line-height: 33px;
}
@media (min-width: 768px) {
  .page-title2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .page-title2 {
    font-size: 28px;
  }
}
.page-title1 + .page-title2.text-orange, .page-title0 + .page-title2.text-orange, .page-title0 + .page-title1.text-orange {
  margin-top: -18px;
}
.discovery-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.discovery-icons li {
  padding: 0px 60px 50px 0px;
}
@media (max-width: 1199px) {
  .discovery-icons li {
    padding: 0px 40px 60px 0px;
  }
  .discovery-icons li h3 {
    padding: 15px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .discovery-icons li {
    padding: 0px 30px 40px 0px;
  }
  .discovery-icons li h3 {
    padding: 10px 0px 0px 0px;
  }
}
.discovery-icons li h3 {
  font-size: 24px;
  padding: 20px 0px 0px 0px;
}
.discovery-icons li h3 > a:hover {
  color: #F16E00;
}
.discovery-icons li i {
  font-size: 50px;
}
.discovery-icons li .btn-secondary:hover, .discovery-icons li .btn-secondary:active {
  background-color: black;
}
.discovery-icons li .btn-secondary:hover > a, .discovery-icons li .btn-secondary:active > a {
  color: white;
}
.discovery-icons li button {
  border-color: black;
  background-color: white;
}
.discovery-icons li button a {
  color: black;
}
.discovery-icons li button:hover {
  color: white;
}
.line-spacing-1-5 {
  line-height: 1.5;
}
.line-spacing-0-8 {
  margin-bottom: 5px;
}
#back-to-top {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  right: 30px;
  bottom: 30px;
  padding: 3px 4px 0 4px;
  font-size: 30px;
  line-height: 30px;
}
#back-to-top i::before {
  display: inline-block;
  transform: rotate(90deg);
}
.gsc-control-cse.gsc-table-result, .gsc-control-cse {
  font-size: 100% !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}
#cse .cse .gsc-control-cse, #cse .gsc-control-cse {
  padding: 0;
}
#cse .gsib_a {
  padding: 9px 15px;
}
#cse .gsc-input-box, #cse s.gsc-search-box .gsc-input > input:focus, #cse .gsc-input-box-focus {
  border-color: #999;
  height: auto;
  box-shadow: none;
}
#cse input.gsc-input {
  font-size: 15px;
}
#cse table.gsc-search-box td {
  vertical-align: top;
}
#cse input.gsc-search-button, #cse input.gsc-search-button-v2 {
  border-color: #303030;
  background: #303030;
  box-sizing: content-box;
  padding: 12px 27px;
  border-radius: 0;
  margin: 0;
}
#cse input.gsc-search-button:hover {
  border-color: #F16E00;
  background: #F16E00;
}
#cse .gsst_a {
  padding-top: 10px;
  padding-right: 10px;
}
#cse .gsst_a .gscb_a {
  color: #ccc;
}
#cse .gsst_a .gscb_a:hover {
  color: #666;
}
#cse .gcsc-branding-img-noclear img {
  width: auto;
}
#cse .gsc-results {
  width: 100%;
}
#cse .gsc-webResult.gsc-result, #cse .gsc-webResult .gsc-result {
  border: none;
  padding: 20px;
  margin: 20px 0;
  background: #f6f4f4;
}
#cse .gsc-webResult.gsc-result h3, #cse .gsc-webResult .gsc-result h3 {
  margin: 0;
}
#cse .gsc-webResult.gsc-result b, #cse .gsc-webResult .gsc-result b {
  background: #ffb4e6;
  padding: 0 5px;
}
#cse .gsc-webResult.gsc-result a:hover, #cse .gsc-webResult .gsc-result a:hover {
  color: #F16E00;
}
#cse .gsc-cursor-box {
  float: right;
}
#cse .gsc-cursor-page {
  font-weight: bold;
  font-size: 18px;
  background: transparent;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #000;
  border: 2px solid transparent;
  margin-left: -1px;
  margin-right: 0;
}
@media (max-width: 767px) {
  #cse .gsc-cursor-page {
    font-size: 12px;
    padding: 4px 8.5px;
  }
}
#cse .gsc-cursor-page:hover, #cse .gsc-cursor-page:focus {
  border-color: #000;
  background: transparent;
  color: #000;
}
#cse .gsc-cursor-current-page, #cse .gsc-cursor-current-page:hover, #cse .gsc-cursor-current-page:focus {
  color: #fff;
  background: #000;
  border-color: transparent;
}
.well.well-black {
  background: #000;
  border: none;
  color: #fff;
  border-radius: 0;
}
.well.well-black .btn.btn-default {
  border: 2px solid #fff;
  background: transparent;
}
.well.well-black .btn.btn-default:hover {
  background: #fff;
  color: #000;
}
.recharge-block {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.recharge-block img {
  z-index: 1;
}
.recharge-block .mask, .recharge-block .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  width: 100%;
  transition: 0.2s;
}
.recharge-block .mask {
  z-index: 2;
  background: #000;
  opacity: 0.8;
}
.recharge-block .text {
  z-index: 3;
  padding: 30px 15px;
}
.recharge-block .text span {
  font-size: 25px;
  color: #fff;
}
.recharge-block .text strong {
  display: block;
  font-size: 65px;
  line-height: 1;
  color: #F16E00;
}
@media (max-width: 767px) {
  .recharge-block .text {
    padding: 15px 10px;
  }
  .recharge-block .text span {
    font-size: 16px;
  }
  .recharge-block .text strong {
    font-size: 35px;
  }
}
.recharge-block:hover .mask, .recharge-block:hover .text {
  transition: 0.2s;
  left: 0;
}
.btn-orange {
  border: 0px solid #F16E00;
  background: #F16E00;
  color: #000000;
}
.btn-orange:hover {
  background: #fff;
  color: #000000;
}
.image-quinconce {
  width: 91%;
  margin: auto;
  clear: both;
  padding-top: 40px;
}
.image-quinconce .image, .image-quinconce .aside {
  width: 44%;
  float: left;
}
.image-quinconce .texte {
  width: 50%;
  float: left;
  padding-top: 20px;
}
.image-quinconce .image-xs {
  display: none;
}
.image-quinconce-gauche .image, .image-quinconce-gauche .aside {
  padding-right: 6%;
  width: 50%;
}
.image-quinconce-droite .texte {
  text-align: right;
  padding-right: 6%;
}
@media (max-width: 767px) {
  .image-quinconce, .image-quinconce-droite {
    width: 100%;
    padding: 0;
  }
  .image-quinconce .texte, .image-quinconce-droite .texte {
    text-align: left;
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 0;
  }
  .image-quinconce .image, .image-quinconce-droite .image {
    display: none;
  }
  .image-quinconce .image-xs, .image-quinconce-droite .image-xs {
    display: block;
    margin-bottom: 10px;
  }
  .image-quinconce .aside, .image-quinconce-droite .aside {
    width: 100%;
  }
}
ul.chevrons {
  list-style: none;
}
ul.chevrons > li::before {
  content: "a";
  font-family: "orange-reunion" !important;
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin-left: -17px;
}
dl.faq dt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
  cursor: pointer;
}
dl.faq dt:after {
  content: "-";
  color: #F16E00;
}
dl.faq dt.collapsed:after {
  content: "+";
}
dl.faq dt a {
  color: inherit;
}
dl.faq dd {
  margin-top: -10px;
  margin-bottom: 15px;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td[data-th]:before {
  content: attr(data-th);
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .rwd-table td[data-th]:before {
    display: none;
  }
}
.rwd-table td.th-block[data-th]:before {
  display: block;
}
@media (min-width: 768px) {
  .rwd-table td.th-block[data-th]:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 768px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .rwd-table.th-block td[data-th]:before {
    display: block;
  }
}
.table-mobicarte {
  width: 100%;
}
.table-mobicarte thead tr {
  background: #f6f6f6;
}
.table-mobicarte tbody tr {
  background: #000;
  /*
        @include media('≥tablet') {
            &:hover{
                background: $orange;
            }
        }
        */
}
.table-mobicarte tbody tr:nth-child(even) {
  background-color: #333;
}
.table-mobicarte th, .table-mobicarte td {
  padding: 10px 20px;
  background: transparent;
}
.table-mobicarte th {
  color: #000;
  font-size: 16px;
  padding-top: 20px;
}
.table-mobicarte td {
  color: #fff;
}
@media (max-width: 767px) {
  .table-mobicarte.rwd-table tbody tr td {
    padding: 7px 20px;
    font-weight: bold;
  }
  .table-mobicarte.rwd-table tbody tr td:first-child {
    padding-top: 20px;
  }
  .table-mobicarte.rwd-table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .table-mobicarte.rwd-table tbody tr td[data-th]:before {
    font-weight: normal;
    color: #999;
  }
}
table thead th[data-sort] {
  cursor: pointer;
}
table thead th[data-sort].sorting-asc:after, table thead th[data-sort].sorting-desc:after {
  content: " ";
  font-family: "icomoon-bwg" !important;
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
}
table thead th[data-sort].sorting-asc:after {
  transform: rotate(180deg);
}
.channels-mosaique {
  list-style: none;
  margin: 0 -5px;
  padding: 20px 0 0 0;
}
.channels-mosaique li {
  width: 195px;
  height: 110px;
  float: left;
  display: table;
  padding: 5px;
}
.channels-mosaique li > a, .channels-mosaique li > figure {
  border: 2px solid #e9e9e9;
  display: table-cell;
  color: #000;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.channels-mosaique li > a img, .channels-mosaique li > figure img {
  width: 50%;
  height: auto;
}
.channels-mosaique li > a figcaption, .channels-mosaique li > figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e9e9e9;
  padding: 2px 4px;
  font-weight: bold;
  font-size: 13px;
}
.channels-mosaique li > a span, .channels-mosaique li > figure span {
  position: absolute;
  top: 0;
  right: 3px;
  font-weight: bold;
  font-size: 18px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.channels-mosaique li > a:hover {
  border-color: #000;
}
.channels-mosaique li > a:hover figcaption {
  color: #e9e9e9;
  background: #000;
}
@media (max-width: 1199px) {
  .channels-mosaique li {
    width: 163px;
    height: 92px;
  }
}
@media (max-width: 767px) {
  .channels-mosaique li {
    width: 150px;
    height: 85px;
  }
  .channels-mosaique li figcaption {
    font-size: 12px;
  }
}
.eshop-info {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  line-height: 20px;
}
.eshop-info::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  content: "S";
  font-family: "orange-reunion" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: inherit;
  text-transform: none !important;
  vertical-align: middle;
}
.star-chaines-tv-par-satellite::after {
  content: " * ";
  position: absolute;
  top: 0;
  right: 4%;
  font-size: 30px;
  font-weight: 300;
  color: #444444;
}
.page-parametrer-mon-mobile .iframe-parametrer-mon-mobile {
  border: 0;
}
@media (min-width: 768px) {
  .page-parametrer-mon-mobile .iframe-parametrer-mon-mobile {
    height: 1400px;
  }
}
@media (max-width: 767px) {
  .page-parametrer-mon-mobile .iframe-parametrer-mon-mobile {
    height: 2200px;
  }
}
.throbber {
  width: 100%;
  height: 100%;
  position: relative;
}
.throbber:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 2px solid #888888;
  border-bottom: 2px solid #f7f7ff;
  border-left: 2px solid #888888;
  border-right: 2px solid #f7f7ff;
  content: "";
  opacity: 0.5;
}
.throbber span {
  position: absolute;
  display: block;
  top: 60%;
  left: 25%;
  width: 50%;
  font-weight: bold;
  text-align: center;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
  height: 75rem;
}
.embed-responsive-1by1, .embed-responsive-square {
  padding-bottom: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-select > select.mobile-device {
    font-size: 16px;
  }
}
.tooltip .tooltip-inner {
  text-align: left;
  padding: 8px;
}
.tooltip .tooltip-inner .title {
  display: block;
  color: #F16E00;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0;
}
.tooltip.in {
  opacity: 1;
}
.bootstrap-select > select.mobile-device {
  font-size: 16px;
}
.table-recharges-hover-orange tbody tr:hover {
  background-color: #F16E00;
}
.espace-client-link-color li a {
  color: black;
}
.espace-client-link-color li a.text-white {
  color: #fff;
}
.text-grey {
  color: #727272;
}
.text-medium {
  font-weight: 500;
}
#show-embeded-video .embeded-video {
  display: block;
  position: relative;
  min-height: 177px;
  width: 100%;
  display: none;
  max-height: 264px;
}
#show-embeded-video iframe {
  max-height: 264px;
}
.eshop-modal .close {
  float: none;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  line-height: 20px;
}
.eshop-modal .close:hover {
  opacity: 0.6;
}
.eshop-modal .close img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.eshop-modal .modal-body {
  padding-top: 40px;
}
.texte_color_href_noir {
  color: black;
}
.well_couverture_4g {
  background-color: #F16E00;
  width: 35px;
  height: 35px;
}
.questions-font-size-4g {
  font-size: 20px;
}
.answers-font-size-4g {
  font-size: 16px;
}
.icon-xl {
  font-size: 40px;
}
.icon-middle {
  vertical-align: middle;
}
.btn-icon {
  position: relative;
}
.btn-icon > span {
  display: block;
  text-align: left;
  padding: 15px 15px 15px 55px;
}
.btn-icon > i {
  top: calc(50% - 10px);
  position: absolute;
  left: 20px;
}
.btn-icon > i.icon-xl {
  top: calc(50% - 20px);
}
.form-lg label {
  font-size: 18px;
  font-weight: bold;
}
.form-lg .form-control {
  border: 2px solid #000;
}
.internet-fibre-btn img {
  position: relative;
}
.internet-fibre-btn a {
  position: absolute;
  top: 75%;
  left: 5%;
}
.internet-fibre-btn_1 img {
  position: relative;
}
.internet-fibre-btn_1 a {
  position: absolute;
  top: 55%;
  left: 5%;
}
@media (max-width: 1199px) {
  .internet-fibre-btn_1 a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .internet-fibre-btn_1 a {
    font-size: 14px;
  }
}
.menu_internet_fibre_color {
  color: #orange !important;
}
.spip_documents img {
  max-width: 100%;
  height: auto;
}
.option-details-section .text-group-1 {
  max-width: 100%;
}
.option-details-section .text-group-1 h2 {
  max-width: 100% !important;
}
.font-weight-nor h3 {
  margin-bottom: 0px;
}
.font-weight-nor p {
  font-weight: normal !important;
  margin-top: 0px;
}
.font-weight-nor hr {
  border-width: 1px;
  border-style: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
  border-color: #f4f4f4;
}
@media (min-width: 1200px) {
  .bouquet-cine-video {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1199px) {
  .bouquet-cine-video {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .package-price .img-pastille-ocs {
    width: 60px;
    position: absolute;
    left: 40%;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .package-price .img-pastille-ocs {
    width: 80px;
    position: relative;
    top: -15px;
  }
}
.package-price .promo_tag:after {
  content: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/pastille-seule.png');
  position: absolute;
  top: 110px;
  left: 105px;
}
@media (max-width: 767px) {
  .package-price .promo_tag:after {
    top: 185px;
    left: 45%;
  }
}
.package-price .promo_tag1:after {
  display: inline-block;
  width: 65px;
  height: 40px;
  content: "";
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/pastille-seule.png') no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 85px;
  right: 60px;
}
.package-price .promo_tag1_1:after {
  display: inline-block;
  width: 65px;
  height: 40px;
  content: "";
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/pastille-seule.png') no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 85px;
  right: 60px;
}
@media (max-width: 767px) {
  .package-price .promo_tag1_1:after {
    top: 155px;
  }
}
.package-price .promo_tag1_2:after {
  display: inline-block;
  width: 65px;
  height: 40px;
  content: "";
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/pastille-seule.png') no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 10%;
}
.package-price.promo {
  position: relative;
}
.package-price.promo .promo_tag2 {
  background-color: #F16E00;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
.promo_price_tag .promo_tag {
  position: relative;
}
.promo_price_tag .promo_tag span:after {
  content: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/pastille-seule.png');
  position: absolute;
  top: 35px;
  left: 235px;
}
.package-price .tag-nouveau {
  transform: rotate(5deg);
  margin-top: 10px;
  margin-bottom: 0px;
}
.package-price .tag-nouveau span {
  background-color: #FDD12D;
  border: none;
  padding: 4px 3px;
  font-size: 15px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.avantage-a-la-fibre .img-logo-ocs {
  margin-left: -0.5%;
}
@media (max-width: 767px) {
  .avantage-a-la-fibre .img-logo-ocs {
    margin-left: -1%;
  }
}
.model-orange-engage .modal-dialog .modal-content {
  width: 100%;
  display: grid;
  border-radius: 0px;
}
.model-orange-engage .modal-dialog .modal-content .modal-body {
  border-radius: 0px;
}
.model-orange-engage .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #ffffff;
  opacity: 0.7;
}
.model-orange-engage .modal-dialog .modal-content .modal-body .main-body {
  padding: 0px !important;
}
.icon-ore-plus-circle:before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  background: radial-gradient(white 50%, transparent 50%);
}
.text-prix-deezer {
  position: relative;
}
.text-prix-deezer .image1 {
  position: absolute;
  width: 150px;
  top: -10px;
  left: 150px;
}
.text-prix-deezer .image {
  position: absolute;
  width: 225px;
  top: -50px;
  left: 175px;
}
@media (max-width: 767px) {
  .text-prix-deezer .image {
    position: absolute;
    width: 150px;
    top: -10px;
    left: 175px;
  }
}
#divertissement .icon-ore-ocs {
  font-size: 45px !important;
}
#divertissement .icon-ore-ocs:before {
  border: solid;
  border-width: 1px;
  border-radius: 12px;
  padding: 5px;
}
.page_catalogue .animation {
  width: 100%;
  height: 0;
  padding-bottom: 54.25%;
  position: relative;
}
.page_catalogue .animation iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#video_ocs_bloc {
  position: relative;
  text-align: center;
}
#video_ocs_bloc .image-ocs-banner .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 5;
  font-size: 80px;
  opacity: 0.7;
  background: none;
  color: #ccc;
}
#video_ocs_bloc .image-ocs-banner .btn-play:hover {
  color: #ccc;
  opacity: 0.5;
}
#video_ocs_bloc #video_ocs.active {
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  #video_ocs_bloc #video_ocs.active {
    height: 100%;
  }
}
@media (max-width: 514px) {
  #video_ocs_bloc #video_ocs.active iframe {
    width: 290px;
    height: 150px;
    top: 15%;
  }
}
#video_ocs_bloc #video_ocs.active .btn-close {
  width: 15px;
  height: 15px;
  background: transparent;
  color: #ccc;
  font-size: 15px;
}
#video_ocs_bloc #video_ocs.active .video {
  margin: 40px 0px;
}
#video_ocs_bloc #video_ocs.active .btn-close {
  padding: 0px;
  position: relative;
  top: -310px;
  right: -10px;
  font-size: 25px;
  font-weight: 100;
}
@media (max-width: 514px) {
  #video_ocs_bloc #video_ocs.active .btn-close {
    position: relative;
    top: -140px;
    right: 0px;
  }
}
.banner-fibre-tv-d-orange {
  position: relative !important;
  background-color: #fff;
}
@media (min-width: 769px) {
  .banner-fibre-tv-d-orange img {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1200px) {
  .banner-fibre-tv-d-orange img {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .banner-fibre-tv-d-orange {
    min-height: 190px;
  }
}
.banner-fibre-tv-d-orange .inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .banner-fibre-tv-d-orange .inner {
    position: absolute;
    top: -5px;
    left: 0;
    padding: 38px;
  }
}
.banner-fibre-tv-d-orange .inner h3 {
  color: #000;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .banner-fibre-tv-d-orange .inner h3 {
    max-width: 450px;
    font-size: 32px;
    line-height: 36px;
  }
}
.banner-fibre-tv-d-orange .inner .btn {
  padding: 8px 45px;
  border-color: #000;
  color: #000;
}
.banner-fibre-tv-d-orange .inner .btn:hover {
  color: #fff;
  background: #000;
}
.banner-abonner-tv-d-orange {
  position: relative;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-abonner-tv-d-orange {
    height: 230px;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange {
    height: 180px;
    background-position: right;
  }
}
.banner-abonner-tv-d-orange .overley {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange .overley {
    background: rgba(255, 255, 255, 0.6);
  }
}
.banner-abonner-tv-d-orange .overley .inner {
  padding: 25px;
}
.banner-abonner-tv-d-orange .overley .inner h3 {
  max-width: 450px;
}
@media (min-width: 768px) {
  .banner-abonner-tv-d-orange .overley .inner h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange .overley .inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.banner-abonner-tv-d-orange {
  position: relative;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-abonner-tv-d-orange {
    height: 230px;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange {
    height: 180px;
    background-position: right;
  }
}
.banner-abonner-tv-d-orange .overley {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange .overley {
    background: rgba(255, 255, 255, 0.6);
  }
}
.banner-abonner-tv-d-orange .overley .inner {
  padding: 25px;
}
.banner-abonner-tv-d-orange .overley .inner h3 {
  max-width: 450px;
}
@media (min-width: 768px) {
  .banner-abonner-tv-d-orange .overley .inner h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange .overley .inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.option-details-pass-evasion-2 .banner-top .bg-green .text p {
  font-size: 20px;
}
.option-details-pass-evasion-2 .price2 {
  justify-content: flex-end !important;
}
.option-details-pass-evasion-2 .block {
  text-align: right;
}
.option-details-pass-evasion-2 .well-title {
  border: none;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 19px !important;
}
@media (min-width: 769px) {
  .link_hp_services {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .link_hp_services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.link_hp_services .block {
  width: 250px;
  margin-bottom: 6px;
  position: relative;
}
.link_hp_services .block img {
  margin-left: auto;
  margin-right: auto;
}
.link_hp_services .block h4 {
  color: #ffffff;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 18px;
  font-size: 24px;
}
@media (min-width: 769px) {
  .link_hp_services .block {
    width: 20%;
  }
}
.link_hp_services .block:hover {
  -webkit-filter: brightness(50%);
}
#boutique .info-flex .description {
  background-color: transparent;
  align-items: initial;
  top: 0;
  width: 80%;
}
#boutique .info-flex .description h2 {
  color: #000;
  position: absolute;
  top: 26px;
  left: 26px;
}
#boutique .half-block > a {
  background-color: transparent;
}
@media (max-width: 768px) {
  #boutique .half-block {
    width: 90%;
  }
}
#boutique .half-block .description {
  padding: 0;
}
@media (min-width: 769px) {
  .new_link_hp_block {
    flex-wrap: wrap;
  }
}
.new_link_hp_block .well {
  border-width: 3px;
  border-color: #ffffff;
  margin-bottom: 6px;
  background-color: #000000;
  padding-bottom: 5px;
}
.new_link_hp_block .well .image {
  margin-bottom: 20px;
}
.new_link_hp_block .well img {
  margin-left: auto;
  margin-right: auto;
}
.new_link_hp_block .well h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .new_link_hp_block .well h4 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .new_link_hp_block .well {
    width: 20%;
  }
}
.new_link_hp_block .well:hover {
  -webkit-filter: brightness(50%);
}
.new_link_hp_block .well-1 {
  overflow: hidden;
}
.new_link_hp_block .well-1 .image-1 {
  content: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/block-link-hp/recharger.svg');
  max-width: 110px;
  position: absolute;
  top: 0px;
  left: 50%;
}
@media (min-width: 769px) {
  .offres-adsl-tab .img-icon-adsl {
    margin-left: 25% !important;
  }
}
.offres-adsl-tab .feature-row a {
  color: #000000 !important;
}
.offres-adsl-tab .feature-row a:hover {
  color: #F16E00 !important;
}
.internet-offre-adsl .package-price .patch-nouveau {
  transform: rotate(-8deg) !important;
}
.internet-offre-adsl .package-price .patch-nouveau span {
  background-color: #F16E00;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.banner-cle-tv .banner-content-cle {
  margin: 0 -11px;
}
.banner-cle-tv .banner-content-cle:after {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent, transparent, #000000);
}
.banner-cle-tv .banner-content-cle .img-mobile {
  width: 100%;
}
.banner-cle-tv .banner-content-cle .banner-content-cle-tv {
  display: flex;
  max-width: 90% !important;
  z-index: 2;
  bottom: 40px !important;
  top: auto !important;
  left: 75% !important;
}
.banner-cle-tv .banner-content-cle .banner-content-cle-tv .text {
  color: #ffffff !important;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .banner-cle-tv .banner-content-cle .banner-content-cle-tv .text h2 {
    font-size: 17px !important;
  }
  .banner-cle-tv .banner-content-cle .banner-content-cle-tv .text p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .banner-cle-tv .banner-content-cle .banner-content-cle-tv .text h2 {
    font-size: 28px !important;
  }
  .banner-cle-tv .banner-content-cle .banner-content-cle-tv .text p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .banner-cle-tv .banner-content-cle .banner-content-cle-tv .text {
    display: flex;
    align-items: flex-end;
  }
}
.banner-cle-tv .banner-content-cle .banner-content-cle-tv .well {
  max-width: 220px;
  height: 220px;
}
@media (max-width: 767px) {
  .banner-cle-tv .banner-content-cle .banner-content-cle-tv {
    position: absolute;
    bottom: 10px !important;
  }
}
.banner-cle-tv-mc {
  margin: 0 -5px;
}
.banner-cle-tv-mc h3 span {
  font-size: 21px;
}
.block-img-text-cle-tv h2:after {
  display: none !important;
}
.block-well-cle-tv p {
  font-size: 16px;
}
.block-well-cle-tv h4 {
  color: #000000 !important;
}
.block-well-cle-tv h4:hover {
  color: #F16E00 !important;
}
.block-well-cle-tv h4 span {
  color: #F16E00 !important;
}
#chapo-tv-orange .bloc-tv-promo-noel .inner {
  color: #000000;
  padding-bottom: 25px !important;
  border: solid !important;
  border-width: 1px !important;
  border-color: #cfcfcf !important;
}
#chapo-tv-orange .bloc-tv-promo-noel .inner .color-blocks {
  padding: 25px !important;
}
#chapo-tv-orange .bloc-tv-promo-noel .inner .color-blocks .patch h1 {
  line-height: 0px;
}
.domotique-page .intro_maison_connectee .inner {
  max-width: 600px !important;
  color: #ffffff !important;
  z-index: 10;
}
@media (max-width: 1199px) {
  .domotique-page .intro_maison_connectee .inner h2 {
    font-size: 22px;
  }
  .domotique-page .intro_maison_connectee .inner p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .domotique-page .intro_maison_connectee .inner h2 {
    font-size: 20px;
  }
  .domotique-page .intro_maison_connectee .inner p {
    font-size: 12px;
    line-height: 14px;
  }
}
.domotique-page .intro_maison_connectee:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .domotique-page .intro_maison_connectee:after {
    background-image: linear-gradient(transparent, transparent, #000000);
  }
}
@media (max-width: 767px) {
  .domotique-page .intro_maison_connectee:after {
    background-image: linear-gradient(transparent, transparent, #000000 80%);
  }
}
.domotique-page .working-steps .texts {
  border: solid;
}
.domotique-page .working-steps .block {
  text-align: center;
}
.domotique-page .working-steps .block li {
  list-style: none;
}
.domotique-page .working-steps .block li h3 {
  background-color: #000;
  width: 30px;
  height: 30px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  border: none;
  background-size: 30px 30px;
  text-align: center;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
}
.domotique-page .working-steps .block li:after {
  position: absolute;
  left: 60%;
  top: 68px;
  width: 80%;
  height: 1px;
  content: "";
  background-color: #000;
  z-index: -1;
  margin-right: 60px;
}
.domotique-page .working-steps .block li:last-child:after {
  width: 0%;
}
@media (max-width: 767px) {
  .domotique-page .working-steps .block li:nth-child(2):after {
    width: 0%;
  }
}
.domotique-page .working-steps .inner .button {
  text-align: center;
}
.domotique-page .equipements .shadow .patch {
  z-index: 10;
  position: absolute;
  right: 15%;
  top: 15px;
  text-align: right;
}
.domotique-page .equipements .shadow .patch .bon-plan {
  background-color: #F16E00;
  color: #ffffff;
  padding: 5px 12px;
}
.domotique-page .equipements .shadow .patch .remise {
  font-size: 11px;
}
@media (min-width: 768px) {
  .bouquet-section-aide .info-flex .block {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .assistance-paiement-en-plusieur .assistance-paiement-top0 .intro .inner {
    max-width: 400px !important;
  }
}
.assistance-paiement-en-plusieur .assistance-paiement-top0 .intro .inner h2:after {
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
.assistance-paiement-en-plusieur .assistance-paiement-top1 .inner {
  padding: 0 10px;
}
.assistance-paiement-en-plusieur .assistance-paiement-top1 .inner h3 {
  font-size: 2.2rem;
}
.assistance-paiement-en-plusieur .assistance-paiement-top1 .inner p {
  font-size: 15px;
  color: #555555;
}
.assistance-paiement-en-plusieur .assistance-paiement-top2 .panel-group h4 {
  font-size: 22px;
}
.assistance-paiement-en-plusieur .assistance-paiement-top2 .panel-group .panel-body p {
  font-weight: 500;
}
.assistance-paiement-en-plusieur .assistance-paiement-top3 .banner-livebox {
  padding: 30px;
}
.assistance-paiement-en-plusieur .assistance-paiement-top4 .block li:after {
  top: 125px !important;
}
.well-fermeture {
  background-color: #cd3c14 !important;
  border-color: #cd3c14 !important;
  padding: 20px 30px 20px 25px;
  width: 100%;
}
.well-fermeture .bloc {
  display: flex;
  align-items: flex-start;
}
.well-fermeture .bloc img {
  margin-right: 20px;
  width: 41px;
  height: 36px;
}
.well-fermeture .bloc .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.well-fermeture .bloc .text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .well-fermeture .bloc .text h3 {
    font-size: 24px;
  }
  .well-fermeture .bloc .text p {
    font-size: 18px;
  }
}
.well-info-contact {
  background-color: #ffdc00 !important;
  border-color: #ffdc00 !important;
  padding: 20px 30px 20px 25px;
  width: 100%;
  font-weight: normal;
}
.well-info-contact .bloc {
  display: flex;
  align-items: flex-start;
}
.well-info-contact .bloc .icon {
  margin-right: 20px;
  font-size: 60px;
  height: 36px;
}
.well-info-contact .bloc a {
  color: #000000;
}
.well-info-contact .bloc img {
  margin-right: 20px;
  width: 41px;
  height: 36px;
}
.well-info-contact .bloc .text h3 {
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
}
.well-info-contact .bloc .text p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .well-info-contact .bloc .text h3 {
    font-size: 24px;
  }
  .well-info-contact .bloc .text p {
    font-size: 16px;
  }
}
.underline-orange:after {
  position: absolute;
  left: 5px;
  top: 30px;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#default-assistance-article .article-text-content p .spip_documents img {
  max-width: 100% !important;
  height: auto !important;
  margin: 40px 0;
}
#default-assistance-article .article-text-content p .spip_documents dt img {
  max-width: 100% !important;
  height: auto !important;
  margin: 40px 0;
}
#default-assistance-article .article-text-content .spip_documents dt img {
  max-width: 100% !important;
  height: auto !important;
  margin: 40px 0;
}
#default-assistance-article .article-text-content .img-center {
  text-align: center !important;
  display: block;
}
#default-assistance-article .article-text-content .img-left {
  text-align: left !important;
  display: block;
}
#default-assistance-article .article-text-content .img-right {
  text-align: right !important;
  display: block;
}
#default-assistance-article .img-center {
  text-align: center !important;
  display: block;
}
#default-assistance-article .img-left {
  text-align: left !important;
  display: block;
}
#default-assistance-article .img-right {
  text-align: right !important;
  display: block;
}
.help-main-block:hover p {
  color: transparent;
}
.help-main-block .help-content {
  position: relative;
  background-size: cover !important;
}
.help-main-block .help-content .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .help-main-block .help-content .layer {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 768px) {
  .help-main-block .help-content .layer {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.help-main-block .help-content .layer .text {
  width: 100% !important;
}
@media (max-width: 767px) {
  .help-main-block .help-content .layer .text h3 {
    font-size: 20px;
  }
}
.help-main-block .help-content .layer .text img {
  left: 0;
}
@media (min-width: 1040px) {
  .help-main-block .xl {
    height: 267px;
  }
}
@media (max-width: 1039px) {
  .help-main-block .xl {
    height: 230px;
  }
}
@media (min-width: 1040px) {
  .help-main-block .lg {
    height: 202px;
  }
}
@media (max-width: 1039px) {
  .help-main-block .lg {
    height: 230px;
  }
}
.help-main-block .md {
  height: 167px;
}
.page-offres-fibre-new {
  text-align: left !important;
}
.page-offres-fibre-new .package-price {
  overflow: hidden;
  position: relative;
}
.page-offres-fibre-new .package-price .img-bottom {
  position: absolute;
  bottom: 0;
}
.page-offres-fibre-new .package-price .block-promo {
  width: 90px;
  height: 50px;
  font-weight: bold;
  font-size: 13px;
  color: black;
  background-color: #FCE84E;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -12px;
  left: -32px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .page-offres-fibre-new .package-features {
    display: block !important;
  }
}
.panel-body-new-font p {
  padding-top: 0px !important;
  font-weight: 500 !important;
}
.panel-body-new-font p + p {
  border-top: none !important;
}
.d-flex {
  display: flex;
}
.d-flex-align-items-start {
  align-items: flex-start;
}
.d-flex-justify-content-sb {
  justify-content: space-between;
}
.d-flex-justify-content-center {
  justify-content: center;
}
.d-flex-align-center {
  align-items: center;
}
.rotate-45-right {
  transform: rotate(45deg);
}
.new-black-banner {
  height: 300px;
}
@media (min-width: 769px) {
  .new-black-banner {
    background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/bouquet/mise-en-clair/bg-banniere-info-1199.jpg');
  }
}
.new-black-banner .text-content {
  background-color: #000000;
}
.new-black-banner .text-content .btn {
  border: solid 1px #ffffff;
}
.text-over-banner {
  padding: 30px;
}
@media (min-width: 768px) {
  .text-over-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .text-over-banner {
    position: relative;
    margin: -100px 10px 0 10px;
    z-index: 2;
  }
}
.text-over-banner.bg-black {
  background-color: #000;
}
.text-over-banner .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fbcd00;
  font-weight: bolder;
}
.text-over-banner .price h1 sub {
  font-size: 18px;
}
.text-over-banner .btn {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.text-over-banner .btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
}
#page-optimisation-du-wifi section.option-details-section {
  background-color: #eeeeee;
}
#page-optimisation-du-wifi section.ml {
  background-color: #eeeeee;
}
#page-optimisation-du-wifi .page-heading {
  margin-bottom: 0px;
}
#page-optimisation-du-wifi .top-video-banner {
  background-color: #ffffff;
}
#page-optimisation-du-wifi .top-video-banner .content iframe {
  height: 328px;
  width: 100%;
  border: none;
}
#page-optimisation-du-wifi .middle-img-block .content {
  background-color: #ffffff;
}
#page-optimisation-du-wifi .middle-well-block .well {
  color: #ffffff;
}
#page-optimisation-du-wifi .middle-well-block .well.bg-black {
  background-color: #000000;
}
#page-optimisation-du-wifi .middle-well-block .well .img-btn {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
#page-optimisation-du-wifi .middle-well-block .well .img-btn .btn {
  border: 2px solid #eeeeee;
  color: #eeeeee;
  background-color: #000000;
  height: fit-content;
  margin-top: 30px;
}
#page-optimisation-du-wifi .icon-links {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 480px) {
  #page-optimisation-du-wifi .icon-links {
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  #page-optimisation-du-wifi .icon-links {
    flex-direction: colomn;
  }
}
#page-optimisation-du-wifi .icon-links .icon {
  margin-top: 15px;
}
#page-optimisation-du-wifi .icon-links .icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}
#page-optimisation-du-wifi .icon-links.bottom {
  justify-content: space-evenly;
}
#page-optimisation-du-wifi .icon-links .lien-chevron {
  margin-top: 15px;
}
#page-optimisation-du-wifi .bg-gray {
  background-color: #f4f4f4;
}
#page-acces-espace-client #main {
  margin-bottom: 140px;
}
#page-acces-espace-client .img-top-animate {
  position: absolute;
  top: 0px;
  right: -0.2%;
  width: 30%;
}
@media (max-width: 767px) {
  #page-acces-espace-client .img-top-animate {
    display: none;
  }
}
@media (min-width: 1200px) {
  #page-acces-espace-client .banner {
    margin-bottom: -120px;
  }
}
#page-acces-espace-client .banner .content {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1200px) {
  #page-acces-espace-client .banner .content {
    max-width: 580px;
    padding: 20px 15px;
    position: relative;
    top: -200px;
    left: 5%;
  }
}
@media (max-width: 1199px) {
  #page-acces-espace-client .banner .content {
    padding: 20px 15px;
    position: relative;
    top: -5px;
  }
}
@media (min-width: 1200px) {
  #page-acces-espace-client .question-steps-block {
    margin-top: -70px;
  }
}
#page-acces-espace-client .question-steps-block h3 {
  font-size: 20px;
  margin-top: 35px;
}
#page-acces-espace-client .question-steps-block label {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  width: 210px;
  text-align: center;
}
#page-acces-espace-client .question-steps-block label:hover {
  background-color: #F16E00;
  color: #ffffff;
  cursor: pointer;
}
#page-acces-espace-client .question-steps-block label span {
  width: 210px;
}
#page-acces-espace-client .question-steps-block label .button {
  padding: 5px 12px;
}
@media (max-width: 767px) {
  #page-acces-espace-client .question-steps-block .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 15px 0px 20px 0px;
  }
  #page-acces-espace-client .question-steps-block .buttons label {
    padding: 8px 8px;
  }
  #page-acces-espace-client .question-steps-block .buttons label:first-child {
    margin-right: 10px;
  }
  #page-acces-espace-client .question-steps-block .buttons label.second {
    margin-right: 10px;
  }
}
@media (max-width: 399px) {
  #page-acces-espace-client .question-steps-block .buttons label {
    font-size: 14px;
  }
}
#page-acces-espace-client .question-steps-block .selected {
  background-color: #F16E00;
  font-size: 18px;
  color: #ffffff;
}
#page-acces-espace-client .question-steps-block input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#page-acces-espace-client .question-steps-block .ans-1, #page-acces-espace-client .question-steps-block .ans-2, #page-acces-espace-client .question-steps-block .ans-3, #page-acces-espace-client .question-steps-block .content-32 {
  font-size: 18px;
}
#page-acces-espace-client .question-steps-block .ans-1 span, #page-acces-espace-client .question-steps-block .ans-2 span, #page-acces-espace-client .question-steps-block .ans-3 span, #page-acces-espace-client .question-steps-block .content-32 span {
  font-weight: 600;
  color: #F16E00;
}
#page-acces-espace-client .question-steps-block .ans-1 a, #page-acces-espace-client .question-steps-block .ans-2 a, #page-acces-espace-client .question-steps-block .ans-3 a, #page-acces-espace-client .question-steps-block .content-32 a {
  color: #F16E00;
  text-decoration: underline;
}
#page-acces-espace-client .question-steps-block .ans-1 a:hover, #page-acces-espace-client .question-steps-block .ans-2 a:hover, #page-acces-espace-client .question-steps-block .ans-3 a:hover, #page-acces-espace-client .question-steps-block .content-32 a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #page-acces-espace-client .question-steps-block .content-1, #page-acces-espace-client .question-steps-block .content-2, #page-acces-espace-client .question-steps-block .content-3, #page-acces-espace-client .question-steps-block .content-32 {
    line-height: 24px;
  }
}
.heros-class-bouquet-sport {
  margin: 2rem 0 -5rem 0;
}
@media (max-width: 767px) {
  .heros-class-bouquet-sport {
    margin: -2rem 0;
  }
}
.pack-bein-libelle {
  min-height: 9.5rem;
}
.pack-bein-details {
  min-height: 7rem;
}
/* box-sizing */
.fr-window, .fr-window [class^="fr-"], .fr-overlay, .fr-overlay [class^="fr-"], .fr-spinner, .fr-spinner [class^="fr-"] {
  box-sizing: border-box;
}
.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px);
}
/* z-index */
.fr-overlay {
  z-index: 99998;
}
.fr-window {
  z-index: 99999;
}
.fr-spinner {
  z-index: 100000;
}
/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch, .fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}
/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fr-hovering-clickable .fr-container {
  cursor: pointer;
}
/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}
.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}
/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}
.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}
/* reduce padding on smaller screens */
@media (max-width: 700px) and (orientation: portrait), (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  /* padding ui:outside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}
@media (max-width: 500px) and (orientation: portrait), (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  /* padding ui:outside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}
/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}
.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}
/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}
/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fr-content, .fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}
/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}
.fr-content-background {
  background: #101010;
}
.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1;
}
.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
}
/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}
/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}
.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}
.fr-caption {
  width: auto;
  display: inline;
  white-space: wrap;
}
.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}
/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside, .fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fr-position-inside {
  border: 0;
}
.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  /* oldIE */
}
.fr-position-text {
  color: #b3b3b3;
}
.fr-position-outside .fr-position-text, .fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}
.fr-ui-outside .fr-info .fr-position {
  display: none;
}
.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}
/* links */
.fr-info a, .fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}
.fr-info a:hover {
  color: #eee;
}
/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}
.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}
/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}
.fr-stroke-horizontal {
  padding: 0 1px;
}
.fr-stroke-right {
  left: auto;
  right: 0;
}
.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}
.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}
/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}
/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}
/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}
.fr-ui-fullclick .fr-content-background {
  box-shadow: none;
}
/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}
/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: 1;
}
.fr-side-previous {
  left: 0;
}
.fr-side-next {
  right: 0;
  left: auto;
}
.fr-side-disabled {
  cursor: default;
}
.fr-side-hidden {
  display: none !important;
}
.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-color: #ccc;
}
.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* smaller side buttons */
@media (max-width: 500px) and (orientation: portrait), (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }
  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}
/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fr-close-background, .fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fr-close-background {
  background-color: #000;
}
/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}
.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}
.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}
.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}
.fr-thumbnails, .fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}
.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}
.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}
.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}
.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}
.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}
.fr-thumbnail-overlay {
  cursor: pointer;
}
.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}
.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}
.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}
.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: 0.85;
  max-width: none;
}
.fr-thumbnail:hover .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: 0.99;
}
.fr-thumbnail-active .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: 0.35;
}
.fr-thumbnail-active {
  cursor: default;
}
/* Thumbnails loading */
.fr-thumbnail-loading, .fr-thumbnail-loading-background, .fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
  float: left;
}
/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}
/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}
/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
.fr-thumbnails-side-previous {
  margin-left: 12px;
}
.fr-thumbnails-side-next {
  margin-right: 12px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}
.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}
.fr-thumbnails-side-button-disabled * {
  cursor: default;
}
.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}
.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side, .fr-thumbnails-vertical .fr-thumbnails-thumbs, .fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}
/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}
/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}
/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}
/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}
.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}
/* horizontal */
@media (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}
@media (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}
/* vertical */
@media (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}
@media (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}
/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media (max-width: 500px) and (orientation: portrait), (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}
@media (max-width: 700px) and (orientation: portrait), (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}
/* force fullClick: true
   and force overflow: false */
@media (max-width: 500px) and (orientation: portrait), (orientation: landscape) and (max-height: 414px) {
  /* fullclick */
  /* overflow: false */
  .fr-page {
    min-width: 100%;
  }
  .fr-page {
    min-height: 100%;
  }
}
/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside, .fr-window-ui-fullclick .fr-side-previous-outside, .fr-window-ui-fullclick .fr-close-outside, .fr-window-ui-fullclick .fr-content .fr-side-next, .fr-window-ui-fullclick .fr-content .fr-side-previous, .fr-window-ui-fullclick .fr-content .fr-close, .fr-window-ui-fullclick .fr-content .fr-info, .fr-window-ui-outside .fr-side-next-fullclick, .fr-window-ui-outside .fr-side-previous-fullclick, .fr-window-ui-outside .fr-close-fullclick, .fr-window-ui-outside .fr-content .fr-side-next, .fr-window-ui-outside .fr-content .fr-side-previous, .fr-window-ui-outside .fr-content .fr-close, .fr-window-ui-outside .fr-content .fr-info, .fr-window-ui-inside .fr-page > .fr-info, .fr-window-ui-inside .fr-side-next-fullclick, .fr-window-ui-inside .fr-side-previous-fullclick, .fr-window-ui-inside .fr-close-fullclick, .fr-window-ui-inside .fr-side-next-outside, .fr-window-ui-inside .fr-side-previous-outside, .fr-window-ui-inside .fr-close-outside {
  display: none !important;
}
/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui, .fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}
.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui, .fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui, .fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}
/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}
.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}
.fr-spinner div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* fixes rendering in Firefox */
}
.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}
.fr-thumbnail-spinner-spin, .fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}
.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}
/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon, .fr-window-skin-fresco .fr-close-icon, .fr-window-skin-fresco .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/fresco.svg');
}
/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-close-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/fresco.png');
}
.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}
.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none;
}
/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}
/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}
/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}
/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: 0.5;
}
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: 0.8;
}
/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: 0.2;
}
/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}
/* < > responsive */
@media (max-width: 500px) and (orientation: portrait), (orientation: landscape) and (max-height: 414px) {
  /* transition (png) */
  /* transition (svg) */
  /* disabled state (png) */
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }
  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}
/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}
.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}
/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}
/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: 0.8;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}
/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon, .fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}
/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}
/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border, .fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}
/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}
.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}
.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}
.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}
/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}
/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled, .fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: 0.5;
}
/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}
.section-phone {
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .section-phone {
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .section-phone {
    padding-bottom: 65px;
  }
}
.section-phone .title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .section-phone .title-block {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .section-phone .title-block {
    margin-bottom: 30px;
  }
}
.section-phone .title-block h2 {
  margin-bottom: 0;
}
.section-phone .title-block .btn-default {
  background: none;
  color: #000;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .section-phone .title-block .btn-default {
    padding: 6px 19px;
    font-size: 13px;
  }
}
.section-phone .title-block .btn-default:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .section-phone .block-list {
    max-width: 300px;
  }
}
.section-phone .block-list li {
  margin: 0 0 16px;
}
@media (min-width: 1200px) {
  .section-phone .block-list li {
    width: 16.667%;
  }
}
@media (min-width: 768px) {
  .section-phone .block-list li {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .section-phone .block-list li {
    margin: 0 0 20px;
  }
}
.section-phone .block-list img {
  height: 159px;
  width: auto;
  max-width: none;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .section-phone .block-list img {
    margin: 0 0 14px;
  }
}
@media (min-width: 1200px) {
  .section-phone .block-list img {
    height: 205px;
    margin: 0 0 20px;
  }
}
.section-phone .block-list h3 {
  min-height: 0;
}
.section-phone .phone-holder {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .section-phone .phone-holder {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .section-phone .phone-holder {
    margin: 0 0 20px;
  }
}
.section-phone .das {
  font-size: 1rem;
  display: block;
  margin: 16px 0 15px;
  color: #777777;
}
.section-phone .price {
  display: block;
  margin: 16px 0 15px;
}
@media (min-width: 768px) {
  .section-phone .price {
    font-size: 16px;
    margin-bottom: 15px 0 12px;
  }
}
@media (min-width: 1200px) {
  .section-phone .price {
    font-size: 20px;
    margin-bottom: 20px 0 15px;
  }
}
.section-phone .price strong {
  font-size: 20px;
  color: #F16E00;
}
.section-phone .btn {
  padding: 5px 12px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-phone .btn {
    padding: 5px 11px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .section-phone .btn {
    padding: 8px 19px;
    font-size: 14px;
  }
}
.section-phone .btn:hover {
  color: #000;
}
.section-phone a:hover {
  color: #F16E00;
}
.section-phone .pagination {
  float: right;
}
@media (max-width: 767px) {
  .section-phone .pagination {
    padding-bottom: 40px;
  }
}
.section-phone-results .block-list li {
  width: 50%;
}
@media (min-width: 768px) {
  .section-phone-results .block-list li {
    width: 20%;
  }
}
.filter-phone h3 i, .filter-phone h4 i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  font-size: 80%;
  margin-right: 5px;
}
.filter-phone h3.collapsed, .filter-phone h4.collapsed {
  font-weight: normal;
}
.filter-phone h3.collapsed i, .filter-phone h4.collapsed i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.filter-phone h4 {
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .filter-phone h4 {
    font-size: 15px;
  }
}
.filter-phone > div .checkbox:first-child {
  margin-top: 0;
}
.forfaits-panel-group .panel {
  border-bottom: 2px solid #ccc;
}
.forfaits-panel-group .panel-collapse {
  position: relative;
}
.forfaits-panel-group .panel-collapse .text-forfait-price {
  display: none;
  font-size: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.forfaits-panel-group .panel-collapse .text-forfait-price small {
  font-size: 18px;
}
@media (max-width: 767px) {
  .forfaits-panel-group .panel-collapse .text-forfait-price {
    font-size: 32px;
    bottom: 5px;
  }
}
.forfaits-panel-group .panel-collapse .radio {
  position: initial;
}
.forfaits-panel-group .panel-collapse .radio-checked .text-forfait-price {
  display: block;
}
.forfaits-panel-group .panel-heading {
  background: none;
}
.forfaits-panel-group .panel-heading h4 a {
  font-size: 24px;
  font-weight: bold;
  padding: 0 40px 0 0;
}
.forfaits-panel-group .panel-heading h4 a:before {
  content: "a";
  font-family: "orange-reunion" !important;
  transform: translateY(-50%) rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  top: 3px;
  font-size: 15px;
  font-weight: normal;
}
.forfaits-panel-group .panel-heading h4 a .text-orange {
  display: none;
}
.forfaits-panel-group .panel-heading h4 a.collapsed {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}
.forfaits-panel-group .panel-heading h4 a.collapsed .text-orange {
  display: inline;
  float: right;
}
.forfaits-panel-group .panel-heading h4 a.collapsed:before {
  transform: translateY(-10%) rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
@media (max-width: 767px) {
  .forfaits-panel-group .panel-heading h4 a {
    font-size: 20px;
  }
  .forfaits-panel-group .panel-heading h4 a.collapsed {
    font-size: 16px;
  }
  .forfaits-panel-group .panel-heading h4 a.collapsed .text-orange {
    float: none;
    display: block;
    font-size: 14px;
  }
}
hr {
  width: 100%;
  color: black;
  height: 1px;
  background-color: lightgrey;
}
.fixe-offre-comprend ul {
  margin: 0;
  list-style: none;
}
.fixe-offre-comprend ul li {
  margin: 30px 30px;
  list-style: none;
  position: relative;
}
.fixe-offre-comprend ul li:before {
  display: block;
  content: "e";
  font: 28px "orange-reunion";
  position: absolute;
  margin: -10px 0px 0px -65px;
}
.fixe-offre-comprend ul li:nth-child(2):before {
  content: "m";
  font-size: 38px;
  margin: -3px 0px 0px -70px;
}
.fixe-offre-comprend ul li:nth-child(3):before {
  content: "h";
  margin: 0px 0px 0px -65px;
}
.fixe-offre-comprend ul li:nth-child(4):before {
  content: "l";
  margin: 0px 0px 0px -65px;
}
@media (min-width: 768px) {
  .fixe_content2 {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.fixe_content2 .well {
  margin: 30px 5px 30px 0px;
  padding: 20px 50px 35px 25px;
  background-color: black;
  color: white;
  box-shadow: none;
}
.fixe_content2 .well p {
  padding: 30px 0px 35px 0px;
  font-size: 18px;
  font-weight: 300;
}
.fixe_content2 .well .btn-secondary:hover, .fixe_content2 .well .btn-secondary:active {
  background-color: #F16E00;
  border-color: #F16E00;
}
.fixe_content2 .well h3 > a:hover {
  color: #F16E00;
}
.fixe_content2 .well h3 {
  font-size: 24px;
}
.fixe_content2 .well .btn-default {
  background-color: black;
  border-color: white;
  color: white;
  transition: background 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.fixe_content2 .well .btn-default:hover {
  background-color: #F16E00;
  border-color: #F16E00;
}
.fixe_content3 .row {
  width: 99%;
  margin: auto;
}
.fixe_content5 {
  padding-bottom: 0px;
}
.fixe_content5 h5 {
  font-size: 14px;
  color: #333;
}
.fixe_content5 p {
  font-size: 12px;
  color: #333;
}
.offres-fixe-mentions-legales {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .offres-fixe-mentions-legales {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .col-beneficier-offre {
    margin-top: 40px;
  }
}
.wifi-partage-section .row-header {
  background: #ebe9e7 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/wifi-partage-desktop.png') no-repeat center center;
  min-height: 280px;
  text-shadow: 0px 0px 10px white;
}
@media (max-width: 767px) {
  .wifi-partage-section .row-header {
    background: #ebe9e7 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/wifi-partage-tablet.png') no-repeat center center;
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .wifi-partage-section .row-header {
    background: #ebe9e7 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/wifi-partage-mobile.png') no-repeat center center;
    min-height: 450px;
  }
}
.wifi-partage-section #activation .bg-yellow .btn:hover {
  background: #ffd200;
}
.wifi-partage-section #activation .bg-yellow i, .wifi-partage-section #activation .bg-pink i {
  font-size: 80px;
}
.wifi-partage-section #activation .bg-yellow p, .wifi-partage-section #activation .bg-pink p {
  margin-bottom: 25px;
}
.wifi-partage-section #activation .btn {
  white-space: normal;
}
.wifi-partage-section #service-securise .row {
  padding-left: 140px;
  position: relative;
}
.wifi-partage-section #service-securise .row:before {
  position: absolute;
  left: 40px;
  top: 50px;
  color: #ddd;
  font-size: 72px;
}
.wifi-partage-section #service-securise .row:first-child:before {
  top: 80px;
}
.wifi-partage-section #service-securise .row h3 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wifi-partage-section #service-securise .row {
    padding-left: 0;
    padding-top: 80px;
  }
  .wifi-partage-section #service-securise .row:before, .wifi-partage-section #service-securise .row:first-child:before {
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .wifi-partage-section #service-securise .row h3 {
    margin-top: 10px;
  }
}
#page-reprise-orange .etape_titre {
  margin: 15px 0 35px 30px;
  overflow: hidden;
  clear: both;
}
#page-reprise-orange .etape_titre .numero_etape {
  background-color: #ff6500;
  border-radius: 18px;
  color: #fff;
  font-size: 1.7375em;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: center;
  width: 35px;
}
#page-reprise-orange .etape_titre .numero_etape .menu .menu_texte_gauche {
  font-size: 1.4375em;
  font-weight: 700;
  float: left;
}
#page-reprise-orange .etape_titre .numero_etape_color {
  background-color: #000000 !important;
}
#page-reprise-orange .etape_titre .libelle_etape {
  color: #262626;
  float: left;
  font-size: 1.8em;
  font-weight: 700;
  min-height: 1px;
  padding-left: 20px;
  line-height: 35px;
  position: relative;
  width: 85%;
}
#page-reprise-orange .etape_titre .libelle_etape .appareil {
  font-weight: 400;
}
#page-reprise-orange .reprise-iframe iframe {
  border: 0;
  width: 100%;
  height: 600px;
}
#page-reprise-orange .reprise-mentions p1 {
  font-family: Helvetica Bold, Arial, sans-serif;
  font-size: 12px;
  color: #212121;
}
#page-reprise-orange .reprise-mentions p {
  color: #999;
  font-size: 12px;
  text-align: justify;
}
#page-reprise-orange .reprise-cgu .cgu_1 {
  padding-bottom: 20px;
}
#page-reprise-orange .reprise-cgu .cgu_2 {
  padding-bottom: 50px;
}
#page-reprise-orange .reprise-sav .contact_1 {
  padding-bottom: 50px;
}
#page-reprise-orange .reprise-sav .contact {
  padding-bottom: 20px;
}
#page-reprise-orange .reprise-sav .jumbotron {
  background-color: transparent;
  border: groove;
  width: 100%;
  max-width: 582px;
}
@media (max-width: 767px) {
  #page-reprise-orange .reprise-sav .jumbotron {
    padding: 20px;
  }
}
#page-reprise-orange .reprise-sav .jumbotron p {
  font-size: 12px;
  padding-left: 41px;
}
#page-reprise-orange .reprise-sav .jumbotron a {
  white-space: nowrap;
}
#page-reprise-orange .reprise-sav .jumbotron .email {
  font-size: 20px;
}
#page-reprise-orange .reprise-conseils {
  width: 100%;
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
}
#page-reprise-orange .reprise-conseils ul > li {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin-bottom: 10px;
}
#page-reprise-orange .tab-pane p {
  font-family: Helvetica Light, Arial, sans-serif;
  margin-bottom: 5px;
}
#page-reprise-orange .trouvezBoutique {
  background-color: #f2f2f2;
  margin: 20px 0;
  padding: 20px 15px 30px;
  height: auto;
  width: 770px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-sizing: border-box;
}
#page-reprise-orange .trouvezBoutique .rendezvous {
  width: 65%;
  padding-left: 85px;
  font-size: 15px;
}
#page-reprise-orange .trouvezBoutique p.voirBoutique {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#page-reprise-orange .trouvezBoutique p.voirBoutique a {
  color: #F16E00;
}
@media (max-width: 767px) {
  #page-reprise-orange .trouvezBoutique {
    width: auto;
    padding: 10px;
  }
  #page-reprise-orange .trouvezBoutique .numero_etape {
    font-size: 15px;
    font-weight: 400;
    height: 24px;
    width: 24px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
  }
  #page-reprise-orange .trouvezBoutique #titreTrouvezID {
    margin: 0 0 20px 0;
  }
  #page-reprise-orange .trouvezBoutique #titreTrouvezID .libelle_etape {
    font-size: 16px;
    line-height: 25px;
    padding-left: 15px;
  }
  #page-reprise-orange .trouvezBoutique #titreTrouvezID .libelle_etape span {
    font-size: 15px;
  }
  #page-reprise-orange .trouvezBoutique .rendezvous {
    padding-left: 0;
    width: auto;
  }
  #page-reprise-orange .trouvezBoutique p.voirBoutique {
    text-align: left;
  }
}
#page-reprise-orange .trouvezBoutique_bg_yellow {
  background-color: #FED200 !important;
  position: relative;
}
#page-reprise-orange .trouvezBoutique_bg_yellow .image {
  width: 175px;
  position: absolute;
  right: -30px;
  top: -37px;
}
#page-reprise-orange .orange-reprise-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#page-reprise-orange .reprise-img-xs {
  width: 110%important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@font-face {
  font-family: HelvNeueOrange;
  font-style: normal;
  font-weight: 400;
  src: url("https://boutique.orange.fr/commun/css/https://boutique.orange.fr/commun/css/fonts/HelvNeue55_W1G.woff2") format("woff2"), url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/scss/fonts/HelvNeue55_W1G.woff') format("woff");
}
@font-face {
  font-family: HelvNeueOrange;
  font-style: normal;
  font-weight: 700;
  src: url("https://boutique.orange.fr/commun/css/https://boutique.orange.fr/commun/css/fonts/HelvNeue75_W1G.woff2") format("woff2"), url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/scss/fonts/HelvNeue75_W1G.woff') format("woff");
}
@font-face {
  font-family: HelvNeueOrange;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://orange-reprise-boutique.orange.fr/HelvNeue55_W1G.8aec890c183f8870d856.woff2) format("woff2"), url(https://orange-reprise-boutique.orange.fr/HelvNeue55_W1G.3539d62dcab763f136d3.woff) format("woff");
}
@font-face {
  font-family: HelvNeueOrange;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://orange-reprise-boutique.orange.fr/HelvNeue75_W1G.2c95bb39f4bf0572d343.woff2) format("woff2"), url(https://orange-reprise-boutique.orange.fr/HelvNeue75_W1G.9b8cf55da8ecf9f61e76.woff) format("woff");
}
@font-face {
  font-family: icon-orange;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://orange-reprise-boutique.orange.fr/icon-orange.06399e60274dd1b9a989.woff2) format("woff2"), url(https://orange-reprise-boutique.orange.fr/icon-orange.8b4e7d3fe6f46babd795.woff) format("woff");
}
#page-reprise-orange .cards {
  font-size: 100%;
  background: transparent;
  line-height: 2.2rem;
  font-family: HelvNeueOrange, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 2.2rem;
  display: flex;
  flex-wrap: wrap;
}
#page-reprise-orange html {
  font-size: calc(1em * 0.625);
}
#page-reprise-orange ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
#page-reprise-orange h2 {
  margin-bottom: 1em;
}
#page-reprise-orange .row {
  padding: 20px 0;
  align-items: flex-start;
  width: 98%;
}
#page-reprise-orange * {
  box-sizing: border-box;
}
#page-reprise-orange:before {
  box-sizing: inherit;
}
#page-reprise-orange:after {
  box-sizing: inherit;
}
#page-reprise-orange li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#page-reprise-orange .txt-center {
  text-align: center !important;
}
#page-reprise-orange .mb-3 {
  margin-bottom: 1em;
}
#page-reprise-orange .bloc {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
}
#page-reprise-orange .bloc .numero {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 4.2rem;
  font-size: 2rem;
  margin: 0 15px;
  border-radius: 100%;
  border: 1px solid #000;
  box-shadow: -15px 0 0 0 #fff, 15px 0 0 0 #fff;
  background-color: #fff;
  margin: auto;
}
#page-reprise-orange .bloc-header {
  margin: auto;
}
#page-reprise-orange .bloc-header:before {
  content: "";
  position: absolute;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 0.25em 0;
  height: 1em;
  margin: 5% auto auto;
  width: 100%;
  z-index: -20;
}
@media (max-width: 767px) {
  #page-reprise-orange .smt-4 {
    margin-top: 1.8em;
  }
  #page-reprise-orange .line2:before, #page-reprise-orange .line4:before {
    display: none;
  }
}
#page-reprise-orange .line4::before {
  display: none;
}
#page-reprise-orange .txt-left {
  text-align: left !important;
}
#page-reprise-orange .py-txt {
  padding: 7px 0 10px;
}
#page-reprise-orange strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: bolder;
}
#page-reprise-orange .big {
  line-height: 2.4rem;
  font-size: 1.8rem;
}
#page-reprise-orange sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  position: relative;
  line-height: 0;
  font-size: 75%;
  top: -0.5em;
}
#page-reprise-orange .renvoi {
  font-size: 0.6em;
  font-weight: 400;
  color: #555;
}
#page-reprise-orange a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline-offset: 4px;
  transition: outline-offset 0.15s ease-in-out;
}
#page-reprise-orange .lien-chevron {
  position: relative;
  display: inline-block;
  padding: 7px 21px 10px 0;
}
#page-reprise-orange .lien-chevron:after {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  content: url("https://img.icons8.com/ios-filled/10/f16e00/chevron-right.png");
  padding: 1px 0 0 10px;
}
#page-reprise-orange .lien-chevron:hover {
  text-decoration: underline;
  color: #555;
}
#page-reprise-orange .li-texte li {
  list-style-type: "- ";
}
.aside-footer {
  background: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .aside-footer {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .aside-footer {
    padding: 37px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.aside-footer ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .aside-footer ul {
    max-width: 86%;
  }
}
.aside-footer li {
  padding: 0 10px 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .aside-footer li {
    padding: 0 10px;
    width: 20%;
  }
}
.aside-footer a {
  display: flex;
  align-items: center;
  color: #000;
  min-height: 40px;
}
.aside-footer a:hover, .aside-footer a:focus {
  text-decoration: none;
}
.aside-footer a:hover .text, .aside-footer a:focus .text {
  color: #fff;
}
.aside-footer i {
  font-size: 22px;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .aside-footer i {
    width: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .aside-footer i {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .aside-footer i {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .aside-footer span {
    width: calc(100% - 45px);
  }
}
.footer {
  color: #fff;
  background: #000;
  padding: 33px 0 30px;
}
@media (min-width: 768px) {
  .footer {
    padding: 33px 0 30px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 55px 0 50px;
  }
}
.social {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 0 0 13px 10px;
  margin: 0 -10px 9px;
}
@media (min-width: 768px) {
  .social {
    padding: 0 0 19px 0;
    margin: 0 0 21px;
  }
}
@media (min-width: 1200px) {
  .social {
    padding-bottom: 32px;
    margin-bottom: 39px;
  }
}
.social .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 12px 3px 0;
}
@media (min-width: 768px) {
  .social .title {
    margin: 0 15px 7px 0;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .social .title {
    font-size: 18px;
    margin: 0 24px 0 0;
  }
}
.social ul {
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .social ul {
    margin: 0 -4px;
  }
}
.social li {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .social li {
    padding: 0 4px;
  }
}
.social a {
  width: 29px;
  height: 29px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .social a {
    width: 33px;
    height: 33px;
  }
}
.social a.icon-bwg-d {
  border: none;
  position: relative;
  overflow: hidden;
}
.social a.icon-bwg-d:before {
  border-radius: 100%;
  border: 5px solid #fff;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  opacity: 0;
  z-index: 1;
}
.social a.icon-bwg-d:hover:before {
  opacity: 1;
}
.social a:hover {
  background: #fff;
  color: #000;
}
.social i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.social i.icon-icon-bwg-d {
  font-size: 29px;
}
@media (min-width: 1200px) {
  .social i.icon-icon-bwg-d {
    font-size: 33px;
  }
}
.social i.icon-bwg-envelope {
  font-size: 18px;
}
.footer-nav {
  font-size: 17px;
  padding-bottom: 28px;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .footer-nav {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 15px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    font-size: 14px;
    padding: 0;
  }
}
.footer-nav .footer-open.active .title:before {
  transform: rotate(90deg);
}
.footer-nav .title {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 13px 40px 13px 10px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .footer-nav .title {
    font-size: 16px;
    pointer-events: none;
    margin: 0 0 10px;
    border: none;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .footer-nav .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-nav .title:before {
    content: "";
    font-family: "icomoon-bwg" !important;
    transform: rotate(-90deg);
    font-size: 10px;
    position: absolute;
    right: 24px;
    top: 18px;
  }
}
.footer-nav ul {
  padding: 17px 0 17px 20px;
}
@media (min-width: 768px) {
  .footer-nav ul {
    padding: 0 0 16px;
    margin: 0;
  }
}
.footer-nav li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-nav li {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .footer-nav li {
    margin-bottom: 8px;
  }
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover, .footer-nav a:focus {
  text-decoration: none;
  opacity: 1;
  color: #F16E00;
}
.add-footer {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .add-footer {
    font-size: 12px;
  }
}
.add-footer ul {
  margin: 0 -9px;
  overflow: hidden;
}
.add-footer li {
  padding: 0 9px 2px;
}
@media (min-width: 1200px) {
  .add-footer li {
    padding: 0 6px;
  }
}
.add-footer li + li {
  position: relative;
}
.add-footer li + li:before {
  content: "|";
  position: absolute;
  left: -3px;
  top: 0;
  height: 10px;
  width: 1px;
  color: #666;
}
@media (min-width: 1200px) {
  .add-footer li + li:before {
    left: -4px;
    top: -1px;
  }
}
.add-footer a {
  color: #666;
}
.add-footer a:hover, .add-footer a:focus {
  text-decoration: none;
  opacity: 1;
  color: #F16E00;
}
@media (min-width: 768px) {
  .footer-open .js-hidden-slide {
    display: block !important;
    position: static !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #internet-equiper-livebox .title-img {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #internet-equiper-livebox #l-essentiel, #internet-equiper-livebox #livebox4, #internet-equiper-livebox #disque-dur-livebox4 {
    padding: 0 50px;
  }
}
#internet-equiper-livebox #l-essentiel .row + .row, #internet-equiper-livebox #livebox4 .row + .row, #internet-equiper-livebox #disque-dur-livebox4 .row + .row {
  margin-top: 50px;
}
#internet-equiper-livebox #l-essentiel .text-group, #internet-equiper-livebox #livebox4 .text-group, #internet-equiper-livebox #disque-dur-livebox4 .text-group {
  max-width: 500px;
}
#internet-equiper-livebox #l-essentiel .text-group.decodeur, #internet-equiper-livebox #livebox4 .text-group.decodeur, #internet-equiper-livebox #disque-dur-livebox4 .text-group.decodeur {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #internet-equiper-livebox #l-essentiel .text-group.decodeur, #internet-equiper-livebox #livebox4 .text-group.decodeur, #internet-equiper-livebox #disque-dur-livebox4 .text-group.decodeur {
    margin-top: 60px;
  }
}
#internet-equiper-livebox #l-essentiel h2, #internet-equiper-livebox #livebox4 h2, #internet-equiper-livebox #disque-dur-livebox4 h2 {
  margin-bottom: 20px;
}
#internet-equiper-livebox .section-info {
  /*
        @include media('≥tablet') {
        }

        @include media('≥desktop') {
        }
        */
}
#internet-equiper-livebox .section-info .text {
  right: 20px;
  max-width: 100%;
}
#internet-equiper-livebox .section-info .text h2 {
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  #internet-equiper-livebox .section-info .text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
#internet-equiper-livebox .section-info .blue-block img {
  width: 100%;
  margin: 0;
}
#internet-equiper-livebox .section-info .green-block a {
  align-items: flex-end;
  justify-content: flex-end;
}
#internet-equiper-livebox .section-info .green-block a img {
  width: 36%;
  margin: 0 60px 35px 0;
}
#internet-equiper-livebox .section-info .yellow-block img {
  margin: 0;
  width: 70%;
}
#internet-equiper-livebox .section-info .pink-block img {
  margin: 0 20px 20px 0;
  width: 40%;
}
#internet-equiper-livebox .section-info .block > a {
  min-height: 0;
}
@media (max-width: 767px) {
  #internet-equiper-livebox .section-info .block > a {
    max-width: 500px;
    margin: 0;
  }
}
#fixe-pack-bienvenue .header-row-inner img {
  height: 98px;
  width: 93px;
  right: 20px;
}
@media (min-width: 768px) {
  #fixe-pack-bienvenue .header-row-inner img {
    right: 100px;
    bottom: 0;
    height: 150px;
    width: 142px;
  }
}
#fixe-pack-bienvenue .text-group {
  max-width: 500px;
}
#fixe-pack-bienvenue .text-group p {
  line-height: 19px;
}
#fixe-pack-bienvenue .text-group p strong {
  font-size: 16px;
}
#fixe-les-services .header-row-inner img {
  height: 98px;
  width: 108px;
}
@media (min-width: 768px) {
  #fixe-les-services .header-row-inner img {
    bottom: -5px;
    right: 100px;
    height: 150px;
    width: 165px;
  }
}
@media (min-width: 1200px) {
  #fixe-les-services .header-row-inner img {
    right: 200px;
  }
}
#fixe-ouverture-ligne .header-row-inner img {
  right: 200px;
  height: 150px;
  width: 127px;
}
#fixe-ouverture-ligne h1 sup {
  font-weight: normal;
  font-size: 22px;
}
#fixe-ouverture-ligne .text-group {
  max-width: 450px;
}
#fixe-ouverture-ligne .text-group p {
  font-size: 16px;
  margin-bottom: 20px;
}
#fixe-ouverture-ligne .tarif-icon {
  font-size: 60px;
  color: #ccc;
}
#fixe-ouverture-ligne .mini {
  font-size: 14px;
  font-weight: normal;
}
#fixe-ouverture-ligne #les-tarifs p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #fixe-ouverture-ligne #les-tarifs .col-xs-12.col-sm-2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #fixe-ouverture-ligne #les-tarifs .icon-ore-maintenance-man {
    display: inline-block;
    padding-bottom: 10px;
  }
}
.package {
  font-size: 11px;
}
.package .package-price {
  padding: 45px 0;
  background: #000;
}
.package .package-price h2 {
  color: #fff;
  margin: 0;
  font-size: 40px;
}
.package .package-price h3 {
  color: #F16E00;
  margin: 0;
  font-size: 22px;
}
.package .package-price p {
  color: #fff;
  margin: 33px 50px 0;
}
@media (max-width: 767px) {
  .package .decouverte {
    height: 20rem !important;
  }
  .package .classik {
    height: 30rem !important;
  }
}
.package .package-features {
  position: relative;
  background: #eeeeee;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  height: 52rem;
}
@media (min-width: 1200px) {
  .package .package-features {
    height: 50rem;
  }
}
@media (max-width: 767px) {
  .package .package-features {
    height: unset;
  }
}
.package .package-features:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 15px 0 15px;
  border-color: #000 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.package .package-features > li {
  width: 88%;
  margin: auto;
  position: relative;
  padding: 30px 0 30px 60px;
  border-top: 2px solid #d1d1d1;
}
.package .package-features > li i {
  position: absolute;
  left: 0;
  font-size: 40px;
}
.package .package-features > li img {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 40px;
}
.package .package-features > li p {
  margin: 5px 0;
}
.package .package-features > li strong {
  font-size: 16px;
  display: block;
}
.package .package-features > li:first-child {
  border-top: none;
}
.package .package-features > li:first-child strong {
  font-size: 14px;
  line-height: 16px;
}
.package.collapsible .package-price {
  cursor: pointer;
}
.package.collapsible .package-features {
  display: none;
}
.download canvas {
  margin: auto;
}
.download > div > strong {
  font-size: 1.4em;
  text-transform: uppercase;
}
.download .download-progress {
  width: 100%;
  margin-top: 10%;
  position: relative;
}
.download .download-progress strong, .download .download-progress span {
  width: 100%;
  position: absolute;
  font-size: 2em;
  top: 32%;
  left: 0;
  text-align: center;
  display: block;
}
.download .download-progress strong.minutes {
  top: 20%;
}
.download .download-progress span {
  font-size: 1.3em;
  top: 52%;
  font-weight: normal;
}
.download .download-progress b {
  font-size: 1.25em;
}
.download a.active:after, .download a:hover:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  height: 2px;
  width: 100%;
}
.download a.active:after, .download a.active:hover:after {
  background-color: #f60;
}
.download blockquote {
  padding: 0.75em 0 2em;
  display: block;
  font-size: 0.65em;
  clear: both;
  width: 100%;
  font-weight: 400;
  text-align: left;
  color: #333;
}
.download .btn-group .btn-group {
  padding-left: 1px;
}
.download .btn-group .btn-group:first-child {
  padding-left: 0;
}
.download button {
  background: #e9e9e9;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding: 20px 0;
}
.download button i {
  font-size: 40px;
  display: block;
}
.download button:hover, .download button:focus, .download button.active, .download button.active:hover, .download button.active:focus {
  border-color: #F16E00;
  background: #e9e9e9;
  color: #000;
  box-shadow: none;
}
.fibre-etapes {
  position: relative;
  margin: auto;
  max-width: 670px;
}
.fibre-etapes img.fibre-encart-desktop {
  display: inline;
  max-width: 100%;
}
.fibre-etapes img.fibre-encart-mobile {
  display: none;
}
.fibre-etapes .etape {
  position: absolute;
  font-size: 17px;
  text-align: left;
  overflow: hidden;
}
.fibre-etapes .etape1 {
  top: 12.2396%;
  left: 51.9403%;
  height: 13.0208%;
  width: 43.2836%;
}
.fibre-etapes .etape2 {
  top: 31.7708%;
  left: 16.8657%;
  height: 11.0677%;
  width: 43.2836%;
}
.fibre-etapes .etape3 {
  top: 55.7943%;
  left: 39.2537%;
  height: 11.0677%;
  width: 43.2836%;
}
.fibre-etapes .etape4 {
  top: 79.0365%;
  left: 49.5522%;
  height: 13.0208%;
  width: 43.2836%;
}
@media screen and (max-width: 659px) {
  .fibre-etapes .etape {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .fibre-etapes .etape1, .fibre-etapes .etape4 {
    width: 45%;
  }
}
@media screen and (max-width: 629px) {
  .fibre-etapes .etape {
    font-size: 15px;
  }
}
@media screen and (max-width: 579px) {
  .fibre-etapes .etape {
    font-size: 14px;
  }
}
@media screen and (max-width: 539px) {
  .fibre-etapes .etape {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .fibre-etapes {
    max-width: 400px;
  }
  .fibre-etapes img.fibre-encart-desktop {
    display: none;
  }
  .fibre-etapes img.fibre-encart-mobile {
    display: inline;
    max-width: 100%;
  }
  .fibre-etapes .etape {
    font-size: 17px;
    text-align: center;
    width: auto;
    left: 3%;
    right: 3%;
  }
  .fibre-etapes .splus {
    width: 100%;
    left: 0;
  }
  .fibre-etapes .etape1 {
    top: 9.4913%;
    height: 9.3052%;
  }
  .fibre-etapes .etape2 {
    top: 27.6055%;
    height: 11.1663%;
  }
  .fibre-etapes .etape3 {
    top: 47.9529%;
    height: 8.0645%;
  }
  .fibre-etapes .etape4 {
    top: 65.2605%;
    height: 11.1663%;
  }
  .fibre-etapes .splus {
    top: 92.2457%;
    height: 4.8387%;
  }
}
@media screen and (max-width: 389px) {
  .fibre-etapes .etape {
    font-size: 16px;
  }
}
@media screen and (max-width: 369px) {
  .fibre-etapes .etape {
    font-size: 15px;
  }
}
@media screen and (max-width: 339px) {
  .fibre-etapes .etape {
    font-size: 14px;
  }
}
@media screen and (max-width: 329px) {
  .fibre-etapes .etape {
    font-size: 13px;
  }
}
.bg-fibre-jeux {
  text-shadow: 0px 0px 10px black;
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets/images/fibre/jeux.jpg') no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .bg-fibre-jeux {
    background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets/images/fibre/jeux_tablette.jpg');
  }
}
@media (max-width: 767px) {
  .bg-fibre-jeux {
    padding: 10px 0;
    background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets/images/fibre/jeux_mobile.jpg');
  }
  .bg-fibre-jeux h2 {
    font-size: 18px;
  }
  .bg-fibre-jeux .text-eshop {
    font-size: 14px;
    line-height: 17px;
  }
}
.decodeur-tv .green-block a > img {
  width: 36%;
  margin: 40px 20px 20px 200px;
}
.decodeur-tv .blue-block a > img {
  width: 100%;
  margin: 0;
}
.decodeur-tv .pink-block a > img {
  margin: 0 20px 20px 0;
  width: 50px;
}
.grid1 i {
  font-size: 50px;
  margin-left: 0px;
}
.grid1 a {
  color: black;
}
.grid1 a:hover {
  color: #F16E00;
}
.font-content-liveplug .number {
  font-size: 40px;
  font-family: inherit;
}
.liveplug .blue-block a > img {
  width: 100%;
  margin: 0;
}
.liveplug .pink-block a > img {
  padding: 0 20px 20px 0;
  width: 150px;
}
@media (min-width: 320px) {
  .liveplug-img1 {
    text-align: center;
  }
}
.liveplug-img1 img {
  width: 55%;
}
@media (max-width: 767px) {
  #internet-equiper-liveplug .title-img {
    margin-bottom: 30px;
  }
}
#internet-equiper-liveplug .section-info {
  /*
        @include media('≥tablet') {
        }

        @include media('≥desktop') {
        }
        */
}
#internet-equiper-liveplug .section-info .text {
  right: 20px;
  max-width: 100%;
}
#internet-equiper-liveplug .section-info .text h2 {
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  #internet-equiper-liveplug .section-info .text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
#internet-equiper-liveplug .section-info .blue-block img {
  width: 100%;
  margin: 0;
}
#internet-equiper-liveplug .section-info .green-block a {
  align-items: flex-end;
  justify-content: flex-end;
}
#internet-equiper-liveplug .section-info .green-block a img {
  width: 36%;
  margin: 0 60px 35px 0;
}
#internet-equiper-liveplug .section-info .yellow-block img {
  margin: 0;
  width: 70%;
}
#internet-equiper-liveplug .section-info .pink-block img {
  margin: 0 20px 20px 0;
  width: 40%;
}
#internet-equiper-liveplug .section-info .block > a {
  min-height: 0;
}
@media (max-width: 767px) {
  #internet-equiper-liveplug .section-info .block > a {
    max-width: 500px;
    margin: 0;
  }
}
.re-orange-text--align-right {
  text-align: left;
  margin-top: 0px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .re-orange-text--align-right {
    text-align: right;
    margin-top: 50px;
  }
}
.rejoindre-orange-texte-space {
  margin-top: 10px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .rejoindre-orange-texte-space {
    margin-top: 50px;
  }
}
.icone-3179-1 .icone-3179 {
  width: 250px;
  margin: -5px;
}
.rejoindre-orange-img .img-01 {
  width: 89%;
  height: auto;
}
.offres-internet-icone-orange-1-2 {
  position: relative;
  display: inline-block;
}
.offres-internet-icone-orange-1-2 img {
  width: 175px;
  height: auto;
  margin-top: 35px;
}
.offres-internet-icone-orange-1-2 h4 {
  position: absolute;
  top: 50%;
  left: 25%;
  text-align: center;
}
.offres-internet-icone-vert-3 {
  margin: 0px 0px 0px 0px;
  position: relative;
  display: inline-block;
}
.offres-internet-icone-vert-3 img {
  width: 150px;
  height: 150px;
  margin-top: 45px;
}
.offres-internet-icone-vert-3 i {
  position: absolute;
  top: 45%;
  left: 30%;
  text-align: center;
}
@media (max-width: 767px) {
  .offres-internet-icone-orange-1-2 img, .offres-internet-icone-vert-3 img {
    margin-top: 0;
  }
  .offres-internet-icone-orange-1-2 h4, .offres-internet-icone-orange-1-2 i, .offres-internet-icone-vert-3 h4, .offres-internet-icone-vert-3 i {
    margin-top: -18px;
  }
}
.internet-icone-vert-3 li i {
  font-size: 60px;
}
.internet-icone-vert-3 li p a {
  color: black;
}
.offres-internet-icone-vert-3-1 {
  margin: 0px 0px -40px 25px;
}
.column-tablet li {
  width: 100%;
}
@media (min-width: 480px) {
  .column-tablet li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .column-tablet li {
    width: 25%;
  }
}
.column-tablet li h3 {
  margin-left: -25px;
}
.column-tablet li p {
  margin-left: -25px;
}
.offres-internet-icone-vert-1 {
  margin: 0px 0px 0px 25px;
}
.offres-internet-icone-vert-1 h3 {
  margin: 175px 0px 0px 0px;
}
@media (min-width: 320px) {
  .button-y-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .button-y-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .button-y-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.button-y-bg .button-y-bg1 {
  background-color: black;
  color: white;
}
.button-y-bg .button-y-bg1:hover {
  background-color: transparent;
  color: black;
}
@media (min-width: 320px) {
  .button-b-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .button-b-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .button-b-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.button-b-bg .button-b-bg1 {
  background-color: black;
  color: white;
}
.button-b-bg .button-b-bg1:hover {
  background-color: transparent;
  color: black;
}
.button-bl-bg {
  background-color: black;
  color: white;
}
@media (min-width: 320px) {
  .button-bl-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button-bl-bg p {
    padding-top: 0px;
  }
}
@media (min-width: 480px) {
  .button-bl-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .button-bl-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.button-bl-bg .button-bl-bg1 {
  color: white;
  border-color: white;
}
.button-bl-bg .button-bl-bg1:hover {
  background-color: white;
  color: black;
}
.offres-internet-s2-bg p {
  font-size: 16px;
  position: absolute;
  left: 3%;
  top: 10px;
}
@media (min-width: 480px) {
  .offres-internet-s2-bg p {
    position: absolute;
    font-size: 20px;
    left: 3%;
    top: 20px;
  }
}
@media (min-width: 768px) {
  .offres-internet-s2-bg p {
    position: absolute;
    font-size: 32px;
    left: 3%;
    top: 40px;
  }
}
.offres-internet-t2 {
  font-size: 30px;
}
@media (min-width: 480px) {
  .offres-internet-t2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .offres-internet-t2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .col-rejoindre {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-rejoindre {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .col-rejoindre + .col-rejoindre {
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-rejoindre + .col-rejoindre {
    padding-right: 5px;
    padding-left: 30px;
  }
}
.assistance-page .col-sm-6 .holder {
  max-width: 500px;
}
.assistance-page .col-sm-9 .holder {
  max-width: 800px;
}
.assistance-page p {
  margin-bottom: 10px;
}
.assistance-page p.title {
  font-size: 16px;
  font-weight: bold;
}
#assistance-aletranger .ui-helper-hidden-accessible {
  display: none;
}
#assistance-aletranger .col-holder {
  font-size: 1.8rem;
  padding: 50px;
  margin: 30px;
}
@media (max-width: 767px) {
  #assistance-aletranger .col-holder {
    font-size: 1.5rem;
    margin: 10px;
    padding: 20px;
  }
}
#assistance-aletranger .float-left {
  float: left !important;
}
#assistance-aletranger .align-items-center {
  align-items: center !important;
}
#assistance-aletranger .justify-content-center {
  justify-content: center !important;
}
#assistance-aletranger .d-flex {
  display: flex !important;
}
#assistance-aletranger .border {
  border: 1px solid #000 !important;
}
#assistance-aletranger .text-secondary {
  color: #F16E00 !important;
}
#assistance-aletranger .font-weight-bold {
  font-weight: 700 !important;
}
#assistance-aletranger .text-right {
  text-align: right !important;
}
#assistance-aletranger .overflow-hidden {
  overflow: hidden !important;
}
#assistance-aletranger dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
#assistance-aletranger .country-btn {
  position: relative;
}
#assistance-aletranger .country-btn .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 34px;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  #assistance-aletranger .country-btn .mask {
    min-height: 60px;
  }
}
#assistance-aletranger .country-btn .mask .img {
  display: inline-block;
  width: 25px;
}
@media (min-width: 768px) {
  #assistance-aletranger .country-btn .mask .img {
    width: 43px;
  }
}
#assistance-aletranger .country-btn .mask .img img {
  max-width: 100%;
}
#assistance-aletranger .country-btn .input {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  text-align: center;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 768px) {
  #assistance-aletranger .country-btn .input {
    min-height: 60px;
  }
}
#assistance-aletranger .country-btn .input:focus {
  opacity: 1;
}
#assistance-aletranger .ui-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 0;
  z-index: 10000;
}
#assistance-aletranger .ui-state-focus {
  background-color: #ebebeb;
}
#assistance-aletranger .ui-menu-item {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
#assistance-aletranger .ui-menu-item:hover {
  cursor: pointer;
}
#assistance-aletranger .ui-menu-item .img {
  display: inline-block;
  width: 43px;
}
#assistance-aletranger .ui-menu-item .img img {
  max-width: 100%;
}
#assistance-aletranger #pricing-details {
  display: none;
}
#assistance-aletranger #banner-info {
  display: block;
  position: relative;
  color: #212529 !important;
  outline: none !important;
}
#assistance-aletranger #banner-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
#assistance-aletranger #banner-info:hover:after {
  opacity: 0.15;
}
#assistance-aletranger #princing-operators span {
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid;
  border-radius: 100%;
  line-height: 1.8rem;
  font-size: 0.9rem;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px)\a .services-block .country-btn {
  #assistance-aletranger {
    max-width: 436px;
  }
}
#assistance-aletranger .services-block .country-btn {
  line-height: 1;
  max-width: 225px;
}
#assistance-aletranger .d-inline-block {
  display: inline-block !important;
}
#assistance-aletranger .align-bottom {
  vertical-align: bottom !important;
}
#assistance-aletranger .bg-white {
  background-color: #fff !important;
}
#assistance-aletranger .justify-content-center {
  justify-content: center !important;
}
#assistance-aletranger .row {
  display: flex;
  flex-wrap: wrap;
}
#assistance-aletranger .w-100 {
  width: 100% !important;
}
#assistance-aletranger .d-flex {
  display: flex;
}
#assistance-aletranger .bg-black {
  background: #000000;
}
#assistance-aletranger .bg-grey {
  background: #DDDDDD;
}
#assistance-aletranger .icon-holder {
  font-size: 5.625rem;
  line-height: 5.625rem;
  width: auto;
}
#assistance-aletranger .flex-column {
  flex-direction: column;
}
#assistance-aletranger .flex-nowrap {
  flex-wrap: nowrap;
}
#assistance-aletranger table tr td:first-child {
  color: #F16E00;
}
@media (min-width: 768px) {
  #assistance-aletranger table tr td:first-child {
    width: 250px;
  }
}
#assistance-aletranger h3 {
  font-size: 24px;
  max-width: 1000px;
}
#assistance-aletranger #tarifs h4, #assistance-aletranger #pays-et-operateurs h4, #assistance-aletranger .panel-body h4 {
  font-size: 18px;
}
#assistance-aletranger #tarifs p, #assistance-aletranger #tarifs ul, #assistance-aletranger #pays-et-operateurs p, #assistance-aletranger #pays-et-operateurs ul, #assistance-aletranger .panel-body p, #assistance-aletranger .panel-body ul {
  margin-bottom: 20px;
}
#assistance-aletranger span[class^="ico_"]:before, #assistance-aletranger span[class^="ico_"]:after {
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 1px solid;
  border-radius: 100%;
  line-height: 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#assistance-aletranger span[class^="ico_"].ico_3g:before {
  content: "3G";
  font-size: 8px;
}
#assistance-aletranger span[class^="ico_"].ico_4g:before {
  content: "4G";
  font-size: 8px;
}
#assistance-aletranger span[class^="ico_"].ico_5g:before {
  content: "5G";
  font-size: 8px;
}
#assistance-aletranger span[class^="ico_"].ico_gprs:after {
  content: "G";
  font-size: 11px;
}
#assistance-aletranger span[class^="ico_"].ico_3g.ico_gprs:after {
  margin-left: 2px;
}
#assistance-aletranger .panel-body {
  padding-top: 40px;
}
#assistance-aletranger #pays-et-operateurs .operator span {
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 1px solid;
  border-radius: 100%;
  line-height: 15px;
  font-size: 8px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  #assistance-aletranger .nav-tabs li a {
    padding: 7px 15px;
  }
}
#assistance-garder-numero .page-content {
  max-width: 900px;
}
#assistance-garder-numero .well .price {
  display: inline-block;
}
#assistance-garder-numero .well .price p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  #assistance-garder-numero .well .price p {
    display: inline-block;
  }
}
#assistance-garder-numero .well .price h1 {
  font-size: 60px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  #assistance-garder-numero .well .price h1 {
    display: inline-block;
    margin: 0 0 5px 0;
  }
}
#assistance-garder-numero .well .texts {
  display: inline-block;
}
#assistance-garder-numero .well .texts p {
  font-size: 24px;
  margin: 0;
  line-height: 1.1;
}
#assistance-garder-numero .odr-steps .step .circle {
  font-size: 18px;
}
@media (min-width: 768px) {
  #assistance-garder-numero .odr-steps .step {
    display: block;
    vertical-align: top;
  }
  #assistance-garder-numero .odr-steps .step .circle {
    margin: 15px 0;
  }
  #assistance-garder-numero .odr-steps .step .texts {
    max-width: 400px;
    margin: 30px;
  }
  #assistance-garder-numero .odr-steps .arrow {
    display: block;
    padding: 0 0 0 67px;
  }
  #assistance-garder-numero .odr-steps .arrow span {
    transform: rotate(90deg);
  }
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1 {
  border-radius: 50%;
  border: none;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1.step1 {
  background-color: #ffd200;
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1.step2 {
  background-color: #ffb4e6;
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1.step3 {
  background-color: #50be87;
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1 .content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1 .content h1 {
  font-size: 55px;
  margin-bottom: auto;
}
#assistance-nouveaux-arrivants .odr-steps .step .circle_1 .content h1 sup {
  font-size: 18px;
  font-weight: 50;
  top: -1.65em;
}
#assistance-nouveaux-arrivants .odr-steps .step .text {
  text-align: center;
}
#assistance-nouveaux-arrivants .button-bottom {
  display: inline-grid;
}
#assistance-numeros-speciaux-voix .tab-content {
  max-width: 1000px;
}
#assistance-numeros-speciaux-voix .tab-content p, #assistance-numeros-speciaux-voix .tab-content ul {
  margin-bottom: 20px;
  max-width: 1000px;
}
#assistance-numeros-speciaux-voix .tab-content h3 {
  margin-bottom: 20px;
  font-size: 21px;
}
#assistance-numeros-speciaux-voix table tr td:nth-child(1) {
  color: #F16E00;
  font-weight: bold;
}
#assistance-numeros-speciaux-voix table tr td:nth-child(3) {
  font-weight: bold;
}
#assistance-resiliation .control-label {
  text-align: left;
}
#assistance-resiliation .control-label[for="date_resil"] {
  padding-top: 0;
}
#assistance-resiliation .control-label span {
  font-weight: normal;
  font-size: 12px;
}
#assistance-resiliation .form-control {
  display: inline-block;
  max-width: 175px;
}
#assistance-resiliation #loyer_mensuel {
  max-width: 70px;
}
#assistance-resiliation span.has-error {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #a94442;
}
#assistance-resiliation .formulaire_erreur {
  color: #a94442;
}
#assistance-resiliation .success {
  margin: 0;
}
#assistance-resiliation .success .text-orange {
  font-size: 40px;
}
#assistance-resiliation .success small {
  display: block;
}
#assistance-resiliation #datetimepicker1, #assistance-resiliation #datetimepicker2 {
  display: inline-block;
}
#assistance-resiliation #datetimepicker1 .input-group-addon, #assistance-resiliation #datetimepicker2 .input-group-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 175px;
  z-index: 10;
  opacity: 0;
}
@media (min-width: 768px) {
  #assistance-resiliation #datetimepicker1 .input-group-addon, #assistance-resiliation #datetimepicker2 .input-group-addon {
    display: none;
  }
}
#assistance-conf-votre-nouveau-mobile .block-2 .image-top {
  display: flex;
}
#assistance-conf-votre-nouveau-mobile .block-2 .image-top img {
  width: 95px;
  height: 85px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #assistance-conf-votre-nouveau-mobile .block-2 .image-top {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
#assistance-conf-votre-nouveau-mobile .block-2 .image-top2 {
  display: flex;
}
#assistance-conf-votre-nouveau-mobile .block-2 .image-top2 img {
  width: 105px;
  height: 90px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #assistance-conf-votre-nouveau-mobile .block-2 .image-top2 {
    margin-bottom: 25px;
    margin-top: 40px;
  }
}
#assistance-conf-votre-nouveau-mobile .section-qr .well {
  display: flex;
  background-color: #ffffff;
  border-color: #F16E00;
  border-width: 2px;
  border-radius: 15px;
}
#assistance-conf-votre-nouveau-mobile .section-qr .well .content i {
  font-size: 25px;
  color: #939598;
}
#assistance-conf-votre-nouveau-mobile .section-qr .well .image-qrcode img {
  width: 120px;
}
#assistance-conf-votre-nouveau-mobile .section-qr .well .image-qrcode p {
  font-size: 11px;
}
#assistance-conf-votre-nouveau-mobile .column2 ul {
  list-style-type: square;
}
#assistance-conf-votre-nouveau-mobile .column2 ol {
  list-style-type: square;
}
#assistance-comment-demarrer .container-holder {
  margin-top: -45px;
}
@media (min-width: 769px) {
  #assistance-comment-demarrer .container-holder {
    margin-bottom: -34px;
  }
}
#assistance-comment-demarrer .well {
  background-color: #ffffff;
}
#assistance-comment-demarrer .well-2 {
  height: 164px !important;
  margin-right: -10px;
}
@media (max-width: 767px) {
  #assistance-comment-demarrer .well-2 p {
    margin-top: -10px;
  }
}
#assistance-comment-demarrer .well-3 img {
  margin: -20px -20px -20px 0px;
}
@media (min-width: 1200px) {
  #assistance-comment-demarrer .well-3 img {
    max-width: 583px;
  }
}
@media (max-width: 1199px) {
  #assistance-comment-demarrer .well-3 img {
    margin: -20px -20px -20px 20px;
  }
}
@media (min-width: 1200px) {
  #assistance-comment-demarrer .gallery .slide img {
    padding-left: 13px;
    padding-right: 13px;
  }
}
#assistance-comment-demarrer .gallery .mask1 {
  position: relative;
}
#assistance-comment-demarrer .gallery .mask1 .content {
  position: absolute;
  top: 35%;
  left: 25%;
  z-index: 2000;
  text-align: center;
}
@media (max-width: 767px) {
  #assistance-comment-demarrer .gallery .mask1 .content {
    left: 15%;
  }
}
@media only screen and (max-width: 540px) {
  #assistance-comment-demarrer .gallery .mask1 .content {
    left: 3%;
  }
}
#assistance-comment-demarrer .gallery .mask1 .content h2 {
  color: #ffffff;
}
#assistance-comment-demarrer .gallery .mask1 .content a {
  background-color: #F16E00;
  border: none;
  color: #ffffff;
}
#assistance-comment-demarrer .gallery .mask1 .content a:hover {
  background-color: #ffffff;
  color: #000000;
}
#assistance-comment-demarrer .gallery .mask2 {
  position: relative;
}
#assistance-comment-demarrer .gallery .mask2 .content {
  position: absolute;
  top: 20%;
  left: 12.5%;
  z-index: 2000;
}
@media (max-width: 1199px) {
  #assistance-comment-demarrer .gallery .mask2 .content {
    top: 20%;
    left: 16%;
  }
}
@media (max-width: 767px) {
  #assistance-comment-demarrer .gallery .mask2 .content {
    top: 50%;
    left: 6%;
  }
}
#assistance-comment-demarrer .gallery .mask2 .content h2 {
  color: #ffffff;
}
#assistance-comment-demarrer .gallery .mask2 .content h4 {
  color: #ffffff;
}
#assistance-comment-demarrer .section-6 {
  text-align: center;
}
#assistance-comment-demarrer .section-6 .coloum {
  text-align: center;
  text-align: -webkit-center;
}
#assistance-comment-demarrer .section-6 a {
  color: #000000;
}
#assistance-comment-demarrer .section1 .well, #assistance-comment-demarrer .section4 .well {
  display: flex;
}
#assistance-comment-demarrer .section1 .well a, #assistance-comment-demarrer .section4 .well a {
  color: #000000;
}
#assistance-comment-demarrer .section3 a, #assistance-comment-demarrer .section4 a {
  color: #000000;
}
#assistance-comment-demarrer .section2 .bloc {
  height: 163px;
}
#assistance-comment-demarrer .section7 .well {
  background-color: #000000;
  padding: 0px;
}
#assistance-comment-demarrer .section7 .video-content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#assistance-comment-demarrer .section7 .video-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-contact .container {
  max-width: 1058px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-contact .container {
    padding: 0 36px;
  }
}
.page-contact .warning-ouverture {
  background-color: #ffffff !important;
}
.page-contact .warning-ouverture .well p {
  font-size: 14px;
  line-height: 19px;
}
.page-contact .warning-ouverture .blue a {
  text-decoration: none !important;
}
.page-contact .warning-ouverture .blue a:hover {
  color: #4bb4e6;
}
.page-contact h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .page-contact h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .page-contact h2 {
    font-size: 35px;
    line-height: 39px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .page-contact #main {
    padding: 57px 0;
  }
}
@media (min-width: 1200px) {
  .page-contact #main {
    padding: 53px 0;
  }
}
.page-contact .contact-section {
  background: #000;
  padding: 21px 0 47px;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .page-contact .contact-section {
    padding: 42px 0 57px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-section {
    padding: 36px 0 50px;
  }
}
.page-contact .contact-section.assistance-nous-contacter {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .page-contact .contact-section.assistance-nous-contacter {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-section.assistance-nous-contacter {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .page-contact .contact-section.assistance-nous-contacter .contact-links li {
    margin-bottom: 0;
  }
}
.page-contact .contact-section .header {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-contact .contact-section .header {
    margin: 0 0 35px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-section .header {
    margin: 0 0 34px;
  }
}
@media (min-width: 768px) {
  .page-contact .contact-section h2 {
    float: left;
    max-width: 60%;
    margin: 0;
  }
}
.page-contact .contact-section .title {
  position: absolute;
  display: block;
  bottom: 28px;
  left: 10px;
  right: 10px;
  text-align: right;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-contact .contact-section .title {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    position: static;
    float: right;
    max-width: 40%;
    padding-top: 13px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-section .title {
    padding-top: 17px;
  }
}
.page-contact .contact-section .title .link {
  font-weight: bold;
  color: #fff;
  transition: color 0.25s linear;
}
.page-contact .contact-section .title .link:hover {
  color: #F16E00;
}
.page-contact .contact-links {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: -6px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
  }
}
.page-contact .contact-links li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 50%;
  position: relative;
  margin: 0 0 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-contact .contact-links li {
    width: 33%;
  }
}
.page-contact .contact-links li:before {
  content: "";
  background: #737373;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  height: 20px;
}
@media (min-width: 768px) {
  .page-contact .contact-links li:before {
    height: 42px;
    background: #fff;
  }
}
.page-contact .contact-links li:nth-child(odd):before {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .contact-links li:nth-child(odd):before {
    display: block;
  }
}
.page-contact .contact-links li:first-child:before {
  display: none !important;
}
.page-contact .contact-links li a {
  white-space: nowrap;
  text-align: center;
  color: #fff;
  display: block;
  transition: all 0.25s linear;
  position: relative;
  padding: 5px 15px;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
  min-height: 56px;
}
.page-contact .contact-links li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.page-contact .contact-links li a > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
@media (min-width: 768px) {
  .page-contact .contact-links li a {
    text-align: center;
  }
}
.page-contact .contact-links li a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: scaleX(0);
  background: #fff;
  transition: transform 0.25s linear;
  z-index: -1;
}
.page-contact .contact-links li a:hover {
  color: #F16E00;
}
.page-contact .contact-links li a:hover:before {
  transform: scaleX(1);
}
.page-contact .contact-links li .icon {
  display: inline-block;
  vertical-align: middle;
  font: 23px/1 "orange-reunion";
  text-align: center;
  margin-right: 20px;
  width: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .contact-links li .icon {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-links li .icon {
    font-size: 31px;
    width: 51px;
    margin-right: 20px;
  }
}
.page-contact .contact-links li .icon.icon-phone {
  font-size: 27px;
  left: 14px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links li .icon.icon-phone {
    font-size: 40px;
  }
}
.page-contact .contact-links li .icon.icon-direction {
  font-size: 32px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links li .icon.icon-direction {
    font-size: 48px;
  }
}
.page-contact .contact-links li .icon.icon-forum {
  font-size: 33px;
  left: 14px;
  top: 56%;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links li .icon.icon-forum {
    font-size: 50px;
    width: 51px;
  }
}
.page-contact .contact-links li .text {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  text-align: left;
}
.page-contact .contact-links li .text.rdv {
  width: 150px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links li .text {
    width: 100px;
  }
  .page-contact .contact-links li .text.rdv {
    width: 200px;
  }
}
.page-contact .contact-links-mayotte {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: -6px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
  }
}
.page-contact .contact-links-mayotte li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 50%;
  position: relative;
  margin: 0 0 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-contact .contact-links-mayotte li {
    width: 25%;
  }
}
.page-contact .contact-links-mayotte li:before {
  content: "";
  background: #737373;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  height: 20px;
}
@media (min-width: 768px) {
  .page-contact .contact-links-mayotte li:before {
    height: 42px;
    background: #fff;
  }
}
.page-contact .contact-links-mayotte li:nth-child(odd):before {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .contact-links-mayotte li:nth-child(odd):before {
    display: block;
  }
}
.page-contact .contact-links-mayotte li:first-child:before {
  display: none !important;
}
.page-contact .contact-links-mayotte li a {
  white-space: nowrap;
  text-align: center;
  color: #fff;
  display: block;
  transition: all 0.25s linear;
  position: relative;
  padding: 5px 15px;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 1;
  min-height: 56px;
}
.page-contact .contact-links-mayotte li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.page-contact .contact-links-mayotte li a > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
@media (min-width: 768px) {
  .page-contact .contact-links-mayotte li a {
    text-align: center;
  }
}
.page-contact .contact-links-mayotte li a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: scaleX(0);
  background: #fff;
  transition: transform 0.25s linear;
  z-index: -1;
}
.page-contact .contact-links-mayotte li a:hover {
  color: #F16E00;
}
.page-contact .contact-links-mayotte li a:hover:before {
  transform: scaleX(1);
}
.page-contact .contact-links-mayotte li a:hover img.icon-shop-default {
  display: none;
}
.page-contact .contact-links-mayotte li a:hover img.icon-shop-hover {
  display: inline-block;
}
.page-contact .contact-links-mayotte li .icon {
  display: inline-block;
  vertical-align: middle;
  font: 23px/1 "orange-reunion";
  text-align: center;
  margin-right: 20px;
  width: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .contact-links-mayotte li .icon {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .icon {
    font-size: 31px;
    width: 51px;
    margin-right: 20px;
  }
}
.page-contact .contact-links-mayotte li .icon.icon-phone {
  font-size: 27px;
  left: 14px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .icon.icon-phone {
    font-size: 40px;
  }
}
.page-contact .contact-links-mayotte li .icon.icon-direction {
  font-size: 32px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .icon.icon-direction {
    font-size: 48px;
  }
}
.page-contact .contact-links-mayotte li .icon.icon-shop-default {
  width: 31px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  display: inline-block;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .icon.icon-shop-default {
    width: 41px;
  }
}
.page-contact .contact-links-mayotte li .icon.icon-shop-hover {
  width: 31px;
  -webkit-filter: invert(39%) sepia(61%) saturate(2447%) hue-rotate(11deg) brightness(105%) contrast(101%);
  filter: invert(39%) sepia(61%) saturate(2447%) hue-rotate(11deg) brightness(105%) contrast(101%);
  display: none;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .icon.icon-shop-hover {
    width: 41px;
  }
}
.page-contact .contact-links-mayotte li .icon.icon-forum {
  font-size: 33px;
  left: 14px;
  top: 56%;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .icon.icon-forum {
    font-size: 50px;
    width: 51px;
  }
}
.page-contact .contact-links-mayotte li .text {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  text-align: left;
}
.page-contact .contact-links-mayotte li .text.rdv {
  width: 110px;
}
@media (min-width: 1200px) {
  .page-contact .contact-links-mayotte li .text {
    width: 100px;
  }
  .page-contact .contact-links-mayotte li .text.rdv {
    width: 150px;
  }
}
.page-contact .contact-form {
  padding: 32px 0 20px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-contact .contact-form {
    padding: 45px 0 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form {
    padding: 45px 0 75px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .container {
    padding-right: 96px;
  }
}
.page-contact .contact-form .confirm-type {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-contact .contact-form .confirm-type {
    margin-bottom: 20px;
  }
}
.page-contact .contact-form .confirm-type .title {
  padding-right: 20px;
}
.page-contact .contact-form .confirm-type a {
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  margin: 0 auto;
  font-weight: bold;
  transition: all 0.25s linear;
}
@media (max-width: 767px) {
  .page-contact .contact-form .confirm-type a {
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .page-contact .contact-form .confirm-type a {
    padding: 11px 10px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .confirm-type a {
    padding: 9px 10px;
  }
}
.page-contact .contact-form .confirm-type a:hover {
  background: #F16E00;
}
.page-contact .contact-form .confirm-type a:disabled, .page-contact .contact-form .confirm-type a:disabled:hover {
  background: #888;
  cursor: not-allowed;
}
.page-contact .contact-form h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin: 0 0 23px;
  max-width: 210px;
}
@media (min-width: 768px) {
  .page-contact .contact-form h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    max-width: none;
    padding-left: 42px;
    margin: 0 0 42px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
  }
}
.page-contact .contact-form h2:after {
  font: 17px/1 "orange-reunion";
  content: "k";
  position: absolute;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .page-contact .contact-form h2:after {
    font-size: 24px;
    top: 1px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form h2:after {
    top: 4px;
  }
}
.page-contact .contact-form .row {
  overflow: hidden;
}
.page-contact .contact-form input[type="radio"], .page-contact .contact-form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  vertical-align: top;
  margin-right: 3px;
}
.page-contact .contact-form label {
  display: inline-block;
  vertical-align: top;
}
.page-contact .contact-form .choose-pannel {
  letter-spacing: -5px;
  line-height: 16px;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .choose-pannel {
    margin: 0 0 33px;
  }
}
.page-contact .contact-form .choose-pannel li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  padding-right: 16px;
}
.page-contact .contact-form .choose-pannel li:last-child {
  padding-right: 0;
}
.page-contact .contact-form .choose-pannel.add {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .choose-pannel.add {
    margin: 0 0 26px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .choose-pannel.add {
    margin: 0 0 29px;
  }
}
.page-contact .contact-form .choose-pannel.add li {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .choose-pannel.add li {
    padding-right: 48px;
  }
}
.page-contact .contact-form .select-wrap {
  width: 73.2%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .select-wrap {
    width: 282px;
    margin: 0 0 47px;
  }
}
.page-contact .contact-form .select-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
@media (min-width: 768px) {
  .page-contact .contact-form .select-wrap select {
    height: 40px;
    width: 294px !important;
  }
}
.page-contact .contact-form .input-col {
  width: 73.2%;
}
@media (min-width: 768px) {
  .page-contact .contact-form .input-col {
    float: left;
    width: 48.5%;
    padding-right: 27px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .input-col {
    width: 38%;
    padding-right: 58px;
  }
}
.page-contact .contact-form .input-col label {
  margin: 0 0 1px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .input-col label {
    margin: 0 0 11px;
  }
}
.page-contact .contact-form .select-wrap select, .page-contact .contact-form .input-col input {
  display: block;
  border: 1px solid #000;
  width: 100%;
  padding: 6px 10px;
  border-radius: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .page-contact .contact-form .select-wrap select, .page-contact .contact-form .input-col input {
    border-width: 2px;
    padding: 8px 10px;
  }
}
.page-contact .contact-form .input-holder {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .input-holder {
    margin: 0 0 14px;
  }
}
.page-contact .contact-form .info-holder {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .textarea-col {
    float: right;
    width: 51.5%;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .textarea-col {
    width: 62%;
  }
}
.page-contact .contact-form .textarea-col label {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .textarea-col label {
    margin: 0 0 11px;
  }
}
.page-contact .contact-form .textarea-col input[type="checkbox"] {
  margin-right: 7px;
}
.page-contact .contact-form .textarea-col textarea {
  display: block;
  border: 1px solid #000;
  width: 100%;
  resize: none;
  height: 150px;
  width: 100%;
  margin: 0 0 20px;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .textarea-col textarea {
    border-width: 2px;
    height: 300px;
    margin: 0 0 33px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .textarea-col textarea {
    margin: 0 0 19px;
  }
}
.page-contact .contact-form .submit-wrap {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .submit-wrap {
    margin: 0 0 19px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .submit-wrap {
    overflow: hidden;
    margin: 0 0 28px;
  }
}
.page-contact .contact-form .submit-wrap label {
  margin: 0;
}
.page-contact .contact-form .submit-wrap input[type="submit"] {
  min-width: 141px;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  margin: 0 auto;
  font-weight: bold;
  transition: all 0.25s linear;
}
@media (min-width: 768px) {
  .page-contact .contact-form .submit-wrap input[type="submit"] {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    min-width: 181px;
    padding: 11px 10px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .submit-wrap input[type="submit"] {
    min-width: 185px;
    padding: 9px 10px;
  }
}
.page-contact .contact-form .submit-wrap input[type="submit"]:hover {
  background: #F16E00;
}
.page-contact .contact-form .submit-wrap input[type="submit"]:disabled, .page-contact .contact-form .submit-wrap input[type="submit"]:disabled:hover {
  background: #888;
  cursor: not-allowed;
}
.page-contact .contact-form .checkbox-wrap {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .checkbox-wrap {
    margin: 0 0 26px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .checkbox-wrap {
    float: right;
    text-align: center;
    width: 68%;
    padding: 0 20px 0;
    margin: 0;
  }
}
.page-contact .contact-form .checkbox-wrap label {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.page-contact .contact-form .btn-holder {
  text-align: center;
}
@media (min-width: 768px) {
  .page-contact .contact-form .btn-holder {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .btn-holder {
    float: left;
    width: 32%;
  }
}
.page-contact .contact-form .message-box {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  padding-left: 26px;
  position: relative;
}
@media (min-width: 768px) {
  .page-contact .contact-form .message-box {
    padding: 0 38px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .message-box {
    padding: 0 0 0 62px;
  }
}
.page-contact .contact-form .message-box.has-message:after {
  content: "z";
  position: absolute;
  top: 6px;
  left: 4px;
  font: 13px/1 "orange-reunion";
  color: #32c832;
}
@media (min-width: 768px) {
  .page-contact .contact-form .message-box.has-message:after {
    top: 11px;
    left: 3px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .message-box.has-message:after {
    top: 13px;
    left: 18px;
  }
}
.page-contact .contact-form .message-box .title {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .message-box .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .page-contact .contact-form .message-box .title {
    margin: 0 0 15px;
  }
}
.page-contact .contact-form .message-box.has-error:after {
  content: "B";
  color: #dc3c14;
}
.page-contact .contact-form .message-box.has-error .title {
  color: #dc3c14;
}
.page-contact input {
  outline: none;
  box-shadow: none;
}
.page-contact .inform-section {
  background: #000;
  color: #fff;
  padding: 30px 0 18px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .page-contact .inform-section {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    padding: 53px 0 35px;
    margin: 0 0 34px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section {
    margin: 0 0 39px;
  }
}
.page-contact .inform-section h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin: 0 0 23px;
  max-width: 210px;
}
@media (min-width: 768px) {
  .page-contact .inform-section h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    max-width: none;
    padding-left: 42px;
    margin: 0 0 42px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .page-contact .inform-section h2 br {
    display: none;
  }
}
.page-contact .inform-section h2:after {
  font: 17px/1 "orange-reunion";
  content: "c";
  position: absolute;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .page-contact .inform-section h2:after {
    font-size: 24px;
    top: 1px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section h2:after {
    top: 4px;
  }
}
.page-contact .inform-section h3 {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  margin: 0 0 13px;
}
@media (min-width: 768px) {
  .page-contact .inform-section h3.h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 18px;
    margin: 0 0 17px;
  }
}
.page-contact .inform-section p {
  margin: 0 0 17px;
}
.page-contact .inform-section .info-holder {
  position: relative;
  padding: 0 0 12px 51px;
  border-bottom: 1px solid #fff;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .info-holder {
    overflow: hidden;
    padding: 0 0 54px;
    margin: 0 0 25px;
    letter-spacing: -5px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .info-holder {
    padding: 0 0 53px;
    margin: 0 0 36px;
  }
}
.page-contact .inform-section .info-holder h3 {
  color: #F16E00;
}
@media (min-width: 768px) {
  .page-contact .inform-section .info-holder h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 13px;
  }
}
@media (min-width: 768px) {
  .page-contact .inform-section .title-box, .page-contact .inform-section .desc {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
  }
}
.page-contact .inform-section .title-box {
  position: relative;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .title-box {
    width: 44.4%;
    padding-right: 20px;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .title-box {
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-contact .inform-section .title-box .icon, .page-contact .inform-section .title-box .text {
    display: inline-block;
    vertical-align: middle;
  }
}
.page-contact .inform-section .title-box .icon {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  left: -28px;
  top: -1px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .title-box .icon {
    font-size: 41px;
    line-height: 1;
    font-weight: normal;
    margin-right: 12px;
    position: static;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .title-box .icon {
    font-size: 58px;
    margin-right: 32px;
  }
}
.page-contact .inform-section .title-box .text {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .page-contact .inform-section .title-box .text {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
  }
}
.page-contact .inform-section .desc {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    width: 26%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .desc {
    width: 20%;
  }
}
.page-contact .inform-section .desc p {
  margin: 0;
}
@media (min-width: 768px) {
  .page-contact .inform-section .desc.add {
    margin-right: 23px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .desc.add {
    margin-right: 93px;
  }
}
.page-contact .inform-section .desc .text-3900 {
  width: 195px;
}
.page-contact .inform-section .tel-box {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 4px 10px;
  text-align: center;
  min-width: 156px;
  color: #fff;
  transition: all 0.25s linear;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .tel-box {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 8px 10px;
    min-width: 180px;
    border-width: 2px;
    margin: 0 0 11px;
  }
}
.page-contact .inform-section .tel-box .txt {
  padding-left: 25px;
  position: relative;
}
.page-contact .inform-section .tel-box .txt:after {
  content: "e";
  position: absolute;
  left: 0;
  top: 2px;
  font: 15px/1 "orange-reunion";
}
.page-contact .inform-section .link {
  color: #F16E00;
  font-weight: bold;
  transition: color 0.25s linear;
}
.page-contact .inform-section .link:hover {
  color: #ff963f;
}
.page-contact .inform-section .two-col {
  position: relative;
  padding-left: 51px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .two-col {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col {
    margin: 0 -50px 13px;
    letter-spacing: -6px;
    padding-top: 20px;
  }
}
.page-contact .inform-section .two-col .col {
  margin: 0 0 28px;
}
@media (max-width: 1199px) {
  .page-contact .inform-section .two-col .col {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-contact .inform-section .two-col .col {
    max-width: 360px;
    margin: 0 0 23px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col .col {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 50%;
    padding: 0 46px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col .col + .col {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 1199px) {
  .page-contact .inform-section .two-col .col + .col {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col .col h3, .page-contact .inform-section .two-col .col .desc {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 49%;
  }
}
.page-contact .inform-section .two-col .col h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #F16E00;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .two-col .col h3 {
    margin: 0 0 11px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col .col h3 {
    padding-right: 10px;
  }
}
.page-contact .inform-section .two-col .col h3 br {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .inform-section .two-col .col h3 br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col .col h3 br {
    display: none;
  }
}
.page-contact .inform-section .two-col .col .desc {
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .page-contact .inform-section .two-col .col .desc {
    display: table-footer-group;
  }
}
@media (min-width: 1200px) {
  .page-contact .inform-section .two-col .col .desc {
    margin: 0 0 15px;
  }
}
.page-contact .inform-section .two-col .col .desc br {
  display: none;
}
@media (min-width: 768px) {
  .page-contact .inform-section .two-col .col .desc br {
    display: block;
  }
}
.page-contact .inform-section .two-col .col .question {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  display: block;
  margin: 0 0 11px;
}
@media (min-width: 768px) {
  .page-contact .inform-section .two-col .col .question {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 13px;
  }
}
.page-contact .inform-section.add {
  margin: 0;
}
.page-contact .inform-section .schedules p {
  color: #f60;
  font-weight: bold;
}
.page-contact .inform-section .schedules p strong {
  color: #fff;
}
.page-contact .inform-section .well {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .page-contact .inform-section .well {
    font-size: 19px;
    line-height: 24px;
  }
}
.page-contact .inform-section .well a {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}
.page-contact .inform-section .well a:hover {
  text-decoration: none;
}
.page-contact .forum-section {
  margin: 20px 0 0;
  background: #000;
}
@media (min-width: 768px) {
  .page-contact .forum-section {
    margin-top: 100px;
  }
}
.page-contact .forum-section .container {
  padding: 30px 36px 18px;
}
@media (min-width: 768px) {
  .page-contact .forum-section .container {
    padding: 53px 36px 35px;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/forum_illus.png') no-repeat;
    background-position: center right;
    background-size: 34% auto;
    padding-right: 96px;
  }
}
.page-contact .forum-section h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 24px;
  padding-left: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .page-contact .forum-section h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 80px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .page-contact .forum-section h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 38px;
  }
}
.page-contact .forum-section h2:before {
  content: "J";
  position: absolute;
  top: 2px;
  left: 0;
  font: 21px/1 "orange-reunion";
}
@media (min-width: 768px) {
  .page-contact .forum-section h2:before {
    font-size: 47px;
    top: -2px;
    left: 3px;
  }
}
.page-contact .forum-section .access-box {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 4px 10px;
  text-align: center;
  min-width: 156px;
  color: #fff;
  transition: all 0.25s linear;
  margin: 0 28px 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-contact .forum-section .access-box {
    margin-left: 80px;
    border-width: 2px;
  }
}
.page-contact .forum-section .access-box:hover {
  background: #fff;
  color: #000;
}
.page-contact .mentions-section {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .page-contact .mentions-section {
    margin-top: 100px;
  }
}
.page-contact .appointment-section {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  padding: 39px 0 31px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 56px 0 31px;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section {
    padding: 61px 0;
  }
}
.page-contact .appointment-section h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 16px;
  padding-left: 33px;
  position: relative;
}
@media (min-width: 768px) {
  .page-contact .appointment-section h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 46px;
    margin: 0 0 28px;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 26px;
    padding-left: 37px;
  }
}
.page-contact .appointment-section h2:before {
  content: "C";
  position: absolute;
  top: -4px;
  left: 0;
  font: 30px/1 "orange-reunion";
}
@media (min-width: 768px) {
  .page-contact .appointment-section h2:before {
    font-size: 39px;
  }
}
.page-contact .appointment-section h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 18px;
  }
}
.page-contact .appointment-section .inner-holder {
  letter-spacing: -5px;
}
.page-contact .appointment-section .inner-holder .col {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .inner-holder .col {
    display: inline-block;
    vertical-align: top;
  }
}
.page-contact .appointment-section .inner-holder .map-holder {
  margin: 0 0 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-contact .appointment-section .inner-holder .map-holder {
    height: 190px !important;
  }
}
@media (min-width: 768px) {
  .page-contact .appointment-section .inner-holder .map-holder {
    width: 57.9%;
    margin: 0 25px 0 0;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section .inner-holder .map-holder {
    width: 56.3%;
    margin: 0 17px 0 0;
  }
}
.page-contact .appointment-section .inner-holder .appointment-box {
  width: 85%;
}
@media (max-width: 767px) {
  .page-contact .appointment-section .inner-holder .appointment-box {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .page-contact .appointment-section .inner-holder .appointment-box {
    width: 37%;
    margin-top: -5px;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section .inner-holder .appointment-box {
    width: 31.3%;
    padding-top: 4px;
    margin-top: 0;
  }
}
.page-contact .appointment-section .btn-wrap {
  margin: 0 0 20px;
}
.page-contact .appointment-section .btn-wrap .btn {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px 15px 10px 40px;
  background: #000;
  color: #fff;
  min-width: 197px;
  text-align: left;
  transition: all 0.25s linear;
  position: relative;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .btn-wrap .btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    min-width: 271px;
    padding: 10px 15px 10px 50px;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section .btn-wrap .btn {
    min-width: 264px;
  }
}
.page-contact .appointment-section .btn-wrap .btn:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  font: 18px/1 "icomoon-bwg";
}
@media (min-width: 768px) {
  .page-contact .appointment-section .btn-wrap .btn:after {
    font-size: 22px;
    top: 9px;
    left: 15px;
  }
}
.page-contact .appointment-section .btn-wrap .btn:hover {
  background: #F16E00;
}
.page-contact .appointment-section .btn-wrap span.btn:hover {
  background: #000;
}
.page-contact .appointment-section .btn-wrap.add {
  margin: 0 0 17px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .btn-wrap.add {
    margin: 0 0 28px;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section .btn-wrap.add {
    margin: 0 0 33px;
  }
}
.page-contact .appointment-section .btn-wrap.add .btn:after {
  font-family: "orange-reunion";
  content: "B";
}
.page-contact .appointment-section p {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section p {
    margin: 0 0 18px;
  }
}
.page-contact .appointment-section .input-holder {
  margin: 0 0 10px;
  max-width: 210px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .input-holder {
    max-width: 268px;
    margin: 0 0 21px;
  }
}
@media (min-width: 1200px) {
  .page-contact .appointment-section .input-holder {
    max-width: none;
  }
}
.page-contact .appointment-section .input-holder input {
  width: 100%;
  border: 1px solid #000;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .input-holder input {
    padding: 8px 10px;
    border-width: 2px;
  }
}
.page-contact .appointment-section .input-holder label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .input-holder label {
    margin: 0 0 9px;
  }
}
.page-contact .appointment-section .btn-holder {
  overflow: hidden;
  padding-top: 9px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .btn-holder {
    padding-top: 17px;
  }
}
.page-contact .appointment-section .btn-holder li {
  float: left;
  margin-right: 13px;
}
@media (min-width: 768px) {
  .page-contact .appointment-section .btn-holder li {
    margin-right: 20px;
  }
}
.page-contact .appointment-section input[type="submit"], .page-contact .appointment-section input[type="reset"] {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  background: #000;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 7px;
  min-width: 83px;
  transition: all 0.25s linear;
}
@media (min-width: 768px) {
  .page-contact .appointment-section input[type="submit"], .page-contact .appointment-section input[type="reset"] {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    min-width: 89px;
  }
}
.page-contact .appointment-section input[type="submit"]:hover, .page-contact .appointment-section input[type="reset"]:hover {
  background: #F16E00;
}
.page-contact .map-block {
  position: relative;
  margin-top: 15px;
}
.page-contact .map-block .open {
  position: relative;
  right: 50%;
  bottom: 20px;
}
@media (min-width: 768px) {
  .page-contact .map-block {
    margin-top: 25px;
  }
  .page-contact .map-block .open {
    bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .page-contact .map-block {
    margin-top: 25px;
  }
}
.page-contact .map-block h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 16px;
  padding-left: 33px;
  position: relative;
}
@media (min-width: 768px) {
  .page-contact .map-block h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 46px;
    margin: 0 0 28px;
  }
}
@media (min-width: 1200px) {
  .page-contact .map-block h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 26px;
    padding-left: 37px;
  }
}
.page-contact .map-block h2:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  background-image: url(/boutique/assets/images/nous-contacter/shop.png);
  height: 37px;
  width: 37px;
  background-size: 100% 100%;
}
.page-contact .map-block .map-hold {
  height: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .page-contact .map-block .map-hold {
    height: 480px;
  }
}
.page-contact .map-block .legend h3 i {
  font-size: 30px;
}
.page-contact .map-block .legend h3 span {
  font-size: 14px;
  font-weight: 500;
}
.page-contact .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-contact .map-focused .map-overlay {
  display: none;
}
.page-contact .map-overlay, .page-contact .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-contact .map-overlay {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.page-contact .js-custom-marker {
  position: absolute;
}
.page-contact .js-custom-marker.active .popup {
  visibility: visible;
  opacity: 1;
}
.page-contact .popup {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  background: #000;
  color: #fff;
  width: 200px;
  position: absolute;
  z-index: 9;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (min-width: 768px) {
  .page-contact .popup {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    width: 337px;
    padding: 16px 20px;
    top: 50px;
  }
}
.page-contact .popup:after {
  height: 0;
  width: 0;
  border-bottom: 7.5px solid #000;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-contact .popup:after {
    height: 0;
    width: 0;
    border-bottom: 12.5px solid #000;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
  }
}
.page-contact .popup .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  transition: color 0.25s linear;
  opacity: 1;
  text-shadow: none;
}
@media (min-width: 768px) {
  .page-contact .popup .close {
    top: 13px;
    right: 15px;
  }
}
.page-contact .popup .close:hover {
  color: #F16E00;
}
.page-contact .popup .close .icon-ore-ko {
  font-size: 8px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-contact .popup .close .icon-ore-ko {
    font-size: 12px;
  }
}
.page-contact .popup .header {
  z-index: 10;
  margin: 0 0 10px;
  padding-right: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-contact .popup .header {
    margin: 0 0 7px;
  }
}
.page-contact .popup .header .title {
  display: block;
}
.page-contact .popup .header address {
  font-style: normal;
}
.page-contact .popup .header .text {
  display: block;
}
.page-contact .popup p a {
  color: #f60;
}
.page-contact .js-custom-marker {
  position: absolute;
  top: 20px;
  left: 0;
}
.page-contact .js-custom-marker.popup1 {
  left: 5%;
}
.page-contact .js-custom-marker.popup2 {
  left: 10%;
}
.page-contact .js-custom-marker.popup3 {
  left: 15%;
}
.page-contact .js-custom-marker.popup4 {
  left: 20%;
}
.page-contact .js-custom-marker.popup5 {
  left: 25%;
}
.page-contact .js-custom-marker.popup6 {
  left: 30%;
}
.page-contact .js-custom-marker.popup7 {
  left: 35%;
}
.page-contact .js-custom-marker.popup8 {
  left: 40%;
}
.page-contact .js-custom-marker.popup9 {
  left: 45%;
}
.page-contact .js-custom-marker.popup10 {
  left: 50%;
}
.page-contact .js-custom-marker.popup11 {
  left: 55%;
}
.page-contact .js-custom-marker .open {
  color: #F16E00;
  transition: all 0.25s linear;
}
.page-contact .js-custom-marker .open:hover, .page-contact .js-custom-marker .open.black {
  color: #000;
}
.page-contact .js-custom-marker .open.black:hover {
  color: #F16E00;
}
.page-contact .js-custom-marker .icon {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-contact .js-custom-marker .icon {
    font-size: 33px;
  }
}
.page-contact .backtotop {
  width: 32px;
  float: right;
  margin: -20px 20px 20px;
}
#assistance-section-info {
  color: #FFFFFF;
  text-align: center;
}
#assistance-section-info .container-info {
  background: #000000;
}
#assistance-section-info h3 {
  font-size: 21px;
}
#assistance-section-info .info-flex {
  justify-content: space-around;
  padding: 0;
}
#assistance-section-info .icon {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}
#assistance-section-info .icon-title {
  max-width: 50px;
}
#assistance-section-info .title {
  display: inline-block;
  vertical-align: middle;
}
#assistance-section-info .content {
  width: 100%;
}
#assistance-section-info .text-456 {
  width: 250px;
}
#assistance-section-info .text-3900 {
  width: 250px;
}
#assistance-section-info .border-left {
  border-left: white;
  border-style: solid;
  border-bottom: none;
  border-right: none;
  border-top: none;
  border-width: 1px;
}
@media (max-width: 767px) {
  #assistance-section-info .border-left {
    border-width: 0px;
  }
}
#assistance-section-info .btn-orange {
  border: 0px solid #F16E00;
  background: #F16E00;
  color: #000000;
}
#assistance-section-info .btn-orange:hover {
  border: 0px solid #F16E00;
  background: #FFFFFF;
  color: #000000;
}
#assistance-section-info .btn {
  padding: 16px 27px;
}
.page-contact-iframe .container {
  width: 100% !important;
}
.page-contact-iframe .inform-section .two-col {
  margin: 0 -50px 13px;
  letter-spacing: -6px;
  padding-top: 20px;
}
.page-contact-iframe .inform-section .two-col:before {
  font-size: 60px;
  left: 54px;
  top: 28px;
}
.page-contact-iframe .inform-section .two-col .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 50%;
  padding: 0 46px;
  max-width: none;
}
.page-contact-iframe .inform-section .two-col .col + .col {
  border-left: 1px solid #fff;
  border-top: 0;
  padding-top: 0;
}
#les-offres-mobicarte .btn {
  white-space: normal;
  text-align: left;
}
#les-offres-mobicarte sectiion .button-recharge {
  padding: -2rem;
  margin: 0;
}
#les-offres-mobicarte .top-block i {
  line-height: 60px;
  vertical-align: middle;
}
#les-offres-mobicarte .top-block .icon-ore-edit-draft {
  font-size: 52px;
}
#les-offres-mobicarte .top-block .icon-ore-birthday {
  font-size: 55px;
}
#les-offres-mobicarte .top-block .icon-ore-top-up-euro {
  font-size: 60px;
}
#les-offres-mobicarte .top-block p {
  max-width: 250px;
}
#les-offres-mobicarte .top-block .title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #les-offres-mobicarte .top-block .col-sm-4 {
    margin-bottom: 20px;
  }
}
#les-offres-mobicarte .well-black {
  margin: 0;
}
#les-offres-mobicarte .well-black > div {
  position: relative;
  padding-bottom: 45px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  #les-offres-mobicarte .well-black > div {
    padding-right: 200px;
    background: transparent no-repeat top right;
    background-size: auto 100%;
  }
  #les-offres-mobicarte .well-black.mobicarte-jeunes > div {
    background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/mobicarte/mobicarte-jeunes.svg');
  }
  #les-offres-mobicarte .well-black.mobicarte-orange > div {
    background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/mobicarte/mobicarte-orange.svg');
  }
}
#les-offres-mobicarte .well-black h3 {
  font-size: 24px;
}
#les-offres-mobicarte .well-black a {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #les-offres-mobicarte .well-black.mobicarte-orange {
    margin-top: 15px;
  }
}
#les-offres-mobicarte .recharge-block {
  max-width: 200px;
}
#les-offres-mobicarte .options-recharges h3 {
  font-size: 30px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #les-offres-mobicarte .options-recharges h3 {
    margin-top: 0 !important;
  }
}
#les-offres-mobicarte .options-recharges p.text {
  font-size: 22px;
  font-weight: bold;
  max-width: 250px;
}
#les-offres-mobicarte .options-recharges a {
  font-size: 18px;
  white-space: normal;
}
#les-offres-mobicarte .deezer-row {
  position: relative;
  padding: 60px 5px;
}
@media (max-width: 767px) {
  #les-offres-mobicarte .deezer-row {
    padding: 30px 5px 80px 5px;
  }
}
#les-offres-mobicarte .deezer-row img {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  #les-offres-mobicarte .deezer-row img {
    position: absolute;
    left: 400px;
    top: 60px;
    width: 153px;
  }
}
#les-offres-mobicarte .deezer-row h3 {
  font-size: 30px;
  color: #fff;
}
#les-offres-mobicarte .deezer-row p {
  font-size: 21px;
  font-weight: bold;
}
#les-offres-mobicarte .deezer-row a {
  position: absolute;
  right: 0;
  bottom: 30px;
  border-radius: 0;
}
@media (max-width: 767px) {
  #les-offres-mobicarte .deezer-row a {
    left: 0;
    text-align: center;
  }
}
#les-offres-mobicarte .deezer-row a:hover {
  border-color: #F16E00;
  color: #F16E00;
}
#les-recharges-mobile #my-keen-slider, #les-recharges-mobile #my-keen-slider1 {
  z-index: 10;
}
#les-recharges-mobile h3 {
  font-size: 2rem !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  #les-recharges-mobile .btn-recharge {
    margin-top: 4rem;
  }
  #les-recharges-mobile .keen-slider__slide {
    display: none;
  }
  #les-recharges-mobile .header-center {
    display: flex;
    align-items: center;
  }
  #les-recharges-mobile .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  #les-recharges-mobile .cards .card {
    border: 0.0625rem solid #ccc;
    width: 28rem !important;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    min-height: fit-content;
    max-height: 100vh;
    padding: 0 1rem;
  }
  #les-recharges-mobile .cards .card .card-header {
    gap: 1.5rem;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #ccc;
    align-items: center;
  }
  #les-recharges-mobile .cards .card .card-body {
    padding-top: 2rem;
    width: 26rem;
    font-size: 1.6rem;
  }
  #les-recharges-mobile .cards .card .card-body span {
    font-weight: bold;
    text-align: end;
  }
  #les-recharges-mobile .cards .card .card-body ul {
    padding: 0rem;
  }
  #les-recharges-mobile .cards .card .card-body ul li {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #les-recharges-mobile .title {
    margin-top: -4rem;
  }
  #les-recharges-mobile .cards {
    display: none;
  }
  #les-recharges-mobile .keen-slider__slide {
    border: 0.0625rem solid #ccc;
    box-shadow: inset 0.15rem 0.15rem #ccc;
    width: 80vw !important;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    min-height: fit-content;
    max-height: 100vh;
    padding: 0 3rem;
  }
  #les-recharges-mobile .keen-slider__slide:hover {
    border-color: #f16e00;
    box-shadow: inset 0.125rem 0.125rem #f16e00;
  }
  #les-recharges-mobile .keen-slider__slide .card-header {
    gap: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #ccc;
    align-items: center;
  }
  #les-recharges-mobile .keen-slider__slide .card-body {
    padding-top: 3rem;
    width: 80vw;
    font-size: 1.6rem;
  }
  #les-recharges-mobile .keen-slider__slide .card-body span {
    font-weight: bold;
    text-align: end;
  }
  #les-recharges-mobile .keen-slider__slide .card-body ul {
    padding-left: 0rem;
  }
  #les-recharges-mobile .keen-slider__slide .card-body ul > li {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #les-recharges-mobile .navigation-wrapper {
    position: relative;
  }
  #les-recharges-mobile .dots {
    display: flex;
    padding: 10px 0;
    justify-content: center;
  }
  #les-recharges-mobile .dot {
    border: none;
    width: 2rem;
    height: 10px;
    background: #c5c5c5;
    border-radius: 20%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
  }
  #les-recharges-mobile .dot:focus {
    outline: none;
  }
  #les-recharges-mobile .dot--active {
    background: #f16e00;
  }
  #les-recharges-mobile .arrow {
    z-index: 20;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #fff;
    cursor: pointer;
  }
  #les-recharges-mobile .arrow--left {
    left: -5%;
    fill: "#fff";
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }
  #les-recharges-mobile .arrow--right {
    left: auto;
    right: -5%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }
  #les-recharges-mobile .arrow--disabled.arrow--left {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
  }
  #les-recharges-mobile .arrow--disabled.arrow--right {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
  }
  #les-recharges-mobile .arrow--disabled.arrow--right {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
  }
  #les-recharges-mobile .keen-slider:not([data-keen-slider-disabled]) {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
  }
  #les-recharges-mobile .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    overflow: hidden;
    position: relative;
  }
  #les-recharges-mobile .keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
    flex-direction: row-reverse;
  }
  #les-recharges-mobile .keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
    flex-wrap: wrap;
  }
}
#les-recharges-mobile .btn-recharge {
  display: flex;
  justify-content: center;
}
#les-recharges-mobile .btn-recharge a {
  width: 28rem;
  height: 6rem;
  align-content: center;
  display: grid;
}
#les-recharges-mobile .text-eshop {
  font-size: 16px;
}
#les-recharges-mobile .section-info .info-flex {
  padding-bottom: 0;
}
#les-recharges-mobile .section-info .block a {
  min-height: 0;
  max-width: none;
  display: block;
}
#les-recharges-mobile .section-info .block a:hover p {
  color: transparent;
}
#les-recharges-mobile .section-info .block a img {
  position: absolute;
  bottom: 0;
  height: 90%;
  max-height: 150px;
  width: auto;
  margin: 0;
}
#les-recharges-mobile .section-info .block a .text {
  width: 55%;
  max-width: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 20px 0 20px 20px;
}
#les-recharges-mobile .section-info .block a .text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  width: auto;
}
#les-recharges-mobile .section-info .block a .text p {
  font-weight: normal;
  transition: color 0.3s ease-in-out 0s;
  width: auto;
}
#les-recharges-mobile .icon-ore-kit-main-libre-accessoire-phone-commercial {
  font-size: 30px;
}
.mobicarte-comment-recharger .text-group {
  max-width: 450px;
}
.mobicarte-comment-recharger i {
  color: #ccc;
  font-size: 60px;
}
.mobicarte-comment-recharger i.icon-ore-phone-advisor {
  font-size: 80px;
}
.mobicarte-comment-recharger i.icon-ore-family-people {
  font-size: 75px;
}
.mobicarte-comment-recharger i.icon-ore-buy {
  font-size: 65px;
}
@media (max-width: 767px) {
  .mobicarte-comment-recharger i {
    display: inline-block;
  }
  .mobicarte-comment-recharger i.icon-ore-phone-advisor, .mobicarte-comment-recharger i.icon-ore-internet-security-desktop {
    margin-bottom: 10px;
  }
  .mobicarte-comment-recharger i.icon-ore-buy {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.mobicarte-comment-recharger h3 {
  font-size: 21px;
  margin: 0 0 20px 0;
}
.mobicarte-comment-recharger h3.text-orange {
  margin: 0;
}
.mobicarte-comment-recharger p + h3 {
  margin-top: 20px;
}
.foot-black {
  background-color: #000000;
  color: white;
}
.well {
  margin-bottom: 0;
}
.well-footer {
  margin-bottom: 0;
  padding-left: 19px;
  padding-top: 8px;
  padding-bottom: 1px;
}
.foot-beige {
  background-color: #FBE5D6;
  color: black;
}
.trait {
  background-color: orange;
  width: 3%;
  height: 10px;
}
.text-orange {
  color: #F16E00;
}
.panel {
  padding: 2%;
}
.border-footer {
  border: 5px black;
}
.h4-footer {
  padding-bottom: 10px;
}
.padding-page {
  margin-left: 10%;
  margin-right: 10%;
}
.filter-page {
  cursor: pointer;
  margin-right: 5%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.bg-dark {
  background-color: black;
  color: white;
}
.mobicarte-jeune-icone .icone-1 {
  font-size: 40px;
  vertical-align: middle;
}
.mobicarte-jeune-icone .icone-2 {
  font-size: 50px;
}
.mobicarte-jeune-icone .icone-3 {
  font-size: 40px;
}
.mobicarte-orange-icone .icone-1 {
  font-size: 40px;
  vertical-align: middle;
}
.mobicarte-orange-icone .icone-2 {
  font-size: 40px;
}
.mobicarte-orange-icone .icone-3 {
  font-size: 50px;
}
.table-mobicarte-jeunes .td-color-orange {
  color: #F16E00;
  text-align: right;
}
.table-mobicarte-jeunes tr {
  height: 47px;
}
.table-mobicarte-jeunes tr, .table-mobicarte-jeunes td:hover {
  color: white;
}
.table-mobicarte-jeunes td {
  font-weight: bold;
}
.table-mobicarte-jeunes tbody tr:hover {
  background-color: #F16E00;
}
.table-mobicarte-jeunes tbody tr:hover .td-color-orange {
  color: white;
}
.table-mobicarte-orange th {
  color: grey;
}
.table-mobicarte-orange .td-color-orange {
  color: #F16E00;
}
.table-mobicarte-orange tr {
  height: 47px;
}
.table-mobicarte-orange .data-font-weight {
  font-weight: normal;
}
.table-mobicarte-orange td {
  font-weight: bold;
}
.table-mobicarte-orange tbody tr:hover {
  background-color: #F16E00;
}
.table-mobicarte-orange tbody tr:hover .td-color-orange {
  color: white;
}
.mobile-forfait-section-info .section-info .info-flex {
  padding-bottom: 0;
}
.mobile-forfait-section-info .section-info .block a {
  min-height: 0;
  display: block;
  max-width: none;
}
.mobile-forfait-section-info .section-info .block a:hover p {
  color: transparent;
}
.mobile-forfait-section-info .section-info .block a:hover p.button {
  opacity: 0.3;
}
.mobile-forfait-section-info .section-info .block a img {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 300px;
  width: auto;
  margin: 0;
}
.mobile-forfait-section-info .section-info .block a .text {
  width: 55%;
  max-width: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 20px 0 20px 20px;
}
.mobile-forfait-section-info .section-info .block a .text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  width: auto;
}
.mobile-forfait-section-info .section-info .block a .text p {
  font-weight: normal;
  transition: color 0.3s ease-in-out 0s;
  width: auto;
}
.mobile-forfait-section-info .section-info .block a .text p.button {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  transition: opacity 0.3s ease-in-out 0s;
}
.mobile-forfait-section-info .section-info .yellow-block a h2 {
  max-width: 130px;
}
.mobile-forfait-section-info .section-info .yellow-block a img {
  right: 0%;
}
.mobile-forfait-section-info .section-info .pink-block a img {
  right: 0%;
}
.mobile-forfait-section-info .section-info .pink-block a .text {
  width: 60%;
}
.mobile-forfait-section-info .section-info .purple-block a img {
  right: 0%;
}
.mobile-forfait-section-info .section-info .purple-block a .text {
  width: 65%;
}
.option-details-section h2 {
  font-size: 30px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .option-details-section h2 {
    margin-top: 30px;
  }
}
.option-details-section h3 {
  font-size: 18px;
}
.option-details-section p {
  font-size: 16px;
}
.option-details-section .option-header [class^="icon-ore-"] {
  font-size: 40px;
  display: block;
  text-align: center;
}
.option-details-section .price {
  margin-bottom: 30px;
}
.option-details-section .price strong {
  display: block;
  font-size: 38px;
  line-height: 1;
}
.option-details-section .price strong sup {
  font-size: 43%;
  top: -1em;
  padding-left: 10px;
}
.option-details-section .price span {
  display: block;
  font-size: 14px;
}
.option-details-section .text-group {
  max-width: 500px;
}
.option-details-section .text-group.bordered {
  border: 2px solid #eee;
  padding: 25px 30px;
}
#mobile-forfaits-options .gallery {
  margin-bottom: 50px;
}
#mobile-forfaits-options .head, #mobile-forfaits-options .head p, #mobile-forfaits-options .head h3 {
  margin-bottom: 20px;
}
#mobile-forfaits-options .option-block .option-icon {
  font-size: 55px;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #mobile-forfaits-options .option-block .option-icon {
    text-align: center;
  }
}
#mobile-forfaits-options .option-block .option-service-bouton p .btn-apple {
  padding-bottom: 18px;
  padding-top: 18px;
}
#mobile-forfaits-options .option-block .option-service-bouton p .btn-apple span {
  font-size: 22px;
  line-height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
#mobile-forfaits-options .option-block .option-service-bouton p .btn-android {
  display: inline-flex;
}
#mobile-forfaits-options .option-block .option-service-bouton p .btn-android span {
  font-size: 22px;
  line-height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
#mobile-forfaits-options .option-block .option-service-bouton p .btn-android .btn-android-text {
  font-size: 14px !important;
  position: relative !important;
  top: 3px !important;
}
@media only screen and (min-width: 768px) and (max-width: 803px) {
  #mobile-forfaits-options .option-block .option-service-bouton p .btn-android .btn-android-text br {
    display: none !important;
  }
}
#mobile-forfaits-options .option-block h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
#mobile-forfaits-options .option-block h3 {
  font-size: 19px;
  margin-bottom: 25px;
}
#mobile-forfaits-options .option-block p {
  margin-bottom: 20px;
}
#mobile-forfaits-options .option-block table {
  margin-bottom: 25px;
}
#mobile-forfaits-options .option-block table tr th, #mobile-forfaits-options .option-block table tr td:first-child {
  color: #F16E00;
}
#mobile-forfaits-options .option-block table th:first-child {
  width: 150px;
}
#mobile-forfaits-options .option-block table td {
  line-height: 1, 1;
  height: 70px;
}
#mobile-forfaits-options .option-block table td:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}
#mobile-forfaits-options .option-block table td:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}
#mobile-forfaits-options .option-block table td:nth-child(3) {
  font-size: 16px;
  font-weight: normal;
}
#mobile-forfaits-options .option-block table td sup {
  font-size: 50%;
  top: -0.7em;
}
#mobile-forfaits-options .option-block table td small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #mobile-forfaits-options .option-block table.rwd-table td[data-th]::before {
    font-size: 14px;
  }
}
#mobile-forfaits-options .option-block .show-details {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-left: 25px;
  color: #F16E00;
}
#mobile-forfaits-options .option-block .show-details:after {
  position: absolute;
  content: "a";
  font-family: "orange-reunion" !important;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  left: 0;
  font-weight: normal;
  font-size: 18px;
}
#mobile-forfaits-options .option-block .show-details.collapsed:after {
  transform: translateY(-50%);
}
#mobile-forfaits-options .option-block .show-details:hover {
  color: #a54b00;
}
#mobile-forfaits-options .option-block .price {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
#mobile-forfaits-options .option-block .price sup {
  font-size: 50%;
  top: -0.7em;
}
@media (max-width: 767px) {
  #mobile-forfaits-options .option-block {
    margin-bottom: 20px;
  }
  #mobile-forfaits-options .option-block + .option-block {
    margin-bottom: 0;
  }
  #mobile-forfaits-options .option-block .btn-orange {
    margin-top: -10px;
  }
}
#mobile-forfaits-options .option-block-xooloo .img-xooloo {
  opacity: 0.2;
}
@media (min-width: 769px) {
  #mobile-forfaits-options .option-block-xooloo .img-xooloo {
    margin-left: auto;
    margin-right: auto;
  }
}
#mobile-forfaits-options a[data-toggle="tab"] {
  line-height: 24px;
  vertical-align: middle;
}
#mobile-forfaits-options a[data-toggle="tab"] span {
  line-height: 24px;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
}
#mobile-forfaits-options .btn {
  white-space: normal;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mobile-forfaits-options .tabs-eshop > .nav-tabs > li > a {
    padding: 7px 20px;
  }
}
#mobile-forfaits-options #internet strong {
  font-size: 16px;
}
#mobile-forfaits-option-deezer .gallery {
  margin-bottom: 50px;
}
#mobile-forfaits-option-deezer .deezer-logo {
  display: inline-block;
  padding-left: 90px;
  background: transparent url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/mobile-forfaits/logo-deezer.png') no-repeat center left;
  background-size: 80px auto;
  line-height: 20px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  #mobile-forfaits-option-deezer .mobile-forfait-section-info {
    margin-bottom: 35px;
  }
}
.internet-offre-adsl .page-title1 {
  margin-bottom: 5px;
}
.internet-offre-adsl .price {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .internet-offre-adsl .price {
    margin-bottom: 35px;
  }
}
.internet-offre-adsl .price sup {
  font-size: 45%;
  top: -1em;
  padding-left: 5px;
}
.internet-offre-adsl .tab-content {
  padding-bottom: 0;
}
.internet-offre-adsl .feature-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.internet-offre-adsl .feature-row [class^="icon-ore-"] {
  font-size: 40px;
}
@media (min-width: 768px) {
  .internet-offre-adsl .feature-row [class^="icon-ore-"] {
    display: block;
    text-align: center;
  }
}
.internet-offre-adsl .feature-row h3 {
  font-size: 30px;
}
.internet-offre-adsl .feature-row p {
  max-width: 350px;
}
.internet-offre-adsl .feature-row p + p {
  margin-top: 20px;
}
.internet-offre-adsl .contact-block, .internet-offre-adsl .contact-block a {
  color: #999;
}
.internet-offre-adsl .contact-block > h3 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .internet-offre-adsl .contact-block > h3 {
    display: inline-block;
    margin-right: 30px;
  }
  .internet-offre-adsl .contact-block > div {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .internet-offre-adsl .description-block {
    margin-bottom: 30px;
  }
}
.internet-offre-adsl .description-block .img-responsive.hidden-xs {
  margin-bottom: 50px;
}
.internet-offre-adsl .description-block .img-responsive.hidden-xs img {
  max-width: 83.5%;
}
.internet-offre-adsl .description-block [class^="icon-ore-"] {
  font-size: 40px;
}
.internet-offre-adsl .description-block h2 {
  max-width: 500px;
  font-size: 30px;
  margin: 10px 0 20px 0;
}
.internet-offre-adsl .description-block p {
  max-width: 500px;
  font-size: 16px;
}
.internet-offre-adsl .description-block p + p {
  margin-top: 20px;
}
.internet-offre-adsl .mentions-legales .mini {
  font-size: 11px;
}
.internet-offre-adsl .package .package-price {
  padding: 30px 0;
}
.internet-offre-adsl .package .package-price h2 {
  font-size: 30px;
}
.internet-offre-adsl .package .package-price h2 + p {
  font-size: 16px;
  margin: 5px 0 20px 0;
}
.internet-offre-adsl .package .package-price h3 {
  font-size: 32px;
  color: #F16E00;
  font-weight: normal;
}
.internet-offre-adsl .package .package-price h3 + p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.internet-offre-adsl .package strong + strong {
  margin-top: 10px;
}
.internet-offre-adsl .m-t-fluid > .btn {
  margin: 0 10px 10px 0;
  white-space: normal;
  text-align: left;
}
.internet-offre-adsl .contact-orange-block .text-3900, .internet-offre-adsl .contact-orange-block-rv .text-3900 {
  height: 42px;
}
#internet-offre-adsl-decouverte .feature-row h3 {
  font-size: 18px;
}
@media (max-width: 767px) {
  #internet-offre-adsl-decouverte .feature-row h3 {
    margin-bottom: 10px;
  }
}
#internet-offre-adsl-decouverte .feature-row p {
  max-width: none;
}
#internet-offre-adsl-ligne-fixe .package.classik li:first-child strong {
  max-width: 130px;
}
#internet-offre-adsl-ligne-fixe .package.magik li:first-child strong {
  max-width: 140px;
}
#internet-offre-adsl-vdsl2 .package .package-price h2 {
  max-width: 200px;
  margin: 0 auto 10px auto;
}
#internet-offre-adsl-vdsl2 .package .package-price.new .promo-left {
  background-color: #F6C143;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  font-size: 12px;
}
#internet-offre-adsl-vdsl2 .package .package-price.new h2 {
  padding-top: 25px;
}
#internet-offre-adsl-vdsl2 .package .package-price.new h2.w-100 {
  max-width: 100%;
}
#internet-offre-adsl-vdsl2 .package .package-features > li {
  min-height: 80px;
  padding: 10px 0 20px 60px;
}
#internet-offre-adsl-vdsl2 .package .package-features > li[data-mh="group4"] {
  padding-bottom: 0;
}
#internet-offre-adsl-vdsl2 .package .package-features > li.button {
  border: none;
  padding: 10px 0 30px 0;
}
#internet-offre-adsl-vdsl2 .contact-orange-block .text-3900, #internet-offre-adsl-vdsl2 .contact-orange-block-rv .text-3900 {
  max-width: 200px;
}
#internet-offre-adsl-vdsl2 .m-t-fluid > .btn {
  padding: 8px;
}
.row .description-block .img-sizing img {
  max-width: 83.5%;
}
@media (min-width: 768px) {
  #tv-orange-90-chaines #vod h3.page-title2 {
    margin: 10px 0 28px 0;
  }
}
#tv-orange-90-chaines #vod p {
  font-size: 16px;
}
#tv-orange-90-chaines .pink-block {
  position: relative;
  padding: 30px 25px 70px 25px;
}
#tv-orange-90-chaines .pink-block .btn {
  position: absolute;
  bottom: 30px;
  right: 25px;
}
@media (max-width: 767px) {
  #tv-orange-90-chaines .contact-orange-block .text-3900, #tv-orange-90-chaines .contact-orange-block-rv .text-3900 {
    margin-left: 5px;
    width: 210px;
  }
  #tv-orange-90-chaines .container-fluid.hard-fixed {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  #tv-orange-90-chaines .music-img2 {
    max-height: 289px;
  }
}
#tv-orange-par-satellite .panel-eshop > .panel-heading h4 a .text-orange {
  white-space: nowrap;
}
@media (max-width: 767px) {
  #tv-orange-enregistreur-tv .tab-content, #tv-orange-multi-ecran .tab-content {
    padding-top: 40px;
  }
  #tv-orange-enregistreur-tv .contact-orange-block, #tv-orange-multi-ecran .contact-orange-block {
    margin-top: 25px;
  }
}
.bouquet-intense .prix {
  font-size: 50px;
}
.bouquet-intense .prix sup {
  font-size: 28px;
}
.bouquet-intense .intense-line-heights {
  line-height: 25px;
}
.bouquet-intense .font_size {
  font-size: 12px;
}
.bouquet-plus {
  background: #000;
  padding: 15px 30px;
  color: #F16E00;
  display: block;
  font-weight: bold;
  font-size: 20px;
  width: 330px;
  text-align: center;
}
@media (max-width: 1199px) {
  .bouquet-plus {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .bouquet-plus {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.block-astuce .astuce-line-height {
  line-height: 10px;
  padding-top: 10px;
}
.block-astuce .astuce-font-size {
  font-size: 23px;
}
.bouquet-header a > span > span {
  font-size: 20px;
}
.bouquet-header .title-inf {
  font-size: 13px;
}
.bg-black-grey {
  padding: 15px;
  background: black;
  color: #F16E00;
  text-align: center;
}
.bg-grey-black {
  background-color: #eee;
  text-align: center;
}
.bg-grey-black h2 {
  font-size: 60px;
}
.bouquets-headers-text .bouquet-title2 {
  font-size: 23px;
}
@media (min-width: 320px) {
  .bouquets-headers-text {
    padding-right: 0px;
  }
}
@media (min-width: 480px) {
  .bouquets-headers-text {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .bouquets-headers-text {
    padding-right: 60px;
  }
}
.mentions-legales-bouquets p {
  font-size: 13px;
}
.btn-group-plus-subtitle li {
  text-align: center;
}
.btn-group-plus-subtitle li > span > span {
  font-size: 12px;
  text-align: center;
  color: #999999;
}
.btn-group-plus-subtitle li > span {
  line-height: 20px;
}
.toggle-to-bon-plans-tab {
  color: #000;
}
.toggle-to-bon-plans-tab:hover {
  color: #a54b00;
}
.bouquet-pagination-tab-new {
  background-color: #000000;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .bouquet-pagination-tab-new {
    margin-top: -22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bouquet-pagination-tab-new {
    margin-top: -77px;
  }
}
@media (min-width: 1200px) {
  .bouquet-pagination-tab-new {
    margin-top: -90px;
  }
}
.bouquet-pagination-tab-new ul {
  display: flex;
}
@media (max-width: 767px) {
  .bouquet-pagination-tab-new ul {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .bouquet-pagination-tab-new ul {
    flex-direction: row;
  }
}
.bouquet-pagination-tab-new ul li {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.bouquet-pagination-tab-new ul li a {
  color: #ffffff;
  font-weight: bold;
}
.bouquet-pagination-tab-new ul li + .active {
  background: #F16E00;
}
.bouquet-pagination-tab-new ul li + .active a {
  background: #F16E00;
}
.bouquet-pagination-tab-new ul li + .active a:hover, .bouquet-pagination-tab-new ul li + .active a:active, .bouquet-pagination-tab-new ul li + .active a:focus {
  background: #F16E00;
}
.bouquet-pagination-tab-new ul li:hover {
  background: #F16E00;
}
.bouquet-pagination-tab-new ul li:hover a {
  background: #F16E00;
}
.bouquet-pagination-tab-new ul li.active a {
  background: #F16E00;
}
.bouquet-pagination-tab-new ul li.active a:hover {
  background: #F16E00;
}
#page-bouquet-option .block-option-main {
  background: #e9ecef;
}
@media only screen and (min-width: 1410px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1410px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 499px) and (max-width: 767px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 400px) {
  #page-bouquet-option .block-option-main {
    margin-top: 120px;
  }
}
#page-bouquet-option .block-option-main .display-block-slider-new {
  width: 100%;
}
#page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-list {
  overflow: visible !important;
}
@media only screen and (min-width: 350px) and (max-width: 400px) {
  #page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-list {
    margin-left: -50% !important;
  }
}
@media only screen and (max-width: 349px) {
  #page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-list {
    margin-left: -50% !important;
  }
}
@media only screen and (min-width: 768px) {
  #page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-list .slick-track {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 350px) and (max-width: 400px) {
  #page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-list .slick-track {
    margin-left: 16.5% !important;
  }
}
@media only screen and (max-width: 349px) {
  #page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-list .slick-track {
    margin-left: 2.5% !important;
  }
}
#page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-slide {
  margin-right: 10px;
}
#page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-slide img {
  margin: 0 !important;
}
@media only screen and (max-width: 400px) {
  #page-bouquet-option .block-option-main .display-block-slider-new .block-main .slick-slide {
    margin-left: 60px !important;
  }
}
#page-bouquet-option .block-option-main .display-block-slider-new .block-main a {
  color: #000000;
  outline: none;
}
#page-bouquet-option .block-option-main .display-block-slider-new .block-main a:hover {
  color: #000000;
}
#page-bouquet-option .block-option-main .display-block-slider-new .block-main a p {
  color: #555555;
}
#page-bouquet-option .block-option-main .block-option-content .block {
  position: relative;
  overflow: visible;
}
#page-bouquet-option .block-option-main .block-option-content .block .block-img {
  position: absolute !important;
}
@media only screen and (min-width: 1410px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1410px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (min-width: 499px) and (max-width: 767px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (max-width: 400px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img {
    top: -120px;
  }
}
@media only screen and (min-width: 1410px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 215px !important;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1410px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 215px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 250px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 215px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 215px !important;
  }
}
@media only screen and (min-width: 499px) and (max-width: 600px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 297px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 215px !important;
  }
}
@media only screen and (max-width: 400px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-img img {
    width: 250px !important;
  }
}
#page-bouquet-option .block-option-main .block-option-content .block .block-img .tag-promo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 5px 0;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fbcd00 !important;
  font-weight: bolder;
}
#page-bouquet-option .block-option-main .block-option-content .block .block-text {
  z-index: 2;
  border: 3px solid #fff;
  background-color: #fff;
  position: relative;
  left: 4%;
  padding: 20px 15px;
}
#page-bouquet-option .block-option-main .block-option-content .block .block-text .fleche {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 22px !important;
}
#page-bouquet-option .block-option-main .block-option-content .block .block-text:hover {
  border: 3px solid #F16E00;
}
@media only screen and (min-width: 1410px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 215px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.7rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1410px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 215px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.6rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 250px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.9rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 215px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.8rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 215px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.6rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 499px) and (max-width: 600px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 297px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 2rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 215px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.7rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 400px) {
  #page-bouquet-option .block-option-main .block-option-content .block .block-text {
    width: 250px !important;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text h2 {
    font-size: 1.9rem;
  }
  #page-bouquet-option .block-option-main .block-option-content .block .block-text p {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}
#page-bouquet-option .block-option-main .block-option-content .block-btn {
  text-align: center;
}
#bouquet-bein-sport .price-amount, .bouquet-bein-sport .price-amount {
  color: #ff7900;
  font-size: 36px;
  font-weight: 700;
}
#bouquet-bein-sport .price-by-month, .bouquet-bein-sport .price-by-month {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
#bouquet-bein-sport .price-promo-duration-by-month, .bouquet-bein-sport .price-promo-duration-by-month {
  font-weight: 700;
}
#bouquet-bein-sport .text-white, .bouquet-bein-sport .text-white {
  color: #fff !important;
}
#bouquet-bein-sport .price-promo-duration, .bouquet-bein-sport .price-promo-duration {
  color: #ccc;
  display: block;
}
#bouquet-bein-sport .tag, .bouquet-bein-sport .tag {
  background-color: #ffcd0b;
  position: absolute !important;
  margin-left: -30px;
  margin-top: -30px;
  display: inline-block;
  padding: 0.5rem 1.25rem 0.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
}
#bouquet-bein-sport .well, .bouquet-bein-sport .well {
  margin: 30px 5px 30px 0px;
  padding: 30px;
  background-color: black;
  color: white;
  box-shadow: none;
}
#bouquet-bein-sport .well p, .bouquet-bein-sport .well p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border-top: none;
}
#bouquet-bein-sport .well h3, .bouquet-bein-sport .well h3 {
  font-size: 28px;
}
#bouquet-bein-sport .well .btn-default, .bouquet-bein-sport .well .btn-default {
  background-color: white;
  border-color: white;
  color: black;
  transition: background 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
#bouquet-bein-sport .well .btn-default:hover, .bouquet-bein-sport .well .btn-default:hover {
  background-color: #F16E00;
  border-color: #F16E00;
}
@media (min-width: 1200px) {
  #bouquet-bein-sport .panel-body .container-fluid .row:nth-child(2), .bouquet-bein-sport .panel-body .container-fluid .row:nth-child(2) {
    display: flex;
  }
  #bouquet-bein-sport .panel-body .container-fluid .row:nth-child(2) .col-md-4, .bouquet-bein-sport .panel-body .container-fluid .row:nth-child(2) .col-md-4 {
    display: flex;
    justify-content: stretch;
  }
  #bouquet-bein-sport .panel-body .container-fluid .row:nth-child(2) .col-md-4 .well, .bouquet-bein-sport .panel-body .container-fluid .row:nth-child(2) .col-md-4 .well {
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  .page-komzot [data-mh="top-row"] + [data-mh="top-row"] .btn {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .page-komzot [data-mh="top-row"] + [data-mh="top-row"] {
    position: relative;
  }
  .page-komzot [data-mh="top-row"] + [data-mh="top-row"] > p {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.page-komzot .block-with-phone .radio-inline input[type=radio] {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-komzot .block-with-phone {
    font-size: 18px;
  }
  .page-komzot .block-with-phone .radio-inline {
    display: block;
    padding: 15px 0;
    margin-left: 10px;
  }
  .page-komzot .block-with-phone .radio-inline:first-child {
    padding-top: 0;
  }
  .page-komzot .block-with-phone .radio-inline:last-child {
    padding-bottom: 0;
  }
}
.page-komzot .steps-section {
  padding: 50px 0;
}
.page-komzot .steps-section .numbered-steps ol li .icon-ore-help-circled {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .page-komzot .steps-section .numbered-steps ol li {
    font-size: 25px;
  }
  .page-komzot .steps-section .numbered-steps ol li:last-child {
    width: 330px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page-komzot .steps-section .numbered-steps ol li {
    display: block;
    min-height: 115px;
    padding-top: 10px;
    padding-left: 55px;
  }
  .page-komzot .steps-section .numbered-steps ol li:before {
    top: 10px;
    border-radius: 100%;
    font-size: 32px;
    line-height: 22px;
    height: 40px;
    width: 40px;
  }
  .page-komzot .steps-section .numbered-steps ol li:last-child {
    min-height: 0;
  }
}
.page-komzot .besoin-aide-block {
  position: relative;
}
.page-komzot .besoin-aide-block .text {
  width: 50%;
  padding: 40px;
  z-index: 10;
}
.page-komzot .besoin-aide-block img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  max-width: 54%;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-komzot .besoin-aide-block .text {
    width: auto;
  }
  .page-komzot .besoin-aide-block img {
    position: relative;
    max-width: none;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .page-komzot .besoin-aide-block .btn {
    padding: 5px;
    width: 100%;
  }
}
.page-komzot .package, .page-iew .package {
  /* how much padding to reduce compared to what's in internet-fixe.scss */
}
.page-komzot .package .type_forfait_holder, .page-iew .package .type_forfait_holder {
  font-size: 12px;
}
.page-komzot .package .type_forfait_holder .radio, .page-iew .package .type_forfait_holder .radio {
  display: inline-block;
  font-size: 12px;
}
.page-komzot .package .type_forfait_holder .radio:first-child, .page-iew .package .type_forfait_holder .radio:first-child {
  margin-right: 5px;
}
.page-komzot .package output, .page-iew .package output {
  display: inline;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.page-komzot .package .package-price, .page-iew .package .package-price {
  padding: 35px 10px 25px;
  position: relative;
}
.page-komzot .package .package-price .text-desc, .page-iew .package .package-price .text-desc {
  font-size: 18px;
}
.page-komzot .package .package-price .text-desc .promo, .page-iew .package .package-price .text-desc .promo {
  font-size: 22px;
}
.page-komzot .package .package-price h2, .page-iew .package .package-price h2 {
  font-size: 33px;
}
.page-komzot .package .package-price h3, .page-iew .package .package-price h3 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 15px;
}
.page-komzot .package .package-price h3 .tax-included, .page-iew .package .package-price h3 .tax-included {
  font-size: 50%;
}
.page-komzot .package .package-price h3.custom_promo, .page-iew .package .package-price h3.custom_promo {
  line-height: 0;
  margin: 30px 0 20px 0;
}
.page-komzot .package .package-price h3.custom_promo small, .page-iew .package .package-price h3.custom_promo small {
  color: #F16E00;
  font-size: 16px;
}
.page-komzot .package .package-price h3.custom_promo small.subtitle, .page-iew .package .package-price h3.custom_promo small.subtitle {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1;
}
.page-komzot .package .package-price p, .page-iew .package .package-price p {
  color: #999;
  font-size: 14px;
  margin: 15px 0 0 0;
}
.page-komzot .package .package-price p a, .page-iew .package .package-price p a {
  font-size: 18px;
}
.page-komzot .package .package-price p.createurs a, .page-iew .package .package-price p.createurs a {
  color: #999;
  font-size: 14px;
}
.page-komzot .package .package-price .radio, .page-iew .package .package-price .radio {
  color: #fff;
}
.page-komzot .package .package-price .throbber, .page-iew .package .package-price .throbber {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  display: none;
}
.page-komzot .package small, .page-iew .package small {
  font-weight: normal;
  color: #999;
}
.page-komzot .package small.text-orange, .page-iew .package small.text-orange {
  color: #F16E00;
}
.page-komzot .package li > span, .page-iew .package li > span {
  font-weight: bold;
  font-size: 14px;
  padding-left: 60px;
  display: block;
}
.page-komzot .package .package-features > li, .page-iew .package .package-features > li {
  padding: 15px 0 15px;
  min-height: 72px;
}
.page-komzot .package .package-features > li.international, .page-komzot .package .package-features > li.internet, .page-komzot .package .package-features > li.assurance, .page-iew .package .package-features > li.international, .page-iew .package .package-features > li.internet, .page-iew .package .package-features > li.assurance {
  min-height: 97px;
}
.page-komzot .package .package-features > li.deezer-promo, .page-iew .package .package-features > li.deezer-promo {
  min-height: 112px;
}
@media (max-width: 767px) {
  .page-komzot .package .package-features > li, .page-iew .package .package-features > li {
    min-height: 72px !important;
  }
}
.page-komzot .package .package-features > li i, .page-iew .package .package-features > li i {
  top: 15px;
}
.page-komzot .package .bootstrap-select, .page-iew .package .bootstrap-select {
  width: 100% !important;
}
.page-komzot .package .bootstrap-select .btn, .page-komzot .package .bootstrap-select .btn:hover, .page-komzot .package .bootstrap-select .btn:active, .page-komzot .package .bootstrap-select .btn:focus, .page-iew .package .bootstrap-select .btn, .page-iew .package .bootstrap-select .btn:hover, .page-iew .package .bootstrap-select .btn:active, .page-iew .package .bootstrap-select .btn:focus {
  text-align: left;
  background: transparent;
  border: none;
  color: #000;
  padding-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  width: 100%;
  outline: none !important;
}
.page-komzot .package .bootstrap-select .filter-option, .page-iew .package .bootstrap-select .filter-option {
  white-space: normal;
}
.page-komzot .package .dropdown-menu, .page-iew .package .dropdown-menu {
  z-index: 3010;
  max-width: 100%;
}
.page-komzot .package .dropdown-menu > li > a, .page-iew .package .dropdown-menu > li > a {
  padding-right: 40px;
  white-space: normal;
}
.page-komzot .package .bs-caret, .page-iew .package .bs-caret {
  position: absolute;
  right: 0;
  top: 8px;
}
.page-komzot .package .bs-caret .caret, .page-iew .package .bs-caret .caret {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000000;
  border-bottom: none;
}
.page-komzot .package .nothing-selected, .page-komzot .package .nothing-selected .bootstrap-select .btn, .page-iew .package .nothing-selected, .page-iew .package .nothing-selected .bootstrap-select .btn {
  color: #cbcbcb;
}
.page-komzot .package .nothing-selected .caret, .page-iew .package .nothing-selected .caret {
  border-top-color: #cbcbcb;
}
.page-komzot .package .choose, .page-iew .package .choose {
  display: none;
  background: #a885d8;
  width: 100%;
  padding: 20px;
}
.page-komzot .package .choose .btn:hover, .page-iew .package .choose .btn:hover {
  background: transparent;
}
.page-komzot .package .reset, .page-iew .package .reset {
  display: none;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.page-komzot .package .reset a, .page-iew .package .reset a {
  padding: 20px;
  color: #000;
  display: block;
}
.page-komzot .package .reset a:hover, .page-iew .package .reset a:hover {
  color: #F16E00;
}
.page-komzot .package .reset a i, .page-iew .package .reset a i {
  font-size: 19px;
  padding-right: 5px;
  vertical-align: text-bottom;
}
.page-komzot .package.custom .choose, .page-komzot .package.custom .reset, .page-iew .package.custom .choose, .page-iew .package.custom .reset {
  display: block;
}
.page-komzot .package:after, .page-iew .package:after {
  z-index: 1070;
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.page-komzot .package.disabled, .page-iew .package.disabled {
  position: relative;
}
.page-komzot .package.disabled:after, .page-iew .package.disabled:after {
  display: block;
  opacity: 0.5;
}
.page-komzot .appels-sms-section h3, .page-iew .appels-sms-section h3 {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}
.page-komzot .appels-sms-section h3 span, .page-iew .appels-sms-section h3 span {
  display: inline-block;
}
.page-komzot .appels-sms-section h3 [class^="icon-ore-"], .page-iew .appels-sms-section h3 [class^="icon-ore-"] {
  font-size: 50px;
  width: 100px;
}
.page-komzot .appels-sms-section h3 .text, .page-iew .appels-sms-section h3 .text {
  display: inline-block;
}
@media (min-width: 769px) {
  .page-komzot .appels-sms-section h3 [class^="icon-ore-"], .page-iew .appels-sms-section h3 [class^="icon-ore-"] {
    position: absolute;
    left: 0;
  }
  .page-komzot .appels-sms-section h3 .text, .page-iew .appels-sms-section h3 .text {
    display: inline-block;
    padding-left: 100px;
  }
}
.page-komzot .appels-sms-section .tv-orange, .page-iew .appels-sms-section .tv-orange {
  font-size: 20px;
  margin-bottom: 30px;
  border-color: #FFD200;
  color: #000000;
}
@media (max-width: 767px) {
  .page-komzot .appels-sms-section .tv-orange, .page-iew .appels-sms-section .tv-orange {
    padding: 28px 0px 28px 10px;
  }
}
@media (max-width: 1199px) {
  .page-komzot .appels-sms-section .tv-orange, .page-iew .appels-sms-section .tv-orange {
    padding: 28px 0px 28px 20px;
  }
}
@media (min-width: 1200px) {
  .page-komzot .appels-sms-section .tv-orange, .page-iew .appels-sms-section .tv-orange {
    padding: 25px 0px 25px 0px;
  }
}
.page-komzot .appels-sms-section .tv-orange span, .page-iew .appels-sms-section .tv-orange span {
  display: inline-block;
}
.page-komzot .appels-sms-section .tv-orange [class^="icon-ore-"], .page-iew .appels-sms-section .tv-orange [class^="icon-ore-"] {
  font-size: 50px;
  width: 100px;
}
.page-komzot .appels-sms-section .tv-orange .text, .page-iew .appels-sms-section .tv-orange .text {
  display: inline-block;
  width: 100%;
  max-width: 650px;
}
.page-komzot .appels-sms-section .btn, .page-iew .appels-sms-section .btn {
  width: 250px;
}
.page-komzot .appels-sms-section .btn.btn-orange, .page-iew .appels-sms-section .btn.btn-orange {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-komzot .appels-sms-section .col-lg-3, .page-iew .appels-sms-section .col-lg-3 {
    text-align: right;
  }
  .page-komzot .appels-sms-section [class^="icon-ore-"], .page-iew .appels-sms-section [class^="icon-ore-"] {
    text-align: center;
  }
}
.page-komzot .send-section .throbber, .page-iew .send-section .throbber {
  display: inline-block;
}
.page-komzot .send-section .top, .page-iew .send-section .top {
  background: #50be87;
}
.page-komzot .send-section .top > div, .page-iew .send-section .top > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .page-komzot .send-section .top > div, .page-iew .send-section .top > div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-komzot .send-section .top > div + div, .page-iew .send-section .top > div + div {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-komzot .send-section .top .col-sm-2, .page-iew .send-section .top .col-sm-2 {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .page-komzot .send-section .top .col-sm-2, .page-iew .send-section .top .col-sm-2 {
    text-align: center;
  }
}
.page-komzot .send-section .top [class^="icon-ore-"], .page-iew .send-section .top [class^="icon-ore-"] {
  font-size: 50px;
}
.page-komzot .send-section .top [class^="icon-ore-"].icon-ore-device-mobile-phone-happy-3-01, .page-iew .send-section .top [class^="icon-ore-"].icon-ore-device-mobile-phone-happy-3-01 {
  font-size: 65px;
}
.page-komzot .send-section .top h3, .page-iew .send-section .top h3 {
  padding: 0 10px;
  font-size: 20px;
}
.page-komzot .send-section .top .input-group, .page-iew .send-section .top .input-group {
  border-spacing: 10px 0;
}
.page-komzot .send-section .top .input-group .form-control, .page-iew .send-section .top .input-group .form-control {
  border: none;
  box-shadow: none;
}
.page-komzot .send-section .top .input-group .form-control::-webkit-input-placeholder, .page-iew .send-section .top .input-group .form-control::-webkit-input-placeholder {
  color: black;
}
.page-komzot .send-section .top .input-group .form-control:-moz-placeholder, .page-iew .send-section .top .input-group .form-control:-moz-placeholder {
  color: black;
}
.page-komzot .send-section .top .input-group .form-control::-moz-placeholder, .page-iew .send-section .top .input-group .form-control::-moz-placeholder {
  color: black;
}
.page-komzot .send-section .top .input-group .form-control:-ms-input-placeholder, .page-iew .send-section .top .input-group .form-control:-ms-input-placeholder {
  color: black;
}
.page-komzot .send-section .top .input-group .btn, .page-iew .send-section .top .input-group .btn {
  padding: 9px 27px;
}
.page-komzot .send-section .top .input-group .btn:hover, .page-iew .send-section .top .input-group .btn:hover {
  background: #50be87;
}
@media (max-width: 767px) {
  .page-komzot .send-section .top .input-group .col-sm-4, .page-iew .send-section .top .input-group .col-sm-4 {
    margin-bottom: 20px;
  }
  .page-komzot .send-section .top .input-group .btn, .page-iew .send-section .top .input-group .btn {
    padding: 9px 7px;
  }
}
.page-komzot .send-section .bottom, .page-iew .send-section .bottom {
  background: #444444;
  color: #fff;
  padding: 30px;
}
.page-komzot .send-section .bottom *, .page-iew .send-section .bottom * {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.page-komzot .send-section .bottom .text, .page-iew .send-section .bottom .text {
  font-size: 32px;
  margin-right: 40px;
}
.page-komzot .send-section .bottom .pin i, .page-iew .send-section .bottom .pin i {
  font-size: 55px;
  margin-right: 10px;
}
.page-komzot .send-section .bottom .pin span, .page-iew .send-section .bottom .pin span {
  width: 160px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-komzot .send-section .bottom .pin, .page-iew .send-section .bottom .pin {
    margin-left: -10px;
    margin-top: 10px;
  }
}
.page-komzot .send-section .bottom .pin a, .page-iew .send-section .bottom .pin a {
  color: white;
}
.page-komzot .color-blocks a, .page-iew .color-blocks a {
  position: relative;
  display: block;
  min-height: 160px;
  overflow: hidden;
  color: black;
}
@media (max-width: 767px) {
  .page-komzot .color-blocks a, .page-iew .color-blocks a {
    margin-bottom: 20px;
  }
}
.page-komzot .color-blocks a img, .page-iew .color-blocks a img {
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.page-komzot .color-blocks a .text, .page-iew .color-blocks a .text {
  position: relative;
  padding: 20px;
  z-index: 3;
}
.page-komzot .color-blocks a .text h2, .page-iew .color-blocks a .text h2 {
  max-width: 190px;
  font-size: 35px;
}
.page-komzot .color-blocks a:hover, .page-iew .color-blocks a:hover {
  color: #F16E00;
}
.page-komzot .color-blocks a:hover:after, .page-iew .color-blocks a:hover:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 2;
}
.page-komzot .color-blocks .bg-blue img, .page-iew .color-blocks .bg-blue img {
  width: 100%;
  min-height: 100%;
  left: 0;
}
.page-komzot .color-blocks .bg-pink img, .page-iew .color-blocks .bg-pink img {
  width: 30%;
  right: 10%;
}
.page-komzot .color-blocks .bg-pink .text h2, .page-iew .color-blocks .bg-pink .text h2 {
  max-width: 210px;
}
.page-komzot .color-blocks .bg-yellow img, .page-iew .color-blocks .bg-yellow img {
  height: 90%;
  right: 10%;
}
.page-iew .package .package-price {
  padding: 35px 0;
}
.page-iew .package .package-features {
  padding: 10px 0;
}
.page-iew .package .reset {
  margin-top: 10px;
}
.page-iew .block-with-phone {
  padding: 10px 40px;
}
.page-iew .block-with-phone label {
  font-size: 18px;
  font-weight: normal;
}
.page-iew .block-with-phone .i-wish {
  float: left;
}
.page-iew .block-with-phone .choices {
  float: left;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 12px;
}
.page-iew .block-with-phone .choices .radio:first-child {
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .page-iew .block-with-phone .i-wish, .page-iew .block-with-phone .choices {
    float: none;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .page-iew .send-section .bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-iew .send-section .bottom .text {
    font-size: 25px;
    margin-right: 20px;
  }
}
.page-forfaits-entreprise .package .package-price h2 {
  font-size: 30px;
}
.page-forfaits-entreprise .package .package-features > li.appels {
  min-height: 102px;
}
.page-forfaits-entreprise .package .package-features > li.deezer-promo {
  min-height: 202px;
}
.page-komzot .package.col-md-2 .package-price h2 {
  font-size: 29px;
}
.page-komzot .package.col-md-2 .package-features > li.appels {
  min-height: 87px;
}
.page-komzot .package.col-md-2 .package-features > li.internet {
  min-height: 146px;
}
#mobile-forfait-quizz {
  overflow: hidden;
  max-width: 382px;
  margin: 0 auto;
  float: none;
}
#mobile-forfait-quizz .slides-wrapper {
  position: relative;
  white-space: nowrap;
}
#mobile-forfait-quizz .throbber {
  background: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
#mobile-forfait-quizz .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  padding: 0 5px;
}
#mobile-forfait-quizz .slide .inner {
  position: relative;
}
#mobile-forfait-quizz .slide .icon-ore-help-circled {
  font-size: 18px;
}
#mobile-forfait-quizz .slide .btn[disabled] {
  opacity: 0.3;
}
#mobile-forfait-quizz .slide .btn[disabled]:hover {
  background: transparent;
  color: #fff;
}
#mobile-forfait-quizz .slide.intro .inner, #mobile-forfait-quizz .slide.outro .inner {
  background: #ffd200 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/quizz.svg') no-repeat center bottom;
  background-size: 95% auto;
}
#mobile-forfait-quizz .slide.intro h1, #mobile-forfait-quizz .slide.outro h1 {
  position: absolute;
  font-size: 34px;
  top: 80px;
  left: 40px;
  right: 40px;
}
#mobile-forfait-quizz .slide.intro .btn-default, #mobile-forfait-quizz .slide.outro .btn-default {
  position: absolute;
  top: 150px;
  right: 40px;
}
@media (max-width: 370px) {
  #mobile-forfait-quizz .slide.intro .btn-default, #mobile-forfait-quizz .slide.outro .btn-default {
    top: 190px;
  }
}
#mobile-forfait-quizz .slide.intro .btn-default:hover, #mobile-forfait-quizz .slide.outro .btn-default:hover {
  background: #ffd200;
}
#mobile-forfait-quizz .slide.quizz .inner {
  padding: 20px 15px 60px 15px;
  margin-bottom: 0;
}
#mobile-forfait-quizz .slide.quizz h2 {
  font-size: 28px;
  font-weight: normal;
  color: #444;
  margin-bottom: 20px;
}
#mobile-forfait-quizz .slide.quizz h3 {
  font-size: 24px;
  font-weight: bold;
  color: #F16E00;
  max-width: 280px;
  margin-bottom: 30px;
}
#mobile-forfait-quizz .slide.quizz ul li {
  max-width: 270px;
  font-size: 16px;
  line-height: 1.2;
}
#mobile-forfait-quizz .slide.quizz ul li label {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
#mobile-forfait-quizz .slide.quizz ul li label input {
  position: absolute;
  left: 0;
  margin-top: 2px;
}
#mobile-forfait-quizz .slide.quizz ul li + li {
  margin-top: 15px;
}
#mobile-forfait-quizz .slide.quizz .btn {
  position: absolute;
  bottom: 15px;
  padding: 5px;
  width: 110px;
}
#mobile-forfait-quizz .slide.quizz .btn.previous {
  left: 15px;
}
#mobile-forfait-quizz .slide.quizz .btn.next {
  right: 15px;
}
#mobile-forfait-quizz .slide.summary output {
  display: inline;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#mobile-forfait-quizz .slide.summary .inner {
  background: #eee;
  padding-bottom: 80px;
}
#mobile-forfait-quizz .slide.summary .top {
  padding: 15px 20px 15px 15px;
  background: #000;
  color: #fff;
}
#mobile-forfait-quizz .slide.summary .top h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
#mobile-forfait-quizz .slide.summary .top h3 .mention {
  font-weight: normal;
  font-size: 14px;
}
#mobile-forfait-quizz .slide.summary .top h3 .price {
  color: #F16E00;
  font-weight: normal;
  font-size: 26px;
}
#mobile-forfait-quizz .slide.summary .top p {
  color: #595959;
  vertical-align: baseline;
  line-height: 26px;
  margin: 0;
}
#mobile-forfait-quizz .slide.summary ul {
  min-height: 320px;
  padding: 0 15px;
  margin: 0;
}
#mobile-forfait-quizz .slide.summary ul li {
  position: relative;
  padding: 10px 0 10px 60px;
  min-height: 66px;
}
#mobile-forfait-quizz .slide.summary ul li + li {
  border-top: 2px solid #D0D0D0;
}
#mobile-forfait-quizz .slide.summary ul li > [class^="icon-ore-"] {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 10px;
  width: 55px;
  text-align: center;
}
#mobile-forfait-quizz .slide.summary ul li > [class^="icon-ore-"].icon-ore-unlocked {
  font-size: 37px;
}
#mobile-forfait-quizz .slide.summary ul li > [class^="icon-ore-"].icon-ore-accessory-headphones {
  font-size: 34px;
}
#mobile-forfait-quizz .slide.summary ul li > [class^="icon-ore-"].icon-ore-international-monde-reseau-world-internet-2 {
  font-size: 34px;
}
#mobile-forfait-quizz .slide.summary .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #a885d8;
}
#mobile-forfait-quizz .slide.summary .bottom .btn {
  width: 48%;
  white-space: normal;
  padding: 8px;
}
#mobile-forfait-quizz .slide.summary .bottom .btn:hover {
  background: #a885d8;
}
#mobile-forfait-quizz .slide:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  z-index: 100;
}
#mobile-forfait-quizz .slide.masked:after {
  visibility: visible;
  opacity: 0.75;
}
#mobile-forfait-quizz .slide.masked .btn {
  opacity: 0.5;
}
#mobile-forfait-quizz .quizz-reset {
  display: none;
  padding-top: 20px;
}
#mobile-forfait-quizz .quizz-reset a {
  color: #000;
  vertical-align: bottom;
}
#mobile-forfait-quizz .quizz-reset a span {
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
#mobile-forfait-quizz .quizz-reset a strong {
  line-height: 25px;
  vertical-align: middle;
}
#mobile-forfait-quizz .quizz-reset a:hover {
  color: #F16E00;
}
#mobile-forfait-quizz.desktop {
  max-width: none;
}
#mobile-forfait-quizz.desktop .slide {
  width: 33.3333%;
}
#mobile-forfait-quizz.desktop .slide.intro .next {
  display: none;
}
#mobile-forfait-quizz.desktop .slide.quizz .inner {
  padding: 25px 40px 80px 40px;
}
#mobile-forfait-quizz.desktop .slide.quizz h2 {
  margin-bottom: 35px;
}
#mobile-forfait-quizz.desktop .slide.quizz h3 {
  margin-bottom: 50px;
}
#mobile-forfait-quizz.desktop .slide.quizz ul li + li {
  margin-top: 30px;
}
#mobile-forfait-quizz.desktop .slide.quizz .btn {
  bottom: 20px;
  padding: 8px;
  width: 130px;
}
#mobile-forfait-quizz.desktop .slide.quizz .btn.previous {
  left: 20px;
}
#mobile-forfait-quizz.desktop .slide.quizz .btn.next {
  right: 20px;
}
#mobile-forfait-quizz.desktop .slide.summary ul {
  padding: 0 20px;
}
#mobile-forfait-quizz.desktop .slide.summary ul li {
  padding: 20px 0 20px 60px;
  min-height: 86px;
}
#mobile-forfait-quizz.desktop .slide.summary ul li > [class^="icon-ore-"] {
  top: 20px;
}
#mobile-forfait-quizz.desktop .slide.summary ul li > strong {
  display: inline-block;
}
#mobile-forfait-quizz.desktop .slide.summary ul > strong {
  display: inline-block;
  max-width: 150px;
}
#cent-pour-cent-orange .main-slide {
  padding: 30px 20px;
}
#cent-pour-cent-orange .main-slide img {
  display: none;
}
#cent-pour-cent-orange .main-slide .intro {
  max-width: 280px;
  margin: 0 auto 30px auto;
}
#cent-pour-cent-orange .main-slide [class^="icon-ore-"] {
  float: left;
  font-size: 40px;
  margin-right: 20px;
}
#cent-pour-cent-orange .main-slide .internet, #cent-pour-cent-orange .main-slide .mobile, #cent-pour-cent-orange .main-slide .reduction {
  width: 240px;
  margin: 0 auto;
}
#cent-pour-cent-orange .main-slide .plus, #cent-pour-cent-orange .main-slide .egal {
  width: 23px;
  margin: 20px auto;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .main-slide .reduction [class^="icon-ore-"] {
    line-height: 65px;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .main-slide {
    font-size: 16px;
    padding: 30px 10px 30px 15%;
  }
  #cent-pour-cent-orange .main-slide img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 2%;
    width: 10%;
    display: block;
  }
  #cent-pour-cent-orange .main-slide .intro {
    max-width: 570px;
    margin: 0 0 30px 0;
  }
  #cent-pour-cent-orange .main-slide [class^="icon-ore-"] {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
  #cent-pour-cent-orange .main-slide .ib {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  #cent-pour-cent-orange .main-slide .internet {
    width: 120px;
  }
  #cent-pour-cent-orange .main-slide .mobile {
    width: 110px;
  }
  #cent-pour-cent-orange .main-slide .reduction {
    width: 210px;
  }
  #cent-pour-cent-orange .main-slide .plus, #cent-pour-cent-orange .main-slide .egal {
    font-size: 40px;
    padding-top: 15px;
    margin: 0 6% 0 4%;
  }
}
@media (min-width: 1024px) {
  #cent-pour-cent-orange .main-slide {
    font-size: 18px;
    padding: 50px 10px 50px 20%;
  }
  #cent-pour-cent-orange .main-slide img {
    left: 4%;
  }
  #cent-pour-cent-orange .main-slide .intro {
    margin-bottom: 50px;
  }
  #cent-pour-cent-orange .main-slide [class^="icon-ore-"] {
    font-size: 50px;
  }
  #cent-pour-cent-orange .main-slide .internet {
    width: 140px;
  }
  #cent-pour-cent-orange .main-slide .mobile {
    width: 130px;
  }
  #cent-pour-cent-orange .main-slide .reduction {
    width: 230px;
  }
  #cent-pour-cent-orange .main-slide .plus, #cent-pour-cent-orange .main-slide .egal {
    margin: 0 7% 0 5%;
  }
}
#cent-pour-cent-orange .slide_1 .slide {
  padding: 30px 20px;
}
#cent-pour-cent-orange .slide_1 .slide img {
  display: none;
}
#cent-pour-cent-orange .slide_1 .slide p span {
  font-size: 50px;
}
#cent-pour-cent-orange .slide_1 .slide .middle-content {
  display: flex;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .slide_1 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 20px;
  }
  #cent-pour-cent-orange .slide_1 .slide .middle-content {
    text-align: -webkit-center;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .slide_1 .slide {
    font-size: 16px;
  }
  #cent-pour-cent-orange .slide_1 .slide img {
    display: block;
    width: 90%;
  }
  #cent-pour-cent-orange .slide_1 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 50px;
  }
  #cent-pour-cent-orange .slide_1 .slide p span {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  #cent-pour-cent-orange .slide_1 .slide {
    font-size: 18px;
  }
  #cent-pour-cent-orange .slide_1 .slide .intro {
    margin-top: 40px;
  }
  #cent-pour-cent-orange .slide_1 .slide .middle-content .internet span {
    padding-left: 0px !important;
  }
  #cent-pour-cent-orange .slide_1 .slide p span {
    font-size: 50px;
  }
}
#cent-pour-cent-orange .slide_2 {
  position: relative;
}
#cent-pour-cent-orange .slide_2 img {
  width: 370px;
  position: absolute;
  top: -23px;
  left: 5%;
}
#cent-pour-cent-orange .slide_2 .slide {
  padding: 30px 20px;
}
#cent-pour-cent-orange .slide_2 .slide p span {
  font-size: 50px;
}
#cent-pour-cent-orange .slide_2 .slide .middle-content {
  display: flex;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .slide_2 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 8px;
  }
  #cent-pour-cent-orange .slide_2 .slide .middle-content {
    text-align: -webkit-center;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .slide_2 .slide {
    font-size: 16px;
  }
  #cent-pour-cent-orange .slide_2 .slide img {
    width: 75%;
    position: absolute;
    top: -70px;
  }
  #cent-pour-cent-orange .slide_2 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 50px;
  }
  #cent-pour-cent-orange .slide_2 .slide p span {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  #cent-pour-cent-orange .slide_2 .slide {
    font-size: 18px;
  }
  #cent-pour-cent-orange .slide_2 .slide .intro {
    margin-top: 34px;
  }
  #cent-pour-cent-orange .slide_2 .slide .middle-content .internet span {
    padding-left: 0px !important;
  }
  #cent-pour-cent-orange .slide_2 .slide p span {
    font-size: 50px;
  }
  #cent-pour-cent-orange .slide_2 .slide .bottom-banner-text {
    margin-bottom: 40px;
  }
}
#cent-pour-cent-orange .slide_3 {
  position: relative;
}
#cent-pour-cent-orange .slide_3 img {
  width: 450px;
  position: absolute;
  top: 14px;
  left: 0%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cent-pour-cent-orange .slide_3 img {
    /* IE10+ CSS styles go here */
    width: 490px !important;
    height: 311px;
  }
}
#cent-pour-cent-orange .slide_3 .slide {
  padding: 30px 20px;
}
#cent-pour-cent-orange .slide_3 .slide p span {
  font-size: 50px;
}
#cent-pour-cent-orange .slide_3 .slide .middle-content {
  display: flex;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .slide_3 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 20px;
  }
  #cent-pour-cent-orange .slide_3 .slide .middle-content {
    text-align: -webkit-center;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .slide_3 .slide {
    font-size: 16px;
  }
  #cent-pour-cent-orange .slide_3 .slide img {
    width: 75%;
    position: absolute;
    top: -70px;
  }
  #cent-pour-cent-orange .slide_3 .slide [class^="icon-ore-"] {
    font-size: 55px;
    position: relative;
    top: 15px;
    padding: 0 50px;
  }
  #cent-pour-cent-orange .slide_3 .slide p span {
    font-size: 50px;
  }
  #cent-pour-cent-orange .slide_3 .slide .middle-content {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  #cent-pour-cent-orange .slide_3 .slide {
    font-size: 18px;
  }
  #cent-pour-cent-orange .slide_3 .slide .intro {
    margin-top: 55px;
  }
  #cent-pour-cent-orange .slide_3 .slide .middle-content .internet span {
    padding-left: 0px !important;
  }
  #cent-pour-cent-orange .slide_3 .slide p span {
    font-size: 50px;
  }
}
#cent-pour-cent-orange .section-applis {
  background-color: #F6F6F6;
}
#cent-pour-cent-orange .section-applis .well-applis-orange-3 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pour-cent-orange .section-applis .well-applis-orange-3 img {
  width: 45px !important;
}
#cent-pour-cent-orange .section-applis .well-applis-orange-4 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pour-cent-orange .section-applis .well-applis-orange-4 img {
  width: 50px !important;
}
#cent-pour-cent-orange .section-applis .well-applis-orange-1 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pour-cent-orange .section-applis .well-applis-orange-1 img {
  width: 50px !important;
  position: relative;
  top: 9px;
  left: 8px;
}
#cent-pour-cent-orange .section-applis .well-applis-orange {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pour-cent-orange .section-applis .well-applis-orange i {
  font-size: 40px !important;
}
#cent-pour-cent-orange .section-applis .playzer-applis {
  background-color: #EEEEEE;
}
#cent-pour-cent-orange .section-applis .playzer-applis img {
  background-color: #EEEEEE;
  margin-top: 5px;
}
#cent-pour-cent-orange .image-banner .image-webtv {
  position: relative;
}
#cent-pour-cent-orange .image-banner .image-webtv .image-content a i {
  font-size: 10px;
  border: solid;
  border-width: 1px;
  border-radius: 50%;
  padding: 3px 2px 1px 4px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .image-banner .image-webtv .image-content .button {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .image-banner .image-webtv .image-content {
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
  #cent-pour-cent-orange .image-banner .image-webtv .image-content h2 i {
    background-color: #000000;
    color: #ffffff;
    padding: 14px 11px 5px 12px;
    border-radius: 10px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .image-banner .image-webtv .image-content {
    position: absolute;
    top: 15%;
    left: 35px;
  }
  #cent-pour-cent-orange .image-banner .image-webtv .image-content h2 i {
    background-color: #000000;
    color: #ffffff;
    padding: 14px 11px 5px 12px;
    border-radius: 10px;
    font-size: 29px;
  }
  #cent-pour-cent-orange .image-banner .image-webtv .image-content h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange .image-banner .image-webtv .image-content {
    position: absolute;
    top: 50px;
    left: 50px;
  }
  #cent-pour-cent-orange .image-banner .image-webtv .image-content h2 i {
    background-color: #000000;
    color: #ffffff;
    padding: 15px 12px 3px 12px;
    border-radius: 10px;
    font-size: 40px;
  }
  #cent-pour-cent-orange .image-banner .image-webtv .image-content h4 {
    font-size: 18px;
  }
}
#cent-pour-cent-orange .well-section a {
  color: #000000;
}
#cent-pour-cent-orange .well-section .well_1 {
  background-color: #ffd724;
}
#cent-pour-cent-orange .well-section .well_2 {
  background-color: #4bb4e6;
}
#cent-pour-cent-orange .well-section .well_3 {
  background-color: #50be87;
}
#cent-pour-cent-orange .well-section .well {
  position: relative;
}
#cent-pour-cent-orange .well-section .well h2 small {
  color: #000000;
}
#cent-pour-cent-orange .well-section .well i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 50px;
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  #cent-pour-cent-orange .well-section .well i {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  #cent-pour-cent-orange .well-section [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 10px !important;
  }
}
#cent-pour-cent-orange .well-section .middle-content {
  display: flex;
}
#cent-pour-cent-orange .well-section .middle-content [class^="icon-ore-"] {
  font-size: 40px;
  position: relative;
  top: 15px;
  padding: 0 20px;
}
#cent-pour-cent-orange .well-section .middle-content p span {
  position: relative;
  top: 7px;
  font-size: 40px;
}
#cent-pour-cent-orange .well-section .middle-content .internet span {
  padding-left: 0px !important;
}
#cent-pour-cent-orange .intro-section [class^="icon-ore-"] {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .intro-section [class^="icon-ore-"].icon-ore-event-organiser::before {
    margin-left: -9px;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .intro-section [class^="icon-ore-"] {
    text-align: center;
  }
  #cent-pour-cent-orange .intro-section [class^="icon-ore-"].icon-ore-device-mobile-phone-happy-3-01::before {
    margin-left: 15%;
  }
}
#cent-pour-cent-orange .intro-section [class^="icon-ore-"].icon-ore-internet-browser {
  font-size: 45px;
}
#cent-pour-cent-orange .intro-section p {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 35px;
  max-width: 450px;
}
#cent-pour-cent-orange .intro-section p.text-orange {
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .page-title2 {
    margin-bottom: 35px;
  }
}
#cent-pour-cent-orange .arguments-section {
  font-size: 18px;
}
#cent-pour-cent-orange .arguments-section p {
  margin: 0;
}
#cent-pour-cent-orange .arguments-section .bonjour {
  background: url(/boutique/assets/images/100-orange/bonjour.svg) no-repeat center left;
  background-size: 88px 88px;
  min-height: 63px;
  padding-left: 118px;
  line-height: 63px;
}
#cent-pour-cent-orange .arguments-section .pouce {
  background: url(/boutique/assets/images/100-orange/pouce.svg) no-repeat 5px 0;
  background-size: 78px 78px;
  min-height: 78px;
  padding-left: 118px;
  line-height: 78px;
}
#cent-pour-cent-orange .arguments-section .arc {
  background: url(/boutique/assets/images/100-orange/arc.svg) no-repeat center left;
  background-size: 88px 78px;
  min-height: 66px;
  padding-left: 118px;
  line-height: 66px;
}
#cent-pour-cent-orange .arguments-section strong {
  display: inline-block;
  max-width: 220px;
  vertical-align: middle;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange .arguments-section .pouce, #cent-pour-cent-orange .arguments-section .arc {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange .arguments-section .pouce {
    background-position: 10px 0;
  }
}
#cent-pour-cent-orange .remise-section table {
  color: #fff;
  font-weight: bold;
  width: 100%;
}
#cent-pour-cent-orange .remise-section table th, #cent-pour-cent-orange .remise-section table td {
  height: 80px;
  padding: 15px;
  font-size: 16px;
}
#cent-pour-cent-orange .remise-section table th {
  background: #000;
}
#cent-pour-cent-orange .remise-section table td {
  background: #232323;
}
#cent-pour-cent-orange .remise-section table td[colspan] {
  height: 90px;
  background: #F16E00;
  color: #000;
  position: relative;
  padding-left: 85px;
}
#cent-pour-cent-orange .remise-section table td[colspan] span {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
  vertical-align: middle;
}
#cent-pour-cent-orange .remise-section table td[colspan] a {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
#cent-pour-cent-orange .remise-section table td[colspan] a:hover {
  color: #fff;
}
#cent-pour-cent-orange .remise-section table td strong {
  color: #F16E00;
  font-size: 20px;
}
#cent-pour-cent-orange .remise-section table.mobile th {
  width: 50%;
}
#cent-pour-cent-orange .remise-section table.desktop td {
  width: 25%;
}
#cent-pour-cent-orange .mobile-forfait-section-info .section-info .yellow-block .text {
  width: auto;
}
#cent-pour-cent-orange .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 240px;
}
#cent-pour-cent-orange .mobile-forfait-section-info .section-info .yellow-block .text p {
  width: 55%;
}
#cent-pour-cent-orange .mobile-forfait-section-info .section-info .yellow-block .text .text img {
  position: absolute;
  left: 0%;
}
#cent-pour-cent-orange .mobile-forfait-section-info .section-info .yellow-block a .image_1 {
  right: 5%;
}
#cent-pour-cent-orange .mobile-forfait-section-info .section-info .info-flex .purple-block a {
  background: #4BB4E6;
}
#cent-pour-cent-orange.avantage-komzot-famille #main {
  padding-bottom: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille #gallery-holder {
  margin-bottom: 60px;
}
#cent-pour-cent-orange.avantage-komzot-famille #gallery-holder .gallery.container-fluid {
  max-width: 1240px;
}
#cent-pour-cent-orange.avantage-komzot-famille .page-title2 {
  margin-bottom: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument {
  padding: 20px;
  margin-bottom: 80px;
  width: 100%;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.promo {
  padding: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.promo .promo {
  background-color: #F16E00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding: 1rem;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.promo .inner {
  padding: 20px;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.mobile {
    background: #eee;
  }
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument {
    width: 47%;
    padding: 30px 20px;
  }
  #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.desktop {
    background: #eee;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments h3 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments h3 {
    margin-bottom: 30px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments p, #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments p:last-child, #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul:last-child {
  margin: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul {
  padding-left: 13px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul li + li {
  margin-top: 5px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal {
    display: none;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face {
  text-align: center;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face img {
    width: 118px;
    height: 118px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face p {
  font-size: 16px;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face p {
    font-size: 18px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face + .face + .face {
  margin-left: 30px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first {
  position: relative;
  padding-right: 160px;
  margin-right: 10px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first img {
  position: relative;
  z-index: 2;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow {
  position: absolute;
  top: 15px;
  right: 0;
  width: 160px;
  z-index: 1;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow {
    top: 16px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateX(-20px) translateY(-50%);
  background-color: #FF7900;
  z-index: 1;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:before {
    transform: translateX(-35px) translateY(-50%);
    height: 18px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 28px;
  border-color: transparent transparent transparent #ff7700;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:after {
    border-width: 20px 0 20px 40px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #FF7900;
  color: #fff;
  border-radius: 50%;
  transform: translateX(-14px);
  z-index: 2;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div {
    width: 86px;
    height: 86px;
    transform: translateX(-20px);
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div span {
    font-size: 14px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount {
  position: relative;
  padding-left: 80px;
  color: #FF7900;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount {
    padding-left: 100px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount span {
  position: absolute;
  display: block;
  width: 80px;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount span {
    width: 100px;
    font-size: 58px;
    line-height: 80px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount h1 {
  font-size: 70px;
  line-height: 70px;
  margin: 0;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount h1 {
    font-size: 98px;
    line-height: 80px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount h1 sub {
  font-size: 40%;
  bottom: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount p {
  font-size: 20px;
  line-height: 23px;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount p {
    font-size: 24px;
    line-height: 29px;
    padding-left: 35px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal > p {
  max-width: 500px;
  border: 2px dotted #FF7900;
  color: #FF7900;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical {
  text-align: center;
}
@media (min-width: 1024px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical {
    display: none;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .face {
  display: inline-block;
  line-height: 1.1;
  margin: 0 10px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .face img {
  width: 80px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .face img {
    width: 100px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow {
  display: block;
  position: relative;
  height: 100px;
  margin-bottom: 40px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF7900;
  z-index: 1;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 14px 0 14px;
  border-color: #ff7700 transparent transparent transparent;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow div {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #FF7900;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical > p {
  display: inline-block;
  min-width: 300px;
  border: 2px dotted #FF7900;
  color: #FF7900;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical > p {
    min-width: 340px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .equal {
  font-size: 60px;
  font-weight: bold;
  color: #FF7900;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 10px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount {
  color: #FF7900;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount h1 {
  font-size: 70px;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount h1 sub {
  font-size: 40%;
  bottom: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount p {
  font-size: 20px;
  line-height: 23px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages {
  margin-bottom: 60px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages h2 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages h2 {
    margin-bottom: 30px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th {
  background: #303030;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th[colspan] {
  color: #000;
  background: #FF7900;
  font-size: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th[colspan].promo {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  height: 60px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td {
  background: #424242;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td strong {
  font-size: 16px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td + td, #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td + th, #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th + td, #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td strong, #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th strong {
  color: #F16E00;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td small, #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th small {
  display: block;
  font-size: 12px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table.desktop td, #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table.desktop th {
  text-align: center;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs {
  margin-bottom: 60px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs .tab-content {
  padding-bottom: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs h2 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs h2 {
    margin-bottom: 30px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs p {
  margin-bottom: 20px;
  font-size: 16px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs p.title {
  font-size: 18px;
  font-weight: 700;
  color: #FF7900;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs p strong {
  font-size: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table:last-child {
  margin-bottom: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td {
  width: 50%;
  border: 1px solid #E6E6E6;
  padding: 15px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child {
  vertical-align: top;
  text-align: left;
  padding: 30px;
  font-size: 16px;
  line-height: 19px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child > span {
  position: relative;
  display: block;
  padding-left: 60px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child > span > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child > span > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child img {
  margin-top: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child a[data-video] {
  margin-top: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child a[data-video] img {
  margin: 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td + td {
  text-align: center;
  vertical-align: middle;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td + td img {
  display: block;
  max-width: 100%;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] {
  display: inline-block;
  position: relative;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] img {
  position: relative;
  z-index: 1;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] span {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.52);
  border-radius: 50%;
  width: 59px;
  height: 59px;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  transition: all 0.3s ease-in-out;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:hover span {
  background: #000;
}
#cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:hover span:after {
  border-color: transparent transparent transparent #FF7900;
}
#cent-pour-cent-orange.avantage-komzot-famille .mobile-forfait-section-info h1 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .mobile-forfait-section-info h1 {
    margin-bottom: 30px;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info p.button {
  padding: 10px;
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block p {
  width: auto !important;
  margin-top: 50px;
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block img {
  right: 15px;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block p {
    margin-top: 0;
  }
  #cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block img {
    width: 22%;
    height: auto;
    right: 10px;
    bottom: 0;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block img {
  right: 30px;
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block .text {
  width: 70%;
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block .text img {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 5px 0;
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block .text p {
  color: #000 !important;
  transition: opacity 0.3s ease-in-out;
}
#cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block:hover .text p {
  opacity: 0.2;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block img {
    right: 10px;
    height: 60%;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .bottom-banner {
  background-color: #f2f2f2;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner {
    display: flex;
    align-items: center;
  }
}
#cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 20px;
}
#cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a:hover {
  color: #F16E00;
}
#cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a i {
  font-size: 20px;
  margin-right: 10px;
}
#cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a i:before {
  display: block;
}
@media (max-width: 767px) {
  #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a + a {
    margin-top: 20px;
  }
}
#avantage-famille-video-modal .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1000px;
}
#avantage-famille-video-modal .modal-body {
  position: relative;
  padding-top: 35px;
}
#avantage-famille-video-modal .modal-body video {
  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 1;
  outline: none;
}
#avantage-famille-video-modal .modal-body .close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 50px;
  line-height: 30px;
  z-index: 2;
}
.enregistreur-tv h4 {
  font-size: 20px;
  text-align: left;
}
.enregistreur-tv h2 {
  position: relative;
}
.enregistreur-tv h2 {
  font-size: 50px;
}
.enregistreur-tv h2 sup {
  font-size: 30px;
}
.enregistreur-tv h2 span {
  font-size: 10px;
  font-family: inherit;
  font-weight: 400;
  position: absolute;
  color: black;
  top: 13px;
  left: 78px;
}
.choisir-orange-donnees-identite .page-heading .header-row .header-row-inner img {
  height: 125px;
  width: auto;
}
@media (max-width: 767px) {
  .choisir-orange-donnees-identite .page-heading .header-row .header-row-inner img {
    display: none;
  }
}
.choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 {
    font-size: 30px;
  }
}
.choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 a::before {
  top: auto;
  transform: rotate(180deg);
  bottom: 10px;
}
.choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 a.collapsed::before {
  transform: none;
  bottom: 15px;
}
.choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 a [class^="icon-ore-"] {
  display: block;
  font-size: 50px;
}
@media (min-width: 768px) {
  .choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 a [class^="icon-ore-"] {
    display: inline-block;
    width: 60px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .choisir-orange-donnees-identite .panel-eshop > .panel-heading h4 a [class^="icon-ore-"] {
    width: 100px;
    font-size: 50px;
  }
}
.choisir-orange-donnees-identite .panel-body {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .choisir-orange-donnees-identite .panel-body {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .choisir-orange-donnees-identite .panel-body {
    padding-left: 100px;
  }
}
#choisir-orange-donnees-personnelles h2 {
  font-size: 24px;
  margin-bottom: 28px;
}
#choisir-orange-donnees-personnelles h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#choisir-orange-donnees-personnelles p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  max-width: 760px;
}
#choisir-orange-donnees-personnelles p.page-intro {
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 1200px) {
  #choisir-orange-donnees-personnelles p.page-intro {
    margin: 30px 0;
  }
}
#choisir-orange-donnees-personnelles p.intro {
  font-weight: bold;
  max-width: 900px;
  margin-bottom: 40px;
}
#choisir-orange-donnees-personnelles .embed-responsive {
  margin-bottom: 40px;
}
#choisir-orange-donnees-personnelles .col-sm-6 p {
  max-width: 500px;
}
#choisir-orange-donnees-personnelles #group1 .text-orange {
  margin-bottom: 40px;
}
#choisir-orange-donnees-personnelles #group1 [class^="icon-ore-"] {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #50be87;
  height: 60px;
}
#choisir-orange-donnees-personnelles #group1 [class^="icon-ore-"].icon-ore-internet-security-password {
  font-size: 100px;
  margin-top: -15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #choisir-orange-donnees-personnelles #group1 [class^="icon-ore-"].icon-ore-orange-experts-insurance:before, #choisir-orange-donnees-personnelles #group1 [class^="icon-ore-"].icon-ore-data-protection:before {
    margin-left: -5px;
  }
  #choisir-orange-donnees-personnelles #group1 [class^="icon-ore-"].icon-ore-unlocked:before {
    margin-left: -10px;
  }
}
#choisir-orange-donnees-personnelles #group1 [data-mh="pratiques-a-adopter"] {
  margin-bottom: 20px;
}
#choisir-orange-donnees-personnelles #group1 [data-mh="pratiques-a-adopter"] h3 {
  max-width: 250px;
}
#choisir-orange-donnees-personnelles #group1 [data-mh="pratiques-a-adopter"] p {
  font-size: 14px;
  max-width: 250px;
}
#choisir-orange-donnees-personnelles #group4 p.intro {
  margin-bottom: 20px;
}
#choisir-orange-donnees-personnelles #group4 .col-sm-6 {
  max-width: 400px;
}
#choisir-orange-donnees-personnelles [data-mh="annuaires-color-blocks"] {
  padding: 30px 15px;
  margin-bottom: 20px;
}
#choisir-orange-donnees-personnelles [data-mh="annuaires-color-blocks"] .lastp {
  margin-bottom: 0;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  #choisir-orange-donnees-personnelles [data-mh="annuaires-color-blocks"] .lastp {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  #choisir-orange-donnees-personnelles [data-mh="annuaires-color-blocks"] {
    padding: 50px;
  }
}
#choisir-orange-donnees-personnelles .contact-orange-block {
  margin-top: 40px;
}
#choisir-orange-donnees-personnelles .contact-orange-block .icon-ore-control-centre {
  font-size: 50px;
}
#choisir-orange-donnees-personnelles .contact-orange-block .text-3900 {
  width: 200px;
}
@media (min-width: 1200px) {
  #choisir-orange-donnees-personnelles .contact-orange-block .text-3900 {
    width: 220px;
  }
}
#choisir-orange-donnees-personnelles .contact-orange-block .rdv-boutique {
  margin-top: 20px;
  color: #000;
}
#choisir-orange-donnees-personnelles .contact-orange-block .rdv-boutique:hover {
  color: #F16E00;
}
#choisir-orange-donnees-personnelles #group6 .alert-text {
  display: block;
  margin-top: 10px;
  line-height: 60px;
}
#choisir-orange-donnees-personnelles #group6 .alert-text span {
  display: inline-block;
  max-width: 240px;
  vertical-align: middle;
  line-height: 19px;
}
#choisir-orange-donnees-personnelles #group6 .alert-text .icon-ore-1013-reseau {
  font-size: 40px;
  margin-right: 10px;
}
#choisir-orange-limiter-traces .intro h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
#choisir-orange-limiter-traces .intro p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
#choisir-orange-limiter-traces .logos h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#choisir-orange-limiter-traces .logos h3 + p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  max-width: 310px;
}
#choisir-orange-limiter-traces .logos .logo {
  display: inline-block;
  text-align: center;
}
#choisir-orange-limiter-traces .logos .logo a {
  display: inline-block;
  margin: 20px 0;
}
#choisir-orange-limiter-traces .logos .logo img {
  height: 80px;
  width: auto;
}
#choisir-orange-limiter-traces .logos .logo.chrome {
  width: 106px;
}
#choisir-orange-limiter-traces .video {
  padding-top: 46px;
}
@media (max-width: 1023px) {
  #choisir-orange-ondes-sante .page-heading .header-row .header-row-inner img {
    height: 120px;
  }
}
#choisir-orange-ondes-sante .panel-eshop > .panel-heading h4 a [class^="icon-ore-device-mobile-phone-happy-3-01"] {
  font-size: 70px;
}
#choisir-orange-ondes-sante h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#choisir-orange-ondes-sante p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
#choisir-orange-ondes-sante .left-iconed {
  margin-top: 40px;
}
#choisir-orange-ondes-sante .left-iconed p {
  max-width: 730px;
  margin: 0;
}
#choisir-orange-ondes-sante .left-iconed p.text-orange {
  font-weight: bold;
  margin-bottom: 20px;
}
#choisir-orange-ondes-sante .left-iconed [class^="icon-ore-"] {
  font-size: 50px;
  color: #ccc;
}
@media (min-width: 768px) {
  #choisir-orange-ondes-sante .left-iconed {
    padding-left: 100px;
    position: relative;
  }
  #choisir-orange-ondes-sante .left-iconed [class^="icon-ore-"] {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
    text-align: center;
  }
}
#choisir-orange-ondes-sante #group2 p {
  max-width: 1000px;
}
#choisir-orange-ondes-sante #group2 .col-sm-6 p {
  max-width: 415px;
}
@media (max-width: 767px) {
  #choisir-orange-ondes-sante #group2 .col-sm-6 p {
    max-width: none;
  }
  #choisir-orange-ondes-sante #group2 .col-sm-6 p.visible-xs-block {
    max-width: 415px;
  }
}
#choisir-orange-ondes-sante #group2 .das2 {
  width: 388px;
}
#choisir-orange-ondes-sante #group2 .eshop-info {
  max-width: 395px;
  background: #ffb4e6;
  padding: 30px 30px 30px 60px;
  font-weight: bold;
}
#choisir-orange-ondes-sante #group2 .eshop-info::before {
  top: 35px;
  left: 20px;
  font-size: 22px;
}
#choisir-orange-ondes-sante #group2 .eshop-info p {
  max-width: 275px;
  margin: 0;
}
#choisir-orange-ondes-sante #group2 .das1 {
  border: 1px solid #ccc;
}
#choisir-orange-ondes-sante #group3 .col-sm-8 p {
  max-width: 650px;
}
#choisir-orange-ondes-sante #group3 .col-sm-12 p {
  max-width: 1015px;
}
#choisir-orange-ondes-sante #group4 h3 {
  max-width: 800px;
}
#choisir-orange-ondes-sante #group4 .wifi-top h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  #choisir-orange-ondes-sante #group4 .wifi-top {
    position: relative;
  }
  #choisir-orange-ondes-sante #group4 .wifi-top h2 {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
    padding-right: 40px;
  }
}
#page-espace-client .title-block {
  margin-bottom: 40px;
}
#page-espace-client .title-block span {
  display: inline-block;
  font-size: 55px;
  margin-right: 20px;
  vertical-align: middle;
}
#page-espace-client .title-block h1 {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 768px) {
  #page-espace-client .title-block {
    line-height: 60px;
  }
}
#page-espace-client .color-block {
  position: relative;
  padding: 40px;
}
#page-espace-client .color-block h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
#page-espace-client .color-block ul {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page-espace-client .color-block ul li {
    font-size: 16px;
  }
}
#page-espace-client .color-block ul li + li {
  margin-top: 10px;
}
#page-espace-client .color-block img {
  position: absolute;
  bottom: 0;
  height: auto;
}
#page-espace-client .color-block .btn:hover {
  background: transparent;
}
#page-espace-client .color-block .btn.dark-bg:hover {
  background-color: #ffffff;
  color: #000000;
}
#page-espace-client .color-block.bg-green img {
  width: 32%;
  right: 1%;
}
@media (min-width: 768px) {
  #page-espace-client .color-block.bg-green img {
    right: 5%;
  }
}
@media (min-width: 1024px) {
  #page-espace-client .color-block.bg-green img {
    right: 12%;
  }
}
#page-espace-client .color-block.bg-yellow img {
  width: 22%;
  right: 3%;
}
@media (min-width: 768px) {
  #page-espace-client .color-block.bg-yellow img {
    right: 1%;
  }
}
@media (min-width: 1024px) {
  #page-espace-client .color-block.bg-yellow img {
    right: 10%;
  }
}
#page-espace-client .grey-block {
  background: #F6F6F6;
  padding: 30px 40px;
}
#page-espace-client .grey-block strong {
  display: block;
  font-size: 16px;
}
#page-espace-client .grey-block p {
  margin: 0;
}
#page-espace-client .grey-block p + p {
  margin-top: 20px;
}
#page-espace-client .grey-block p span {
  white-space: nowrap;
}
#page-espace-client .grey-block .grey-block-texte {
  margin-top: 5px;
}
#page-espace-client .grey-block .appelez-456-button {
  position: relative;
}
#page-espace-client .grey-block .appelez-456-button span.txt:after {
  content: "e";
  color: white;
  position: absolute;
  left: 25px;
  top: 13px;
  font: 15px/1 "orange-reunion";
}
@media (min-width: 1080px) {
  #page-espace-client .grey-block .appelez-456-button span.txt:after {
    content: "e";
    color: white;
    position: absolute;
    left: 50px;
    top: 15px;
    font: 15px/1 "orange-reunion";
  }
}
@media (max-width: 1199px) {
  #page-espace-client .grey-block .appelez-456-button span.txt:after {
    content: "e";
    color: white;
    position: absolute;
    left: 25px;
    top: 13px;
    font: 15px/1 "orange-reunion";
  }
}
#page-espace-client .grey-block .appelez-456-button a:hover {
  background-color: black;
  color: white;
}
#page-espace-client .grey-block .appelez-456-button a {
  padding: 10px 70px 10px 70px;
  margin-bottom: -10px;
  border-color: white;
}
@media (max-width: 1199px) {
  #page-espace-client .grey-block .appelez-456-button a {
    padding: 8px 45px 8px 45px;
    margin-bottom: 0px;
  }
}
#page-espace-client .grey-block .appelez-456-button + p {
  max-width: 280px;
  margin-top: 5px;
  margin-bottom: -20px;
}
#page-espace-client .espace-client-mobile-top .block2 .button {
  margin: auto;
  width: fit-content;
}
#page-espace-client .espace-client-mobile-bottom a {
  color: #000000;
}
#page-espace-client .espace-client-mobile-bottom a:hover {
  color: #F16E00;
}
#page-espace-client .h1-sup {
  background-color: #F16E00;
  padding: 5px 10px;
  font-weight: 500;
}
#page-espace-client .refonte-banner-ec .block-box {
  display: flex;
}
#page-espace-client .refonte-banner-ec .block-box .text-content {
  padding: 55px 15px;
  color: #ffffff;
  background-color: #000000;
}
@media (min-width: 768px) {
  #page-espace-client .refonte-banner-ec .block-box .text-content {
    width: 50%;
  }
}
#page-espace-client .refonte-banner-ec .block-box .text-content.bg-violet {
  background-color: #A885D8 !important;
}
#page-espace-client .refonte-banner-ec .block-box .text-content.bg-violet .btn {
  border: none !important;
}
@media (min-width: 768px) {
  #page-espace-client .refonte-banner-ec .block-box .image {
    width: 50%;
    background-size: cover;
  }
}
#page-espace-client .refonte-banner-ec .block-box .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#page-espace-client .refonte-banner-ec .block-box .buttons .btn-inverse {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
  min-width: 260px;
}
#page-espace-client .refonte-banner-ec .block-box .buttons .btn-inverse:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 1199px) {
  #page-espace-client .refonte-banner-ec .block-box .buttons .btn-inverse {
    margin-bottom: 15px;
  }
}
#page-espace-client .refonte-banner-ec .block-box .buttons .btn-default {
  background-color: #ffffff;
  color: #000000;
  min-width: 260px;
  padding: 2rem;
}
#page-espace-client .refonte-banner-ec .block-box .buttons .btn-default:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #ffffff;
}
@media (max-width: 1199px) {
  #page-espace-client .refonte-banner-ec .block-box .buttons .btn-default {
    margin-bottom: 15px;
  }
}
#page-espace-client .refonte-banner-ec .block-box .link {
  text-decoration: underline;
  font: Bold 16px/19px;
}
#espace-client-contrats-tarifs .page-heading .header-row .header-row-inner p > :nth-child(n + 5) {
  display: none;
}
#espace-client-contrats-tarifs .page-heading .header-row .header-row-inner h1 {
  max-width: 580px;
}
@media (min-width: 768px) {
  #espace-client-contrats-tarifs .page-heading .header-row .header-row-inner h1 {
    font-size: 35px;
  }
}
#espace-client-contrats-tarifs .page-heading .header-row .header-row-inner img {
  height: 100px;
  width: auto;
  bottom: 20px;
}
@media (max-width: 767px) {
  #espace-client-contrats-tarifs .page-heading .header-row .header-row-inner img {
    display: none;
  }
}
@media (min-width: 1024px) {
  #espace-client-contrats-tarifs .page-heading .header-row .header-row-inner img {
    right: 40px;
  }
}
#espace-client-contrats-tarifs .img-links li.active a {
  cursor: auto;
}
#espace-client-contrats-tarifs .img-links li.active a:hover {
  color: #fff;
}
#espace-client-contrats-tarifs .img-links li.active a:hover:before {
  display: none;
}
#espace-client-contrats-tarifs .img-links li.active a .text {
  background: #F16E00;
}
#espace-client-contrats-tarifs .img-links p {
  font-size: 18px;
}
#espace-client-contrats-tarifs h2 {
  font-size: 40px;
  color: #F16E00;
}
@media (max-width: 767px) {
  #espace-client-contrats-tarifs .princing-panel-group .panel-body p a {
    font-size: 30px;
  }
  #espace-client-contrats-tarifs h2 {
    font-size: 30px;
  }
  #espace-client-contrats-tarifs .princing-panel-group .panel-heading h4 {
    font-size: 20px;
  }
}
.page-espace-client-esl .rounded-border {
  border: 2px solid #000000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}
.page-espace-client-esl .bg-white {
  background-color: #ffffff !important;
}
.page-espace-client-esl .border-grey-shadow {
  border: 1px solid #cfcfcf;
  box-shadow: 0 3px 3px 3px #cfcfcf;
  margin: 5px;
}
.page-espace-client-esl .border-grey-shadow img {
  height: 100px;
}
.page-espace-client-esl .text-left {
  text-align: left;
}
.page-espace-client-esl .m-auto {
  margin: auto;
}
.page-espace-client-esl .fw-500 {
  font-weight: 500 !important;
}
.well-applis-orange {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: #F16E00;
  position: relative;
}
.well-applis-orange i {
  position: absolute;
  font-size: 60px;
  top: 20%;
  left: 19%;
  color: white;
}
.well-applis-orange-1 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: white;
  position: relative;
}
.well-applis-orange-1 img {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 65px;
}
.well-applis-orange-2 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: #20201f;
  position: relative;
}
.well-applis-orange-2 img {
  position: absolute;
  top: 20%;
  left: 22%;
  width: 54px;
}
.well-applis-orange-3 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: #000000;
  position: relative;
}
.well-applis-orange-3 img {
  position: absolute;
  top: 15%;
  left: 17%;
  width: 63px;
}
.well-applis-orange-4 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: black;
  position: relative;
}
.well-applis-orange-4 img {
  position: absolute;
  top: 35%;
  left: 13%;
  width: 72px;
}
.well-applis-orange-5 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: #1466da;
  position: relative;
}
.well-applis-orange-5 img {
  position: absolute;
  top: 20%;
  left: 17%;
  width: 65px;
}
.well-applis-orange-6 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: transparent;
  position: relative;
}
.well-applis-orange-6 img {
  position: absolute;
  top: 22%;
  left: 22%;
  width: 55px;
}
.well-applis-orange-7 {
  opacity: 1;
  padding: 0px;
  border: 2px solid #f6f6f6;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: #F16E00;
  position: relative;
}
.well-applis-orange-7 img {
  padding: 17px;
}
.os-icone i {
  font-size: 18px;
  color: black;
}
.texte-applis-orange {
  padding-right: 20px;
}
.btn-applis-orange {
  font-size: 12px;
  padding: 3px 13px 3px 13px;
}
.btn-applis-orange p {
  margin: 0px;
  font-weight: 600;
}
#applis-orange1-page .page-heading .header-row .header-row-inner img {
  height: 0px;
  width: 0px;
  bottom: 0px;
  left: 86%;
}
@media (min-width: 480px) {
  #applis-orange1-page .page-heading .header-row .header-row-inner img {
    height: 0px;
    width: 0px;
    bottom: 0px;
    left: 70%;
  }
}
@media (min-width: 768px) {
  #applis-orange1-page .page-heading .header-row .header-row-inner img {
    height: 125px;
    width: auto;
    bottom: 0px;
    left: 70%;
  }
}
@media (min-width: 320px) {
  .applis-orange-titre1 h1 {
    font-size: 35px;
  }
}
@media (min-width: 480px) {
  .applis-orange-titre1 h1 {
    font-size: 35px;
  }
}
@media (min-width: 320px) {
  .applis-orange-titre2 h2 {
    font-size: 23px;
  }
}
#odr-univers .page-heading .header-row .header-row-inner img {
  height: 118px;
}
@media (max-width: 767px) {
  #odr-univers .page-heading .header-row .header-row-inner img {
    height: 80px;
  }
}
#odr-univers .no-univers h1 {
  font-size: 60px;
}
#odr-univers .no-univers h2 {
  font-size: 30px;
  max-width: 500px;
}
#odr-univers .univers h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
#odr-univers .univers + .univers {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #odr-univers .univers + .univers {
    margin-top: 60px;
  }
}
#odr-univers .odr {
  margin-bottom: 10px;
}
#odr-univers .odr .head {
  background: #eee;
  font-size: 18px;
  padding: 25px 20px 15px 20px;
}
@media (min-width: 768px) {
  #odr-univers .odr .head {
    padding: 30px 30px 15px 30px;
  }
}
#odr-univers .odr .head strong {
  display: block;
  font-size: 21px;
}
#odr-univers .odr .body .logo {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#odr-univers .odr .body .logo img {
  max-height: 100%;
  max-width: 80%;
  margin: 0;
}
@media (min-width: 768px) {
  #odr-univers .odr .body .logo img {
    max-width: 80%;
  }
}
#odr-univers .odr .body .price {
  line-height: 1;
  font-size: 18px;
  padding: 20px 5px;
}
#odr-univers .odr .body .price .autobr {
  display: none !important;
}
#odr-univers .odr .body .price strong {
  display: block;
  font-size: 55px;
  margin: 10px 0;
}
#odr-univers .odr .foot {
  background: #eee;
  padding: 20px 20px 25px 20px;
}
@media (min-width: 768px) {
  #odr-univers .odr .foot {
    padding: 20px 30px 25px 30px;
  }
}
#odr-univers .odr .foot .text {
  margin-bottom: 20px;
}
#odr-univers .odr .foot .btn:hover {
  background: transparent;
}
#odr-univers p.intro {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#odr-univers p.intro b {
  color: #F16E00;
}
#odr-univers .panel-group .panel-heading h4 a {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #odr-univers .panel-group .panel-heading h4 a {
    font-size: 18px;
  }
  #odr-univers .panel-group .panel-heading h4 a > i {
    font-size: 30px;
  }
}
#odr-univers .panel-group .panel-heading h4 a > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#odr-univers .panel-group .panel-body {
  padding-top: 40px;
}
#odr-univers .princing-panel-group .panel-title-odr h4 a::before {
  font-size: 0px !important;
}
#offres-de-remboursement1 .page-heading .header-row .header-row-inner img {
  height: 0px;
  width: 0px;
  bottom: 0px;
}
@media (min-width: 1080px) {
  #offres-de-remboursement1 .page-heading .header-row .header-row-inner img {
    height: 125px;
    width: auto;
    bottom: 0px;
    left: 85%;
  }
}
.remboursement-section2-bg-color {
  background-color: #eee;
}
.odr-steps .step .circle {
  background: #000;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 15px 0;
}
.odr-steps .step .circle strong {
  display: block;
  font-size: 40px;
  color: #ffd200;
  line-height: 1;
  padding: 20px 0 10px 0;
}
.odr-steps .step .texts {
  margin: 15px 0;
}
.odr-steps .step.step2 .circle strong {
  color: #ffb4e6;
}
.odr-steps .step.step3 .circle strong {
  color: #50be87;
}
.odr-steps .arrow {
  padding-left: 55px;
  font-size: 45px;
  color: #999;
}
.odr-steps .arrow span {
  display: inline-block;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .odr-steps .step .circle {
    width: 195px;
    height: 195px;
    display: inline-block;
    vertical-align: top;
  }
  .odr-steps .step .circle strong {
    font-size: 60px;
  }
  .odr-steps .step .texts {
    display: inline-block;
    max-width: 280px;
    margin: 15px 30px;
    padding-top: 20px;
  }
  .odr-steps .arrow {
    padding-left: 67px;
  }
}
@media (min-width: 1200px) {
  .odr-steps .step {
    display: inline-block;
    vertical-align: top;
  }
  .odr-steps .step .circle {
    margin-top: 0;
  }
  .odr-steps .step .texts {
    margin: 0 30px;
  }
  .odr-steps .arrow {
    display: inline-block;
    padding: 70px 30px 0 0;
    vertical-align: top;
  }
  .odr-steps .arrow span {
    transform: none;
  }
}
/*
.circle-steps1 {
    text-align:left;
    ol {
        margin: 0;
        padding: 0;
        list-style:none;
        display: inline-block;
        li {
            font-size: 16px;
            line-height: 17px;
            font-weight: bold;
            float:left;
            width:195px;
            height: 195px;
            padding: 0 20px;
            display: inline-block;
            border-radius:195px;
            background:#000;
            color:#fff;
            text-align: center;
            margin-right: 110px;
            position:relative;
            &:before {
                padding-top:10px;
                content: '1';
                color: $yellow;
                display: block;
                font-size:60px;
                line-height:80px;
            }
            &:after {
                content: 'a';
                color:$black;
                opacity: 0.57;
                position:absolute;
                left:225px;
                top:75px;
                font: 45px 'orange-reunion';
            }
            @include media('<desktop') {
                width: 170px;
                height: 170px;
                margin-right:75px;
                font-size:15px;
                line-height: 17px;
                &:before {
                    font-size:40px;
                    line-height:60px;

                }
                &:after {

                    top:60px;
                    left:183px;
                }
            }
            @include media('<tablet') {
                margin-right:0;
                margin-bottom: 75px;
                font-size:15px;
                line-height: 17px;
                float:none;
                display: table;
                &:before {
                    font-size:40px;
                    line-height:60px;
                }
                &:after {
                    top:183px;
                    left:50%;
                    margin-left:-20px;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    transform: rotate(90deg);
                    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
                }
            }
        }
        li:last-child {


            margin-bottom: 0;
            &:after {
                display: none;
            }
        }
        li:nth-child(2):before {
            content: '2';
            color: $pink;
        }
    }
}
*/
#mini-site-4g .tab-pane p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#mini-site-4g .bg-yellow .btn-default:hover {
  background: transparent;
}
#mini-site-4g #comment-ca-marche h1 {
  font-size: 36px;
  margin-bottom: 20px;
  max-width: 525px;
}
#mini-site-4g #comment-ca-marche .content-container p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  max-width: 525px;
}
@media (max-width: 1199px) {
  #mini-site-4g #comment-ca-marche .shema {
    max-width: 492px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mini-site-4g #comment-ca-marche .shema {
    position: absolute;
    bottom: 0;
  }
}
#mini-site-4g #comment-ca-marche .dark-row {
  background: #232323;
  color: #fff;
}
#mini-site-4g #comment-ca-marche .dark-row .aside h3 {
  font-size: 30px;
  text-align: center;
}
#mini-site-4g #comment-ca-marche .dark-row .aside h3 + p {
  font-size: 18px;
  max-width: none;
  margin-bottom: 30px;
  text-align: center;
}
#mini-site-4g #comment-ca-marche .dark-row .aside h4 {
  font-size: 30px;
  color: #F16E00;
}
#mini-site-4g #comment-ca-marche .dark-row .aside .download-progress {
  max-width: 125px;
  margin: 18px auto 0 auto;
  text-align: center;
}
#mini-site-4g #comment-ca-marche .dark-row .aside .amt {
  font-size: 14px;
}
#mini-site-4g #comment-ca-marche .dark-row .aside .amt strong {
  font-size: 22px;
}
#mini-site-4g #comment-ca-marche .dark-row .aside .btn {
  white-space: normal;
}
@media (max-width: 767px) {
  #mini-site-4g #comment-ca-marche .dark-row .aside {
    margin-bottom: 30px;
  }
  #mini-site-4g #comment-ca-marche .dark-row .aside h3, #mini-site-4g #comment-ca-marche .dark-row .aside h3 + p {
    text-align: left;
  }
  #mini-site-4g #comment-ca-marche .dark-row .aside .amt {
    font-size: 12px;
  }
  #mini-site-4g #comment-ca-marche .dark-row .aside .amt strong {
    font-size: 18px;
  }
}
#mini-site-4g #comment-en-beneficier h1 {
  font-size: 36px;
  margin-bottom: 40px;
}
#mini-site-4g #comment-en-beneficier p {
  margin-bottom: 20px;
}
#mini-site-4g #comment-en-beneficier .how-to {
  background: #eee;
  margin-bottom: 10px;
}
#mini-site-4g #comment-en-beneficier .how-to .inner {
  padding: 30px;
}
#mini-site-4g #comment-en-beneficier .how-to h3 {
  position: relative;
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 60px;
  min-height: 48px;
  max-width: 300px;
}
#mini-site-4g #comment-en-beneficier .how-to h3 span {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 40px;
}
#mini-site-4g #comment-en-beneficier .how-to h3 span.icon-ore-device-phone-mobile-2, #mini-site-4g #comment-en-beneficier .how-to h3 span.icon-ore-sim {
  font-size: 50px;
  margin-left: -10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mini-site-4g #comment-en-beneficier .how-to p {
    font-size: 16px;
  }
}
#mini-site-4g #comment-en-beneficier .sim {
  max-width: 200px;
  margin-top: -10px;
}
#mini-site-4g #comment-en-beneficier .bg-yellow {
  position: relative;
  padding: 20px;
}
#mini-site-4g #comment-en-beneficier .bg-yellow h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
  max-width: 350px;
}
#mini-site-4g #comment-en-beneficier .bg-yellow img {
  position: absolute;
  bottom: 0;
  left: 470px;
  width: 210px;
  height: auto;
}
#mini-site-4g #carte-de-couverture .icon-ore-4g {
  display: block;
  height: 60px;
  width: 60px;
  border: 2px solid #000;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
#mini-site-4g #carte-de-couverture .icon-ore-4g::before {
  line-height: 60px;
  vertical-align: middle;
}
#mini-site-4g #carte-de-couverture .icon-ore-4g + h3 {
  padding-top: 5px;
  margin-left: 70px;
}
#mini-site-4g #les-mobiles-4g h1 {
  font-size: 30px;
  margin: 0;
}
@media (min-width: 768px) {
  #mini-site-4g #les-mobiles-4g .phones-title {
    margin: 0;
  }
}
#mini-site-4g #les-mobiles-4g .phones-title p {
  font-size: 25px;
  margin: 0;
}
#mini-site-4g #les-mobiles-4g .texts {
  font-size: 16px;
  margin-bottom: 30px;
}
#mini-site-4g #les-mobiles-4g .texts .icon-ore-4g {
  display: block;
  height: 60px;
  width: 60px;
  border: 2px solid #000;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
#mini-site-4g #les-mobiles-4g .texts .icon-ore-4g::before {
  line-height: 60px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #mini-site-4g #les-mobiles-4g .texts {
    position: relative;
    padding-left: 90px;
    max-width: 640px;
    margin-bottom: 0;
  }
  #mini-site-4g #les-mobiles-4g .texts .icon-ore-4g {
    position: absolute;
    top: 5px;
    left: 0;
  }
}
#mini-site-4g #les-mobiles-4g .icon-ore-kit-main-libre-accessoire-phone-commercial {
  font-size: 20px;
}
#mini-site-4g #les-mobiles-4g .color-block {
  padding: 30px;
  margin: 50px 0 0 0;
  color: #000;
}
#mini-site-4g #les-mobiles-4g .color-block img {
  width: 107px;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #mini-site-4g #les-mobiles-4g .color-block {
    margin: 50px 0;
  }
}
@media (min-width: 1024px) {
  #mini-site-4g #les-mobiles-4g .color-block {
    position: relative;
    padding: 50px 30px 30px 167px;
    min-height: 249px;
  }
  #mini-site-4g #les-mobiles-4g .color-block.bg-yellow {
    min-height: 257px;
  }
  #mini-site-4g #les-mobiles-4g .color-block img {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  #mini-site-4g #les-mobiles-4g .color-block h1 {
    max-width: 285px;
  }
}
#mini-site-4g #les-mobiles-4g .btn-default {
  white-space: normal;
  color: #000;
  text-align: left;
}
#mini-site-4g #les-mobiles-4g .btn-default.yellow {
  border-color: #ffd200;
  background: #ffd200;
}
#mini-site-4g #les-mobiles-4g .btn-default.purple {
  border-color: #a885d8;
  background: #a885d8;
}
#mini-site-4g #les-mobiles-4g .btn-default:hover {
  background: transparent;
}
#mini-site-4g #les-mobiles-4g .phone {
  line-height: 1;
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  #mini-site-4g #les-mobiles-4g .phone {
    margin: 50px 0;
  }
}
#mini-site-4g #les-mobiles-4g .phone img {
  height: 300px;
  width: auto;
  margin-bottom: 20px;
}
#mini-site-4g #les-mobiles-4g .phone h3 {
  max-width: 200px;
  font-size: 20px;
  margin-bottom: 5px;
}
#mini-site-4g #les-mobiles-4g .phone p {
  font-size: 12px;
  margin-bottom: 10px;
}
#mini-site-4g #les-mobiles-4g .phone h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
#mini-site-4g #les-mobiles-4g .phone h4 span {
  font-size: 22px;
}
#mini-site-4g #les-mobiles-4g .img-mobiles-4g {
  max-height: 250px;
}
#mini-site-4g #les-offres-4g h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
#mini-site-4g #les-offres-4g .texts {
  max-width: 500px;
}
#mini-site-4g #les-offres-4g .texts p {
  font-size: 16px;
  margin-bottom: 20px;
}
#mini-site-4g #les-offres-4g .bg-yellow {
  position: relative;
  padding: 20px;
}
#mini-site-4g #les-offres-4g .bg-yellow h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  max-width: 250px;
}
#mini-site-4g #les-offres-4g .bg-yellow img {
  position: absolute;
  bottom: 10px;
  right: 50px;
  width: 175px;
  height: auto;
}
#mini-site-4g .modal p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
#mini-site-4g .modal p.ml {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
#mini-site-4g .modal h3 {
  position: relative;
  font-size: 30px;
  padding-left: 55px;
  color: #ff7900;
  max-width: 400px;
}
#mini-site-4g .modal h3 .icon-ore-device-mobile-phone-happy-3-01 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 65px;
}
#mini-site-4g .modal h3 sup {
  top: -1.5em;
  font-size: 40%;
}
#mini-site-4g #info-4g-modal .error, #mini-site-4g #info-4g-modal input.error + span {
  color: #DC3C14;
}
#mini-site-4g #info-4g-modal label.error {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
#mini-site-4g #info-4g-modal .form-control {
  border: 2px solid #000;
  font-weight: bold;
  max-width: 390px;
}
#mini-site-4g #info-4g-modal .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
#mini-site-4g #info-4g-modal .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
#mini-site-4g #info-4g-modal .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
#mini-site-4g #info-4g-modal .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
#mini-site-4g #info-4g-modal .form-control.error {
  border-color: #DC3C14;
  color: #DC3C14;
}
#mini-site-4g #info-4g-modal .form-control.error::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #DC3C14;
}
#mini-site-4g #info-4g-modal .form-control.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #DC3C14;
  opacity: 1;
}
#mini-site-4g #info-4g-modal .form-control.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #DC3C14;
  opacity: 1;
}
#mini-site-4g #info-4g-modal .form-control.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DC3C14;
}
#mini-site-4g #info-4g-modal .form-control:focus {
  box-shadow: none;
}
#mini-site-4g #info-4g-modal .form-control:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
#mini-site-4g #info-4g-modal .form-control:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
#mini-site-4g #info-4g-modal .form-control:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#mini-site-4g #info-4g-modal .form-control:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#mini-site-4g #info-4g-modal .radio-inline {
  padding-top: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #mini-site-4g #info-4g-modal .radio-inline {
    display: block;
  }
  #mini-site-4g #info-4g-modal .radio-inline + .radio-inline {
    margin: 5px 0 0 0;
  }
}
#mini-site-4g #info-4g-modal .btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #mini-site-4g #info-4g-modal form {
    padding: 0 45px;
  }
}
#mini-site-4g #info-4g-modal.loading .modal-content::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 100;
}
#mini-site-4g #info-4g-modal.loading .modal-content::after {
  animation: 0.6s linear 0s normal none infinite running rotate;
  border-color: #888888 #f7f7ff #f7f7ff #888888;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 101;
}
#mini-site-4g.carte-de-couverture .page-heading .header-row h1 {
  font-size: 40px;
}
#mini-site-4g.carte-de-couverture #carte-de-couverture {
  margin-top: 4rem;
}
.icon-4g-lg {
  width: 60px;
  height: 60px;
}
.icon-4g-md {
  width: 45px;
  height: 45px;
}
#num1-internet-mobile .gallery, #reseau-internet-mobile .gallery {
  margin-bottom: 50px;
}
#num1-internet-mobile section.body h1, #reseau-internet-mobile section.body h1 {
  font-size: 40px;
}
#num1-internet-mobile section.body h1 sup.num, #reseau-internet-mobile section.body h1 sup.num {
  top: -0.75em;
  font-size: 50%;
}
#num1-internet-mobile section.body h2, #reseau-internet-mobile section.body h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
#num1-internet-mobile section.body h3, #reseau-internet-mobile section.body h3 {
  font-size: 21px;
  max-width: 900px;
  margin-bottom: 20px;
}
#num1-internet-mobile section.body p, #reseau-internet-mobile section.body p {
  font-size: 16px;
  line-height: 19px;
  max-width: 900px;
}
#num1-internet-mobile section.first-section p, #reseau-internet-mobile section.first-section p {
  font-size: 18px;
  line-height: 23px;
}
#num1-internet-mobile section.middle-section, #reseau-internet-mobile section.middle-section {
  background: #E9E9E9;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #num1-internet-mobile section.middle-section .container-fluid, #reseau-internet-mobile section.middle-section .container-fluid {
    padding: 0 20px;
  }
}
#num1-internet-mobile section.middle-section h3, #reseau-internet-mobile section.middle-section h3 {
  margin-bottom: 50px;
}
#num1-internet-mobile section.middle-section p, #reseau-internet-mobile section.middle-section p {
  position: relative;
  font-size: 18px;
  padding-left: 90px;
  padding-top: 10px;
  max-width: 300px;
}
@media (max-width: 767px) {
  #num1-internet-mobile section.middle-section p, #reseau-internet-mobile section.middle-section p {
    margin-bottom: 30px;
  }
}
#num1-internet-mobile section.middle-section p.last, #reseau-internet-mobile section.middle-section p.last {
  max-width: 350px;
  padding-top: 0;
}
@media (max-width: 767px) {
  #num1-internet-mobile section.middle-section p.last, #reseau-internet-mobile section.middle-section p.last {
    margin-bottom: 0;
  }
}
#num1-internet-mobile section.middle-section p img, #reseau-internet-mobile section.middle-section p img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#num1-internet-mobile section.bottom-section img, #reseau-internet-mobile section.bottom-section img {
  max-width: 500px;
  width: 100%;
}
#num1-internet-mobile section.bottom-section .iconed, #reseau-internet-mobile section.bottom-section .iconed {
  position: relative;
  padding-left: 90px;
}
#num1-internet-mobile section.bottom-section .iconed img, #reseau-internet-mobile section.bottom-section .iconed img {
  display: inline-block;
  width: 60px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0;
}
#num1-internet-mobile section.bottom-section p, #reseau-internet-mobile section.bottom-section p {
  max-width: 300px;
  margin-bottom: 30px;
}
#num1-internet-mobile section.first-section-reseau-mobile .well, #reseau-internet-mobile section.first-section-reseau-mobile .well {
  background-color: #ffffff;
  border-color: #4BB4E6;
  border-width: 3px;
}
#num1-internet-mobile section.first-section-reseau-mobile .well .well-image, #reseau-internet-mobile section.first-section-reseau-mobile .well .well-image {
  margin-right: -20px !important;
}
#num1-internet-mobile section.first-section-reseau-mobile .well .well-image img, #reseau-internet-mobile section.first-section-reseau-mobile .well .well-image img {
  position: relative;
  left: 28%;
}
#num1-internet-mobile section.first-section-reseau-mobile .well .well-text h2, #reseau-internet-mobile section.first-section-reseau-mobile .well .well-text h2 {
  font-size: 25px !important;
}
#num1-internet-mobile section.first-section-reseau-mobile .well .well-text p, #reseau-internet-mobile section.first-section-reseau-mobile .well .well-text p {
  font-size: 19px !important;
}
#num1-internet-mobile section.middle-section-reseau-mobile, #reseau-internet-mobile section.middle-section-reseau-mobile {
  background-color: #232323 !important;
  color: #ffffff;
  padding: 20px !important;
}
#num1-internet-mobile section.middle-section-reseau-mobile img, #reseau-internet-mobile section.middle-section-reseau-mobile img {
  width: 90%;
}
#num1-internet-mobile section.middle-section-reseau-mobile-2 img, #reseau-internet-mobile section.middle-section-reseau-mobile-2 img {
  max-width: 100% !important;
}
#num1-internet-mobile section.middle-section-reseau-mobile-3, #reseau-internet-mobile section.middle-section-reseau-mobile-3 {
  padding: 20px !important;
  background-color: #232323;
}
#num1-internet-mobile section.middle-section-reseau-mobile-3 .icone-forum, #reseau-internet-mobile section.middle-section-reseau-mobile-3 .icone-forum {
  margin-right: 25px;
  margin-top: 5px;
}
#num1-internet-mobile section.middle-section-reseau-mobile-3 h2, #reseau-internet-mobile section.middle-section-reseau-mobile-3 h2 {
  color: #90c110;
}
#num1-internet-mobile section.middle-section-reseau-mobile-3 h4, #reseau-internet-mobile section.middle-section-reseau-mobile-3 h4 {
  font-weight: 300;
  color: #ffffff;
  font-size: 19px;
}
#num1-internet-mobile section.middle-section-reseau-mobile-3 .btn-pinfo, #reseau-internet-mobile section.middle-section-reseau-mobile-3 .btn-pinfo {
  background-color: #90c110 !important;
  font-size: 19px;
  font-weight: 500;
}
#num1-internet-mobile section.middle-section-reseau-mobile-3 .btn-pinfo:hover, #reseau-internet-mobile section.middle-section-reseau-mobile-3 .btn-pinfo:hover {
  background-color: #ffffff !important;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .top-section, #reseau-internet-mobile section.bottom-section-reseau-mobile .top-section {
  position: relative;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .top-section img, #reseau-internet-mobile section.bottom-section-reseau-mobile .top-section img {
  max-width: 200px;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .top-section .top-section-texte, #reseau-internet-mobile section.bottom-section-reseau-mobile .top-section .top-section-texte {
  position: absolute;
  top: 15px;
  left: 225px;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .well, #reseau-internet-mobile section.bottom-section-reseau-mobile .well {
  background-color: #ffffff;
  border-width: 4px;
  border-color: #90c110;
  padding: 30px;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .well p, #reseau-internet-mobile section.bottom-section-reseau-mobile .well p {
  line-height: 23px !important;
}
@media (min-width: 1201px) {
  #num1-internet-mobile section.bottom-section-reseau-mobile .well .image-1, #reseau-internet-mobile section.bottom-section-reseau-mobile .well .image-1 {
    margin-right: 25px;
  }
}
#num1-internet-mobile section.bottom-section-reseau-mobile .well .image-1 img, #reseau-internet-mobile section.bottom-section-reseau-mobile .well .image-1 img {
  max-width: 70px;
  opacity: 0.5;
  margin-bottom: 10px;
}
@media (min-width: 1201px) {
  #num1-internet-mobile section.bottom-section-reseau-mobile .well .image-2, #reseau-internet-mobile section.bottom-section-reseau-mobile .well .image-2 {
    margin-right: 25px;
  }
}
#num1-internet-mobile section.bottom-section-reseau-mobile .well .image-2 img, #reseau-internet-mobile section.bottom-section-reseau-mobile .well .image-2 img {
  max-width: 55px;
  opacity: 0.5;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #num1-internet-mobile section.bottom-section-reseau-mobile .well .image-2 img, #reseau-internet-mobile section.bottom-section-reseau-mobile .well .image-2 img {
    position: relative;
    left: 8%;
  }
}
#num1-internet-mobile section.bottom-section-reseau-mobile .middle-section p, #reseau-internet-mobile section.bottom-section-reseau-mobile .middle-section p {
  line-height: 23px !important;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .botton-section p, #reseau-internet-mobile section.bottom-section-reseau-mobile .botton-section p {
  line-height: 23px !important;
  max-width: 100%;
}
#num1-internet-mobile section.bottom-section-reseau-mobile .botton-section p span, #reseau-internet-mobile section.bottom-section-reseau-mobile .botton-section p span {
  color: darkorange !important;
}
#francky-family-page #main {
  padding: 0;
}
#francky-family-page section.content {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
#francky-family-page section.content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(24, 24, 24, 0.7), #181818 55%);
}
@media (min-width: 768px) {
  #francky-family-page section.content {
    padding: 50px 0;
  }
  #francky-family-page section.content .container-fluid {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #francky-family-page .francky {
    padding-right: 20px;
  }
}
#francky-family-page .francky .visible-xs-block {
  margin: 0 auto 20px auto;
  width: 250px;
  height: auto;
}
#francky-family-page h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  #francky-family-page h1 {
    font-size: 32px;
  }
}
#francky-family-page h1 + p {
  margin-bottom: 20px;
}
#francky-family-page .embed-responsive {
  background-color: #000;
}
#francky-family-page .sonnerie {
  margin: 40px 0;
}
#francky-family-page .sonnerie img {
  height: 50px;
  width: auto;
  margin-right: 15px;
}
#francky-family-page .sonnerie h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  #francky-family-page .sonnerie h2 {
    display: flex;
    align-items: center;
  }
  #francky-family-page .sonnerie h2 span {
    flex-grow: 1;
  }
}
#francky-family-page .sonnerie p {
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 10px;
}
#francky-family-page .sonnerie .btn-inverse {
  border-color: #fff;
  color: #fff;
  padding: 8px 15px;
  width: 200px;
  margin: 0;
}
#francky-family-page .sonnerie .btn-inverse:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #francky-family-page .sonnerie {
    display: flex;
    align-items: center;
    margin: 50px 0;
  }
  #francky-family-page .sonnerie img {
    margin-right: 20px;
  }
  #francky-family-page .sonnerie > div {
    flex-grow: 1;
  }
  #francky-family-page .sonnerie h2 {
    margin: 0;
    font-size: 28px;
  }
  #francky-family-page .sonnerie p {
    margin: 0;
    font-size: 14px;
  }
  #francky-family-page .sonnerie .btn-inverse {
    margin: 0 0 0 20px;
    width: auto;
  }
}
#francky-family-page .rdv {
  max-width: 530px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  opacity: 0.3;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #francky-family-page .rdv {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
  }
}
#francky-family-page .vignettes {
  display: flex;
  flex-direction: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#francky-family-page .vignette {
  flex-grow: 0;
  flex-basis: 50%;
  margin: 0 0 30px 0;
  padding: 0 5px;
  max-width: 150px;
}
@media (min-width: 768px) {
  #francky-family-page .vignette {
    flex-basis: 20%;
  }
}
#francky-family-page .vignette a {
  color: #fff;
}
#francky-family-page .vignette a:hover {
  opacity: 0.7;
}
#francky-family-page .vignette a h3 {
  font-size: 16px;
  margin: 0;
}
#francky-family-page .vignette a img {
  margin: 0 0 5px 0;
}
#francky-family-page .vignette a p {
  margin: 0;
}
#francky-family-page .vignette.active {
  opacity: 0.2;
}
#francky-family-page .vignette.active a {
  color: #fff;
}
#francky-family-page .vignette.active a:hover {
  cursor: auto;
  opacity: 1;
}
#francky-family-page .vignette p {
  font-size: 12px;
  opacity: 0.3;
}
body.francofolies .page-heading .header-row h1 {
  width: 75%;
}
body.francofolies #main {
  padding-bottom: 34px;
}
body.francofolies .partenaire-officiel {
  display: inline-block;
  position: relative;
  margin: 20px 0;
}
@media (min-width: 768px) {
  body.francofolies .partenaire-officiel {
    margin: 0 0 40px 0;
  }
}
body.francofolies .partenaire-officiel .btn {
  position: absolute;
  bottom: 34%;
  left: 38px;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 768px) {
  body.francofolies .partenaire-officiel .btn {
    left: auto;
    right: 30px;
    bottom: 30%;
  }
}
@media (min-width: 1200px) {
  body.francofolies .partenaire-officiel .btn {
    bottom: 70px;
  }
}
body.francofolies .partenaire-officiel .btn:hover {
  color: #000;
}
body.francofolies .article {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.francofolies .article {
    margin-bottom: 40px;
  }
}
body.francofolies .article .title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  width: 75%;
}
body.francofolies .article .title:hover {
  color: #F16E00;
}
body.francofolies .article p {
  font-size: 16px;
}
body.francofolies .article.first .title {
  font-size: 40px;
  margin-bottom: 15px;
}
body.francofolies .article.first .zoom {
  margin-bottom: 12px;
}
body.francofolies .more-articles {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.francofolies .more-articles {
    margin-bottom: 50px;
  }
}
body.francofolies .playlist h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
body.francofolies .playlist p {
  font-size: 18px;
  margin-bottom: 20px;
}
body.francofolies .playlist .deezer-include {
  background-color: #ddd;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
body.francofolies .playlist .deezer-include iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.francofolies .right-col-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.francofolies .right-col-block {
    margin-left: 10px;
  }
}
body.francofolies .zoom {
  display: inline-block;
  position: relative;
}
body.francofolies .zoom .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: opacity 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  opacity: 0;
}
body.francofolies .zoom .mask img, body.francofolies .zoom .mask span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  opacity: 0;
}
body.francofolies .zoom .mask img {
  height: 85px;
  width: auto;
}
body.francofolies .zoom .mask span {
  border: 2px solid #fff;
  color: #fff;
  background: #000;
  padding: 8px 27px;
  font-weight: bold;
}
body.francofolies .zoom:hover .mask {
  opacity: 1;
}
body.francofolies .zoom:hover .mask img {
  opacity: 0.5;
}
body.francofolies .zoom:hover .mask span {
  opacity: 1;
}
body.francofolies .accessoires {
  margin-bottom: 30px;
}
body.francofolies .programmation {
  position: relative;
  margin-bottom: 30px;
}
body.francofolies .programmation p {
  position: absolute;
  top: 38%;
  right: 0;
  left: 0;
  text-align: center;
}
body.francofolies .programmation p .btn-inverse {
  background: #fff;
}
body.francofolies .programmation p .btn-inverse:hover {
  background: #000;
}
body.francofolies .square {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
body.francofolies .concert {
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
}
body.francofolies .concert .normal {
  position: relative;
}
body.francofolies .concert .normal strong {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  font-size: 20px;
  padding: 3px 0;
  text-align: center;
}
body.francofolies .concert .over {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body.francofolies .concert .over .holder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.francofolies .concert .over .holder strong {
  display: block;
  font-size: 26px;
}
body.francofolies .concert .over .holder strong em {
  font-weight: normal;
  display: block;
  font-size: 20px;
}
body.francofolies .concert:hover .over {
  margin-top: -100%;
}
body.francofolies .intro h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  body.francofolies .intro h1 {
    font-size: 40px;
  }
}
body.francofolies .intro p {
  font-size: 18px;
  font-weight: bold;
  max-width: 700px;
}
body.francofolies .intro p span {
  color: #F16E00;
}
body.francofolies .intro .btn-default {
  border-color: #000;
  background: #fff;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  padding: 13px 27px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  body.francofolies .intro .btn-default {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
}
body.francofolies .intro .btn-default:hover {
  background: #000;
  color: #fff;
}
body.francofolies .row.wall {
  margin-left: -10px;
  margin-right: -10px;
}
body.francofolies .row.wall > [class^="col-"] {
  padding: 0 10px;
}
body.francofolies .row.wall .post {
  margin-bottom: 20px;
}
body.francofolies .row.wall .post .picture {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body.francofolies .row.wall .post .picture .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
  z-index: 3;
}
body.francofolies .row.wall .post .picture .mask .inner {
  color: #fff;
}
body.francofolies .row.wall .post .picture:hover .mask {
  opacity: 1;
}
body.francofolies .row.wall .post[data-video] .picture:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/francofolies/play-video.svg') no-repeat center center / 23% auto;
  opacity: 0.7;
  z-index: 2;
}
#francofolies-socialwall .page-heading .header-row h1 {
  margin-bottom: 30px;
  font-size: 25px;
}
@media (min-width: 768px) {
  #francofolies-socialwall .page-heading .header-row h1 {
    font-size: 60px;
  }
}
#francofolies-socialwall .intro h1 {
  font-size: 52px;
  margin-bottom: 40px;
}
#francofolies-socialwall .intro p {
  max-width: 1080px;
  font-size: 18px;
  margin-bottom: 30px;
}
#francofolies-socialwall .row.wall {
  margin-left: -10px;
  margin-right: -10px;
}
#francofolies-socialwall .row.wall > [class^="col-"] {
  padding: 0 10px;
}
#francofolies-socialwall .row.wall .post {
  margin-bottom: 20px;
}
#francofolies-socialwall .row.wall .post .picture {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#francofolies-socialwall .row.wall .post .picture .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
  z-index: 3;
}
#francofolies-socialwall .row.wall .post .picture .mask .inner {
  color: #fff;
}
#francofolies-socialwall .row.wall .post .picture:hover .mask {
  opacity: 1;
}
#francofolies-socialwall .row.wall .post[data-video] .picture:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/francofolies/play-video.svg') no-repeat center center / 23% auto;
  opacity: 0.7;
  z-index: 2;
}
#francofolies-socialwall .pagination {
  margin: 0 0 60px 0;
}
#francofolies-socialwall #francofolies-popup {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  #francofolies-socialwall #francofolies-popup {
    align-items: center;
  }
}
#francofolies-socialwall #francofolies-popup .modal-dialog {
  display: inline-block;
  max-width: 600px;
  width: auto;
}
@media (min-width: 768px) {
  #francofolies-socialwall #francofolies-popup .modal-dialog {
    max-width: 900px;
  }
}
#francofolies-socialwall #francofolies-popup .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}
#francofolies-socialwall #francofolies-popup .modal-body {
  padding: 0;
  display: flex;
  align-items: stretch;
}
#francofolies-socialwall #francofolies-popup .left, #francofolies-socialwall #francofolies-popup .right {
  display: flex;
  align-items: center;
  flex-grow: 0;
}
#francofolies-socialwall #francofolies-popup .left a, #francofolies-socialwall #francofolies-popup .right a {
  padding: 10px 5px;
  color: #B3B4B3;
  font-size: 25px;
}
@media (min-width: 768px) {
  #francofolies-socialwall #francofolies-popup .left a, #francofolies-socialwall #francofolies-popup .right a {
    padding: 10px;
  }
}
#francofolies-socialwall #francofolies-popup .left a:hover, #francofolies-socialwall #francofolies-popup .right a:hover {
  opacity: 0.6;
}
#francofolies-socialwall #francofolies-popup .left a i:before, #francofolies-socialwall #francofolies-popup .right a i:before {
  vertical-align: middle;
}
#francofolies-socialwall #francofolies-popup .inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#francofolies-socialwall #francofolies-popup .inner .post-media {
  background: #fcfcfc;
  position: relative;
}
#francofolies-socialwall #francofolies-popup .inner .post-media .embed-responsive {
  width: 100%;
  padding-bottom: 100%;
}
#francofolies-socialwall #francofolies-popup .inner .post-media img {
  display: block;
  width: 100%;
  height: auto;
}
#francofolies-socialwall #francofolies-popup .inner .post-media .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/close-white.svg') no-repeat scroll 8px 8px / 14px 14px;
  color: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
#francofolies-socialwall #francofolies-popup .inner .post-media .close:hover {
  opacity: 0.7;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc {
  overflow-y: auto;
  padding: 20px;
  background: #fff;
  flex-shrink: 0;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top .user {
  flex-grow: 1;
  margin: 0 10px 0 0;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top .user a {
  margin-left: 5px;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top .share {
  color: #000;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top .share:hover {
  opacity: 0.6;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top .share i {
  font-size: 20px;
  line-height: 1;
  margin-left: 5px;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .top .share i:before {
  vertical-align: middle;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .user-link {
  color: #000;
  font-weight: bold;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .user-link:hover {
  color: #F16E00;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc hr {
  background: #ddd;
  border: none;
}
#francofolies-socialwall #francofolies-popup .inner .post-desc .date strong {
  margin-left: 5px;
}
@media (min-width: 768px) {
  #francofolies-socialwall #francofolies-popup .inner {
    flex-direction: row;
  }
  #francofolies-socialwall #francofolies-popup .inner .embed-responsive {
    min-width: 500px;
  }
  #francofolies-socialwall #francofolies-popup .inner .post-desc {
    flex-grow: 1;
    flex-basis: 33%;
  }
}
#francofolies-socialwall .modal-backdrop.in {
  opacity: 0.8;
}
#sva-options-internet .option-block + .option-block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #sva-options-internet .option-block + .option-block {
    margin-top: 0;
  }
}
#sva-options-internet .option-block .option-icon {
  font-size: 45px;
  color: #ddd;
  display: block;
}
@media (min-width: 768px) {
  #sva-options-internet .option-block .option-icon {
    text-align: center;
  }
}
#sva-options-internet .option-block h2 {
  margin-bottom: 25px;
  font-size: 30px;
}
#sva-options-internet .option-block h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
#sva-options-internet .option-block ul.chevrons {
  padding-left: 18px;
  margin: 0;
}
#sva-options-internet .option-block ul.chevrons li:before {
  content: ">";
  font-family: Arial !important;
  font-size: 14px;
}
#sva-options-internet .option-block ul.chevrons li + li {
  margin-top: 20px;
}
#sva-options-internet .option-block p.info {
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
  line-height: 28px;
  vertical-align: middle;
  background: #EEEEEE;
}
#sva-options-internet .option-block p.info i {
  margin-right: 5px;
}
#sva-options-internet .option-block .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #sva-options-internet .option-block .price {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#sva-options-internet .option-block .price .amount {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 60px;
}
#sva-options-internet .option-block .price .period {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  font-size: 16px;
  padding-top: 10px;
  margin-left: 10px;
}
#sva-options-internet .option-block .price .period span {
  font-size: 12px;
  font-weight: normal;
}
.sva-option-details .page-heading {
  margin-bottom: 55px;
}
.sva-option-details .intro {
  position: relative;
  margin-bottom: 50px;
}
.sva-option-details .intro .texts {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-family: Arial;
}
@media (min-width: 768px) {
  .sva-option-details .intro .texts {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
}
.sva-option-details .intro .texts h1 {
  line-height: 1;
  font-size: 46px;
  margin-bottom: 10px;
}
.sva-option-details .intro .texts p {
  font-size: 20px;
  margin: 0;
  max-width: 300px;
}
.sva-option-details .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 10px;
}
.sva-option-details .price .amount {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 40px;
}
.sva-option-details .price .period {
  flex-shrink: 0;
  font-size: 16px;
  padding-top: 5px;
  margin-left: 10px;
}
.sva-option-details .price .period span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sva-option-details .mobile-forfait-section-info {
    margin-bottom: 35px;
  }
}
#sva-option-deezer-premium .intro .texts {
  color: #000;
}
#sva-option-deezer-famille .icon-ore-teddy-bear {
  font-size: 50px;
}
#sva-option-deezer-famille .icon-ore-family-place {
  font-size: 60px;
}
#sva-option-deezer-famille .mobile-forfait-section-info .section-info .tel3900 .text-content h2 {
  max-width: 350px;
}
@media (max-width: 767px) {
  #sva-option-deezer-famille .mobile-forfait-section-info .section-info .sub-block img {
    position: relative;
    bottom: 0;
    right: -60%;
    height: 50%;
    max-height: 90px;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #sva-option-deezer-famille .mobile-forfait-section-info .section-info .sub-block img {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 60%;
    max-height: 130px;
    width: auto;
    margin: 0;
  }
}
#sva-option-deezer-famille .mobile-forfait-section-info .section-info .purple-block .text .content {
  text-align: center;
}
#sva-option-epress .intro .texts {
  color: #000;
}
#sva-option-epress .intro .texts img {
  width: 230px;
  height: auto;
  margin-bottom: 10px;
}
#sva-option-epress .intro .texts p {
  font-weight: bold;
  max-width: 450px;
}
#sva-option-epress .option-header-row {
  display: flex;
  align-items: center;
}
#sva-option-epress .option-header-row [class^="icon-ore"] {
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
#sva-option-epress .option-header-row h3 {
  flex-basis: 450px;
  flex-grow: 0;
}
#sva-option-epress .option-header-row + .option-header-row {
  margin-top: 20px;
}
#sva-option-epress .icon-ore-commentaire-bulle-message-2 {
  font-size: 50px;
}
#sva-option-epress .icon-ore-ebook {
  font-size: 60px;
}
.apps-block {
  margin-bottom: 20px;
}
.apps-block .btn {
  position: relative;
  padding-left: 45px;
  white-space: normal;
  text-align: left;
}
.apps-block .btn i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 25px;
}
.apps-block .btn i:before {
  vertical-align: middle;
}
#sva-application-tv-orange .intro .texts {
  color: #000;
}
#sva-application-tv-orange .option-header h3, #sva-application-tv-orange .option-header p {
  margin-bottom: 20px;
}
#sva-application-tv-orange .bordered {
  margin: 0 auto;
}
#sva-application-tv-orange .bordered h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
  max-width: 270px;
}
#sva-application-tv-orange .bordered img {
  width: 250px;
  height: auto;
}
.sva-assistance-page .intro > * {
  max-width: 900px;
}
.sva-assistance-page #option-deezer-famille .intro > * {
  max-width: 700px;
}
.sva-assistance-page #option-deezer-famille .intro h1 {
  margin-bottom: 42px;
}
.sva-assistance-page .assistance-step {
  margin-top: 30px;
}
.sva-assistance-page .assistance-step .img {
  border: 1px solid #f6f6f6;
  display: inline-block;
}
.mobile-forfait-section-info .yellow-block.tel3900 a .text img {
  position: static;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.mobile-forfait-section-info .yellow-block.tel3900 a:hover .text img {
  opacity: 0;
}
.mobile-forfait-section-info .page-bayam .yellow-block .text img {
  max-width: 191px !important;
  max-height: 41px !important;
}
#sva-option-divertissements-bayam .option-details-section .banner-top .bg-pink {
  border-width: 0px;
  border-color: #ffb4e6;
  max-width: 1092px;
}
#sva-option-divertissements-bayam .option-details-section .banner-top .bg-pink .text p {
  font-size: 21px;
  line-height: 27px;
}
@media (max-width: 767px) {
  #sva-option-divertissements-bayam .option-details-section .banner-top .bg-pink .text p {
    font-size: 18px;
  }
}
#sva-option-divertissements-bayam .option-details-section .banner-top .bg-grey {
  border-width: 0px;
  background-color: #ccc;
  max-width: 1092px;
}
#sva-option-divertissements-bayam .option-details-section .banner-top .bg-grey .offre {
  display: flex;
}
#sva-option-divertissements-bayam .option-details-section .banner-top .bg-grey .offre i {
  font-size: 20px;
  padding-right: 10px;
}
#sva-option-divertissements-bayam .option-details-section .banner-top .bg-grey .offre-text {
  padding-left: 30px;
}
#sva-option-divertissements-bayam .option-details-section .prix .option-header .row .separator {
  height: 1px;
  color: #cccccc;
  border: none;
}
#sva-option-divertissements-bayam .option-details-section .prix .bordered {
  border-width: 5px;
}
#sva-option-divertissements-bayam .option-details-section .prix .bordered .price .amount {
  font-size: 47px;
}
#sva-option-divertissements-bayam .option-details-section .prix .bordered .price .period span {
  font-weight: bold;
  color: #000000 !important;
}
.choisir-orange-section {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.os-main {
  font-size: 0;
  letter-spacing: -0.3px;
  max-width: 1224px;
  overflow: hidden;
  margin: 0 2%;
  margin-bottom: -10px !important;
}
.os-main-detail {
  font-size: 0;
  letter-spacing: -0.3px;
  overflow: hidden;
  margin-bottom: -10px !important;
}
.h, .h-xs-1, .h-sm-1, .h-md-1, .h-lg-1, .h-xs-2, .h-sm-2, .h-md-2, .h-lg-2, .h-xs-3, .h-sm-3, .h-md-3, .h-lg-3, .h-xs-4, .h-sm-4, .h-md-4, .h-lg-4, .h-xs-5, .h-sm-5, .h-md-5, .h-lg-5, .h-xs-6, .h-sm-6, .h-md-6, .h-lg-6, .h-xs-7, .h-sm-7, .h-md-7, .h-lg-7, .h-xs-8, .h-sm-8, .h-md-8, .h-lg-8, .h-xs-9, .h-sm-9, .h-md-9, .h-lg-9, .h-xs-10, .h-sm-10, .h-md-10, .h-lg-10, .h-xs-11, .h-sm-11, .h-md-11, .h-lg-11, .h-xs-12, .h-sm-12, .h-md-12, .h-lg-12 {
  overflow: hidden;
  padding: 0;
  background-color: #000;
}
.h > div, .h-xs-1 > div, .h-sm-1 > div, .h-md-1 > div, .h-lg-1 > div, .h-xs-2 > div, .h-sm-2 > div, .h-md-2 > div, .h-lg-2 > div, .h-xs-3 > div, .h-sm-3 > div, .h-md-3 > div, .h-lg-3 > div, .h-xs-4 > div, .h-sm-4 > div, .h-md-4 > div, .h-lg-4 > div, .h-xs-5 > div, .h-sm-5 > div, .h-md-5 > div, .h-lg-5 > div, .h-xs-6 > div, .h-sm-6 > div, .h-md-6 > div, .h-lg-6 > div, .h-xs-7 > div, .h-sm-7 > div, .h-md-7 > div, .h-lg-7 > div, .h-xs-8 > div, .h-sm-8 > div, .h-md-8 > div, .h-lg-8 > div, .h-xs-9 > div, .h-sm-9 > div, .h-md-9 > div, .h-lg-9 > div, .h-xs-10 > div, .h-sm-10 > div, .h-md-10 > div, .h-lg-10 > div, .h-xs-11 > div, .h-sm-11 > div, .h-md-11 > div, .h-lg-11 > div, .h-xs-12 > div, .h-sm-12 > div, .h-md-12 > div, .h-lg-12 > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.col-xs-1.h, .h-xs-1 {
  padding-bottom: 8.3333333333%;
}
.col-xs-2.h, .h-xs-2 {
  padding-bottom: 16.6666666667%;
}
.col-xs-3.h, .h-xs-3 {
  padding-bottom: 25%;
}
.col-xs-4.h, .h-xs-4 {
  padding-bottom: 33.3333333333%;
}
.col-xs-5.h, .h-xs-5 {
  padding-bottom: 41.6666666667%;
}
.col-xs-6.h, .h-xs-6 {
  padding-bottom: 50%;
}
.col-xs-7.h, .h-xs-7 {
  padding-bottom: 58.3333333333%;
}
.col-xs-8.h, .h-xs-8 {
  padding-bottom: 66.6666666667%;
}
.col-xs-9.h, .h-xs-9 {
  padding-bottom: 75%;
}
.col-xs-10.h, .h-xs-10 {
  padding-bottom: 83.3333333333%;
}
.col-xs-11.h, .h-xs-11 {
  padding-bottom: 91.6666666667%;
}
.col-xs-12.h, .h-xs-12 {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .col-sm-1.h, .h-sm-1 {
    padding-bottom: 8.3333333333%;
  }
  .col-sm-2.h, .h-sm-2 {
    padding-bottom: 16.6666666667%;
  }
  .col-sm-3.h, .h-sm-3 {
    padding-bottom: 25%;
  }
  .col-sm-4.h, .h-sm-4 {
    padding-bottom: 33.3333333333%;
  }
  .col-sm-5.h, .h-sm-5 {
    padding-bottom: 41.6666666667%;
  }
  .col-sm-6.h, .h-sm-6 {
    padding-bottom: 50%;
  }
  .col-sm-7.h, .h-sm-7 {
    padding-bottom: 58.3333333333%;
  }
  .col-sm-8.h, .h-sm-8 {
    padding-bottom: 66.6666666667%;
  }
  .col-sm-9.h, .h-sm-9 {
    padding-bottom: 75%;
  }
  .col-sm-10.h, .h-sm-10 {
    padding-bottom: 83.3333333333%;
  }
  .col-sm-11.h, .h-sm-11 {
    padding-bottom: 91.6666666667%;
  }
  .col-sm-12.h, .h-sm-12 {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .col-md-1.h, .h-md-1 {
    padding-bottom: 8.3333333333%;
  }
  .col-md-2.h, .h-md-2 {
    padding-bottom: 16.6666666667%;
  }
  .col-md-3.h, .h-md-3 {
    padding-bottom: 25%;
  }
  .col-md-4.h, .h-md-4 {
    padding-bottom: 33.3333333333%;
  }
  .col-md-5.h, .h-md-5 {
    padding-bottom: 41.6666666667%;
  }
  .col-md-6.h, .h-md-6 {
    padding-bottom: 50%;
  }
  .col-md-7.h, .h-md-7 {
    padding-bottom: 58.3333333333%;
  }
  .col-md-8.h, .h-md-8 {
    padding-bottom: 66.6666666667%;
  }
  .col-md-9.h, .h-md-9 {
    padding-bottom: 75%;
  }
  .col-md-10.h, .h-md-10 {
    padding-bottom: 83.3333333333%;
  }
  .col-md-11.h, .h-md-11 {
    padding-bottom: 91.6666666667%;
  }
  .col-md-12.h, .h-md-12 {
    padding-bottom: 100%;
  }
}
@media (min-width: 180px) and (max-width: 379px) {
  .os-top-title-size {
    font-size: 1.5rem;
  }
  .os-title-size {
    font-size: 1.3rem;
    text-align: center;
  }
  .os-big-size {
    font-size: 1.2rem;
  }
  .os-medium-size {
    font-size: 1rem;
    text-align: center;
    line-height: 150%;
  }
  .os-text-size {
    font-size: 0.5rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .os-top-title-size {
    font-size: 3.9rem;
  }
  .os-title-size {
    font-size: 2.7rem;
    text-align: center;
  }
  .os-big-size {
    font-size: 2.5rem;
  }
  .os-medium-size {
    font-size: 2.3rem;
    text-align: center;
    line-height: 150%;
  }
  .os-text-size {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .os-top-title-size {
    font-size: 1.8rem;
  }
  .os-title-size {
    font-size: 1.5rem;
  }
  .os-big-size {
    font-size: 1.2rem;
  }
  .os-medium-size {
    font-size: 0.9rem;
  }
  .os-text-size {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .os-title-size {
    font-size: 1.7rem;
  }
  .os-big-size {
    font-size: 1.4rem;
  }
  .os-medium-size {
    font-size: 1.2rem;
  }
  .os-text-size {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .os-title-size {
    font-size: 1.9rem;
  }
  .os-big-size {
    font-size: 1.6rem;
  }
  .os-medium-size {
    font-size: 1.3rem;
  }
  .os-text-size {
    font-size: 1.2rem;
  }
}
.os-bottom-page-padding {
  margin: 9% 0;
}
.os-box {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.os-box > img {
  position: absolute;
  bottom: 0px;
}
.os-box-padding {
  padding: 20px;
}
.square-box-left {
  right: 4%;
  height: 93%;
  width: 92%;
}
.square-box-right {
  height: 100%;
  width: 100%;
}
.os-vignette h2 {
  text-align: center;
}
.os-center {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15%;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
}
.os-title {
  color: #000;
  font-weight: 400;
  font-family: Arial;
  padding: 18px 18px 0 18px;
}
.os-box-button {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #232323;
  font-family: Arial;
  overflow: hidden;
  color: #000000;
  text-decoration: none solid black;
  position: absolute;
  bottom: 7%;
}
.os-box-button:hover {
  cursor: pointer;
}
.os-box-title {
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 8px;
  text-overflow: ellipsis;
}
.os-box-text {
  font-family: Arial;
  margin-bottom: 7%;
  text-overflow: ellipsis;
}
.os-image-bottom {
  position: absolute;
  bottom: 0;
}
.os-box-white-button {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.os-box-icon {
  width: 25%;
  height: 25%;
  margin-bottom: 7%;
}
.os-box-icon-big {
  width: 40%;
  height: 40%;
  margin-bottom: 9%;
}
.os-box-icon-small {
  width: 10%;
}
.os-under-construction {
  color: #F16E00;
}
.square-homepage {
  bottom: 10%;
  left: 5%;
  height: 90%;
  width: 90%;
}
.square-homepage.load-page {
  cursor: pointer;
}
.choisir-box-right {
  background-color: #ffb4e6;
  color: #000000;
}
.rectangle-choisir-bottom {
  top: 15%;
  height: 85%;
  width: 100%;
  background-color: #4bb4e6;
  color: #ffffff;
}
.os-img {
  width: 100%;
}
@media (max-width: 768px) {
  .os-box-container {
    padding: 0 5%;
  }
}
.os-choisir-nuage {
  margin-top: 200px;
}
.service-box-right {
  background-color: #ff7900;
  color: #000000;
}
.rectangle-service-bottom-right {
  top: 10%;
  height: 90%;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}
.rectangle-service-bottom-left {
  top: 0;
  right: 4%;
  height: 90%;
  width: 92%;
  background-color: #ffb4e6;
  color: #000000;
}
.os-service-ballon img {
  width: 75%;
  margin-left: 40px;
}
.os-box-img-bottom-right {
  width: 13%;
  position: absolute;
  bottom: 25px !important;
  right: 25px !important;
  transform: rotate(10deg);
}
.dispo-box-right {
  background-color: #a885d8;
  color: #000000;
}
.rectangle-dispo-bottom {
  top: 15%;
  height: 85%;
  width: 100%;
  background-color: #ffb4e6;
  color: #000000;
}
.rectangle-dispo-bottom-left {
  background-color: #ffd200;
  color: #000000;
}
.square-dispo-bottom-left {
  background-color: #4bb4e6;
  color: #ffffff;
}
@media (min-width: 768px) {
  .rectangle-dispo-bottom-left {
    top: 0;
    right: 4%;
    height: 75%;
    width: 75%;
  }
  .square-dispo-bottom-left {
    height: 95%;
    width: 95%;
    top: 10%;
  }
  .square-dispo-bottom-right {
    height: 95%;
    width: 95%;
    top: 10%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .rectangle-dispo-bottom-left {
    top: 0;
    height: 92%;
    width: 92%;
    right: 4%;
    bottom: 4%;
  }
  .square-dispo-bottom-left {
    height: 90%;
    width: 100%;
    top: 10%;
  }
  .square-dispo-bottom-right {
    height: 92%;
    width: 100%;
  }
}
.os-rectangle-applis-container {
  padding: 5% 0 0 0;
}
.os-square-applis-container {
  padding: 5% 0 0 0;
}
.applis-title {
  font-size: 32px;
  color: #ff7900;
}
.applis-box-left {
  background-color: #50be87;
  color: #ffffff;
  width: 92%;
  height: 100%;
  left: 4%;
  top: 8%;
}
.applis-box-right {
  background-color: #000000;
  color: #ffffff;
  width: 92%;
  height: 92%;
  left: 4%;
  top: 8%;
  border: solid 2px #ff7900;
}
.applis-box-right > button {
  bottom: 0 !important;
}
.os-applis-box-right {
  background-color: #ffb4e6;
}
.square-applis-box-right {
  background-color: #555;
  color: #ffffff;
}
.applis-box-bottom {
  background-color: #a885d8;
  top: 8%;
}
.rectangle-applis-bottom-left {
  background-color: #ffd200;
  color: #000000;
  right: 4%;
  width: 92%;
}
.rectangle-applis-bottom-left-2 {
  background-color: #4bb4e6;
  color: #ffffff;
  right: 4%;
  top: 8%;
  width: 92%;
}
@media (min-width: 768px) {
  .os-rectangle-applis-container {
    padding: 4% 4% 0 0;
  }
  .os-square-applis-container {
    padding: 4% 0 0 0;
  }
  .applis-box-left {
    background-color: #50be87;
    color: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
  }
  .applis-box-right {
    background-color: #000000;
    color: #ffffff;
    width: 95%;
    height: 100%;
    left: 5%;
    top: 0;
    padding: 10px 0 0 0 !important;
    border: none;
  }
  .square-applis-box-right {
    height: 84%;
    width: 100%;
    top: 11%;
  }
  .applis-box-bottom {
    height: 94%;
    top: 6%;
    width: 93%;
    right: 7%;
  }
  .rectangle-applis-bottom-left {
    background-color: #ffd200;
    color: #000000;
    right: 4%;
    width: 92%;
  }
  .rectangle-applis-bottom-left > div {
    width: 60%;
  }
  .rectangle-applis-bottom-left-2 {
    background-color: #4bb4e6;
    color: #ffffff;
    right: 7%;
    height: 88%;
    top: 11%;
    width: 88%;
  }
}
.os-applis-img-bottom-right {
  width: 24%;
  position: absolute;
  bottom: 20px !important;
  right: 20px !important;
}
.os-applis-img-center-right {
  width: 20%;
  position: absolute;
  bottom: 50px !important;
  right: 20px !important;
}
.os-applis-bottom-left img {
  width: 85%;
}
.os-applis-bottom-right img {
  width: 85%;
  margin-left: 80px;
}
.md-box-right {
  background-color: #ffd200;
  color: #000000;
}
.os-rectangle-left-md {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  height: 90%;
  top: 10%;
}
.os-square-right-md {
  background-color: #4bb4e6;
  color: #ffffff;
  height: 90%;
  top: 10%;
}
.os-img-left-md {
  margin-top: 10%;
}
.os-rectangle-right-2-md {
  background-color: #a885d8;
  color: #ffffff;
  width: 100%;
  height: 90%;
  top: 10%;
}
.os-square-bottom-md {
  right: 3%;
  width: 94%;
  height: 93%;
  padding: 6% !important;
  background-color: #ff7900;
  color: #ffffff;
}
@media (min-width: 768px) {
  .os-rectangle-left-md {
    width: 95%;
    height: 90%;
    top: 10%;
    right: 5%;
  }
  .os-square-right-md {
    height: 90%;
    top: 10%;
  }
  .os-img-left-md {
    margin-top: 10%;
  }
  .os-rectangle-right-2-md {
    width: 95%;
    left: 5%;
    height: 90%;
    top: 10%;
  }
  .os-square-bottom-md {
    right: 10%;
    width: 90%;
    height: 90%;
  }
}
.os-md-img-bottom-right {
  width: 12%;
  position: absolute;
  bottom: 20px !important;
  right: 20px !important;
}
.os-parole-container {
  padding: 0;
  top: 6%;
}
.os-parole-box-top {
  background-color: #ffd200;
  color: #000000;
}
.choisir-box-right {
  background-color: #a885d8;
  color: #000000;
}
.os-parole-img-bottom-right {
  width: 25%;
  position: absolute;
  bottom: 20px !important;
  right: 20px !important;
}
@media (min-width: 1200px) {
  .os-parole-top-container {
    height: 440px;
  }
  .os-parole-container {
    top: 11%;
  }
}
@media (max-width: 768px) {
  .os-parole-box-top {
    width: 94%;
    right: 3%;
  }
  .choisir-box-right {
    width: 94%;
    right: 3%;
  }
}
.os-dr-row-bottom {
  padding: 5% 0 0 0;
}
.dr-title {
  font-size: 3rem;
  color: #ff7900;
  margin-bottom: 30px;
}
.dr-second-title {
  font-size: 2.5rem;
  color: #ff7900;
  margin-bottom: 30px;
}
.rectangle-dr-first-left {
  background-color: #50be87;
  color: #000000;
}
.dr-box-right {
  background-color: #000000;
  color: #ffffff;
  width: 92%;
  height: 92%;
  left: 4%;
  top: 8%;
  border: solid 2px #ff7900;
}
.dr-box-right-bottom {
  background-color: #000000;
  color: #ffffff;
  width: 92%;
  height: 100%;
  left: 4%;
  top: 8%;
  margin: 5% 0;
  border: solid 2px #ff7900;
}
.rectangle-dr-second-left {
  background-color: #ffb4e6;
  color: #000000;
}
@media (min-width: 768px) {
  .dr-box-right {
    background-color: #000000;
    color: #ffffff;
    width: 95%;
    height: 90%;
    left: 5%;
    top: 0;
    padding: 10px 0 0 0 !important;
    border: none;
  }
  .os-dr-third-subtitile {
    line-height: 10px !important;
    margin-top: -10px !important;
    margin-left: 10px !important;
  }
  .dr-box-right-bottom {
    background-color: #000000;
    color: #ffffff;
    width: 95%;
    height: auto;
    left: 5%;
    top: 0;
    padding: 10px 0 0 0 !important;
    border: none;
    margin: 0;
    padding-top: 0;
  }
  .dr-antennerelais {
    margin-left: -20px;
    width: 80%;
  }
}
.os-dr-row {
  padding: 2% 5%;
}
.os-dr-population {
  background-color: #19171a !important;
}
.os-dr-box-population {
  background-color: #19171a !important;
}
.dr-population-text {
  color: #77787c;
}
.os-population-table {
  width: 100%;
  height: 30%;
  font-size: 2rem;
  color: #ffffff;
}
.os-population-table th {
  text-align: center;
  border-bottom: solid 1px #77787c;
}
.os-population-table th:first-child {
  border-bottom: none !important;
}
.os-population-table td {
  text-align: center;
}
.os-dr-box-bottom img {
  width: 50%;
  position: absolute;
  bottom: 0;
}
.os-dr-thd {
  background-color: #ffffff;
}
.rectangle-dr-third-center {
  background-color: #ffffff;
}
.os-dr-box-header {
  width: 100%;
}
.os-dr-box-header img, .os-dr-box-header div {
  height: 50px;
}
.os-dr-box-header img > h2, .os-dr-box-header div > h2 {
  line-height: 50px;
  margin-left: 10px;
  font-size: 3rem;
}
.os-dr-third-subtitile {
  line-height: 30px;
  margin-top: 30px;
}
.os-dr-third-subtitile {
  color: #50be87;
}
.os-thd-table {
  width: 85%;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-left: 50px;
  line-height: 50px;
}
.os-thd-table tr:nth-child(odd) {
  background-color: #ebebeb;
}
.os-thd-table tr:last-child {
  color: #50be87;
  font-size: 1.4rem;
}
.os-thd-table th {
  text-align: center;
  background-color: #ffffff;
  border-bottom: solid 2px #ebebeb;
}
.os-thd-table td {
  text-align: center;
}
.os-thd-table td:nth-child(2) {
  text-align: left;
  font-weight: bold;
}
.os-dr-icon-tr {
  height: 20px;
  width: 20px;
  opacity: 0.4;
  background-color: #77787c;
  margin-left: 10px;
}
.os-dr-icon-tr-1 {
  -webkit-mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/jeu-game-video-fun-divertissement-3.svg');
  mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/jeu-game-video-fun-divertissement-3.svg');
}
.os-dr-icon-tr-2 {
  -webkit-mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/document-dossier-music-play-file-folder.svg');
  mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/document-dossier-music-play-file-folder.svg');
}
.os-dr-icon-tr-3 {
  -webkit-mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/video-film-movie-1.svg');
  mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/video-film-movie-1.svg');
}
.os-dr-icon-tr-4 {
  -webkit-mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/cineday-star-film-movie-2.svg');
  mask-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/cineday-star-film-movie-2.svg');
}
.os-dr-img-bottom {
  widht: 90%;
  padding: 0 10%;
  margin: auto;
}
.xs-ds-box-text-center {
  width: 92%;
}
.os-ds-box-img img {
  width: 100%;
}
.box-lavander {
  background-color: #a885d8;
  color: #ffffff;
}
.box-blue {
  background-color: #4bb4e6;
  color: #ffffff;
}
.box-gold {
  background-color: #ffd200;
  color: #000000;
}
.os-ds-box-element {
  top: 5%;
  padding: 5%;
}
.os-ds-box-component {
  opacity: 1 !important;
  color: #ffffff;
  padding: 0 0 10% 0;
}
.os-ds-box-component div img {
  width: 70%;
}
.ds-second-title {
  font-size: 2.5rem;
  color: #ff7900;
  margin-bottom: 20px;
  text-align: center;
}
.ds-third-title {
  font-size: 2rem;
  color: #ff7900;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .os-ds-box-container {
    padding: 0 3%;
  }
  .os-ds-box-element {
    top: 0;
    padding: 10%;
  }
  .ds-second-title {
    text-align: left;
  }
  .ds-third-title {
    text-align: left;
  }
  .os-ds-box-component {
    padding: 0 10% 10% 0;
    opacity: 1 !important;
  }
  .os-ds-box-center {
    left: 15px;
    width: 100%;
  }
  .os-ds-box-right {
    left: 15px;
    width: 100%;
  }
}
.os-ds-star {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/materialicon_1copy21.svg');
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}
.os-ds-button-component {
  padding-bottom: 17%;
}
.os-ds-button {
  margin-top: 10%;
  bottom: 0;
}
.os-ds-box-up-button {
  background-color: #000000;
}
.os-ds-box-bottom-left {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/img04-1.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.3;
  background-color: #ebebeb;
}
.os-ds-box-bottom-right {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/img05-1.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.3;
  background-color: #ebebeb;
}
.os-ds-box-up {
  padding: 50px !important;
}
@media (min-width: 180px) and (max-width: 379px) {
  .os-ds-top-title-size {
    font-size: 5rem;
    line-height: 5em;
    text-align: center;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .os-ds-top-title-size {
    font-size: 5.5rem;
    line-height: 7em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .os-ds-top-title-size {
    font-size: 2.7rem;
    line-height: 6.5em;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .os-ds-top-title-size {
    font-size: 3rem;
    line-height: 7em;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .os-ds-top-title-size {
    font-size: 3.5rem;
    line-height: 7em;
    text-align: center;
  }
}
.choisir-orange-section {
  background: #000;
  padding: 40px 0 20px 0;
}
.clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
  border: 0;
}
.hide {
  display: none;
}
.item a.link-mobile {
  display: none !important;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}
#div_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.s-header {
  max-width: 1000px;
  padding: 18px 0 28px;
  margin: 0 auto;
  overflow: hidden;
}
.page-nav {
  float: left;
  color: #f60;
  padding-top: 4px;
  margin-left: -45px;
  -webkit-transition: margin-left 400ms ease-out;
  -moz-transition: margin-left 400ms ease-out;
  -ms-transition: margin-left 400ms ease-out;
  -o-transition: margin-left 400ms ease-out;
  transition: margin-left 400ms ease-out;
}
.page-nav.active {
  margin-left: 0;
}
.page-nav h1 a, .page-nav p a {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 900;
  color: #f60;
  text-decoration: none;
}
.page-nav h1 a span, .page-nav p a span {
  color: #fff;
}
.page-nav img {
  margin-right: 15px;
}
.page-nav a, .page-nav h1, .page-nav img, .page-nav p {
  float: left;
}
.c-page {
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/theme/arrow.svg') no-repeat;
  width: 12px;
  height: 18px;
  display: block;
  text-indent: 9999px;
  margin-right: 16px;
  overflow: hidden;
  margin-top: 4px;
}
.no-svg .c-page {
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/theme/arrow.png') no-repeat;
}
.c-page:hover {
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/theme/arrow-hover.svg') no-repeat;
}
.no-svg .c-page:hover {
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/theme/arrow-hover.png') no-repeat;
}
.wrapper {
  background: #000;
}
.main {
  font-size: 0;
  letter-spacing: -0.3px;
  max-width: 1016px;
  overflow: hidden;
  margin: 0 auto 24px;
}
.main a {
  text-decoration: none;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9 {
  display: inline-block;
  text-align: center;
  position: relative;
  min-height: 20px;
  vertical-align: middle;
}
.row, .row:before {
  zoom: 1;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9 {
  padding: 8px;
}
.col-center {
  margin: 0 auto;
}
.col-hidden {
  display: none;
}
.col-show {
  display: block;
}
.col-pull-0, .col-push-0 {
  left: 0;
}
.col-1 {
  width: 8.33333%;
}
.col-push-1 {
  left: -8.33333%;
}
.col-pull-1 {
  left: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-push-2 {
  left: -16.66667%;
}
.col-pull-2 {
  left: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-push-3 {
  left: -25%;
}
.col-pull-3 {
  left: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-push-4 {
  left: -33.33333%;
}
.col-pull-4 {
  left: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-push-5 {
  left: -41.66667%;
}
.col-pull-5 {
  left: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-push-6 {
  left: -50%;
}
.col-pull-6 {
  left: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-push-7 {
  left: -58.33333%;
}
.col-pull-7 {
  left: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-push-8 {
  left: -66.66667%;
}
.col-pull-8 {
  left: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-push-9 {
  left: -75%;
}
.col-pull-9 {
  left: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-push-10 {
  left: -83.33333%;
}
.col-pull-10 {
  left: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-push-11 {
  left: -91.66667%;
}
.col-pull-11 {
  left: 91.66667%;
}
.col-12 {
  width: 100%;
}
.col-push-12 {
  left: -100%;
}
.col-pull-12 {
  left: 100%;
}
body .col-nopadding {
  padding: 0;
}
.illustration, .vignette {
  height: 238px;
  position: relative;
}
.illustration {
  background: #fff;
  position: relative;
}
.illustration h1, .illustration h2, .illustration p {
  padding-top: 22px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.illustration img {
  width: 238px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
}
h2.center, p.center {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -45px;
  letter-spacing: 0;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}
.illustration.master {
  height: 492px;
  background: #fff;
  position: relative;
}
.illustration.master h1, .illustration.master h2, .illustration.master p {
  padding-top: 45px;
  font-size: 38px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}
.illustration.master img {
  height: 289px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-left: -246px;
}
.blue {
  background: #4bb4e6;
}
.orange {
  background: #f60;
}
.yellow {
  background: #ffdc00;
}
.pink {
  background: #ffb4e6;
}
.green {
  background: #50be87;
}
.grey {
  background: #8f8f8f;
}
.purple {
  background: #9164cd;
}
.white {
  background: #fff;
}
.b-22 {
  height: 238px;
}
.response {
  padding-top: 22px;
  position: relative;
}
.response h2, .response p {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.response .mult-button {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  padding-left: 38px;
}
.response .mult-button a {
  position: static;
  left: 0;
  bottom: 0;
  display: block;
  float: left;
  line-height: 16px;
  margin-left: 0;
  height: 72px;
  padding-top: 11px;
  margin-right: 12px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.response .mult-button a.first {
  margin-left: 0;
  width: 118px;
  height: 72px;
}
.response .mult-button a.second {
  width: 149px;
  height: 72px;
}
.response .mult-button a.last {
  width: 122px;
  height: 72px;
}
.response .mult-button.appli-share {
  padding-left: 14px;
}
.response .mult-button.appli-share a {
  margin-right: 0;
  height: 40px;
}
.response .mult-button.appli-share a img.hover {
  display: none;
}
.response .mult-button.appli-share a.orange-moi {
  padding: 11px 13px 0;
  width: 133px;
  height: 40px;
}
.response .mult-button.appli-share a.some {
  padding: 0;
  border: 0;
  margin-left: 5px;
  margin-right: 0;
  height: 34px;
  margin-top: 3px;
}
.response .mult-button.appli-share a.some:hover {
  background: 0 0;
}
.response .mult-button.appli-share a.some:hover img {
  display: none;
}
.response .mult-button.appli-share a.some:hover img.hover {
  display: block;
}
.response a {
  color: #000;
  font-size: 14px;
  line-height: 37px;
  font-weight: 400;
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -66px;
  width: 132px;
  height: 40px;
  border: 1px solid #000;
}
.response a:hover {
  background: #000;
  color: #fff;
}
.response.black h2, .response.black p {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}
.response.black h2 span, .response.black p span {
  color: #f60;
}
.response.black a {
  color: #fff;
  border: 1px solid #fff;
}
.response.black a:hover {
  background: #fff;
  color: #000;
}
.item {
  vertical-align: top;
}
.item a {
  display: block;
  color: #000;
}
.line-4 {
  padding-top: 56px;
}
.line-4-b {
  padding-top: 45px;
}
.line-5 {
  padding-top: 44px;
}
.line-6 {
  padding-top: 35px;
}
body #o-footer {
  margin-top: 0;
}
body #o-search-button-content {
  width: 49px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body #o-header.fixed-center #o-cookie-content, body #o-header.fixed-center #o-ribbon, body #o-header.fixed-center #o-service {
  max-width: 1020px;
  margin: 0 auto;
}
body .osocial-share {
  float: right;
}
body .osocial-share .oshare-bt {
  border-radius: 3px;
  -moz-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}
body .osocial-share .oshare-bt.pin {
  margin-right: 0;
}
body .osocial-share .oshare-count .label.solo {
  font-size: 16px;
}
.js-open-share {
  display: none;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
@media screen and (max-width: 800px) and (min-width: 0) {
  body .osocial-share {
    padding: 0 !important;
    width: auto;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .s-header {
    max-width: 728px;
  }
  .main {
    max-width: 746px;
  }
  .illustration, .vignette {
    height: 232px;
  }
  .illustration img {
    width: 232px;
    height: 137px;
    display: block;
  }
  .illustration.master {
    height: 492px;
  }
  .illustration.master h1, .illustration.master h2, .illustration.master p {
    font-size: 36px;
    line-height: 38px;
    padding: 44px 10px;
  }
  .illustration.master img {
    width: 100%;
    height: auto;
    margin-left: -178px;
  }
  .response h2, .response p {
    font-size: 14px;
    line-height: 16px;
  }
  .response .mult-button {
    padding-left: 0;
  }
  .response .mult-button a {
    line-height: 14px;
    width: 32%;
    margin-left: 2px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .response .mult-button a.first {
    width: 107px;
    height: 68px;
    padding: 13px 0 0;
  }
  .response .mult-button a.second {
    height: 68px;
    width: 134px;
    padding: 13px 0 0;
  }
  .response .mult-button a.last {
    width: 111px;
    height: 68px;
    padding: 13px 0 0;
  }
  .response .mult-button.appli-share {
    padding-left: 0;
  }
  .response .mult-button.appli-share a.orange-moi {
    width: 119px;
    margin-left: 25px;
    height: 39px;
  }
  .response .mult-button.appli-share a.some {
    width: auto;
    margin-left: 48px;
    margin-right: 5px;
    margin-top: 5px;
  }
  .response .mult-button.appli-share a.some:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .response a {
    font-size: 12px;
    width: 116px;
    margin-left: -58px;
    line-height: 37px;
    height: 39px;
  }
  .response.black h2, .response.black p {
    font-size: 20px;
    line-height: 22px;
  }
  .line-4 {
    padding-top: 65px;
  }
  .line-4-b {
    padding-top: 52px;
  }
  .line-5 {
    padding-top: 53px;
  }
  .line-6 {
    padding-top: 49px;
  }
  body #o-header.fixed-center #o-cookie-content, body #o-header.fixed-center #o-ribbon, body #o-header.fixed-center #o-service {
    max-width: 748px;
  }
}
@media only screen and (max-width: 1023px) {
  .col-m-center {
    margin: 0 auto;
  }
  .col-m-hidden {
    display: none;
  }
  .col-m-show {
    display: block;
  }
  .col-m-pull-0, .col-m-push-0 {
    left: 0;
  }
  .col-m-1 {
    width: 8.33333%;
  }
  .col-m-push-1 {
    left: -8.33333%;
  }
  .col-m-pull-1 {
    left: 8.33333%;
  }
  .col-m-2 {
    width: 16.66667%;
  }
  .col-m-push-2 {
    left: -16.66667%;
  }
  .col-m-pull-2 {
    left: 16.66667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-push-3 {
    left: -25%;
  }
  .col-m-pull-3 {
    left: 25%;
  }
  .col-m-4 {
    width: 33.33333%;
  }
  .col-m-push-4 {
    left: -33.33333%;
  }
  .col-m-pull-4 {
    left: 33.33333%;
  }
  .col-m-5 {
    width: 41.66667%;
  }
  .col-m-push-5 {
    left: -41.66667%;
  }
  .col-m-pull-5 {
    left: 41.66667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-push-6 {
    left: -50%;
  }
  .col-m-pull-6 {
    left: 50%;
  }
  .col-m-7 {
    width: 58.33333%;
  }
  .col-m-push-7 {
    left: -58.33333%;
  }
  .col-m-pull-7 {
    left: 58.33333%;
  }
  .col-m-8 {
    width: 66.66667%;
  }
  .col-m-push-8 {
    left: -66.66667%;
  }
  .col-m-pull-8 {
    left: 66.66667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-push-9 {
    left: -75%;
  }
  .col-m-pull-9 {
    left: 75%;
  }
  .col-m-10 {
    width: 83.33333%;
  }
  .col-m-push-10 {
    left: -83.33333%;
  }
  .col-m-pull-10 {
    left: 83.33333%;
  }
  .col-m-11 {
    width: 91.66667%;
  }
  .col-m-push-11 {
    left: -91.66667%;
  }
  .col-m-pull-11 {
    left: 91.66667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .col-m-push-12 {
    left: -100%;
  }
  .col-m-pull-12 {
    left: 100%;
  }
  .col-m-0 {
    display: none;
  }
}
@media (max-width: 1023px) {
  body .o-hide-responsive {
    display: none;
  }
  body #collapse-menu {
    display: block;
  }
  body #o-engine {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 291px;
  }
  body #o-engine-responsive.forced {
    display: block;
  }
  body #o-nav-search-zone-content.forced .o-separator {
    display: none;
  }
}
@media (max-width: 940px) {
  .ecPetaleContainer, body .ecAutoCompleteChevron {
    display: none;
  }
  body #o-engine {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .item a.link-desktop {
    display: none !important;
  }
  .item a.link-mobile {
    display: block !important;
  }
  .s-header {
    max-width: 296px;
    padding: 9px 0 11px;
  }
  .page-nav {
    padding-top: 8px;
  }
  .page-nav h1 a, .page-nav p a {
    font-size: 18px;
    line-height: 18px;
  }
  .page-nav img {
    width: 1px;
    height: 20px;
    margin-right: 12px;
  }
  .c-page {
    width: 23px;
    height: 20px;
    margin-right: 12px;
  }
  .main {
    max-width: 304px;
  }
  .illustration, .vignette {
    height: 144px;
  }
  .vignette img {
    width: 100%;
    display: block;
  }
  .illustration h1, .illustration h2, .illustration p {
    font-size: 12px;
    line-height: 14px;
    padding-top: 13px;
  }
  .illustration img {
    width: 144px;
    height: 85px;
    display: block;
  }
  h2.center, p.center {
    font-size: 16px;
    line-height: 18px;
    margin-top: -27px;
  }
  .illustration.master {
    height: 180px;
  }
  .illustration.master h1, .illustration.master h2, .illustration.master p {
    font-size: 16px;
    line-height: 19px;
    padding-top: 15px;
  }
  .illustration.master img {
    height: auto;
    width: 179px;
    left: 50%;
    margin-left: -90px;
  }
  .b-22 {
    height: auto;
  }
  .response {
    padding-top: 15px;
  }
  .response.link {
    padding-bottom: 16px;
  }
  .response h2, .response p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 26px;
  }
  .response .mult-button {
    position: static;
    height: 135px;
  }
  .response .mult-button a.first {
    width: 154px;
    height: 37px;
    padding-top: 0;
    line-height: 32px;
    margin-left: 71px;
  }
  .response .mult-button a.first br {
    display: none;
  }
  .response .mult-button a.second {
    margin-top: 12px;
    width: 239px;
    height: 37px;
    padding-top: 0;
    line-height: 32px;
    margin-left: 28.5px;
  }
  .response .mult-button a.second br {
    display: none;
  }
  .response .mult-button a.last {
    margin-top: 12px;
    width: 198px;
    height: 37px;
    padding-top: 0;
    line-height: 32px;
    margin-left: 49px;
  }
  .response .mult-button a.last br {
    display: none;
  }
  .response .mult-button.appli-share {
    height: 40px;
  }
  .response .mult-button.appli-share a.orange-moi {
    height: 25px;
    line-height: 23px;
    width: 90px;
    padding: 0;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 64px;
  }
  .response .mult-button.appli-share a.some {
    margin-top: 0;
    margin-left: 0;
  }
  .response a {
    font-size: 10px;
    height: 25px;
    line-height: 23px;
    width: 90px;
    position: static;
    display: block;
    margin: 0 auto;
  }
  .response.black h2, .response.black p {
    font-size: 14px;
    line-height: 16px;
  }
  .line-4, .line-4-b, .line-5, .line-6 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .col-l-center {
    margin: 0 auto;
  }
  .col-l-hidden {
    display: none;
  }
  .col-l-show {
    display: block;
  }
  .col-l-pull-0, .col-l-push-0 {
    left: 0;
  }
  .col-l-1 {
    width: 8.33333%;
  }
  .col-l-push-1 {
    left: -8.33333%;
  }
  .col-l-pull-1 {
    left: 8.33333%;
  }
  .col-l-2 {
    width: 16.66667%;
  }
  .col-l-push-2 {
    left: -16.66667%;
  }
  .col-l-pull-2 {
    left: 16.66667%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-push-3 {
    left: -25%;
  }
  .col-l-pull-3 {
    left: 25%;
  }
  .col-l-4 {
    width: 33.33333%;
  }
  .col-l-push-4 {
    left: -33.33333%;
  }
  .col-l-pull-4 {
    left: 33.33333%;
  }
  .col-l-5 {
    width: 41.66667%;
  }
  .col-l-push-5 {
    left: -41.66667%;
  }
  .col-l-pull-5 {
    left: 41.66667%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-push-6 {
    left: -50%;
  }
  .col-l-pull-6 {
    left: 50%;
  }
  .col-l-7 {
    width: 58.33333%;
  }
  .col-l-push-7 {
    left: -58.33333%;
  }
  .col-l-pull-7 {
    left: 58.33333%;
  }
  .col-l-8 {
    width: 66.66667%;
  }
  .col-l-push-8 {
    left: -66.66667%;
  }
  .col-l-pull-8 {
    left: 66.66667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-push-9 {
    left: -75%;
  }
  .col-l-pull-9 {
    left: 75%;
  }
  .col-l-10 {
    width: 83.33333%;
  }
  .col-l-push-10 {
    left: -83.33333%;
  }
  .col-l-pull-10 {
    left: 83.33333%;
  }
  .col-l-11 {
    width: 91.66667%;
  }
  .col-l-push-11 {
    left: -91.66667%;
  }
  .col-l-pull-11 {
    left: 91.66667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .col-l-push-12 {
    left: -100%;
  }
  .col-l-pull-12 {
    left: 100%;
  }
  .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9 {
    padding: 4px;
  }
  .col-l-0 {
    display: none;
  }
}
@media (max-width: 767px) {
  body #o-header.fixed-center #o-ribbon {
    max-width: 316px;
    min-width: 100%;
    margin: 0 auto;
  }
  body .osocial-share {
    text-align: right;
    margin: 15px 0 0 !important;
  }
  body .osocial-share .oshare-count .solo {
    display: inline;
  }
}
@media (max-width: 670px) {
  body #o-engine-responsive {
    width: 50px;
  }
  #o-search-button-content-responsive, body #o-engine-responsive {
    display: block;
    height: 59px;
  }
  body #o-nav-search-zone-content .o-separator {
    display: none;
  }
  body #o-ribbon {
    min-width: 316px;
  }
}
@media (max-width: 600px) {
  body #o-launcher-panel {
    right: -265%;
  }
}
#orange-sengage .page-heading .header-row .header-row-inner img {
  width: 210px;
  height: auto;
  right: 110px;
  bottom: -1px;
}
@media (max-width: 767px) {
  #orange-sengage .page-heading .header-row .header-row-inner img {
    display: none;
  }
}
#orange-sengage [data-page="back"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
#orange-sengage [data-page="back"] i:before {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
}
#orange-sengage .img-cloud {
  display: block;
  width: 430px;
  height: auto;
  margin-left: 200px;
}
#orange-sengage .btn-inverse {
  background: transparent;
}
#orange-sengage .btn-inverse:hover {
  background: black;
}
#orange-sengage .btn-inverse.white {
  color: white;
  border-color: white;
}
#orange-sengage .btn-inverse.white:hover {
  color: black;
  border-color: black;
  color: white;
}
#orange-sengage .row {
  margin-left: -10px;
  margin-right: -10px;
}
#orange-sengage [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
#orange-sengage .btn-back {
  display: inline-block;
  color: #fff;
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  margin-bottom: 30px;
}
#orange-sengage .btn-back i {
  font-size: 14px;
}
#orange-sengage .btn-back:hover {
  color: #F16E00;
}
#orange-sengage #inner-page-choisir {
  color: #fff;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-choisir {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#orange-sengage #inner-page-choisir h2 {
  font-size: 28px;
  font-weight: 700;
}
#orange-sengage #inner-page-choisir h3 {
  font-size: 20px;
  line-height: 22px;
}
#orange-sengage #inner-page-choisir p {
  font-size: 16px;
}
#orange-sengage #inner-page-choisir .choisir-box-right {
  background-color: #ffb4e6;
}
#orange-sengage #inner-page-choisir .whiteb {
  background: white;
  color: black;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-choisir .whiteb h2 {
  padding: 30px;
  margin: 0;
}
#orange-sengage #inner-page-choisir .pinkb {
  color: black;
  background: #ffb4e6;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-choisir .pinkb {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-choisir .pinkb .pic {
    min-width: 33%;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/haut-debit.jpg') no-repeat center center / cover;
  }
}
#orange-sengage #inner-page-choisir .pinkb .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-choisir .pinkb .pic img {
    display: none;
  }
}
#orange-sengage #inner-page-choisir .pinkb .texts {
  padding: 20px;
}
#orange-sengage #inner-page-choisir .pinkb .texts img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-choisir .blueb {
  background: #4bb4e6;
  margin-bottom: 20px;
  padding: 30px;
}
#orange-sengage #inner-page-choisir .blueb img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-choisir .blueb {
    padding: 30px 180px 20px 30px;
    position: relative;
  }
  #orange-sengage #inner-page-choisir .blueb img {
    width: 86px;
    position: absolute;
    top: 30px;
    right: 60px;
  }
}
#orange-sengage #inner-page-choisir .blueb p {
  max-width: 375px;
}
#orange-sengage #inner-page-detail-reseau-mobile {
  color: #fff;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .black-row .inner {
    display: flex;
    align-items: center;
  }
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .color-block {
  padding: 30px;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .black-row .color-block {
    margin-bottom: 0;
    width: 33%;
    margin-right: 60px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  #orange-sengage #inner-page-detail-reseau-mobile .black-row .color-block {
    width: 25%;
  }
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .color-block img {
  display: block;
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .color-block h3 {
  font-size: 20px;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .color-block p {
  font-size: 16px;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .texts {
  max-width: 600px;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .texts h1 {
  font-size: 30px;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row .texts p {
  font-size: 18px;
}
#orange-sengage #inner-page-detail-reseau-mobile .black-row.bg-pink .texts {
  max-width: 650px;
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row {
  background-color: #19171a;
  padding: 20px 0;
  margin-bottom: 40px;
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row .inner {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .gray-row .inner {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row .texts {
  max-width: 320px;
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row .texts h2 {
  font-size: 24px;
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row .texts p {
  font-size: 18px;
  color: #77787c;
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row .texts .btn-inverse.white:hover {
  background: #fff;
  color: #000;
}
#orange-sengage #inner-page-detail-reseau-mobile .gray-row .has-bottom-ml > small {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.1;
  color: #77787c;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .gray-row .has-bottom-ml {
    position: relative;
  }
  #orange-sengage #inner-page-detail-reseau-mobile .gray-row .has-bottom-ml > small {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 400px;
    margin: 0;
  }
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row {
  background: #fff;
  color: #000;
  padding: 60px 0;
  margin-bottom: 60px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row h1 {
  line-height: 1.1;
  font-size: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .white-row h1 {
    font-size: 40px;
    margin: 0;
  }
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row p {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  color: #50be87;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .white-row .title {
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/indicateur-dashboard-data-donnee-reseau03.svg') no-repeat top left / 61px auto;
    padding-left: 81px;
    margin-bottom: 40px;
    min-height: 61px;
  }
}
@media (min-width: 1200px) {
  #orange-sengage #inner-page-detail-reseau-mobile .white-row table {
    margin-left: 81px;
    max-width: 781px;
  }
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table tr:first-child {
  background: none;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table th {
  border-top: none;
  border-bottom: 2px solid #e5e5e5;
  font-size: 22px;
  font-weight: bold;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table td {
  border: none;
  font-size: 20px;
  font-weight: bold;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table td i {
  color: #c4c4c4;
  margin-right: 20px;
  font-size: 22px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table td i:before {
  vertical-align: middle;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row table td span {
  font-weight: normal;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile {
  margin-top: 30px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile > div {
  padding: 10px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile > div:nth-child(2n) {
  background-color: #f5f5f5;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile h3 i {
  color: #c4c4c4;
  margin-right: 20px;
  font-size: 22px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile h3 i:before {
  vertical-align: middle;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile h3 span {
  font-weight: normal;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile p {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
#orange-sengage #inner-page-detail-reseau-mobile .white-row .table-mobile p strong {
  display: inline-block;
  width: 60px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .texts {
  max-width: 500px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .texts h2 {
  color: #ff7900;
  font-size: 30px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .texts h3 {
  font-size: 18px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .texts p {
  font-size: 16px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .heart {
  margin-bottom: 60px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .heart img {
  max-width: 300px;
}
#orange-sengage #inner-page-detail-reseau-mobile .bottom-row .tower {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-mobile .bottom-row .tower {
    margin-bottom: 0;
  }
  #orange-sengage #inner-page-detail-reseau-mobile .bottom-row .tower img {
    position: absolute;
    bottom: -100px;
    left: -200px;
    height: 490px;
    width: auto;
  }
}
@media (max-width: 767px) {
  #orange-sengage #inner-page-detail-reseau-mobile .bottom-row img {
    display: block;
    max-width: 200px !important;
    margin: 0 auto 20px auto;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe {
  color: #fff;
}
#orange-sengage #inner-page-detail-reseau-fixe h2 {
  font-size: 26px;
  margin: 0;
}
#orange-sengage #inner-page-detail-reseau-fixe h3 {
  font-size: 22px;
  margin: 0;
}
#orange-sengage #inner-page-detail-reseau-fixe p {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .lrblocks {
    display: flex;
    align-items: center;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks.main-row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .lrblocks.main-row {
    margin-bottom: 60px;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks .lblock {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .lrblocks .lblock {
    margin-bottom: 0;
    width: 33%;
    margin-right: 60px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  #orange-sengage #inner-page-detail-reseau-fixe .lrblocks .lblock {
    width: 25%;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks .lblock img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-green {
  padding: 30px;
  color: #000;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-green .lblock {
  width: auto;
  flex-grow: 0;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-green .lblock img {
  margin: 0;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-green h2 {
  margin-bottom: 10px;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-pink {
  padding: 30px;
  color: #000;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .bg-pink {
    margin-right: 40px;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks.small {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks.small .lblock {
  width: 36px;
  margin: 0 20px 0 0;
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks.small .lblock img {
  width: 100%;
  margin: 0;
}
#orange-sengage #inner-page-detail-reseau-fixe .lrblocks.small p {
  max-width: 200px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-gray {
  background-color: #19171a;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-gray .lblock {
  padding: 30px;
  margin-bottom: 0;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-gray .rblock {
  padding: 0 30px 30px 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .bg-gray .rblock {
    padding: 30px 30px 30px 0;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-gray p {
  max-width: 520px;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-gray p + p {
  margin-top: 20px;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-yellow {
  padding: 30px;
  color: #000;
}
#orange-sengage #inner-page-detail-reseau-fixe .bg-yellow + .rblock {
  max-width: 540px;
}
#orange-sengage #inner-page-detail-reseau-fixe .info {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .info {
    position: relative;
    padding-left: 40px;
  }
}
#orange-sengage #inner-page-detail-reseau-fixe .info img {
  width: 23px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-reseau-fixe .info img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #orange-sengage #inner-page-detail-reseau-fixe .rblock.texts {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-service {
    position: relative;
  }
  #orange-sengage #inner-page-service .bloons {
    position: absolute;
    bottom: 0;
    height: auto;
    left: auto;
    right: 1%;
    width: 15%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #orange-sengage #inner-page-service .bloons {
    right: 14%;
    width: 17%;
  }
}
#orange-sengage #inner-page-service h2 {
  font-size: 28px;
  font-weight: 700;
}
#orange-sengage #inner-page-service h3 {
  font-size: 20px;
  line-height: 22px;
}
#orange-sengage #inner-page-service p {
  font-size: 16px;
}
#orange-sengage #inner-page-service .bg-main {
  background: white;
  color: black;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-service .bg-main h2 {
  padding: 30px;
  margin: 0;
}
#orange-sengage #inner-page-service .bg-orange {
  color: black;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-service .bg-orange {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-service .bg-orange .pic {
    min-width: 33%;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/mobile.jpg') no-repeat center center / cover;
  }
}
#orange-sengage #inner-page-service .bg-orange .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-service .bg-orange .pic img {
    display: none;
  }
}
#orange-sengage #inner-page-service .bg-orange .texts {
  padding: 20px;
}
#orange-sengage #inner-page-service .bg-orange .texts img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-service .bg-pink, #orange-sengage #inner-page-service .bg-white {
  margin-bottom: 20px;
  padding: 30px;
}
#orange-sengage #inner-page-service .bg-white {
  background: white;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-service .bg-white {
    max-width: 430px;
    position: relative;
    padding-right: 100px;
  }
  #orange-sengage #inner-page-service .bg-white img {
    width: 57px;
    height: auto;
    transform: rotate(10deg);
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
}
#orange-sengage #inner-page-detail-service {
  color: #fff;
}
#orange-sengage #inner-page-detail-service h3 {
  color: #F16E00;
  font-size: 24px;
  margin-bottom: 15px;
}
#orange-sengage #inner-page-detail-service h3 i {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}
#orange-sengage #inner-page-detail-service .btn-inverse.white:hover {
  border-color: white;
  background: white;
  color: black;
}
#orange-sengage #inner-page-detail-service .steps-row {
  background: transparent;
  margin-bottom: 60px;
}
#orange-sengage #inner-page-detail-service .steps-row .step {
  padding: 30px;
}
#orange-sengage #inner-page-detail-service .steps-row .step.pic {
  padding: 0;
}
#orange-sengage #inner-page-detail-service .steps-row .step + .step {
  margin-top: 20px;
}
#orange-sengage #inner-page-detail-service .steps-row .step h1 {
  font-size: 42px;
  margin: 50px 0;
  text-align: center;
}
#orange-sengage #inner-page-detail-service .steps-row .step p {
  font-size: 18px;
  margin: 0;
}
#orange-sengage #inner-page-detail-service .steps-row .step p + p {
  margin-top: 10px;
}
#orange-sengage #inner-page-detail-service .steps-row img {
  display: block;
  width: 100%;
}
#orange-sengage #inner-page-detail-service .steps-row.purple .step {
  background: #a885d8;
}
#orange-sengage #inner-page-detail-service .steps-row.yellow .step {
  background: #ffd200;
  color: #000;
}
#orange-sengage #inner-page-detail-service .steps-row.blue .step {
  background: #4bb4e6;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .steps-row {
    display: flex;
    align-items: stretch;
  }
  #orange-sengage #inner-page-detail-service .steps-row .step {
    width: 25%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #orange-sengage #inner-page-detail-service .steps-row .step.title {
    display: flex;
    align-items: center;
  }
  #orange-sengage #inner-page-detail-service .steps-row .step.texts {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
  }
  #orange-sengage #inner-page-detail-service .steps-row .step + .step {
    margin: 0 0 0 20px;
  }
  #orange-sengage #inner-page-detail-service .steps-row .step h1 {
    margin: 0;
    text-align: center;
  }
  #orange-sengage #inner-page-detail-service .steps-row .step p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #orange-sengage #inner-page-detail-service .steps-row .step {
    width: 30%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #orange-sengage #inner-page-detail-service .steps-row .step p {
    font-size: 20px;
  }
}
#orange-sengage #inner-page-detail-service .lrblocks {
  margin-bottom: 60px;
}
#orange-sengage #inner-page-detail-service .lrblocks .mask {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
#orange-sengage #inner-page-detail-service .lrblocks h3 {
  font-size: 24px;
  color: #F16E00;
}
#orange-sengage #inner-page-detail-service .lrblocks p {
  font-size: 18px;
}
#orange-sengage #inner-page-detail-service .lrblocks .lblock {
  flex-grow: 1;
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/img04-1.jpg') no-repeat center center / cover;
}
#orange-sengage #inner-page-detail-service .lrblocks .lblock .inner {
  max-width: 400px;
}
#orange-sengage #inner-page-detail-service .lrblocks .rblock {
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/img05-1.jpg') no-repeat center center / cover;
  margin-top: 20px;
}
#orange-sengage #inner-page-detail-service .lrblocks .rblock .inner {
  max-width: 260px;
  margin: 0 auto;
}
#orange-sengage #inner-page-detail-service .lrblocks .rblock p strong {
  font-size: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .lrblocks {
    display: flex;
    align-items: stretch;
  }
  #orange-sengage #inner-page-detail-service .lrblocks .mask {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 60px;
  }
  #orange-sengage #inner-page-detail-service .lrblocks .rblock {
    margin-top: 0;
    margin-left: 20px;
    width: 40%;
  }
}
#orange-sengage #inner-page-detail-service .offre-desc {
  max-width: 420px;
  margin: 0 auto 30px auto;
}
#orange-sengage #inner-page-detail-service .offre-desc.last {
  margin-bottom: 60px;
}
#orange-sengage #inner-page-detail-service .offre-desc i {
  font-size: 50px;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-detail-service .offre-desc i.icon-ore-edit-draft {
  font-size: 60px;
}
#orange-sengage #inner-page-detail-service .offre-desc i.icon-ore-device-phone-mobile-double {
  font-size: 70px;
}
#orange-sengage #inner-page-detail-service .offre-desc i.icon-ore-device-mobile-phone-happy-3-01 {
  font-size: 70px;
  transform: rotate(4deg);
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .offre-desc {
    padding-left: 80px;
    position: relative;
    margin-bottom: 60px;
  }
  #orange-sengage #inner-page-detail-service .offre-desc i {
    position: absolute;
    top: 0;
    left: 0;
  }
  #orange-sengage #inner-page-detail-service .offre-desc i.icon-ore-device-mobile-phone-happy-3-01 {
    left: 10px;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .mobile-descs {
    border: 8px solid #4d2400;
    padding: 60px 60px 0 60px;
    margin-bottom: 60px;
  }
}
#orange-sengage #inner-page-detail-service .mobile-desc {
  max-width: 270px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .mobile-desc {
    margin-bottom: 30px;
  }
}
#orange-sengage #inner-page-detail-service .mobile-desc + .btn {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .mobile-desc + .btn {
    margin-bottom: 60px;
  }
}
#orange-sengage #inner-page-detail-service .mobile-desc.last {
  margin-bottom: 60px;
}
#orange-sengage #inner-page-detail-service .fidelite-desc {
  max-width: 280px;
  margin: 0 auto 30px auto;
}
#orange-sengage #inner-page-detail-service .fidelite-desc.last {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-detail-service .fidelite-desc {
    margin-bottom: 60px;
  }
  #orange-sengage #inner-page-detail-service .fidelite-desc .btn {
    margin-top: 30px;
  }
}
#orange-sengage #inner-page-detail-service .mobile-desc p, #orange-sengage #inner-page-detail-service .offre-desc p, #orange-sengage #inner-page-detail-service .fidelite-desc p {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 15px;
}
#orange-sengage #inner-page-dispo {
  padding-bottom: 60px;
}
#orange-sengage #inner-page-dispo h3 {
  font-size: 20px;
  line-height: 22px;
}
#orange-sengage #inner-page-dispo p {
  font-size: 16px;
}
#orange-sengage #inner-page-dispo .bg-main {
  background: white;
  color: black;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-dispo .bg-main h2 {
  padding: 30px;
  margin: 0;
}
#orange-sengage #inner-page-dispo .bg-purple {
  color: black;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-dispo .bg-purple {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-dispo .bg-purple .pic {
    min-width: 49%;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/02-2.jpg') no-repeat center center / cover;
  }
}
#orange-sengage #inner-page-dispo .bg-purple .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-dispo .bg-purple .pic img {
    display: none;
  }
}
#orange-sengage #inner-page-dispo .bg-purple .texts {
  padding: 20px;
}
#orange-sengage #inner-page-dispo .bg-purple .texts img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-dispo .bg-purple .texts p {
  max-width: 270px;
}
#orange-sengage #inner-page-dispo .color-block {
  padding: 30px;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-dispo .color-block img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-monde-digital {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-monde-digital {
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/arc_en_ciel.svg') no-repeat bottom;
    background-position-x: 10%;
    background-size: 30% auto;
  }
}
@media (min-width: 1200px) {
  #orange-sengage #inner-page-monde-digital {
    background-position-x: left;
    background-size: 340px auto;
  }
}
#orange-sengage #inner-page-monde-digital h3 {
  font-size: 20px;
  line-height: 22px;
}
#orange-sengage #inner-page-monde-digital p {
  font-size: 16px;
}
#orange-sengage #inner-page-monde-digital .bg-main {
  background: white;
  color: black;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-monde-digital .bg-main h2 {
  padding: 30px;
  margin: 0;
}
#orange-sengage #inner-page-monde-digital .bg-yellow {
  color: black;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-monde-digital .bg-yellow {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-monde-digital .bg-yellow .pic {
    min-width: 49%;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/service-1.jpg') no-repeat center center / cover;
  }
}
#orange-sengage #inner-page-monde-digital .bg-yellow .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-monde-digital .bg-yellow .pic img {
    display: none;
  }
}
#orange-sengage #inner-page-monde-digital .bg-yellow .texts {
  padding: 20px;
}
#orange-sengage #inner-page-monde-digital .bg-yellow .texts img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-monde-digital .bg-yellow .texts p {
  max-width: 270px;
}
#orange-sengage #inner-page-monde-digital .color-block {
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
}
#orange-sengage #inner-page-monde-digital .color-block img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-monde-digital .bg-white {
  background: #fff;
  color: #000;
  position: relative;
}
#orange-sengage #inner-page-monde-digital .bg-white img {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-parole {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#orange-sengage #inner-page-parole h2 {
  font-size: 28px;
  font-weight: 700;
}
#orange-sengage #inner-page-parole h3 {
  font-size: 20px;
  line-height: 22px;
}
#orange-sengage #inner-page-parole p {
  font-size: 16px;
}
#orange-sengage #inner-page-parole .choisir-box-right {
  background-color: #ffb4e6;
}
#orange-sengage #inner-page-parole .whiteb {
  background: white;
  color: black;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-parole .whiteb h2 {
  padding: 30px;
  margin: 0;
}
#orange-sengage #inner-page-parole .bg-purple {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-parole .bg-purple {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-parole .bg-purple .pic {
    min-width: 33%;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/homme.jpg') no-repeat center center / cover;
  }
}
#orange-sengage #inner-page-parole .bg-purple .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-parole .bg-purple .pic img {
    display: none;
  }
}
#orange-sengage #inner-page-parole .bg-purple .texts {
  padding: 20px;
}
#orange-sengage #inner-page-parole .bg-purple .texts img {
  width: 80px;
  height: auto;
}
#orange-sengage #inner-page-parole .bg-yellow {
  margin-bottom: 20px;
  padding: 30px;
}
#orange-sengage #inner-page-applis [data-mh="main"] {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #orange-sengage #inner-page-applis [data-mh="main"].left {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #orange-sengage #inner-page-applis [data-mh="main"].left {
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/men_pro-1.svg') no-repeat bottom left / 30% auto;
  }
  #orange-sengage #inner-page-applis [data-mh="main"].right {
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/flowers-1.svg') no-repeat bottom right / 25% auto;
  }
}
#orange-sengage #inner-page-applis h2 {
  font-size: 28px;
  font-weight: 700;
}
#orange-sengage #inner-page-applis h3 {
  font-size: 20px;
  line-height: 22px;
}
#orange-sengage #inner-page-applis p {
  font-size: 16px;
}
#orange-sengage #inner-page-applis .bg-main {
  background: white;
  color: black;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-applis .bg-main h2 {
  padding: 30px;
  margin: 0;
}
#orange-sengage #inner-page-applis .color-block {
  padding: 20px;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-applis .color-block:after {
  content: " ";
  display: block;
  clear: both;
}
#orange-sengage #inner-page-applis .color-block img {
  display: block;
  height: auto;
}
#orange-sengage #inner-page-applis .bg-yellow {
  padding-right: 120px;
  position: relative;
}
#orange-sengage #inner-page-applis .bg-yellow img {
  width: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
#orange-sengage #inner-page-applis .bg-blue {
  color: #fff;
}
#orange-sengage #inner-page-applis .bg-blue img {
  width: 65px;
}
#orange-sengage #inner-page-applis .bg-green {
  color: #fff;
}
#orange-sengage #inner-page-applis .bg-green img {
  width: 56px;
}
#orange-sengage #inner-page-applis .black-block {
  margin-bottom: 20px;
}
#orange-sengage #inner-page-applis .black-block h1 {
  color: #F16E00;
  font-size: 32px;
  max-width: 290px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #orange-sengage #inner-page-applis .black-block h1 {
    padding-bottom: 20px;
  }
}
#orange-sengage #inner-page-applis .black-block p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}
#orange-sengage #inner-page-applis .bg-pink {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-applis .bg-pink {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-applis .bg-pink .pic {
    min-width: 50%;
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/os-images/deezer-2.jpg') no-repeat center center / cover;
  }
}
#orange-sengage #inner-page-applis .bg-pink .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #orange-sengage #inner-page-applis .bg-pink .pic img {
    display: none;
  }
}
#orange-sengage #inner-page-applis .bg-pink .texts {
  padding: 20px;
}
#orange-sengage #inner-page-applis .bg-pink .texts img {
  width: 80px;
  height: auto;
}
#orange-sengage #inner-page-applis .bg-gray {
  background-color: #8f8f8f;
  color: #fff;
}
#orange-sengage #inner-page-applis .bg-gray img {
  width: 70px;
}
.internet-code-privilege #main {
  background: #eee;
  padding-top: 60px;
}
.internet-code-privilege #main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.internet-code-privilege #main .row [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.internet-code-privilege .page-heading {
  display: none;
}
.internet-code-privilege .mentions-legales {
  margin: 0 0 50px 0;
}
.internet-code-privilege .mentions-legales p.title {
  padding: 0;
}
.internet-code-privilege h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .internet-code-privilege h1 {
    font-size: 40px;
  }
}
.internet-code-privilege h2 {
  font-size: 23px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .internet-code-privilege h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.internet-code-privilege h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.internet-code-privilege .intro {
  padding: 20px 10px;
  background-color: #000;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .internet-code-privilege .intro {
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .internet-code-privilege .intro img {
    height: 170px;
  }
}
.internet-code-privilege .intro .logo {
  margin-right: 20px;
  flex-shrink: 0;
}
.internet-code-privilege .intro .logo .inner {
  position: relative;
  max-width: 170px;
}
.internet-code-privilege .intro .logo .inner p {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.internet-code-privilege .intro .texts h3 {
  margin-bottom: 20px;
}
.internet-code-privilege .intro .texts p {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.internet-code-privilege .intro .texts p + p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .internet-code-privilege .intro .texts p + p {
    margin-bottom: 0;
  }
}
.internet-code-privilege .intro .texts p span {
  color: #F16E00;
}
@media (min-width: 768px) {
  .internet-code-privilege .intro .texts {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.internet-code-privilege .intro .pic {
  position: relative;
  max-width: 305px;
}
@media (min-width: 768px) {
  .internet-code-privilege .intro .pic {
    flex-shrink: 0;
    margin-left: 20px;
  }
}
.internet-code-privilege .intro .pic .bulle {
  position: absolute;
  top: 2%;
  left: 50.5%;
  width: 48%;
  height: 87%;
}
.internet-code-privilege .intro .pic .bulle .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.internet-code-privilege .intro .pic .bulle .inner .text {
  max-width: 80%;
  text-align: center;
  color: #000;
}
.internet-code-privilege .intro .pic h1 {
  color: #F16E00;
  margin: 0;
}
.internet-code-privilege .intro .pic h1 small {
  color: #F16E00;
  font-size: 50%;
}
.internet-code-privilege .intro .pic strong {
  display: block;
  font-size: 12px;
}
.internet-code-privilege .intro .pic > small {
  display: block;
  font-size: 10px;
}
.internet-code-privilege .etapes {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .internet-code-privilege .etapes {
    display: flex;
    padding: 20px;
    margin-bottom: 60px;
  }
}
.internet-code-privilege .etapes .etape {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.internet-code-privilege .etapes .etape:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .internet-code-privilege .etapes .etape {
    flex-basis: 33%;
    position: static;
    margin: 0;
    padding: 0;
  }
}
.internet-code-privilege .etapes .fleche {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 20px;
  padding-top: 61px;
}
.internet-code-privilege .etapes .fleche::after {
  content: "a";
  color: #000;
  opacity: 0.57;
  font: 45px "orange-reunion";
}
.internet-code-privilege .etapes .cercle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .internet-code-privilege .etapes .cercle {
    position: static;
    margin: 0 auto 20px auto;
    padding: 0 30px;
    width: 170px;
    height: 170px;
    font-size: 60px;
    line-height: 1.1;
  }
  .internet-code-privilege .etapes .cercle p {
    font-size: 14px;
    font-weight: bold;
  }
}
.internet-code-privilege .etapes .titre {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.internet-code-privilege .etapes .detail {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .internet-code-privilege .etapes .detail {
    max-width: 230px;
    margin: 0 auto;
  }
}
.internet-code-privilege .etapes .un .cercle {
  background: #ffd200;
}
.internet-code-privilege .etapes .deux .cercle {
  background: #ffb4e6;
}
.internet-code-privilege .etapes .trois .cercle {
  background: #4bb4e6;
}
.internet-code-privilege .offre {
  background: #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .internet-code-privilege .offre {
    margin-bottom: 60px;
  }
}
.internet-code-privilege .offre .inner {
  padding: 20px 10px 0 10px;
}
@media (min-width: 768px) {
  .internet-code-privilege .offre .inner {
    padding: 20px;
  }
}
.internet-code-privilege .offre h1 {
  padding: 10px;
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 28px;
}
@media (min-width: 768px) {
  .internet-code-privilege .offre h1 {
    padding: 10px 20px;
  }
}
.internet-code-privilege .offre h2 {
  margin-bottom: 0;
  font-size: 16px;
}
.internet-code-privilege .offre h2 span {
  font-size: 40px;
  color: #F16E00;
}
.internet-code-privilege .offre h2 span small {
  font-size: 50%;
  color: #F16E00;
}
.internet-code-privilege .offre h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.internet-code-privilege .offre p {
  margin-bottom: 20px;
}
.internet-code-privilege .offre p strong {
  display: block;
}
.internet-code-privilege .offre .btn {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .internet-code-privilege .offre .btn {
    margin: 0 20px;
  }
}
#messagerie-vocale small {
  color: #777777;
}
#messagerie-vocale blockquote {
  font-size: 1em;
}
#messagerie-vocale blockquote small:before {
  content: "";
  display: none;
}
#messagerie-vocale .odr-steps .step .circle {
  font-size: 18px;
  width: 110px;
  height: 110px;
}
#messagerie-vocale .odr-steps .step .circle strong {
  font-size: 60px;
}
@media (min-width: 768px) {
  #messagerie-vocale .odr-steps .step {
    display: block;
    vertical-align: top;
  }
  #messagerie-vocale .odr-steps .step .circle {
    margin: 15px 0;
  }
  #messagerie-vocale .odr-steps .step .texts {
    max-width: 600px;
    margin: 0 30px;
  }
  #messagerie-vocale .odr-steps .arrow {
    display: block;
    padding: 0 0 0 22px;
  }
  #messagerie-vocale .odr-steps .arrow span {
    transform: rotate(90deg);
  }
}
#messagerie-vocale .number {
  border: 2px solid #000;
  padding: 3px;
  width: 32px;
  text-align: center;
  display: inline-block;
}
#messagerie-vocale ol {
  padding: 10px 20px 10px 35px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
  counter-reset: section;
  list-style-type: none;
}
#messagerie-vocale ol li {
  margin: 5px 0;
}
#messagerie-vocale ol li:before {
  font-weight: bold;
  counter-increment: section;
  content: counter(section);
  border: 2px solid #000;
  padding: 3px;
  width: 29px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}
#messagerie-vocale .presentation-mvv a {
  display: flex;
}
#messagerie-vocale .presentation-mvv a .patch {
  background-color: #F16E00;
  font-size: 8px;
  padding: 3px;
  position: relative;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
#messagerie-vocale #mvv .holder .block-info .well {
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.page-reseau-5g .img-text-intro .bloc {
  display: flex;
  align-items: center;
}
.page-reseau-5g .img-speed {
  margin-left: auto;
  margin-right: auto;
}
.page-reseau-5g .text-5g {
  font-size: 16px;
}
.page-reseau-5g .block-date-5g {
  margin-bottom: 45px;
}
.page-reseau-5g .block-date-5g .block-5g-title {
  display: flex;
  margin-top: 45px;
  margin-bottom: 35px;
}
.page-reseau-5g .block-date-5g .block-5g-title img {
  margin-left: 50px;
  height: 34px;
  width: auto;
}
.page-reseau-5g .block-date-5g .flex-container {
  display: flex;
}
@media (max-width: 767px) {
  .page-reseau-5g .block-date-5g .flex-container {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page-reseau-5g .block-date-5g .flex-container {
    flex-direction: row;
  }
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content {
  position: relative;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-reseau-5g .block-date-5g .flex-container .block-5g-content {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) {
  .page-reseau-5g .block-date-5g .flex-container .block-5g-content {
    width: 48%;
  }
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content:nth-child(1) {
  margin-right: 5%;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-contentfirst-child {
  margin-left: 5%;
}
@media (min-width: 768px) {
  .page-reseau-5g .block-date-5g .flex-container .block-5g-contentfirst-child {
    margin-right: 10%;
  }
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content p {
  background-color: #ff6600;
  padding: 50px 10px 10px 50px;
  color: #ffffff;
  min-height: 190px;
  margin-bottom: 0;
  line-height: 1.6em;
  font-size: 16px;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .absolute {
  position: absolute;
  left: -25px;
  top: -15px;
  background-color: #ffffff;
  color: #ff6600;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  min-width: 90px;
}
@media (max-width: 767px) {
  .page-reseau-5g .block-date-5g .flex-container .block-5g-content .absolute {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .page-reseau-5g .block-date-5g .flex-container .block-5g-content .absolute {
    left: -25px;
  }
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .absolute span {
  font-size: 16px;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .absolute label {
  font-size: 25px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .arrow {
  width: 0;
  height: 0;
  margin: auto;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 40px solid black;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g {
  font-weight: 600;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g div {
  display: flex;
  margin-bottom: 10px;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g div img {
  max-width: 140px;
  max-height: 140px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g div div {
  display: flex;
  flex-direction: column;
  padding: 15px 0 0 20px;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g div div label {
  font-size: 18px;
  color: #ff6600;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g div div p:last-child {
  margin-bottom: 0;
}
.page-reseau-5g .block-date-5g .flex-container .block-5g-content .detail-5g div div p {
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  min-height: auto !important;
}
.page-reseau-5g .bloc-5g-img-text {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .page-reseau-5g .bloc-5g-img-text {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .page-reseau-5g .bloc-5g-img-text {
    flex-direction: column;
  }
}
.page-reseau-5g .bloc-5g-img-text img {
  max-width: 180px;
}
@media (min-width: 768px) {
  .page-reseau-5g .bloc-5g-img-text img {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .page-reseau-5g .bloc-5g-img-text.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .page-reseau-5g .bloc-5g-img-text.reverse img {
    float: right;
    margin-right: 0px;
    margin-left: 50px;
  }
}
.page-reseau-5g .bloc-5g-img-text.efficacite-energetique img {
  width: 300px;
  max-width: fit-content;
  margin-bottom: 35px;
}
.page-reseau-5g .bloc-ml-deploiement {
  border: solid #000000 1px;
  padding: 25px;
}
.page-reseau-5g .block-img-text-pages .text {
  color: #000000;
}
#page-travaux-raccordement main h1 {
  margin-top: 3rem;
}
#page-travaux-raccordement main h1.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  margin-top: 7px;
  background-color: #F16E00;
}
@media (max-width: 480px) {
  #page-travaux-raccordement main h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-travaux-raccordement main .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
#page-travaux-raccordement main .row .col-lg-6, #page-travaux-raccordement main .row .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}
#page-travaux-raccordement main p, #page-travaux-raccordement main ul {
  font-size: 1.6rem;
}
#page-travaux-raccordement main ul {
  list-style: none;
}
#page-travaux-raccordement main ul li::before {
  content: "•";
  color: #F16E00;
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 480px) {
  #page-travaux-raccordement main .btn {
    display: block;
    padding: 1rem;
  }
}
#page-travaux-raccordement main .preparation .btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#page-evolution-tel-fixe .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
#page-evolution-tel-fixe h1 {
  margin-top: 3rem;
}
#page-evolution-tel-fixe h1.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  margin-top: 7px;
  background-color: #F16E00;
}
#page-evolution-tel-fixe p {
  font-size: 1.6rem;
}
#page-evolution-tel-fixe .embed-responsive {
  margin-bottom: 1.5rem;
}
.page-avantages-fibre-new h1.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  margin-top: 7px;
  background-color: #ff6600;
}
.page-avantages-fibre-new .avec-la-fibre .image-quinconce .texte h2 {
  color: #ff6600;
}
.page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table {
  border-spacing: 0px;
  border: none;
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table thead, .page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table tbody {
  width: 100%;
}
.page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table thead tr th, .page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table thead tr td, .page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table tbody tr th, .page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table tbody tr td {
  width: 25%;
  text-align: center;
}
.page-avantages-fibre-new .panel-collapse .panel-body .table-responsive .table thead tr th {
  background-color: #eeeeee;
}
.page-avantages-fibre-new .decouvrez-aussi .block .image {
  position: relative;
  margin-right: 30px;
}
.page-avantages-fibre-new .decouvrez-aussi .block .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eee;
  -webkit-transform: translateX(-10px) translateY(10px);
  -ms-transform: translateX(-10px) translateY(10px);
  transform: translateX(-10px) translateY(10px);
  z-index: 1;
}
.page-avantages-fibre-new .decouvrez-aussi .block .image img {
  z-index: 2;
  position: relative;
}
#page-adsl-vdsl2-avantages .block1-well {
  border: none !important;
}
#page-adsl-vdsl2-avantages .block1-well .row {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  #page-adsl-vdsl2-avantages .block1-well .row {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #page-adsl-vdsl2-avantages .block1-well .row {
    flex-direction: column;
  }
}
#page-adsl-vdsl2-avantages .block1-well .row .block {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#page-adsl-vdsl2-avantages .block1-well .row .block img {
  margin-left: auto;
  margin-right: auto;
}
#page-adsl-vdsl2-avantages .table-responsive .table .th-2 {
  text-align: center;
  color: #fff;
  background: #9c9c9c;
  border-bottom: none;
}
#page-adsl-vdsl2-avantages .table-responsive .table .th-3 {
  text-align: center;
  color: #fff;
  background: #f60;
  border-bottom: none;
}
#page-adsl-vdsl2-avantages .table-responsive .table tbody tr td {
  text-align: center;
  border: solid 1px #ccc;
}
#chapo-mobile .mobile-carousel .slick-prev {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  border-top: 2px solid #cfcfcf;
  border-left: 2px solid #cfcfcf;
  border-right: none;
  border-bottom: none;
  font-size: 0px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  transform: rotate(-45deg);
  margin: 20px;
}
#chapo-mobile .mobile-carousel .slick-prev:focus {
  box-shadow: none;
  outline: none;
}
#chapo-mobile .mobile-carousel .slick-next {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  right: 0px;
  border-top: 2px solid #cfcfcf;
  border-right: 2px solid #cfcfcf;
  border-left: none;
  border-bottom: none;
  font-size: 0px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  transform: rotate(45deg);
  margin: 20px;
}
#chapo-mobile .mobile-carousel .slick-next:focus {
  box-shadow: none;
  outline: none;
}
#chapo-mobile .mobile-carousel .slick-dots {
  padding-left: 0px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 10px;
  display: flex;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 135px;
}
#chapo-mobile .mobile-carousel .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 35px;
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 5px;
}
#chapo-mobile .mobile-carousel .slick-dots li button:focus {
  box-shadow: none;
  outline: none;
}
#chapo-mobile .mobile-carousel .slick-dots li.slick-active button {
  background-color: #F16E00;
}
#cent-pourcent-orange #old .main-slide {
  padding: 30px 20px;
}
#cent-pourcent-orange #old .main-slide img {
  display: none;
}
#cent-pourcent-orange #old .main-slide .intro {
  max-width: 280px;
  margin: 0 auto 30px auto;
}
#cent-pourcent-orange #old .main-slide [class^="icon-ore-"] {
  float: left;
  font-size: 40px;
  margin-right: 20px;
}
#cent-pourcent-orange #old .main-slide .internet, #cent-pourcent-orange #old .main-slide .mobile, #cent-pourcent-orange #old .main-slide .reduction {
  width: 240px;
  margin: 0 auto;
}
#cent-pourcent-orange #old .main-slide .plus, #cent-pourcent-orange #old .main-slide .egal {
  width: 23px;
  margin: 20px auto;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .main-slide .reduction [class^="icon-ore-"] {
    line-height: 65px;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .main-slide {
    font-size: 16px;
    padding: 30px 10px 30px 15%;
  }
  #cent-pourcent-orange #old .main-slide img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 2%;
    width: 10%;
    display: block;
  }
  #cent-pourcent-orange #old .main-slide .intro {
    max-width: 570px;
    margin: 0 0 30px 0;
  }
  #cent-pourcent-orange #old .main-slide [class^="icon-ore-"] {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
  #cent-pourcent-orange #old .main-slide .ib {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  #cent-pourcent-orange #old .main-slide .internet {
    width: 120px;
  }
  #cent-pourcent-orange #old .main-slide .mobile {
    width: 110px;
  }
  #cent-pourcent-orange #old .main-slide .reduction {
    width: 210px;
  }
  #cent-pourcent-orange #old .main-slide .plus, #cent-pourcent-orange #old .main-slide .egal {
    font-size: 40px;
    padding-top: 15px;
    margin: 0 6% 0 4%;
  }
}
@media (min-width: 1024px) {
  #cent-pourcent-orange #old .main-slide {
    font-size: 18px;
    padding: 50px 10px 50px 20%;
  }
  #cent-pourcent-orange #old .main-slide img {
    left: 4%;
  }
  #cent-pourcent-orange #old .main-slide .intro {
    margin-bottom: 50px;
  }
  #cent-pourcent-orange #old .main-slide [class^="icon-ore-"] {
    font-size: 50px;
  }
  #cent-pourcent-orange #old .main-slide .internet {
    width: 140px;
  }
  #cent-pourcent-orange #old .main-slide .mobile {
    width: 130px;
  }
  #cent-pourcent-orange #old .main-slide .reduction {
    width: 230px;
  }
  #cent-pourcent-orange #old .main-slide .plus, #cent-pourcent-orange #old .main-slide .egal {
    margin: 0 7% 0 5%;
  }
}
#cent-pourcent-orange #old .slide_1 .slide {
  padding: 30px 20px;
}
#cent-pourcent-orange #old .slide_1 .slide img {
  display: none;
}
#cent-pourcent-orange #old .slide_1 .slide p span {
  font-size: 50px;
}
#cent-pourcent-orange #old .slide_1 .slide .middle-content {
  display: flex;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .slide_1 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 20px;
  }
  #cent-pourcent-orange #old .slide_1 .slide .middle-content {
    text-align: -webkit-center;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .slide_1 .slide {
    font-size: 16px;
  }
  #cent-pourcent-orange #old .slide_1 .slide img {
    display: block;
    width: 90%;
  }
  #cent-pourcent-orange #old .slide_1 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 50px;
  }
  #cent-pourcent-orange #old .slide_1 .slide p span {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  #cent-pourcent-orange #old .slide_1 .slide {
    font-size: 18px;
  }
  #cent-pourcent-orange #old .slide_1 .slide .intro {
    margin-top: 40px;
  }
  #cent-pourcent-orange #old .slide_1 .slide .middle-content .internet span {
    padding-left: 0px !important;
  }
  #cent-pourcent-orange #old .slide_1 .slide p span {
    font-size: 50px;
  }
}
#cent-pourcent-orange #old .slide_2 {
  position: relative;
}
#cent-pourcent-orange #old .slide_2 img {
  width: 370px;
  position: absolute;
  top: -23px;
  left: 5%;
}
#cent-pourcent-orange #old .slide_2 .slide {
  padding: 30px 20px;
}
#cent-pourcent-orange #old .slide_2 .slide p span {
  font-size: 50px;
}
#cent-pourcent-orange #old .slide_2 .slide .middle-content {
  display: flex;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .slide_2 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 8px;
  }
  #cent-pourcent-orange #old .slide_2 .slide .middle-content {
    text-align: -webkit-center;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .slide_2 .slide {
    font-size: 16px;
  }
  #cent-pourcent-orange #old .slide_2 .slide img {
    width: 75%;
    position: absolute;
    top: -70px;
  }
  #cent-pourcent-orange #old .slide_2 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 50px;
  }
  #cent-pourcent-orange #old .slide_2 .slide p span {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  #cent-pourcent-orange #old .slide_2 .slide {
    font-size: 18px;
  }
  #cent-pourcent-orange #old .slide_2 .slide .intro {
    margin-top: 34px;
  }
  #cent-pourcent-orange #old .slide_2 .slide .middle-content .internet span {
    padding-left: 0px !important;
  }
  #cent-pourcent-orange #old .slide_2 .slide p span {
    font-size: 50px;
  }
  #cent-pourcent-orange #old .slide_2 .slide .bottom-banner-text {
    margin-bottom: 40px;
  }
}
#cent-pourcent-orange #old .slide_3 {
  position: relative;
}
#cent-pourcent-orange #old .slide_3 img {
  width: 450px;
  position: absolute;
  top: 14px;
  left: 0%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cent-pourcent-orange #old .slide_3 img {
    /* IE10+ CSS styles go here */
    width: 490px !important;
    height: 311px;
  }
}
#cent-pourcent-orange #old .slide_3 .slide {
  padding: 30px 20px;
}
#cent-pourcent-orange #old .slide_3 .slide p span {
  font-size: 50px;
}
#cent-pourcent-orange #old .slide_3 .slide .middle-content {
  display: flex;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .slide_3 .slide [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 20px;
  }
  #cent-pourcent-orange #old .slide_3 .slide .middle-content {
    text-align: -webkit-center;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .slide_3 .slide {
    font-size: 16px;
  }
  #cent-pourcent-orange #old .slide_3 .slide img {
    width: 75%;
    position: absolute;
    top: -70px;
  }
  #cent-pourcent-orange #old .slide_3 .slide [class^="icon-ore-"] {
    font-size: 55px;
    position: relative;
    top: 15px;
    padding: 0 50px;
  }
  #cent-pourcent-orange #old .slide_3 .slide p span {
    font-size: 50px;
  }
  #cent-pourcent-orange #old .slide_3 .slide .middle-content {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  #cent-pourcent-orange #old .slide_3 .slide {
    font-size: 18px;
  }
  #cent-pourcent-orange #old .slide_3 .slide .intro {
    margin-top: 55px;
  }
  #cent-pourcent-orange #old .slide_3 .slide .middle-content .internet span {
    padding-left: 0px !important;
  }
  #cent-pourcent-orange #old .slide_3 .slide p span {
    font-size: 50px;
  }
}
#cent-pourcent-orange #old .section-applis {
  background-color: #F6F6F6;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange-3 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange-3 img {
  width: 45px !important;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange-4 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange-4 img {
  width: 50px !important;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange-1 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange-1 img {
  width: 50px !important;
  position: relative;
  top: 9px;
  left: 8px;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange {
  width: 70px !important;
  height: 70px !important;
  border-radius: 14px !important;
}
#cent-pourcent-orange #old .section-applis .well-applis-orange i {
  font-size: 40px !important;
}
#cent-pourcent-orange #old .section-applis .playzer-applis {
  background-color: #EEEEEE;
}
#cent-pourcent-orange #old .section-applis .playzer-applis img {
  background-color: #EEEEEE;
  margin-top: 5px;
}
#cent-pourcent-orange #old .image-banner .image-webtv {
  position: relative;
}
#cent-pourcent-orange #old .image-banner .image-webtv .image-content a i {
  font-size: 10px;
  border: solid;
  border-width: 1px;
  border-radius: 50%;
  padding: 3px 2px 1px 4px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content .button {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content {
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content h2 i {
    background-color: #000000;
    color: #ffffff;
    padding: 14px 11px 5px 12px;
    border-radius: 10px;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content {
    position: absolute;
    top: 15%;
    left: 35px;
  }
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content h2 i {
    background-color: #000000;
    color: #ffffff;
    padding: 14px 11px 5px 12px;
    border-radius: 10px;
    font-size: 29px;
  }
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content {
    position: absolute;
    top: 50px;
    left: 50px;
  }
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content h2 i {
    background-color: #000000;
    color: #ffffff;
    padding: 15px 12px 3px 12px;
    border-radius: 10px;
    font-size: 40px;
  }
  #cent-pourcent-orange #old .image-banner .image-webtv .image-content h4 {
    font-size: 18px;
  }
}
#cent-pourcent-orange #old .well-section a {
  color: #000000;
}
#cent-pourcent-orange #old .well-section .well_1 {
  background-color: #ffd724;
}
#cent-pourcent-orange #old .well-section .well_2 {
  background-color: #4bb4e6;
}
#cent-pourcent-orange #old .well-section .well_3 {
  background-color: #50be87;
}
#cent-pourcent-orange #old .well-section .well {
  position: relative;
}
#cent-pourcent-orange #old .well-section .well h2 small {
  color: #000000;
}
#cent-pourcent-orange #old .well-section .well i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 50px;
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  #cent-pourcent-orange #old .well-section .well i {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  #cent-pourcent-orange #old .well-section [class^="icon-ore-"] {
    font-size: 40px;
    position: relative;
    top: 15px;
    padding: 0 10px !important;
  }
}
#cent-pourcent-orange #old .well-section .middle-content {
  display: flex;
}
#cent-pourcent-orange #old .well-section .middle-content [class^="icon-ore-"] {
  font-size: 40px;
  position: relative;
  top: 15px;
  padding: 0 20px;
}
#cent-pourcent-orange #old .well-section .middle-content p span {
  position: relative;
  top: 7px;
  font-size: 40px;
}
#cent-pourcent-orange #old .well-section .middle-content .internet span {
  padding-left: 0px !important;
}
#cent-pourcent-orange #old .intro-section [class^="icon-ore-"] {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .intro-section [class^="icon-ore-"].icon-ore-event-organiser::before {
    margin-left: -9px;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .intro-section [class^="icon-ore-"] {
    text-align: center;
  }
  #cent-pourcent-orange #old .intro-section [class^="icon-ore-"].icon-ore-device-mobile-phone-happy-3-01::before {
    margin-left: 15%;
  }
}
#cent-pourcent-orange #old .intro-section [class^="icon-ore-"].icon-ore-internet-browser {
  font-size: 45px;
}
#cent-pourcent-orange #old .intro-section p {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 35px;
  max-width: 450px;
}
#cent-pourcent-orange #old .intro-section p.text-orange {
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .page-title2 {
    margin-bottom: 35px;
  }
}
#cent-pourcent-orange #old .arguments-section {
  font-size: 18px;
}
#cent-pourcent-orange #old .arguments-section p {
  margin: 0;
}
#cent-pourcent-orange #old .arguments-section .bonjour {
  background: url(/boutique/assets/images/100-orange/bonjour.svg) no-repeat center left;
  background-size: 88px 88px;
  min-height: 63px;
  padding-left: 118px;
  line-height: 63px;
}
#cent-pourcent-orange #old .arguments-section .pouce {
  background: url(/boutique/assets/images/100-orange/pouce.svg) no-repeat 5px 0;
  background-size: 78px 78px;
  min-height: 78px;
  padding-left: 118px;
  line-height: 78px;
}
#cent-pourcent-orange #old .arguments-section .arc {
  background: url(/boutique/assets/images/100-orange/arc.svg) no-repeat center left;
  background-size: 88px 78px;
  min-height: 66px;
  padding-left: 118px;
  line-height: 66px;
}
#cent-pourcent-orange #old .arguments-section strong {
  display: inline-block;
  max-width: 220px;
  vertical-align: middle;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #old .arguments-section .pouce, #cent-pourcent-orange #old .arguments-section .arc {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #old .arguments-section .pouce {
    background-position: 10px 0;
  }
}
#cent-pourcent-orange #old .remise-section table {
  color: #fff;
  font-weight: bold;
  width: 100%;
}
#cent-pourcent-orange #old .remise-section table th, #cent-pourcent-orange #old .remise-section table td {
  height: 80px;
  padding: 15px;
  font-size: 16px;
}
#cent-pourcent-orange #old .remise-section table th {
  background: #000;
}
#cent-pourcent-orange #old .remise-section table td {
  background: #232323;
}
#cent-pourcent-orange #old .remise-section table td[colspan] {
  height: 90px;
  background: #F16E00;
  color: #000;
  position: relative;
  padding-left: 85px;
}
#cent-pourcent-orange #old .remise-section table td[colspan] span {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
  vertical-align: middle;
}
#cent-pourcent-orange #old .remise-section table td[colspan] a {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
#cent-pourcent-orange #old .remise-section table td[colspan] a:hover {
  color: #fff;
}
#cent-pourcent-orange #old .remise-section table td strong {
  color: #F16E00;
  font-size: 20px;
}
#cent-pourcent-orange #old .remise-section table.mobile th {
  width: 50%;
}
#cent-pourcent-orange #old .remise-section table.desktop td {
  width: 25%;
}
#cent-pourcent-orange #old .mobile-forfait-section-info .section-info .yellow-block .text {
  width: auto;
}
#cent-pourcent-orange #old .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 240px;
}
#cent-pourcent-orange #old .mobile-forfait-section-info .section-info .yellow-block .text p {
  width: 55%;
}
#cent-pourcent-orange #old .mobile-forfait-section-info .section-info .yellow-block .text .text img {
  position: absolute;
  left: 0%;
}
#cent-pourcent-orange #old .mobile-forfait-section-info .section-info .yellow-block a .image_1 {
  right: 5%;
}
#cent-pourcent-orange #old .mobile-forfait-section-info .section-info .info-flex .purple-block a {
  background: #4BB4E6;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #main {
  padding-bottom: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #gallery-holder {
  margin-bottom: 60px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #gallery-holder .gallery.container-fluid {
  max-width: 1240px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .page-title2 {
  margin-bottom: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument {
  padding: 20px;
  margin-bottom: 80px;
  width: 100%;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.promo {
  padding: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.promo .promo {
  background-color: #F16E00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding: 1rem;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.promo .inner {
  padding: 20px;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.mobile {
    background: #eee;
  }
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument {
    width: 47%;
    padding: 30px 20px;
  }
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments .kf-argument.desktop {
    background: #eee;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments h3 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments h3 {
    margin-bottom: 30px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments p, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments p:last-child, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul:last-child {
  margin: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul {
  padding-left: 13px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-arguments ul li + li {
  margin-top: 5px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal {
    display: none;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face {
  text-align: center;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face img {
    width: 118px;
    height: 118px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face p {
  font-size: 16px;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face p {
    font-size: 18px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face + .face + .face {
  margin-left: 30px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first {
  position: relative;
  padding-right: 160px;
  margin-right: 10px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first img {
  position: relative;
  z-index: 2;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow {
  position: absolute;
  top: 15px;
  right: 0;
  width: 160px;
  z-index: 1;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow {
    top: 16px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateX(-20px) translateY(-50%);
  background-color: #FF7900;
  z-index: 1;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:before {
    transform: translateX(-35px) translateY(-50%);
    height: 18px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 28px;
  border-color: transparent transparent transparent #ff7700;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow:after {
    border-width: 20px 0 20px 40px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #FF7900;
  color: #fff;
  border-radius: 50%;
  transform: translateX(-14px);
  z-index: 2;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div {
    width: 86px;
    height: 86px;
    transform: translateX(-20px);
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .face.first .arrow div span {
    font-size: 14px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount {
  position: relative;
  padding-left: 80px;
  color: #FF7900;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount {
    padding-left: 100px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount span {
  position: absolute;
  display: block;
  width: 80px;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount span {
    width: 100px;
    font-size: 58px;
    line-height: 80px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount h1 {
  font-size: 70px;
  line-height: 70px;
  margin: 0;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount h1 {
    font-size: 98px;
    line-height: 80px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount h1 sub {
  font-size: 40%;
  bottom: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount p {
  font-size: 20px;
  line-height: 23px;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal .figure .discount p {
    font-size: 24px;
    line-height: 29px;
    padding-left: 35px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-horizontal > p {
  max-width: 500px;
  border: 2px dotted #FF7900;
  color: #FF7900;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical {
  text-align: center;
}
@media (min-width: 1024px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical {
    display: none;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .face {
  display: inline-block;
  line-height: 1.1;
  margin: 0 10px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .face img {
  width: 80px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .face img {
    width: 100px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow {
  display: block;
  position: relative;
  height: 100px;
  margin-bottom: 40px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF7900;
  z-index: 1;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 14px 0 14px;
  border-color: #ff7700 transparent transparent transparent;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow div {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #FF7900;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .arrow div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical > p {
  display: inline-block;
  min-width: 300px;
  border: 2px dotted #FF7900;
  color: #FF7900;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical > p {
    min-width: 340px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .equal {
  font-size: 60px;
  font-weight: bold;
  color: #FF7900;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 10px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount {
  color: #FF7900;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount h1 {
  font-size: 70px;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount h1 sub {
  font-size: 40%;
  bottom: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-discount .kf-discount-vertical .discount p {
  font-size: 20px;
  line-height: 23px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages {
  margin-bottom: 60px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages h2 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages h2 {
    margin-bottom: 30px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th {
  background: #303030;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th[colspan] {
  color: #000;
  background: #FF7900;
  font-size: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th[colspan].promo {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  height: 60px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td {
  background: #424242;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td strong {
  font-size: 16px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td + td, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td + th, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th + td, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td strong, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th strong {
  color: #F16E00;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table td small, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table th small {
  display: block;
  font-size: 12px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table.desktop td, #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-avantages table.desktop th {
  text-align: center;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs {
  margin-bottom: 60px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs .tab-content {
  padding-bottom: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs h2 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs h2 {
    margin-bottom: 30px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs p {
  margin-bottom: 20px;
  font-size: 16px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs p.title {
  font-size: 18px;
  font-weight: 700;
  color: #FF7900;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs p strong {
  font-size: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table:last-child {
  margin-bottom: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td {
  width: 50%;
  border: 1px solid #E6E6E6;
  padding: 15px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child {
  vertical-align: top;
  text-align: left;
  padding: 30px;
  font-size: 16px;
  line-height: 19px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child > span {
  position: relative;
  display: block;
  padding-left: 60px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child > span > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child > span > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child img {
  margin-top: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child a[data-video] {
  margin-top: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td:first-child a[data-video] img {
  margin: 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td + td {
  text-align: center;
  vertical-align: middle;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs table td + td img {
  display: block;
  max-width: 100%;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] {
  display: inline-block;
  position: relative;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] img {
  position: relative;
  z-index: 1;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] span {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.52);
  border-radius: 50%;
  width: 59px;
  height: 59px;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video] span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  transition: all 0.3s ease-in-out;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:hover span {
  background: #000;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .kf-tabs a[data-video]:hover span:after {
  border-color: transparent transparent transparent #FF7900;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .mobile-forfait-section-info h1 {
  color: #FF7900;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .mobile-forfait-section-info h1 {
    margin-bottom: 30px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info p.button {
  padding: 10px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block p {
  width: auto !important;
  margin-top: 50px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block img {
  right: 15px;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block p {
    margin-top: 0;
  }
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .yellow-block img {
    width: 22%;
    height: auto;
    right: 10px;
    bottom: 0;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block img {
  right: 30px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block .text {
  width: 70%;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block .text img {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 5px 0;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block .text p {
  color: #000 !important;
  transition: opacity 0.3s ease-in-out;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block:hover .text p {
  opacity: 0.2;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .section-info .blue-block img {
    right: 10px;
    height: 60%;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner {
  background-color: #f2f2f2;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner {
    display: flex;
    align-items: center;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 20px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a:hover {
  color: #F16E00;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a i {
  font-size: 20px;
  margin-right: 10px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a i:before {
  display: block;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille .bottom-banner .inner a + a {
    margin-top: 20px;
  }
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #avantage-famille-video-modal .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1000px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #avantage-famille-video-modal .modal-body {
  position: relative;
  padding-top: 35px;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #avantage-famille-video-modal .modal-body video {
  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 1;
  outline: none;
}
#cent-pourcent-orange #cent-pour-cent-orange.avantage-komzot-famille #avantage-famille-video-modal .modal-body .close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 50px;
  line-height: 30px;
  z-index: 2;
}
#cent-pourcent-orange #new {
  /******** KEEN SLIDER *****/
  /******** ne pas toucher *****/
}
#cent-pourcent-orange #new .slider {
  display: flex;
}
#cent-pourcent-orange #new section {
  margin-top: 4rem;
}
#cent-pourcent-orange #new .number-slide, #cent-pourcent-orange #new #total {
  align-items: center;
  justify-content: center;
  color: #fff;
  display: flow;
}
#cent-pourcent-orange #new .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  width: 80%;
  margin: auto;
  z-index: 1;
  position: relative;
}
#cent-pourcent-orange #new .dot {
  width: 0.25rem;
  height: 0.25rem;
  border: solid 1px #000;
  border-radius: 50%;
  margin: 0 5px;
  padding: 10px;
  cursor: pointer;
}
#cent-pourcent-orange #new .dot--active {
  background: #F16E00;
  border: solid 1px #F16E00;
}
#cent-pourcent-orange #new .arrows {
  display: inline-flex;
  justify-content: space-between;
  width: 93%;
  bottom: 3.5rem;
  position: relative;
}
#cent-pourcent-orange #new .arrows .arrow {
  width: 2rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
#cent-pourcent-orange #new .arrows .arrow--left {
  fill: #000;
}
#cent-pourcent-orange #new .arrows .arrow--left:before {
  content: "b";
  font-family: "orange-reunion" !important;
  font-style: normal !important;
  font-weight: 800;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: xx-large;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3rem 2rem 3rem 2rem;
  left: -3rem;
  position: relative;
}
#cent-pourcent-orange #new .arrows .arrow--right:before {
  content: "a";
  font-family: "orange-reunion" !important;
  font-style: normal !important;
  font-weight: 800;
  font-size: xx-large;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3rem 2rem 3rem 2rem;
  position: relative;
}
#cent-pourcent-orange #new .plus, #cent-pourcent-orange #new .equal {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px black solid;
  z-index: 1;
  background-color: white;
  font-size: 40px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
#cent-pourcent-orange #new .equal {
  border: 2px black solid;
  background-color: black;
  color: white;
}
#cent-pourcent-orange #new .col-plus, #cent-pourcent-orange #new .col-equal {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cent-pourcent-orange #new .has-text-centered {
  text-align: center !important;
}
#cent-pourcent-orange #new #sum .box-content {
  border: solid 1px #000 !important;
}
#cent-pourcent-orange #new .box-content {
  background-color: #fff;
  color: black;
  box-shadow: -1.25rem 1.25rem #ccc;
  border: solid 1px #ccc;
  margin: 2rem 0 2rem 2rem;
  height: 43rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#cent-pourcent-orange #new .col {
  display: flex;
}
#cent-pourcent-orange #new .main-wrap *, #cent-pourcent-orange #new body *, #cent-pourcent-orange #new .main-wrap ::before, #cent-pourcent-orange #new body ::before, #cent-pourcent-orange #new .main-wrap ::after, #cent-pourcent-orange #new body ::after {
  box-sizing: border-box;
}
#cent-pourcent-orange #new p {
  margin: 0;
  padding: 0;
}
#cent-pourcent-orange #new .tag {
  align-items: center;
  color: white;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  line-height: 20px;
  padding: 4px 8px;
  white-space: nowrap;
  background-color: black;
}
#cent-pourcent-orange #new .title-product {
  margin: 1rem;
  height: 8rem;
  vertical-align: middle;
  display: grid;
}
#cent-pourcent-orange #new .title-product h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
}
#cent-pourcent-orange #new .claim {
  background-color: black;
  height: 6rem;
}
#cent-pourcent-orange #new .claim.titre {
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 0;
  text-align: center;
}
#cent-pourcent-orange #new .class5g {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/5g/logo-forfaits-5g-2.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
#cent-pourcent-orange #new p:not(:last-child) {
  margin-bottom: 10px;
}
#cent-pourcent-orange #new .total {
  margin-top: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  height: 19rem;
}
#cent-pourcent-orange #new .sum-up {
  padding: 2rem;
  background-color: #F16E00;
  color: black;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  height: 20rem;
}
#cent-pourcent-orange #new .plan-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: left;
  padding: 2rem;
  height: 12rem;
}
#cent-pourcent-orange #new .plan-item ul {
  list-style-type: square;
}
#cent-pourcent-orange #new .price {
  color: #F16E00;
  font-size: 32px;
  font-weight: 600;
  display: inline-table;
}
#cent-pourcent-orange #new .text-price-remise {
  font-size: 32px;
  font-weight: 600;
}
#cent-pourcent-orange #new .details-price {
  background-color: black;
  padding: 2rem;
  text-align: center;
  height: 15rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
#cent-pourcent-orange #new .text-price {
  color: white;
}
#cent-pourcent-orange #new .text-price-black {
  color: black;
}
#cent-pourcent-orange #new .details-price-black {
  padding: 2rem;
  text-align: center;
}
#cent-pourcent-orange #new .separate {
  border-top: solid 1px #ccc;
  margin: 0 3rem;
}
#cent-pourcent-orange #new .titre {
  color: #F16E00;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 1rem;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#cent-pourcent-orange #new .col-sm-5 .text-price-remise span {
  font-size: 58px;
}
#cent-pourcent-orange #new .col-sm-5 .price span {
  font-size: 40px;
}
#cent-pourcent-orange #new .col-sm-5 span {
  font-size: 14px;
}
#cent-pourcent-orange #new sup {
  top: -0.25em;
}
#cent-pourcent-orange #new sub {
  bottom: 0;
}
#cent-pourcent-orange #new hr {
  background-color: #fdfdfd;
  border: none;
  display: block;
  height: 2px;
  margin: 20px 0;
}
#cent-pourcent-orange #new hr {
  margin: 0;
  padding: 0;
}
#cent-pourcent-orange #new .is-divider {
  height: 1px;
  width: 100%;
  position: relative;
  background-color: rgba(112, 112, 112, 0.7);
  margin: 20px 0;
  overflow: initial;
}
#cent-pourcent-orange #new .is-divider {
  margin-top: 0;
  margin-bottom: 0;
}
#cent-pourcent-orange #new span {
  font-style: inherit;
  font-weight: inherit;
}
#cent-pourcent-orange #new .price .main {
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 0;
}
#cent-pourcent-orange #new .is-block {
  display: block !important;
}
#cent-pourcent-orange #new .link:not([disabled]) {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  box-decoration-break: clone;
  padding: 8px;
  margin: -8px;
  text-decoration: underline;
  cursor: pointer;
}
#cent-pourcent-orange #new .link:not([disabled]):not(p .link) {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
#cent-pourcent-orange #new .columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
#cent-pourcent-orange #new .subtitle {
  text-align: center;
  margin: 2rem 0 0 2rem;
  padding: 1rem;
}
#cent-pourcent-orange #new .price .price-details .cents {
  line-height: 1;
  display: block;
}
#cent-pourcent-orange #new .align-column {
  margin-top: 8rem;
}
#cent-pourcent-orange #new .price .price-details .cents {
  font-weight: 600;
  font-size: 0.475em;
  vertical-align: top;
  text-align: left;
}
#cent-pourcent-orange #new .price .price-details .period {
  line-height: 1;
  display: block;
}
#cent-pourcent-orange #new .price .price-details .period {
  font-size: 0.375em;
  margin-top: 0;
  padding-left: 0.1em;
  text-align: left;
}
#cent-pourcent-orange #new h4 {
  margin: 0;
}
#cent-pourcent-orange #new ul {
  margin-left: -2rem;
}
#cent-pourcent-orange #new .nousContacter {
  padding-top: 30px;
}
#cent-pourcent-orange #new .nousContacter h2 {
  padding-bottom: 30px;
}
#cent-pourcent-orange #new .nousContacter h3 {
  font-size: 21px !important;
  text-align: left;
}
#cent-pourcent-orange #new .nousContacter button:not(:hover) {
  background-color: white;
}
#cent-pourcent-orange #new .nousContacter .btn {
  padding: 9px 32px;
  font-size: 14px !important;
}
#cent-pourcent-orange #new .nousContacter .col-shadow {
  box-shadow: 0 1px 9px gray;
  margin: 15px;
  padding: 10px;
}
#cent-pourcent-orange #new .nousContacter img.svg {
  width: 90px;
}
#cent-pourcent-orange #new .justify-content-center {
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  #cent-pourcent-orange #new #rdv-btq-box {
    display: flex;
  }
}
#cent-pourcent-orange #new .keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  left: -2px;
}
#cent-pourcent-orange #new .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  overflow: hidden;
  position: relative;
}
#cent-pourcent-orange #new .keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
#cent-pourcent-orange #new .keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #cent-pourcent-orange #new section {
    margin-top: 0rem;
  }
  #cent-pourcent-orange #new .subtitle {
    margin: 0;
  }
  #cent-pourcent-orange #new .main .container-fluid {
    padding: 2% !important;
  }
  #cent-pourcent-orange #new .slider {
    display: block;
  }
  #cent-pourcent-orange #new .col-plus, #cent-pourcent-orange #new .col-equal {
    display: grid;
  }
  #cent-pourcent-orange #new .col-sm-5 .text-price-remise span {
    font-size: 58px;
  }
  #cent-pourcent-orange #new .col-sm-5 .price span {
    font-size: 40px;
  }
  #cent-pourcent-orange #new .col-sm-5 span {
    font-size: 14px;
  }
  #cent-pourcent-orange #new .col-plus, #cent-pourcent-orange #new .col-equal {
    margin: 3rem auto 0 auto;
    width: 0;
  }
  #cent-pourcent-orange #new .align-column {
    margin-top: 0;
  }
}
#boutique-disney-plus details summary.panel-title {
  font-size: 2rem;
  list-style: none;
  color: black;
  font-weight: bold;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ccc;
}
#boutique-disney-plus details div.panel-body {
  color: black;
}
#boutique-disney-plus details ul {
  margin-bottom: 0rem;
}
#boutique-disney-plus .promo-right {
  background-color: #FFD200;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  height: 25px;
  padding: 3px 12px 3px 10px;
  color: black;
}
#boutique-disney-plus section details summary:after {
  position: absolute;
  line-height: 0;
  transition: 200ms linear;
  content: "";
  font-family: "orange-reunion" !important;
  transform: rotate(0.5turn);
  color: #F16E00;
  font-size: 1.2rem;
}
#boutique-disney-plus #mentions-legales details summary:after {
  margin-top: 1rem;
  margin-left: 1rem;
}
#boutique-disney-plus #faq details summary:after {
  right: 1rem;
  margin-top: 1px;
}
#boutique-disney-plus #mentions-legales details summary.mentions-legales {
  font-size: 16px;
  list-style: none;
  color: black;
  font-weight: bold;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
}
#boutique-disney-plus #faq details[open] summary:after, #boutique-disney-plus #mentions-legales details[open] summary:after {
  transform: rotate(0deg);
  font-size: 1.2rem;
}
@font-face {
  font-family: HelvNeueOrange;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://c.woopic.com/fonts/HelvNeue55_W1G.woff2") format("woff2"), url("https://c.woopic.com/fonts/HelvNeue55_W1G.woff") format("woff");
}
@font-face {
  font-family: HelvNeueOrange;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://c.woopic.com/fonts/HelvNeue75_W1G.woff2") format("woff2"), url("https://c.woopic.com/fonts/HelvNeue75_W1G.woff") format("woff");
}
@font-face {
  font-family: icon-orange;
  font-style: normal;
  font-weight: 400;
  src: url("/boutique/assets/fonts/iconorange.woff2") format("woff2");
}
#boutique-disney-plus * {
  box-sizing: border-box;
}
#boutique-disney-plus .container-fluid {
  margin-right: 0;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
#boutique-disney-plus .container-fluid {
  margin-right: auto;
  margin-left: auto;
}
#boutique-disney-plus .mb-0 {
  margin-bottom: 0 !important;
}
#boutique-disney-plus 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.428571429;
  color: #000 !important;
  text-align: left;
  background-color: #fff;
}
#boutique-disney-plus html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#boutique-disney-plus .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#boutique-disney-plus *, #boutique-disney-plus :after, #boutique-disney-plus :before {
  box-sizing: border-box;
}
#boutique-disney-plus .px-1 {
  padding-right: 0.9375rem !important;
}
#boutique-disney-plus .px-1 {
  padding-left: 0.9375rem !important;
}
#boutique-disney-plus hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
#boutique-disney-plus hr {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border: 0;
  border-top: 0.03125rem solid #eee;
}
#boutique-disney-plus .separator {
  height: 0.0625rem;
  margin: 0;
  border: 0;
}
#boutique-disney-plus .separator--gray4 {
  background-color: #ccc;
}
#boutique-disney-plus ul {
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
  scrollbar-width: none;
}
#boutique-disney-plus .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#boutique-disney-plus ul:-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#boutique-disney-plus .h3 {
  margin-bottom: 1.875rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  max-width: 50rem;
  padding-top: 0.25rem;
  padding-bottom: 0.625rem;
  font-size: 2.5rem;
}
#boutique-disney-plus .pb-0 {
  padding-bottom: 0 !important;
}
#boutique-disney-plus .long-txt {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
#boutique-disney-plus #collonePanel1 {
  padding: 10px;
  margin: 20px;
  border: 0.0625rem solid #ccc;
  box-shadow: 0.125rem 0.125rem #ccc;
}
#boutique-disney-plus #collonePanel2 {
  padding: 10px;
  margin: 20px;
  border: 0.0625rem solid #ccc;
  box-shadow: 0.125rem 0.125rem #ccc;
}
#boutique-disney-plus #collonePanel3 {
  padding: 10px;
  margin: 20px;
  border: 0.0625rem solid #ccc;
  box-shadow: 0.125rem 0.125rem #ccc;
}
#boutique-disney-plus #collonePanel4 {
  padding: 10px;
  margin: 20px;
  border: 0.0625rem solid #ccc;
  box-shadow: 0.125rem 0.125rem #ccc;
}
#boutique-disney-plus .ob1-tag {
  display: inline-block;
  padding: 0.125rem 0.625rem 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.428571429;
  color: black;
  top: 1rem;
  position: relative;
}
#boutique-disney-plus .h-tag {
  display: flex;
  justify-content: flex-end;
}
#boutique-disney-plus .ob1-tag.ob1-tag-primary {
  background-color: #ffcd0b;
}
#boutique-disney-plus .feedback .feedback-title::after, #boutique-disney-plus .h1:after, #boutique-disney-plus .h3:after, #boutique-disney-plus .h4:after, #boutique-disney-plus .h5:after, #boutique-disney-plus .h6:after, #boutique-disney-plus .no-signature:after, #boutique-disney-plus .ob1-push .card-body .card-title::after {
  display: none;
}
#boutique-disney-plus .attribute {
  line-height: 30px;
}
#boutique-disney-plus .ob1-price {
  max-width: 37.5rem;
}
#boutique-disney-plus .ob1-price {
  display: inline-block;
  color: #555;
}
#boutique-disney-plus .ob1-price.ob1-price-compact {
  font-size: 0.75rem;
  line-height: 1.5;
}
#boutique-disney-plus a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
#boutique-disney-plus a {
  outline-offset: 0.25rem;
  transition: outline-offset 0.15s ease-in-out;
}
#boutique-disney-plus a.btn {
  text-decoration: none;
}
#boutique-disney-plus .ob1-card:not(.ob1-card-multiple) a::before, #boutique-disney-plus .ob1-card:not(.ob1-card-multiple) button::before, #boutique-disney-plus .ob1-card:not(.ob1-card-multiple) label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
#boutique-disney-plus a:hover {
  color: #f16e00;
  text-decoration: none;
}
#boutique-disney-plus a:active, #boutique-disney-plus a:hover {
  color: #555;
}
#boutique-disney-plus .feedback .feedback-title::after, #boutique-disney-plus .h1::after, #boutique-disney-plus .h3::after, #boutique-disney-plus .h4::after, #boutique-disney-plus .h5::after, #boutique-disney-plus .h6::after, #boutique-disney-plus .no-signature::after, #boutique-disney-plus .ob1-push .card-body .card-title::after {
  display: none;
}
#boutique-disney-plus [class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#boutique-disney-plus [class*=" icon-"], #boutique-disney-plus [class^="icon-"] {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#boutique-disney-plus .icon-Resolution:before {
  content: "";
}
#boutique-disney-plus [class*=" icon-"]::after, #boutique-disney-plus [class*=" icon-"]::before, #boutique-disney-plus [class^="icon-"]:after, #boutique-disney-plus [class^="icon-"]:before {
  font-family: icon-orange, sans-serif !important;
}
#boutique-disney-plus [class*=" icon-"]::after, #boutique-disney-plus [class*=" icon-"]::before, #boutique-disney-plus [class^="icon-"]::after, #boutique-disney-plus [class^="icon-"]::before {
  font-family: icon-orange, sans-serif !important;
}
#boutique-disney-plus .attribute-label {
  padding-left: 5px;
  font-size: 14px;
}
#boutique-disney-plus .icon-device-tv:before {
  content: "";
}
#boutique-disney-plus .icon-download:before {
  content: "";
}
#boutique-disney-plus .icon-Warningimportant:before {
  content: "";
}
#boutique-disney-plus .icon-Book-audio:before {
  content: "";
}
#boutique-disney-plus p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
#boutique-disney-plus p {
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
  color: black !important;
}
#boutique-disney-plus .ob1-price p {
  margin: 0;
}
#boutique-disney-plus .ob1-price-amount {
  font-weight: 700;
}
#boutique-disney-plus .ob1-price-promo-duration {
  font-size: 14px;
}
#boutique-disney-plus .ob1-price-amount {
  color: #f16e00;
}
#boutique-disney-plus .ob1-price-amount {
  font-size: 2.5rem;
  line-height: 1.2;
}
#boutique-disney-plus .ob1-price-by-month {
  font-size: 1rem;
  font-weight: 400;
}
#boutique-disney-plus .ob1-price-by-month {
  padding-top: 0.4375rem;
  padding-bottom: 0.625rem;
  line-height: 1.375;
}
#boutique-disney-plus .ob1-price-by-month {
  color: #000;
}
#boutique-disney-plus .ob1-price-by-month {
  font-weight: 700;
}
#page-orange-et-moi .center-item {
  justify-items: center;
  display: contents;
}
#page-orange-et-moi .block-img-text {
  background-color: black;
  padding: 2rem;
  margin-bottom: 2rem;
  height: 31rem;
}
#page-orange-et-moi .about-section {
  margin-bottom: 6rem;
}
#page-orange-et-moi .about-section .about-block {
  position: relative;
}
#page-orange-et-moi .about-section .about-block:before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -55rem;
  width: 200%;
  height: 14rem;
  z-index: -1;
  background-color: #E5E5E5;
}
#page-orange-et-moi .about-section .about-card {
  border: 1px solid var(--shades-of-gray-gray-4, #CCC);
  background: var(--primary-white, #FFF);
  box-shadow: 2px 2px 0px 0px #CCC;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 1rem;
  text-align: center;
}
#page-orange-et-moi .m-0 {
  margin: 0 !important;
}
#page-orange-et-moi .mt-0, #page-orange-et-moi .my-0 {
  margin-top: 0 !important;
}
#page-orange-et-moi .mr-0, #page-orange-et-moi .mx-0 {
  margin-right: 0 !important;
}
#page-orange-et-moi .mb-0, #page-orange-et-moi .my-0 {
  margin-bottom: 0 !important;
}
#page-orange-et-moi .mx-0 {
  margin-left: 0 !important;
}
#page-orange-et-moi .m-1 {
  margin: 0.9375rem !important;
}
#page-orange-et-moi .mt-1, #page-orange-et-moi .my-1 {
  margin-top: 0.9375rem !important;
}
#page-orange-et-moi .mr-1, #page-orange-et-moi .mx-1 {
  margin-right: 0.9375rem !important;
}
#page-orange-et-moi .mb-1, #page-orange-et-moi .my-1 {
  margin-bottom: 0.9375rem !important;
}
#page-orange-et-moi .ml-1, #page-orange-et-moi .mx-1 {
  margin-left: 0.9375rem !important;
}
#page-orange-et-moi .mt-2, #page-orange-et-moi .my-2 {
  margin-top: 1.875rem !important;
}
#page-orange-et-moi .mr-2, #page-orange-et-moi .mx-2 {
  margin-right: 1.875rem !important;
}
#page-orange-et-moi .mb-2, #page-orange-et-moi .my-2 {
  margin-bottom: 1.875rem !important;
}
#page-orange-et-moi .mx-2 {
  margin-left: 1.875rem !important;
}
#page-orange-et-moi .mt-3, #page-orange-et-moi .my-3 {
  margin-top: 2.8125rem !important;
}
#page-orange-et-moi .mb-3, #page-orange-et-moi .my-3 {
  margin-bottom: 2.8125rem !important;
}
#page-orange-et-moi .mb-4 {
  margin-bottom: 3.75rem !important;
}
#page-orange-et-moi .p-0 {
  padding: 0 !important;
}
#page-orange-et-moi .pt-0, #page-orange-et-moi .py-0 {
  padding-top: 0 !important;
}
#page-orange-et-moi .pr-0, #page-orange-et-moi .px-0 {
  padding-right: 0 !important;
}
#page-orange-et-moi .pb-0, #page-orange-et-moi .py-0 {
  padding-bottom: 0 !important;
}
#page-orange-et-moi .pl-0, #page-orange-et-moi .px-0 {
  padding-left: 0 !important;
}
#page-orange-et-moi .p-1 {
  padding: 0.9375rem !important;
}
#page-orange-et-moi .pt-1, #page-orange-et-moi .py-1 {
  padding-top: 0.9375rem !important;
}
#page-orange-et-moi .pr-1, #page-orange-et-moi .px-1 {
  padding-right: 0.9375rem !important;
}
#page-orange-et-moi .pb-1, #page-orange-et-moi .py-1 {
  padding-bottom: 0.9375rem !important;
}
#page-orange-et-moi .pl-1, #page-orange-et-moi .px-1 {
  padding-left: 0.9375rem !important;
}
#page-orange-et-moi .py-2 {
  padding-top: 1.875rem;
}
#page-orange-et-moi .px-2 {
  padding-right: 1.875rem !important;
}
#page-orange-et-moi .pb-2, #page-orange-et-moi .py-2 {
  padding-bottom: 1.875rem !important;
}
#page-orange-et-moi .pl-2, #page-orange-et-moi .px-2 {
  padding-left: 1.875rem !important;
}
#page-orange-et-moi .pt-3 {
  padding-top: 2.8125rem !important;
}
#page-orange-et-moi .pr-3 {
  padding-right: 2.8125rem !important;
}
#page-orange-et-moi .pb-3 {
  padding-bottom: 2.8125rem !important;
}
#page-orange-et-moi .pb-5 {
  padding-bottom: 5.625rem;
}
#page-orange-et-moi .mt-auto {
  margin-top: auto !important;
}
#page-orange-et-moi .mx-auto {
  margin-right: auto !important;
}
#page-orange-et-moi .ml-auto, #page-orange-et-moi .mx-auto {
  margin-left: auto !important;
}
#page-orange-et-moi .mb-2, #page-orange-et-moi .my-2 {
  margin-bottom: 1.875rem;
}
#page-orange-et-moi .no-signature {
  padding-bottom: 0.5625rem;
}
#page-orange-et-moi .small {
  font-size: 0.75rem;
  line-height: 1.5;
  padding-bottom: 0.6875rem;
  padding-top: 0.5rem;
}
#page-orange-et-moi .site-width {
  margin: auto;
  max-width: 1440px;
}
#page-orange-et-moi .text-primary, #page-orange-et-moi .text-secondary, #page-orange-et-moi a.text-primary:focus, #page-orange-et-moi a.text-primary:hover, #page-orange-et-moi a.text-secondary:focus, #page-orange-et-moi a.text-secondary:hover {
  color: #000 !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@keyframes progress-bar {
  0% {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@-webkit-keyframes lazy-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lazy-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#page-orange-et-moi hr {
  border-top-width: 1px;
}
#page-orange-et-moi .lazy-fade {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: lazy-fade;
  animation-name: lazy-fade;
}
#page-orange-et-moi .simpleParallax {
  height: 100%;
  position: relative;
}
#page-orange-et-moi .bande_bg {
  margin-left: calc(-50vw - -50%);
  margin-right: calc(-50vw - -50%);
  z-index: -1;
}
#page-orange-et-moi .focus-visible-white:focus {
  outline-color: #fff;
}
#page-orange-et-moi .focus-visible-dark:focus {
  outline-color: #000;
}
#page-orange-et-moi .libelle-section {
  font-size: 0.75rem;
}
#page-orange-et-moi .banniere {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/orange-et-moi/banner.png');
  background-size: cover;
  width: 100%;
  height: 32rem;
}
#page-orange-et-moi .col-banniere-bg-titre-image {
  margin: 8rem;
  width: 50%;
}
#page-orange-et-moi .banniere-lien:focus .banniere-zone-description, #page-orange-et-moi .banniere-lien:hover .banniere-zone-description {
  -webkit-box-shadow: inset 0 0 0 0.1875rem #de2554;
  box-shadow: inset 0 0 0 0.1875rem #de2554;
  color: #000;
  color: initial;
}
#page-orange-et-moi .banniere-lien:focus .banniere-zone-description-view-more, #page-orange-et-moi .banniere-lien:hover .banniere-zone-description-view-more {
  right: 20px !important;
}
#page-orange-et-moi .col-12 .banniere-zone-image, #page-orange-et-moi .col-lg-6 .banniere-zone-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-orange-et-moi .col-12 .banniere-zone-image-background, #page-orange-et-moi .col-lg-6 .banniere-zone-image-background {
  height: 100%;
  margin-top: 2.8125rem;
  width: 100%;
}
#page-orange-et-moi .col-12 .banniere-zone-image-background:only-child, #page-orange-et-moi .col-lg-6 .banniere-zone-image-background:only-child {
  margin-top: 0 !important;
}
#page-orange-et-moi .col-12 .image-banniere-background, #page-orange-et-moi .col-lg-6 .image-banniere-background {
  width: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
}
#page-orange-et-moi .col-12 .banniere-zone-image-main, #page-orange-et-moi .col-lg-6 .banniere-zone-image-main {
  position: absolute;
  top: 0;
}
#page-orange-et-moi .col-12 .banniere-zone-description, #page-orange-et-moi .col-lg-6 .banniere-zone-description {
  height: fit-content;
  padding: 1.875rem 1.875rem 2.9375rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#page-orange-et-moi .col-12 .banniere-zone-description-view-more, #page-orange-et-moi .col-lg-6 .banniere-zone-description-view-more {
  bottom: 0.9375rem;
  font-size: 2rem;
  position: absolute;
  right: 1.875rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#page-orange-et-moi .col-lg-6 .banniere-zone-image, #page-orange-et-moi .no-image-main.col-lg-6 .banniere-zone-image-background {
  height: 28.0625rem;
}
#page-orange-et-moi .col-lg-6 .banniere-zone-image-background {
  height: 25.25rem;
}
#page-orange-et-moi .col-lg-6 .banniere-zone-image-main {
  max-height: 28.0625rem;
  max-width: 27.6875rem;
  right: 2.8125rem;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
#page-orange-et-moi .col-lg-6 .banniere-zone-description-container {
  padding-top: 14.0625rem;
}
#page-orange-et-moi .col-lg-6 .banniere-zone-description {
  min-height: 14rem;
  width: 66.6666666667%;
}
#page-orange-et-moi .banniere-large.col-12 .banniere-zone-image {
  height: 18.9375rem;
}
#page-orange-et-moi .banniere-large.col-12 .banniere-zone-image-background {
  height: 16.125rem;
}
#page-orange-et-moi .banniere-large.col-12.image-background-left .image-banniere-background {
  height: auto;
  left: 0;
  max-width: 100%;
  right: auto;
}
#page-orange-et-moi .banniere-large.col-12 .banniere-zone-image-main {
  height: 18.9375rem;
  max-width: 20.8125rem;
  right: 1.875rem;
  -webkit-transform: none;
  -webkit-transform: initial;
  transform: none;
}
#page-orange-et-moi .banniere-large.col-12 .banniere-zone-description-container {
  padding-top: 8.4375rem;
}
#page-orange-et-moi .banniere-large.col-12 .banniere-zone-description {
  min-height: 10.5rem;
  width: 58.3333333333%;
}
#page-orange-et-moi .banniere-large.col-12.right .banniere-zone-image-main {
  left: 1.875rem;
}
#page-orange-et-moi .banniere-large.col-12.right .banniere-zone-description {
  float: right;
}
#page-orange-et-moi .bg-dark {
  background-color: #000 !important;
}
#page-orange-et-moi .banniere-bg-titre-image {
  padding-top: 0.5rem;
}
#page-orange-et-moi .banniere-bg-titre-image .banniere .banniere-zone-image-background {
  height: 25rem;
  overflow: hidden !important;
  width: 100%;
}
#page-orange-et-moi .banniere-bg-titre-image .banniere .image-banniere-background {
  width: 100%;
}
#page-orange-et-moi .banniere-bg-titre-image .banniere .banniere-zone-image-main {
  position: absolute;
  right: 3.4375rem;
  top: 2.5rem;
}
#page-orange-et-moi .banniere-bg-titre-image .banniere .banniere-zone-description-container {
  position: relative;
  top: 0;
}
#page-orange-et-moi .banniere-bg-titre-image.espace-client-non-connecte .banniere .banniere-zone-description-container {
  padding-top: 3.75rem;
}
#page-orange-et-moi .support-section .text-holder {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 2rem;
}
#page-orange-et-moi .bandeau-container {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}
#page-orange-et-moi .bandeau-image-container {
  margin-top: -1.875rem;
  min-width: 8.75rem;
}
#page-orange-et-moi .col-text-bg-footer {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/orange-et-moi/banner-footer.jpg');
  height: 29rem;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-right: -18px;
  justify-content: center;
  display: flex;
  vertical-align: middle;
}
#page-orange-et-moi .row-titre {
  margin-top: auto;
  width: 50%;
}
#page-orange-et-moi .row-description {
  margin-bottom: auto;
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  #page-orange-et-moi .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  #page-orange-et-moi .mt-sm-1 {
    margin-top: 0.9375rem !important;
  }
  #page-orange-et-moi .mb-sm-2 {
    margin-bottom: 1.875rem !important;
  }
  #page-orange-et-moi .mb-sm-3 {
    margin-bottom: 2.8125rem !important;
  }
  #page-orange-et-moi .pr-sm-0, #page-orange-et-moi .px-sm-0 {
    padding-right: 0 !important;
  }
  #page-orange-et-moi .px-sm-0 {
    padding-left: 0 !important;
  }
  #page-orange-et-moi .pr-sm-1, #page-orange-et-moi .px-sm-1 {
    padding-right: 0.9375rem !important;
  }
  #page-orange-et-moi .pb-sm-1 {
    padding-bottom: 0.9375rem !important;
  }
  #page-orange-et-moi .px-sm-1 {
    padding-left: 0.9375rem !important;
  }
  #page-orange-et-moi .pt-sm-2, #page-orange-et-moi .py-sm-2 {
    padding-top: 1.875rem !important;
  }
  #page-orange-et-moi .px-sm-2 {
    padding-right: 1.875rem !important;
  }
  #page-orange-et-moi .py-sm-2 {
    padding-bottom: 1.875rem !important;
  }
  #page-orange-et-moi .px-sm-2 {
    padding-left: 1.875rem !important;
  }
  #page-orange-et-moi .px-sm-3 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  #page-orange-et-moi .pt-sm-4 {
    padding-top: 3.75rem !important;
  }
  #page-orange-et-moi .banniere {
    height: 30rem !important;
    background-position: center;
  }
  #page-orange-et-moi h1 {
    font-size: 2rem;
  }
  #page-orange-et-moi .banniere-bg-titre-image {
    padding-top: 0rem;
  }
  #page-orange-et-moi .banniere-zone-description-container {
    margin: 0 0.9375rem !important;
    padding-top: 25% !important;
    position: relative !important;
    width: 80% !important;
  }
  #page-orange-et-moi .col-banniere-bg-titre-image {
    height: 10rem !important;
    padding: 1.8rem !important;
    width: 100%;
    margin: 0 !important;
  }
  #page-orange-et-moi .about-section {
    margin-bottom: 3rem !important;
  }
  #page-orange-et-moi .col-text-bg-footer {
    margin-right: -1rem !important;
    background-size: 57% !important;
    background-position: bottom right !important;
    height: 27.4rem !important;
    justify-content: normal;
    display: flex;
    vertical-align: middle;
  }
  #page-orange-et-moi .row-titre {
    margin-top: auto;
    width: 100%;
  }
  #page-orange-et-moi .row-description {
    width: 47%;
  }
  #page-orange-et-moi .block-img-text {
    height: 29.4rem !important;
    padding: 2rem 1rem !important;
  }
  #page-orange-et-moi .about-block:before {
    width: 100rem !important;
  }
}
@media (min-width: 736px) {
  #page-orange-et-moi .m-md-0 {
    margin: 0 !important;
  }
  #page-orange-et-moi .mt-md-0 {
    margin-top: 0 !important;
  }
  #page-orange-et-moi .mb-md-0 {
    margin-bottom: 0 !important;
  }
  #page-orange-et-moi .my-md-1 {
    margin-top: 0.9375rem !important;
  }
  #page-orange-et-moi .mr-md-1 {
    margin-right: 0.9375rem !important;
  }
  #page-orange-et-moi .my-md-1 {
    margin-bottom: 0.9375rem !important;
  }
  #page-orange-et-moi .mb-md-2 {
    margin-bottom: 1.875rem !important;
  }
  #page-orange-et-moi .mt-md-3 {
    margin-top: 2.8125rem !important;
  }
  #page-orange-et-moi .mb-md-3 {
    margin-bottom: 2.8125rem !important;
  }
  #page-orange-et-moi .p-md-0 {
    padding: 0 !important;
  }
  #page-orange-et-moi .pt-md-0 {
    padding-top: 0 !important;
  }
  #page-orange-et-moi .pt-md-1, #page-orange-et-moi .py-md-1 {
    padding-top: 0.9375rem !important;
  }
  #page-orange-et-moi .pr-md-1, #page-orange-et-moi .px-md-1 {
    padding-right: 0.9375rem !important;
  }
  #page-orange-et-moi .py-md-1 {
    padding-bottom: 0.9375rem !important;
  }
  #page-orange-et-moi .px-md-1 {
    padding-left: 0.9375rem !important;
  }
  #page-orange-et-moi .py-md-2 {
    padding-top: 1.875rem !important;
  }
  #page-orange-et-moi .px-md-2 {
    padding-right: 1.875rem !important;
  }
  #page-orange-et-moi .py-md-2 {
    padding-bottom: 1.875rem !important;
  }
  #page-orange-et-moi .px-md-2 {
    padding-left: 1.875rem !important;
  }
  #page-orange-et-moi .pb-md-4 {
    padding-bottom: 3.75rem !important;
  }
  #page-orange-et-moi .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 960px) {
  #page-orange-et-moi .mt-lg-0 {
    margin-top: 0 !important;
  }
  #page-orange-et-moi .mx-lg-0 {
    margin-right: 0 !important;
  }
  #page-orange-et-moi .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  #page-orange-et-moi .mx-lg-0 {
    margin-left: 0 !important;
  }
  #page-orange-et-moi .mt-lg-1 {
    margin-top: 0.9375rem !important;
  }
  #page-orange-et-moi .mb-lg-1 {
    margin-bottom: 0.9375rem !important;
  }
  #page-orange-et-moi .mt-lg-2 {
    margin-top: 1.875rem !important;
  }
  #page-orange-et-moi .mx-lg-2 {
    margin-right: 1.875rem !important;
  }
  #page-orange-et-moi .mb-lg-2 {
    margin-bottom: 1.875rem !important;
  }
  #page-orange-et-moi .mx-lg-2 {
    margin-left: 1.875rem !important;
  }
  #page-orange-et-moi .mt-lg-3 {
    margin-top: 2.8125rem !important;
  }
  #page-orange-et-moi .mb-lg-3 {
    margin-bottom: 2.8125rem !important;
  }
  #page-orange-et-moi .mt-lg-4 {
    margin-top: 3.75rem !important;
  }
  #page-orange-et-moi .mb-lg-4 {
    margin-bottom: 3.75rem !important;
  }
  #page-orange-et-moi .pr-lg-0 {
    padding-right: 0 !important;
  }
  #page-orange-et-moi .px-lg-1 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  #page-orange-et-moi .pl-lg-3 {
    padding-left: 2.8125rem !important;
  }
  #page-orange-et-moi .pt-lg-5 {
    padding-top: 5.625rem !important;
  }
}
@media (min-width: 1200px) {
  #page-orange-et-moi .mt-xl-2 {
    margin-top: 1.875rem !important;
  }
  #page-orange-et-moi .mb-xl-2 {
    margin-bottom: 1.875rem !important;
  }
  #page-orange-et-moi .mb-xl-3 {
    margin-bottom: 2.8125rem !important;
  }
  #page-orange-et-moi .mx-xl-4 {
    margin-right: 3.75rem !important;
  }
  #page-orange-et-moi .mb-xl-4 {
    margin-bottom: 3.75rem !important;
  }
  #page-orange-et-moi .mx-xl-4 {
    margin-left: 3.75rem !important;
  }
  #page-orange-et-moi .px-xl-4 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}
#decodeur-tv6 .section-1 {
  background-color: #141414;
}
#decodeur-tv6 .section-1 h1 {
  line-height: 5rem;
  font-size: 3.4rem;
  padding-bottom: 0.6rem;
  font-weight: 700;
}
#decodeur-tv6 .section-1 a:hover {
  color: transparent;
  text-decoration: none;
}
#decodeur-tv6 .section-1 .description {
  font-weight: bold;
  padding: 2rem;
  align-self: center;
  display: flex;
  font-size: 14px;
  color: white;
}
#decodeur-tv6 .section-1 .image {
  text-align: -webkit-center;
}
#decodeur-tv6 .section-1 .underline-orange:after {
  position: absolute;
  left: auto;
  bottom: auto;
  top: auto;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
  display: grid;
  margin-top: 4px;
}
#decodeur-tv6 .section-1 #tabs h4 {
  padding-bottom: 1rem;
}
#decodeur-tv6 .section-1 #tabs > div {
  border-bottom: 1px solid #ccc;
}
#decodeur-tv6 .section-1 #tabs > div.active {
  border-bottom: 4px solid #F16E00;
}
#decodeur-tv6 .section-1 .justify-content-center {
  align-items: center;
}
#decodeur-tv6 .section-1 .banner {
  text-align: center;
}
#decodeur-tv6 .section-1 .banner h1 {
  color: #F16E00;
}
#decodeur-tv6 .section-1 .banner p {
  font-size: 16px;
}
#decodeur-tv6 .section-2 .title {
  padding: 3rem;
  color: white;
  line-height: 3.4rem;
  font-size: 3rem;
  font-weight: bold;
}
#decodeur-tv6 #mentions-legales {
  background-color: #f4f4f4 !important;
}
#decodeur-tv6 #mentions-legales .inner {
  padding: 2rem;
  font-size: larger;
}
#decodeur-tv6 .desc {
  background-color: #141414;
}
#decodeur-tv6 .desc .description {
  font-weight: bold;
  padding: 2rem 2rem 10px;
  align-self: center;
  display: contents;
  font-size: 14px;
  color: white;
}
#decodeur-tv6 .desc .img-zoom {
  transition: transform 0.3s;
  /* Ajoute une transition fluide pour l'effet de zoom */
  box-shadow: 0 0 24px black;
  margin: 0.5rem;
  border: solid;
}
#decodeur-tv6 .desc .bloc {
  padding-top: 15px;
  display: flex;
}
#decodeur-tv6 .desc .bloc-description {
  background-color: #272727;
  border: solid 1px #333333;
  color: white !important;
  padding: 2rem;
  margin-bottom: 1rem;
  font-size: 16px;
}
#decodeur-tv6 .desc .bloc-description h3 {
  color: white !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#decodeur-tv6 .desc .bloc-description p {
  font-size: small;
}
#decodeur-tv6 .desc .img-zoom:hover {
  transform: scale(1.1);
  /* Zoom de 10% au survol */
}
#decodeur-tv6 .desc .logo-image {
  width: 20% !important;
  top: 10px;
  /* Ajustez la distance du haut selon vos besoins */
  right: 10px;
  /* Ajustez la distance de la droite selon vos besoins */
  padding-bottom: 5px;
}
#decodeur-tv6 .desc .logo-image-desk {
  width: 60% !important;
}
#decodeur-tv6 .desc .bloc-eco {
  background-image: url("/boutique/assets/images/decodeur-tv6/mobile-eco-bloc.png");
  padding: 1rem !important;
  color: black !important;
}
#decodeur-tv6 .desc .bloc-eco h3 {
  color: black !important;
  font-size: 3rem;
  font-weight: 700;
}
#decodeur-tv6 .desc .bloc-eco .adjust {
  text-align: left;
}
#decodeur-tv6 .desc .bloc-eco p {
  font-size: unset;
}
#decodeur-tv6 .desc .contenu-tv {
  text-align: center;
  color: white;
}
#decodeur-tv6 .desc .contenu-tv p {
  font-size: 14px;
}
#decodeur-tv6 .desc .contenu-tv h2 {
  padding: 3rem;
  color: white;
  line-height: 3.4rem;
  font-size: 3.4rem;
  font-weight: bold;
}
#decodeur-tv6 .desc .contenu-tv .img-responsive-desk {
  margin-top: -7rem;
}
#decodeur-tv6 .offre-box {
  color: #fff !important;
  line-height: 2 !important;
}
#decodeur-tv6 .offre-up {
  font-weight: bold;
}
#decodeur-tv6 .offre-up .row {
  justify-content: space-around;
  display: flex;
}
#decodeur-tv6 .offre-up .right {
  background-color: black;
  padding: 3rem;
  margin: 2rem;
  height: 23rem;
}
#decodeur-tv6 .offre-up .right h4 {
  padding-top: 0.6rem;
  font-weight: bold;
}
#decodeur-tv6 .offre-up .right div {
  position: absolute;
  bottom: 0;
  padding-bottom: 2rem;
}
#decodeur-tv6 .offre-up .right div .btn {
  display: inline-block;
  max-width: 300px;
  line-height: 2.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 13px 44px;
}
#decodeur-tv6 .offre-up h3 {
  color: #F16E00;
  font-size: 24px;
  line-height: 2.8rem;
}
#decodeur-tv6 .offre-up ul {
  margin-bottom: 4rem;
  list-style: none;
}
#decodeur-tv6 .offre-up ul li:before {
  font-family: "orange-reunion", serif !important;
  content: "z";
  display: inline-block;
  margin-left: -1em;
  width: 2em;
  color: #F16E00;
}
#decodeur-tv6 .offre-up h2 {
  padding: 3rem;
  line-height: 3.4rem;
  font-size: 3.4rem;
  font-weight: bold;
  color: black;
}
.ore-common-header {
  border-bottom: 1px solid #ccc;
}
#ore-common-header-desktop > .inner, #ore-common-footer .gray-line > .inner, #ore-common-footer .black-line > .inner {
  max-width: 1176px !important;
}
.impact-chapo #gallery-holder {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .impact-chapo #gallery-holder {
    margin-bottom: 100px;
  }
}
.impact-chapo .vcenter {
  position: relative;
}
.impact-chapo .vcenter img {
  z-index: 1;
}
.impact-chapo .vcenter span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.impact-chapo .color-blocks {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .impact-chapo .color-blocks {
    margin-bottom: 40px;
  }
}
.impact-chapo .color-blocks .inner {
  margin-bottom: 20px;
}
.impact-chapo .color-blocks .inner > div {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impact-chapo .color-blocks .inner > div {
    padding: 10px;
  }
}
.impact-chapo .color-blocks .inner > p {
  padding: 0 20px 20px 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impact-chapo .color-blocks .inner > p {
    padding: 0 10px 20px 10px;
  }
  .impact-chapo .color-blocks .inner > p .btn {
    padding: 5px 12px;
  }
}
.impact-chapo .color-blocks h2 {
  font-size: 36px;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impact-chapo .color-blocks h2 {
    margin: 10px 0;
    font-size: 30px;
  }
}
.impact-chapo .color-blocks p {
  font-size: 17px;
  line-height: 19px;
  margin: 0;
}
@media (max-width: 402px) {
  .impact-chapo .color-blocks .btn {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impact-chapo .color-blocks .btn {
    font-size: 16px;
  }
}
.impact-chapo .color-blocks .btn:hover {
  background: transparent;
}
.impact-chapo .decouvrir-aussi h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.impact-chapo .decouvrir-aussi .inner {
  display: block;
  position: relative;
  color: #000;
  transition: color 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}
.impact-chapo .decouvrir-aussi .inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: background 0.3s ease-in-out;
}
.impact-chapo .decouvrir-aussi .inner:hover {
  color: #fff;
}
.impact-chapo .decouvrir-aussi .inner:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.impact-chapo .decouvrir-aussi .inner .texts {
  position: relative;
  padding: 20px;
  z-index: 2;
}
.impact-chapo .decouvrir-aussi .inner h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.impact-chapo .decouvrir-aussi .inner h3 i {
  font-size: 40px;
  line-height: inherit;
  margin-left: 10px;
  color: #000 !important;
}
.impact-chapo .decouvrir-aussi .inner h3 i:before {
  line-height: inherit;
  vertical-align: middle;
}
.impact-chapo .decouvrir-aussi .inner p {
  font-size: 20px;
}
.impact-chapo .text-groups {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .impact-chapo .text-groups {
    margin: 60px auto;
  }
}
@media (min-width: 1200px) {
  .impact-chapo .text-groups {
    padding: 0 0 0 60px;
  }
}
.impact-chapo .text-groups .row + .row {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .impact-chapo .text-groups .row + .row {
    margin-top: 40px;
  }
}
.impact-chapo .text-groups .text-group {
  max-width: 485px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impact-chapo .text-groups .text-group {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .impact-chapo .text-groups .text-group.text-md-right {
    text-align: right;
  }
}
.impact-chapo .text-groups .text-group h3 {
  font-size: 32px;
  line-height: 36px;
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  .impact-chapo .text-groups .text-group h3 {
    margin-top: 40px;
  }
}
.impact-chapo .text-groups .text-group h3 i {
  font-size: 40px;
  line-height: inherit;
  margin-left: 10px;
}
.impact-chapo .text-groups .text-group h3 i.hidden-xs {
  margin: 0 10px 0 0;
}
.impact-chapo .text-groups .text-group h3 i::before {
  line-height: inherit;
  vertical-align: middle;
}
.impact-chapo .text-groups .text-group h3 a {
  display: block;
  color: #000;
}
.impact-chapo .text-groups .text-group h3 a:hover {
  color: #F16E00;
}
#chapo-mobile .page-heading .header-row h1 {
  font-size: 48px;
}
#chapo-mobile .choisir-orange {
  margin-bottom: 40px;
  padding: 40px 5px 20px 5px;
}
@media (min-width: 768px) {
  #chapo-mobile .choisir-orange {
    padding: 40px 0 20px 0;
    margin-bottom: 60px;
  }
}
#chapo-mobile .choisir-orange .intro {
  margin-bottom: 40px;
  display: flex;
}
#chapo-mobile .choisir-orange .intro .vcenter {
  width: 100px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #chapo-mobile .choisir-orange .intro .vcenter {
    width: 139px;
    margin-right: 30px;
  }
}
#chapo-mobile .choisir-orange .intro h2 {
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 768px) {
  #chapo-mobile .choisir-orange .intro h2 {
    font-size: 50px;
    line-height: 56px;
  }
}
#chapo-mobile .choisir-orange .inner {
  max-width: 300px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  #chapo-mobile .choisir-orange .inner {
    margin-bottom: 20px;
  }
}
#chapo-mobile .choisir-orange .inner .vcenter {
  width: 144px;
  margin-bottom: 30px;
}
#chapo-mobile .choisir-orange .inner .vcenter span img {
  height: 80px;
  width: auto;
}
#chapo-mobile .choisir-orange .inner h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#chapo-mobile .choisir-orange .inner p {
  margin-bottom: 20px;
}
#chapo-mobile .choisir-orange .inner .app {
  font-size: 20px;
  color: #000;
  margin-right: 10px;
}
#chapo-mobile .choisir-orange .inner .app:hover {
  color: #F16E00;
}
@media (max-width: 767px) {
  #chapo-mobile .decouvrir-aussi .inner p {
    font-size: 18px;
  }
}
#chapo-internet-fixe h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#chapo-internet-fixe .color-blocks h2 {
  font-size: 35px;
}
@media (min-width: 768px) {
  #chapo-internet-fixe .color-blocks .inner > div {
    padding: 60px 20px 40px 20px;
  }
  #chapo-internet-fixe .color-blocks .inner > div h2 {
    margin-bottom: 30px;
  }
  #chapo-internet-fixe .color-blocks .inner > p {
    padding: 0 20px 60px 20px;
  }
}
#chapo-internet-fixe .banner-fibre-orange {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #chapo-internet-fixe .banner-fibre-orange {
    margin-bottom: 60px;
  }
}
#chapo-internet-fixe .banner-fibre-orange h2 {
  margin-bottom: 40px;
}
#chapo-internet-fixe .banner-fibre-orange .banner {
  position: relative;
  background-color: #000;
}
@media (min-width: 768px) {
  #chapo-internet-fixe .banner-fibre-orange .banner {
    min-height: 190px;
  }
}
#chapo-internet-fixe .banner-fibre-orange .banner .inner {
  padding: 20px;
}
@media (min-width: 768px) {
  #chapo-internet-fixe .banner-fibre-orange .banner .inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
  }
}
#chapo-internet-fixe .banner-fibre-orange .banner .inner h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  #chapo-internet-fixe .banner-fibre-orange .banner .inner h3 {
    max-width: 450px;
    font-size: 32px;
    line-height: 36px;
  }
}
#chapo-internet-fixe .banner-fibre-orange .espace-client {
  background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/offres-internet-img-03.jpg') no-repeat center center / cover;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #chapo-internet-fixe .banner-fibre-orange .espace-client {
    margin-top: 0;
  }
}
#chapo-internet-fixe .banner-fibre-orange .espace-client:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
#chapo-internet-fixe .banner-fibre-orange .espace-client .inner {
  position: relative;
  padding: 20px;
}
#chapo-internet-fixe .decouvrir-aussi .inner p {
  font-size: 18px;
}
#chapo-internet-fixe .decouvrir-aussi .inner.bg-yellow {
  background-position: right 20px center;
  background-size: 200px auto;
}
#chapo-internet-fixe .decouvrir-aussi .inner.bg-light-grey {
  background-position: right bottom;
  background-size: 240px auto;
}
#chapo-internet-fixe .decouvrir-aussi .inner.bg-purple {
  background-position: right 20px bottom;
  background-size: 200px auto;
}
#chapo-internet-fixe .decouvrir-aussi .inner.bg-pink {
  background-position: right 20px bottom;
  background-size: 150px auto;
}
@media (max-width: 1199px) {
  #chapo-internet-fixe .decouvrir-aussi .inner {
    background-image: none !important;
  }
}
#chapo-tv-orange .banner-mobile img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#chapo-tv-orange .banner-famille {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
}
#chapo-tv-orange .banner-famille:hover {
  background: rgba(0, 0, 0, 0.8);
}
#chapo-tv-orange .banner-famille h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}
#chapo-tv-orange .banner-famille h1 {
  font-size: 50px;
  color: #F16E00;
  margin: 0;
  line-height: 0.7;
}
#chapo-tv-orange .banner-famille h1 sup {
  font-size: 28px;
  top: -0.6em;
}
#chapo-tv-orange .banner-famille h1 sub {
  font-size: 20px;
  color: #fff;
  bottom: 0;
  left: -15px;
}
#chapo-tv-orange .banner-famille p {
  font-size: 16px;
  margin: 0 0 20px 0;
  padding-left: 10px;
}
#chapo-tv-orange .banner-famille h3 {
  font-size: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  #chapo-tv-orange .banner-famille {
    padding: 0;
  }
  #chapo-tv-orange .banner-famille:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 0.3s ease-in-out;
    z-index: 2;
  }
  #chapo-tv-orange .banner-famille:hover:before {
    background: rgba(0, 0, 0, 0.5);
  }
  #chapo-tv-orange .banner-famille img {
    z-index: 1;
  }
  #chapo-tv-orange .banner-famille h2 {
    margin: 0 0 10px 0;
  }
  #chapo-tv-orange .banner-famille .left, #chapo-tv-orange .banner-famille .right {
    position: absolute;
    z-index: 3;
  }
  #chapo-tv-orange .banner-famille .left {
    top: 10px;
    left: 10px;
  }
  #chapo-tv-orange .banner-famille .right {
    top: 15px;
    right: 10px;
    width: 240px;
  }
}
@media (min-width: 1200px) {
  #chapo-tv-orange .banner-famille h2 {
    margin: 0 0 20px 0;
  }
  #chapo-tv-orange .banner-famille h1 {
    font-size: 72px;
  }
  #chapo-tv-orange .banner-famille h1 sup {
    font-size: 38px;
    top: -0.6em;
  }
  #chapo-tv-orange .banner-famille h1 sub {
    font-size: 24px;
    left: -15px;
  }
  #chapo-tv-orange .banner-famille p {
    padding-left: 15px;
  }
  #chapo-tv-orange .banner-famille h3 {
    font-size: 24px;
  }
  #chapo-tv-orange .banner-famille .left {
    top: 30px;
    left: 30px;
  }
  #chapo-tv-orange .banner-famille .right {
    top: 40px;
    right: 30px;
    width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #chapo-tv-orange .text-group {
    margin-left: 10px;
  }
  #chapo-tv-orange .text-group.first h3 {
    margin-top: 20px;
  }
  #chapo-tv-orange .text-group.last h3 {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  #chapo-tv-orange .square-tiles {
    text-align: center;
  }
}
#chapo-tv-orange .square-tiles .inner {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
#chapo-tv-orange .square-tiles .inner.last {
  color: #000;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #chapo-tv-orange .square-tiles .inner {
    margin-bottom: 60px;
  }
}
#chapo-tv-orange .square-tiles .inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
  z-index: 2;
}
#chapo-tv-orange .square-tiles .inner:hover {
  color: #F16E00;
}
#chapo-tv-orange .square-tiles .inner:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#chapo-tv-orange .square-tiles .inner img {
  z-index: 1;
}
#chapo-tv-orange .square-tiles .inner h3 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  line-height: 33px;
  z-index: 3;
}
#chapo-tv-orange .banner-equiper {
  display: block;
  position: relative;
  color: #000;
  height: 190px;
  overflow: hidden;
}
#chapo-tv-orange .banner-equiper > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 190px;
  width: auto;
  z-index: 1;
}
#chapo-tv-orange .banner-equiper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
  z-index: 2;
}
#chapo-tv-orange .banner-equiper:hover {
  color: #fff;
}
#chapo-tv-orange .banner-equiper:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#chapo-tv-orange .banner-equiper .inner {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
#chapo-tv-orange .banner-equiper .inner .frame {
  display: inline-block;
  width: 134px;
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
}
#chapo-tv-orange .banner-equiper .inner .frame span {
  transform: none;
  top: 45%;
}
#chapo-tv-orange .banner-equiper .inner h3 {
  display: inline-block;
  font-size: 34px;
  vertical-align: top;
  margin-left: 20px;
}
#chapo-tv-orange .banner-equiper .maison {
  position: absolute;
  top: 20px;
  left: 382px;
  z-index: 3;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}
#chapo-tv-orange .banner-equiper .maison span {
  transform: none;
  top: 28%;
}
@media (max-width: 559px) {
  #chapo-tv-orange .banner-equiper:before {
    background: rgba(255, 255, 255, 0.1);
  }
  #chapo-tv-orange .banner-equiper .inner {
    top: 10px;
    left: 10px;
  }
  #chapo-tv-orange .banner-equiper .maison {
    display: none;
  }
}
#chapo-tv-orange .banner-fibre {
  position: relative;
  background-color: #4BB4E6;
}
@media (min-width: 769px) {
  #chapo-tv-orange .banner-fibre img {
    width: 340px;
    position: relative;
    top: 10px;
    right: -55%;
  }
}
@media (max-width: 1200px) {
  #chapo-tv-orange .banner-fibre img {
    width: 250px;
    position: relative;
    top: 58px;
    right: -60%;
  }
}
@media (min-width: 768px) {
  #chapo-tv-orange .banner-fibre {
    min-height: 190px;
  }
}
#chapo-tv-orange .banner-fibre .inner {
  padding: 20px;
}
@media (min-width: 768px) {
  #chapo-tv-orange .banner-fibre .inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
  }
}
#chapo-tv-orange .banner-fibre .inner h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  #chapo-tv-orange .banner-fibre .inner h3 {
    max-width: 450px;
    font-size: 32px;
    line-height: 36px;
  }
}
#chapo-tv-orange .banner-fibre .inner .btn {
  padding: 8px 45px;
  border-color: #fff;
  color: #fff;
}
#chapo-tv-orange .banner-fibre .inner .btn:hover {
  color: #000;
  background: #fff;
}
#chapo-tv-orange .banner {
  display: block;
  position: relative;
  color: #fff;
  height: 190px;
  overflow: hidden;
}
#chapo-tv-orange .banner > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 190px;
  width: auto;
}
@media (min-width: 769px) {
  #chapo-tv-orange .banner.abonnement {
    color: #000;
  }
}
#chapo-tv-orange .banner .inner {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 3;
}
#chapo-tv-orange .banner .inner h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
#chapo-tv-orange .banner .inner h2.text-white {
  color: #fff;
}
#chapo-tv-orange .banner .inner h2.text-black {
  color: #000;
}
#chapo-tv-orange .banner .inner h3 {
  font-size: 28px;
}
#chapo-tv-orange .banner .inner h3.text-white {
  color: #fff;
}
#chapo-tv-orange .banner .inner .btn-inverse {
  background-color: transparent;
}
#chapo-tv-orange .banner .inner .btn-inverse:hover {
  background-color: #000;
}
@media (max-width: 768px) {
  #chapo-tv-orange .banner .inner .btn-inverse:hover {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 768px) {
  #chapo-tv-orange .banner .inner .btn-inverse {
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 559px) {
  #chapo-tv-orange .banner .inner {
    top: 10px;
    left: 10px;
  }
}
#chapo-equiper section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #chapo-equiper section {
    margin-bottom: 60px;
  }
}
#chapo-equiper .header-row {
  margin-bottom: 0;
}
#chapo-equiper .intro h2 .btn {
  font-size: 16px;
}
#chapo-equiper .intro h2 + .btn {
  font-size: 16px;
  margin: 20px 0;
}
#chapo-equiper .color-block {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#chapo-equiper .color-block > img {
  position: relative;
  z-index: 1;
}
#chapo-equiper .color-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.3s ease-in-out;
  z-index: 2;
}
#chapo-equiper .color-block:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#chapo-equiper .color-block h3 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 30px;
  line-height: 26px;
  z-index: 3;
  color: #fff;
}
#chapo-equiper .color-block i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  z-index: 3;
  color: #000;
}
#chapo-equiper .bons-plans {
  background: #000;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #chapo-equiper .bons-plans {
    background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/impact/chapo-equiper/bons-plans.png') no-repeat bottom right / auto 95%;
  }
}
#chapo-equiper .bons-plans h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
#chapo-equiper .bons-plans p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 768px) {
  #chapo-equiper .bons-plans p {
    max-width: 200px;
  }
}
#chapo-equiper .bons-plans p .btn {
  border-color: #fff;
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}
#chapo-equiper .bons-plans p .btn:hover {
  color: #000;
  background-color: #fff;
}
#chapo-equiper .mobile-brand {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
}
#chapo-equiper .mobile-brand .logo {
  display: flex;
  align-items: center;
  height: 54px;
  margin: 30px 0 10px 0;
}
#chapo-equiper .mobile-brand .logo img {
  width: auto;
  height: 20px;
  max-width: 100%;
}
#chapo-equiper .mobile-brand .logo img.apple {
  height: 54px;
  margin-left: 40px;
}
#chapo-equiper .mobile-brand .logo img.huawei {
  height: 40px;
}
#chapo-equiper .mobile-brand p {
  color: #000;
  max-width: 170px;
}
#chapo-equiper .mobile-brand:hover .logo {
  opacity: 0.7;
}
#chapo-equiper .mobile-brand:hover p {
  color: #F16E00;
}
#chapo-equiper .mobiles .bg-light-grey {
  padding: 20px 30px 30px 30px;
}
#chapo-equiper .mobiles h3 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 30px 0;
}
#chapo-equiper .notre-selection {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #chapo-equiper .notre-selection {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #chapo-equiper .notre-selection .inner {
    display: flex;
    align-items: center;
  }
}
#chapo-equiper .notre-selection .inner:hover {
  opacity: 0.8;
}
#chapo-equiper .notre-selection .img {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #chapo-equiper .notre-selection .img {
    display: inline-block;
    margin-bottom: 10px;
  }
}
#chapo-equiper .notre-selection .img .cover {
  height: 250px;
}
@media (min-width: 768px) {
  #chapo-equiper .notre-selection .img .cover {
    height: 290px;
  }
}
#chapo-equiper .notre-selection .img .icon4g {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  bottom: 30px;
  width: 36px;
  height: auto;
}
#chapo-equiper .notre-selection .img i {
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(50%);
  font-size: 40px;
  color: #ffd200;
}
#chapo-equiper .notre-selection .texts {
  color: #000;
}
#chapo-equiper .notre-selection h4 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
#chapo-equiper .notre-selection p {
  margin: 0;
  font-size: 16px;
}
#chapo-equiper #chapo-equiper-slider {
  position: relative;
}
#chapo-equiper #chapo-equiper-slider .prev, #chapo-equiper #chapo-equiper-slider .next {
  position: absolute;
}
#chapo-equiper #chapo-equiper-slider .prev i, #chapo-equiper #chapo-equiper-slider .next i {
  color: #bdbdbd;
  opacity: 0.3;
}
#chapo-equiper #chapo-equiper-slider .prev:hover i, #chapo-equiper #chapo-equiper-slider .next:hover i {
  opacity: 0.7;
}
@media (max-width: 539px) {
  #chapo-equiper #chapo-equiper-slider {
    padding: 0 0 50px 0;
  }
  #chapo-equiper #chapo-equiper-slider .prev, #chapo-equiper #chapo-equiper-slider .next {
    bottom: -20px;
    width: 50%;
    font-size: 40px;
    text-align: center;
  }
  #chapo-equiper #chapo-equiper-slider .prev i, #chapo-equiper #chapo-equiper-slider .next i {
    top: 50%;
    transform: translateY(-50%);
  }
  #chapo-equiper #chapo-equiper-slider .prev {
    left: 0;
  }
  #chapo-equiper #chapo-equiper-slider .next {
    right: 0;
  }
}
@media (min-width: 540px) {
  #chapo-equiper #chapo-equiper-slider {
    padding: 0 80px;
  }
  #chapo-equiper #chapo-equiper-slider .prev, #chapo-equiper #chapo-equiper-slider .next {
    top: 0;
    bottom: 0;
    width: 80px;
    font-size: 70px;
  }
  #chapo-equiper #chapo-equiper-slider .prev i, #chapo-equiper #chapo-equiper-slider .next i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #chapo-equiper #chapo-equiper-slider .prev, #chapo-equiper #chapo-equiper-slider .prev i {
    left: 0;
  }
  #chapo-equiper #chapo-equiper-slider .next, #chapo-equiper #chapo-equiper-slider .next i {
    right: 0;
  }
}
#chapo-equiper #chapo-equiper-slider .slick-carousel a {
  display: block;
  position: relative;
  padding: 0 10px;
  color: #000;
  text-transform: capitalize;
}
#chapo-equiper #chapo-equiper-slider .slick-carousel .img {
  display: inline-block;
  position: relative;
}
#chapo-equiper #chapo-equiper-slider .slick-carousel .img .cover {
  height: 217px;
  width: auto;
}
#chapo-equiper #chapo-equiper-slider .slick-carousel .img .icon4g {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  bottom: 20px;
  width: 30px;
  height: auto;
}
#chapo-equiper #chapo-equiper-slider .slick-carousel h4 {
  margin: 10px 0 5px 0;
  font-size: 18px;
  line-height: 1;
}
#chapo-equiper #chapo-equiper-slider .slick-carousel p {
  margin: 0;
  font-size: 16px;
}
#chapo-equiper .black-blocks .inner {
  background: #000;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #chapo-equiper .black-blocks .inner {
    margin-bottom: 0;
  }
}
#chapo-equiper .black-blocks .inner .texts {
  padding: 20px;
}
#chapo-equiper .black-blocks .inner h3 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 39px;
}
#chapo-equiper .black-blocks .inner p {
  max-width: 345px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 17px;
}
#chapo-equiper .black-blocks .inner .btn {
  border-color: #fff;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}
#chapo-equiper .black-blocks .inner .btn:hover {
  color: #000;
  background-color: #fff;
}
#chapo-equiper .mobile-forfait-section-info .info-flex {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #chapo-equiper .mobile-forfait-section-info .block {
    height: 160px;
  }
}
@media (min-width: 768px) {
  #chapo-equiper .mobile-forfait-section-info .pink-block {
    width: 55%;
    max-width: 500px;
  }
}
#chapo-equiper .mobile-forfait-section-info .pink-block h2 {
  max-width: 250px;
  font-size: 30px;
  line-height: 33px;
}
@media (min-width: 768px) {
  #chapo-equiper .mobile-forfait-section-info .pink-block h2 {
    font-size: 35px;
    line-height: 39px;
  }
}
#chapo-equiper .mobile-forfait-section-info .pink-block img {
  height: 85%;
  right: 5%;
}
@media (min-width: 768px) {
  #chapo-equiper .mobile-forfait-section-info .pink-block img {
    right: 10%;
  }
}
@media (min-width: 768px) {
  #chapo-equiper .mobile-forfait-section-info .blue-block {
    width: 45%;
    max-width: 400px;
  }
}
#chapo-equiper .mobile-forfait-section-info .blue-block h2 {
  font-size: 30px;
  line-height: 33px;
  max-width: 250px;
}
#chapo-equiper .mobile-forfait-section-info .blue-block img {
  height: 60%;
  top: 20%;
  right: 5%;
}
@media (min-width: 768px) {
  #chapo-equiper .mobile-forfait-section-info .blue-block img {
    height: 70%;
    top: 15%;
    right: 10%;
  }
}
#page-arcep section.first-section-reseau-mobile .well {
  background-color: #ffffff;
  border-color: #4BB4E6;
  border-width: 3px;
}
#page-arcep section.first-section-reseau-mobile .well .well-image {
  margin-right: -20px !important;
}
#page-arcep section.first-section-reseau-mobile .well .well-image img {
  position: relative;
  left: 28%;
}
#page-arcep section.first-section-reseau-mobile .well .well-text h2 {
  font-size: 25px !important;
  margin-top: 25px;
}
#page-arcep section.first-section-reseau-mobile .well .well-text p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
@media (min-width: 1201px) {
  #page-arcep section.first-section-reseau-mobile .well .well-text p {
    margin-top: -25px;
  }
}
#page-arcep section.first-section-reseau-mobile .well .well-text .ml {
  line-height: 14px;
}
@media (min-width: 1201px) {
  #page-arcep section.first-section-reseau-mobile .well .well-text .ml {
    margin-top: -10px !important;
  }
}
#page-arcep section.first-section-reseau-mobile .well .well-text .ml small {
  font-size: 12px;
}
#page-arcep section.main-content h2 {
  font-size: 32px;
  font-family: Arial;
  line-height: 40px;
}
@media (max-width: 1199px) {
  #page-arcep section.main-content h2 {
    font-size: 22px;
    font-family: Arial;
    line-height: 30px;
  }
}
#page-arcep section.main-content ul {
  padding-left: 20px;
}
#page-arcep section.main-content ul li {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
}
#page-arcep section.main-content p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
#page-arcep section.main-content p small {
  font-size: 12px;
}
@media (max-width: 767px) {
  #page-arcep section.main-content .text {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  #page-arcep section.main-content .text {
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
  #page-arcep section.main-content .text .text-content .btn-top {
    margin-bottom: 10px;
  }
  #page-arcep section.main-content .text .text-content .btn {
    font-size: 16px;
  }
}
#page-arcep section.description .title {
  display: flex;
}
@media (max-width: 767px) {
  #page-arcep section.description .title {
    display: block;
  }
  #page-arcep section.description .title img {
    width: 238px;
    height: 93px;
    position: relative;
    top: 0px !important;
  }
}
#page-arcep section.description .title h2 {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
}
#page-arcep section.description .title img {
  width: 238px;
  height: 93px;
  position: relative;
  top: -32px;
}
#page-arcep section.description .text p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#divertissements-tv-everywhere-page h2 {
  font-size: 32px;
  line-height: 34px;
}
#divertissements-tv-everywhere-page .intro .text-eshop {
  max-width: 900px;
  margin-bottom: 20px;
}
#divertissements-tv-everywhere-page .grey-portlets {
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .grey-portlets {
    margin: 60px 0 40px 0;
  }
}
#divertissements-tv-everywhere-page .grey-portlets .portlet {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  max-width: 458px;
}
#divertissements-tv-everywhere-page .grey-portlets .portlet .inner {
  padding: 20px;
}
#divertissements-tv-everywhere-page .grey-portlets .portlet h3 {
  margin-bottom: 20px;
}
#divertissements-tv-everywhere-page .video-block {
  padding: 50px 0;
  background-image: radial-gradient(ellipse at center, #0d3241 3%, #000000 100%);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .video-block {
    margin-bottom: 60px;
  }
}
#divertissements-tv-everywhere-page .video-block h2 {
  color: #fff;
  margin-bottom: 40px;
}
#divertissements-tv-everywhere-page .video-block .video {
  text-align: center;
}
#divertissements-tv-everywhere-page .video-block video {
  width: 100%;
  max-width: 594px;
  height: auto;
}
#divertissements-tv-everywhere-page .text-groups h2 {
  margin-bottom: 30px;
}
#divertissements-tv-everywhere-page .text-groups .text-group-row {
  margin-bottom: 40px;
}
#divertissements-tv-everywhere-page .text-groups .text-group-row .text-group {
  max-width: 485px;
}
#divertissements-tv-everywhere-page .text-groups .text-group-row .text-group h2 {
  margin: 20px 0 10px 0;
}
@media (min-width: 900px) {
  #divertissements-tv-everywhere-page .text-groups .text-group-row .text-group {
    margin: 20px 0 10px 0;
  }
  #divertissements-tv-everywhere-page .text-groups .text-group-row .text-group.group3 h2, #divertissements-tv-everywhere-page .text-groups .text-group-row .text-group.group2 h2 {
    margin: 60px 0 10px 0;
  }
}
@media (min-width: 1200px) {
  #divertissements-tv-everywhere-page .text-groups .text-group-row .text-group.group2 {
    text-align: right;
  }
}
#divertissements-tv-everywhere-page .steps-block {
  margin-bottom: 30px;
  padding: 20px;
}
#divertissements-tv-everywhere-page .steps-block .step {
  display: flex;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .steps-block .step {
    align-items: center;
  }
}
#divertissements-tv-everywhere-page .steps-block .step .icon {
  margin-right: 20px;
}
#divertissements-tv-everywhere-page .steps-block .step .icon span {
  display: block;
  background-color: #000;
  color: #ffd200;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .steps-block .step .icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
  }
}
#divertissements-tv-everywhere-page .steps-block .step .texts {
  flex-grow: 1;
}
#divertissements-tv-everywhere-page .steps-block .step .texts b {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
#divertissements-tv-everywhere-page .steps-block .step .texts span {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
#divertissements-tv-everywhere-page .steps-block .sep + .step {
  margin-top: 20px;
}
#divertissements-tv-everywhere-page .steps-block .sep {
  text-align: center;
  margin: 0 30px;
  display: none;
}
#divertissements-tv-everywhere-page .steps-block .sep span {
  display: inline-block;
}
#divertissements-tv-everywhere-page .steps-block .sep span::after {
  display: inline-block;
  content: "a";
  color: #000;
  opacity: 0.2;
  font: 45px "orange-reunion";
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .steps-block {
    padding: 40px;
  }
  #divertissements-tv-everywhere-page .steps-block .sep + .step {
    margin-top: 30px;
  }
}
@media (min-width: 950px) {
  #divertissements-tv-everywhere-page .steps-block {
    display: flex;
    align-items: center;
  }
  #divertissements-tv-everywhere-page .steps-block .sep + .step {
    margin-top: 0;
  }
  #divertissements-tv-everywhere-page .steps-block .sep {
    display: block;
  }
}
#divertissements-tv-everywhere-page .steps-row {
  margin-bottom: 40px;
}
#divertissements-tv-everywhere-page .steps-row .btn {
  white-space: normal;
}
#divertissements-tv-everywhere-page .black-row {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #000;
  color: #fff;
}
#divertissements-tv-everywhere-page .black-row h2 {
  font-size: 36px;
}
#divertissements-tv-everywhere-page .black-row .portlet {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .black-row .portlet {
    max-width: 290px;
  }
}
#divertissements-tv-everywhere-page .black-row .portlet p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 20px;
}
#divertissements-tv-everywhere-page .texts-row h2 {
  max-width: 750px;
  margin-bottom: 20px;
}
#divertissements-tv-everywhere-page .texts-row p {
  max-width: 950px;
  margin-bottom: 40px;
}
#divertissements-tv-everywhere-page .mobile-forfait-section-info h2 {
  font-size: 24px;
}
#divertissements-tv-everywhere-page .mobile-forfait-section-info .info-flex {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .mobile-forfait-section-info .info-flex .block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #divertissements-tv-everywhere-page .mobile-forfait-section-info .info-flex .block {
    width: 33.3333%;
  }
}
#divertissements-tv-everywhere-page .applis {
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .applis {
    display: flex;
  }
}
#divertissements-tv-everywhere-page .applis .appli {
  padding: 20px;
}
#divertissements-tv-everywhere-page .applis .appli .left {
  margin: 0 0 20px 0;
}
#divertissements-tv-everywhere-page .applis .appli .left span {
  display: block;
  border-radius: 14px;
  background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/divertissements/tv-everywhere/tablet.svg') no-repeat center center / 34px auto;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
#divertissements-tv-everywhere-page .applis .appli .left span i {
  font-size: 30px;
  vertical-align: middle;
}
#divertissements-tv-everywhere-page .applis .appli .left span i:before {
  vertical-align: middle;
}
#divertissements-tv-everywhere-page .applis .appli .center h3 {
  font-size: 24px;
  margin: 0;
}
#divertissements-tv-everywhere-page .applis .appli .center p {
  margin: 0;
  font-size: 14px;
}
#divertissements-tv-everywhere-page .applis .appli .center p + p {
  margin-top: 10px;
}
#divertissements-tv-everywhere-page .applis .appli .center span {
  font-family: Arial;
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  vertical-align: middle;
}
#divertissements-tv-everywhere-page .applis .appli .center span i {
  font-size: 16px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.5);
}
#divertissements-tv-everywhere-page .applis .appli .right .btn {
  margin: 20px 20px 0 0;
}
#divertissements-tv-everywhere-page .applis .appli.tv-orange {
  background-color: rgba(255, 121, 0, 0.16);
}
#divertissements-tv-everywhere-page .applis .appli.tv-orange .btn {
  padding: 0;
  width: 40px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}
#divertissements-tv-everywhere-page .applis .appli.tv-orange .btn i:before {
  vertical-align: middle;
}
#divertissements-tv-everywhere-page .applis .appli.tv-everywhere {
  background-color: rgba(102, 102, 102, 0.16);
}
#divertissements-tv-everywhere-page .applis .appli.tv-everywhere .left span {
  background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/divertissements/tv-everywhere/tv.svg') no-repeat center center / 43px auto;
}
#divertissements-tv-everywhere-page .applis .appli.tv-everywhere .btn {
  padding: 0 10px 0 43px;
  line-height: 36px;
  vertical-align: middle;
  font-size: 16px;
  background: transparent url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/divertissements/tv-everywhere/play.svg') no-repeat 10px center / 24px auto;
}
#divertissements-tv-everywhere-page .applis .appli.tv-everywhere .btn:hover {
  background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/divertissements/tv-everywhere/play-white.svg') no-repeat 10px center / 24px auto;
}
@media (min-width: 768px) {
  #divertissements-tv-everywhere-page .applis .appli {
    display: flex;
    flex-basis: 50%;
    padding: 30px;
  }
  #divertissements-tv-everywhere-page .applis .appli .left {
    margin: 0 20px 0 0;
  }
  #divertissements-tv-everywhere-page .applis .appli .center {
    flex-grow: 1;
  }
  #divertissements-tv-everywhere-page .applis .appli .right {
    text-align: right;
    flex-grow: 0;
  }
  #divertissements-tv-everywhere-page .applis .appli .right .btn {
    margin: 0 0 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  #divertissements-tv-everywhere-page .applis .appli.tv-everywhere .btn {
    padding: 0;
    height: 40px;
    width: 40px;
    background-position: center center !important;
  }
  #divertissements-tv-everywhere-page .applis .appli.tv-everywhere .btn span {
    display: none;
  }
}
#divertissements-ocs-mobile-page .header-row-inner > p {
  display: none;
}
#divertissements-ocs-mobile-page .page-heading .header-row h1 {
  font-size: 48px;
  margin-top: 50px;
}
#divertissements-ocs-mobile-page .option-details-section h3 {
  font-size: 16px;
}
#divertissements-ocs-mobile-page .option-details-section .price span + span {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
#divertissements-ocs-mobile-page .option-details-section img.ico {
  width: 42px;
  height: auto;
}
#divertissements-ocs-mobile-page .well.well-astuce {
  background: #ffd200;
}
#divertissements-ocs-mobile-page .well.well-astuce .btn {
  white-space: normal;
}
@media (min-width: 768px) {
  #divertissements-ocs-mobile-page .text-group.first h2 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #divertissements-ocs-mobile-page .text-group.first h2 {
    margin-top: 20px;
  }
}
#divertissements-ocs-mobile-page .mobile-forfait-section-info .section-info .pink-block a .text, #divertissements-ocs-mobile-page .mobile-forfait-section-info .section-info .purple-block a .text {
  width: 80%;
}
.divertissements-page .btn {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out !important;
}
@media (max-width: 1199px) {
  .divertissements-page .mobile-forfait-section-info .section-info .info-flex .block .text h2 {
    font-size: 18px !important;
  }
}
.divertissements-page .main-content .btn-tuto1 {
  padding: 13px 50px;
  margin-bottom: 60px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  border: 3px solid #000;
  border-radius: 2px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1;
  color: #000;
}
.divertissements-page .main-content .btn-tuto1:hover {
  background: #000;
  color: #fff;
}
.divertissements-page .light-banner {
  padding: 30px;
  background: #E6E6E6;
  border-radius: 4px;
  display: flex;
}
.divertissements-page .light-banner.orange {
  background: rgba(255, 121, 0, 0.16);
}
.divertissements-page .light-banner.orange-dark {
  background: rgba(255, 121, 0, 0.24);
}
.divertissements-page .light-banner.green {
  background: rgba(80, 190, 135, 0.4);
}
.divertissements-page .light-banner.green-light {
  background: rgba(80, 190, 135, 0.2);
}
.divertissements-page .light-banner.blue {
  background: rgba(75, 180, 230, 0.3);
}
.divertissements-page .light-banner.purple {
  background: rgba(168, 133, 216, 0.3);
}
.divertissements-page .light-banner.pink {
  background: rgba(255, 180, 230, 0.4);
}
.divertissements-page .light-banner.yellow {
  background: rgba(255, 200, 0, 0.3);
}
.divertissements-page .light-banner .icon .square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 14px;
  background-color: #000;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.divertissements-page .light-banner .icon .square img {
  max-width: 100%;
  max-height: 100%;
}
.divertissements-page .light-banner .content {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .divertissements-page .light-banner .content {
    display: flex;
  }
}
.divertissements-page .light-banner .content .inner {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .divertissements-page .light-banner .content .inner {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .divertissements-page .light-banner .content .inner.wide {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
.divertissements-page .light-banner .content h3 {
  font-size: 24px;
  max-width: 200px;
}
.divertissements-page .light-banner .content p {
  font-size: 14px;
  font-weight: 700;
  max-width: 550px;
  margin-top: 10px;
}
.divertissements-page .light-banner .content small {
  display: block;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
  line-height: 16px;
}
.divertissements-page .light-banner .content small i {
  font-size: 16px;
  vertical-align: middle;
}
.divertissements-page .light-banner .btn.store {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  position: relative;
}
.divertissements-page .light-banner .btn.store i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  vertical-align: middle;
  font-size: 25px;
  line-height: 1;
}
.divertissements-page .light-banner .btn.store + .btn {
  margin-left: 20px;
}
.divertissements-page .light-banner .btn.play {
  padding: 10px 10px 6px 42px;
  background: url(/boutique/assets/images/divertissements/play.svg) no-repeat 10px center / 24px auto;
}
.divertissements-page .light-banner .btn.play:hover {
  color: #fff;
  background: #000 url(/boutique/assets/images/divertissements/play-white.svg) no-repeat 10px center / 24px auto;
}
@media (max-width: 1199px) {
  .divertissements-page .light-banner .content {
    display: block;
  }
  .divertissements-page .light-banner .content .wide {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .divertissements-page .light-banner {
    align-items: center;
    padding: 20px;
  }
  .divertissements-page .light-banner .content .square {
    height: 70px;
    width: 70px;
  }
  .divertissements-page .light-banner .content .wide {
    margin-bottom: 10px;
  }
  .divertissements-page .light-banner .content h3 {
    font-size: 20px;
    margin: 0;
  }
  .divertissements-page .light-banner .content small {
    font-size: 12px;
    margin: 10px 0 5px 0;
  }
  .divertissements-page .light-banner .content .btn.store {
    border: none;
    height: auto;
    width: auto;
  }
  .divertissements-page .light-banner .content .btn.store i {
    position: static;
    transform: none;
    top: 0;
    left: 0;
  }
  .divertissements-page .light-banner .content .btn.store:hover {
    background: transparent;
    color: #F16E00;
  }
  .divertissements-page .light-banner .content .btn.store + .btn {
    margin-left: 10px;
  }
}
.divertissements-page .double-light-banner {
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .divertissements-page .double-light-banner {
    display: block;
  }
  .divertissements-page .double-light-banner .light-banner {
    border-radius: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .divertissements-page .double-light-banner {
    display: flex;
  }
  .divertissements-page .double-light-banner .light-banner {
    border-radius: 0;
    width: 50%;
  }
}
.divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #0d3241 3%, #000000 100%);
  background-position: center center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .divertissements-page .dark-gallery {
    padding: 40px 0;
  }
}
.divertissements-page .dark-gallery .title {
  margin-bottom: 30px;
}
.divertissements-page .dark-gallery .title .left {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
}
.divertissements-page .dark-gallery .title .left img {
  width: 165px;
  position: relative;
  top: -10px;
  left: 10px;
}
@media (max-width: 767px) {
  .divertissements-page .dark-gallery .title .left img {
    width: 115px;
    position: relative;
    top: -5px;
  }
}
.divertissements-page .dark-gallery .title .left .logo-ocs {
  width: 100px;
  position: relative;
  top: -5px;
  left: 10px;
}
@media (max-width: 767px) {
  .divertissements-page .dark-gallery .title .left .logo-ocs {
    width: 70px;
  }
}
.divertissements-page .dark-gallery .title .left .logo-playzer {
  width: 165px;
  position: relative;
  top: -5px;
  left: 10px;
}
@media (max-width: 767px) {
  .divertissements-page .dark-gallery .title .left .logo-playzer {
    width: 125px;
    position: relative;
    top: -2px;
    left: 10px;
  }
}
.divertissements-page .dark-gallery .title .right a {
  display: inline-block;
  border: 3px solid #ffffff;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  padding: 10px 20px;
}
.divertissements-page .dark-gallery .title .right a:hover {
  color: #000000;
  background-color: #fff !important;
  border-color: #000000;
}
@media (max-width: 767px) {
  .divertissements-page .dark-gallery .title .right a {
    margin-top: 13px;
  }
}
@media (min-width: 768px) {
  .divertissements-page .dark-gallery .title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .divertissements-page .dark-gallery .title .left {
    flex-grow: 1;
  }
}
.divertissements-page .dark-gallery .divertissements-slider {
  font-family: Arial;
}
@media (min-width: 1200px) {
  .divertissements-page .dark-gallery .divertissements-slider {
    margin: 0 -15px;
  }
}
.divertissements-page .dark-gallery .divertissements-slider .slick-slide {
  max-width: 200px;
}
.divertissements-page .dark-gallery .divertissements-slider .slide-content {
  display: block;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .divertissements-page .dark-gallery .divertissements-slider .slide-content {
    padding: 0 15px;
  }
}
.divertissements-page .dark-gallery .divertissements-slider img {
  width: 100%;
  margin-bottom: 25px;
}
.divertissements-page .dark-gallery .divertissements-slider h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
}
.divertissements-page .dark-gallery .divertissements-slider h4 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
}
.divertissements-page .dark-gallery .divertissements-slider h4 span {
  color: #ff7900;
  font-weight: 500;
}
.divertissements-page .dark-gallery .divertissements-slider p {
  opacity: 0.6;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
}
.divertissements-page .dark-gallery .divertissements-slider .programmation {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.divertissements-page .dark-gallery .divertissements-slider .programmation div {
  flex-grow: 1;
  font-family: Arial;
  font-size: 12px;
  color: #ff7900;
  font-weight: bold;
}
.divertissements-page .dark-gallery .divertissements-slider .programmation img {
  margin: 0;
  max-width: 50px;
  max-height: 15px;
  width: auto;
  height: auto;
}
.divertissement-tuto-modal .modal-dialog {
  margin: 50px auto;
  padding: 20px 10px;
  width: 100%;
  max-width: 920px;
}
@media (min-width: 768px) {
  .divertissement-tuto-modal .modal-dialog {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.divertissement-tuto-modal .modal-content {
  border: 0px !important;
}
.divertissement-tuto-modal .modal-body {
  padding: 20px 20px 40px 20px;
}
@media (min-width: 768px) {
  .divertissement-tuto-modal .modal-body {
    padding: 40px 50px;
  }
}
@media (min-width: 1200px) {
  .divertissement-tuto-modal .modal-body {
    padding: 40px 70px;
  }
}
.divertissement-tuto-carousel .carousel-control {
  background: none;
  text-shadow: none;
  opacity: 1;
  display: none;
}
@media (min-width: 768px) {
  .divertissement-tuto-carousel .carousel-control {
    display: block;
    width: 50px;
    font-size: 35px;
  }
  .divertissement-tuto-carousel .carousel-control:hover {
    opacity: 0.6;
  }
  .divertissement-tuto-carousel .carousel-control.left {
    left: auto;
    right: 100%;
  }
  .divertissement-tuto-carousel .carousel-control.right {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .divertissement-tuto-carousel .carousel-control {
    width: 70px;
    font-size: 45px;
  }
}
.divertissement-tuto-carousel .carousel-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #ffd200;
}
.divertissement-tuto-carousel.first .carousel-control.left {
  display: none;
}
.divertissement-tuto-carousel.last .carousel-control.right {
  display: none;
}
.divertissement-tuto-carousel .carousel-indicators {
  bottom: auto;
  top: 100%;
  padding-top: 10px;
}
.divertissement-tuto-carousel .carousel-indicators li {
  background: #f6f6f6;
  border: 1px solid #eeeeee !important;
  width: 10px;
  height: 10px;
  margin: 0 1px;
}
.divertissement-tuto-carousel .carousel-indicators li.active {
  background-color: #50be87;
  border: 1px solid #50be87 !important;
  border: none;
  width: 10px;
  height: 10px;
}
.divertissement-tuto-carousel .carousel-indicators li[data-slide-to="0"] {
  display: none;
}
@media (max-width: 767px) {
  .nouveaux-arrivants-pop-up .carousel-inner {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .nouveaux-arrivants-pop-up .carousel-control.left {
    left: -40px;
  }
}
@media (max-width: 699px) {
  .nouveaux-arrivants-pop-up .carousel-control.left {
    left: -35px;
  }
}
@media (max-width: 629px) {
  .nouveaux-arrivants-pop-up .carousel-control.left {
    left: -30px;
  }
}
@media (max-width: 479px) {
  .nouveaux-arrivants-pop-up .carousel-control.left {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .nouveaux-arrivants-pop-up .carousel-control.right {
    right: -40px;
  }
}
@media (max-width: 699px) {
  .nouveaux-arrivants-pop-up .carousel-control.right {
    right: -35px;
  }
}
@media (max-width: 629px) {
  .nouveaux-arrivants-pop-up .carousel-control.right {
    right: -30px;
  }
}
@media (max-width: 479px) {
  .nouveaux-arrivants-pop-up .carousel-control.right {
    right: -25px;
  }
}
.nouveaux-arrivants-pop-up .carousel-control i {
  filter: brightness(90%);
}
@media (max-width: 767px) {
  .nouveaux-arrivants-pop-up .carousel-control i {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .nouveaux-arrivants-pop-up .carousel-control i {
    font-size: 50px;
  }
}
.nouveaux-arrivants-pop-up .modal-content .modal-header {
  border-bottom: 0px solid #e5e5e5 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-header button span {
  font-size: 30px;
  color: #000000 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one p {
  color: #000000 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one .well {
  border: none;
  border-width: 0px;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one .well {
    width: 320px;
  }
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one .well .line {
  display: flex;
  align-items: center;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one .well .line i, .nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one .well .line img {
  font-size: 25px;
  margin-right: 20px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-one .well .line p {
  color: #000000;
  font-weight: 600 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .titre {
  display: flex;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .titre img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two p {
  color: #000000 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img {
  display: flex;
  align-items: center;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img i {
  font-size: 25px;
  margin-right: 20px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img p {
  color: #000000;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img p span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img span {
  position: relative;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img span i {
  font-size: 17px !important;
  border-radius: 50%;
  position: absolute;
  top: -15px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img2 {
  display: flex;
  align-items: start;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img2 i, .nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img2 img {
  font-size: 25px;
  margin-right: 20px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img2 p {
  color: #000000;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img2 p span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-img2 p span i {
  font-size: 17px !important;
  border-radius: 50%;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-yt {
  border: solid;
  border-width: 1px;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .text-yt {
    width: 320px;
  }
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well {
  border: none;
  border-width: 0px;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well {
    width: 320px;
  }
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well .prix {
  font-size: 40px !important;
  color: #ffffff !important;
  padding: 0px 0;
  margin: 0px 0;
  line-height: 25px !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well .text-bottom {
  margin-top: 3px;
  padding-top: 3px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well .text-bottom span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well .text-top {
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well .text-top span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .well.yt {
  text-align: center !important;
  justify-content: center;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-pop-up .modal-content .modal-body .carousel .carousel-inner .slide-two .btn-inverse {
    width: 320px;
  }
}
.popover {
  z-index: 100002 !important;
}
.popover .popover-content {
  font-size: 12px;
}
@media (min-width: 769px) {
  #divertissements-playzer-page .page-netflix .info-flex .block-info-netflix .text {
    position: relative !important;
    right: -60% !important;
  }
}
#divertissements-playzer-page .page-netflix .info-flex .block-info-netflix .img-desktop {
  position: absolute !important;
  left: 8% !important;
}
@media (min-width: 769px) {
  #divertissements-playzer-page .page-netflix .section-info .block a .text {
    position: relative !important;
    right: -60% !important;
  }
}
#divertissements-playzer-page .page-netflix .section-info .block a .img-desktop {
  position: absolute !important;
  left: 8% !important;
  width: 225px;
}
.nouveaux-arrivants-new-page .slide-one p {
  color: #000000 !important;
  font-size: 18px;
}
.nouveaux-arrivants-new-page .slide-one .well {
  border: none;
  border-width: 0px;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-new-page .slide-one .well {
    width: 320px;
  }
}
.nouveaux-arrivants-new-page .slide-one .well .line {
  display: flex;
  align-items: center;
}
.nouveaux-arrivants-new-page .slide-one .well .line i, .nouveaux-arrivants-new-page .slide-one .well .line img {
  font-size: 25px;
  margin-right: 20px;
}
.nouveaux-arrivants-new-page .slide-one .well .line p {
  color: #000000;
  font-weight: 600 !important;
}
.nouveaux-arrivants-new-page .slide-two .titre {
  display: flex;
}
.nouveaux-arrivants-new-page .slide-two .titre img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.nouveaux-arrivants-new-page .slide-two p {
  color: #000000 !important;
  font-size: 18px;
}
.nouveaux-arrivants-new-page .slide-two .text-img {
  display: flex;
  align-items: center;
}
.nouveaux-arrivants-new-page .slide-two .text-img i {
  font-size: 25px;
  margin-right: 20px;
}
.nouveaux-arrivants-new-page .slide-two .text-img p {
  color: #000000;
}
.nouveaux-arrivants-new-page .slide-two .text-img p span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-new-page .slide-two .text-img p span span {
  font-weight: 400 !important;
}
.nouveaux-arrivants-new-page .slide-two .text-img span {
  position: relative;
}
.nouveaux-arrivants-new-page .slide-two .text-img span i {
  font-size: 17px !important;
  border-radius: 50%;
  position: absolute;
  top: -15px;
}
.nouveaux-arrivants-new-page .slide-two .text-img2 {
  display: flex;
  align-items: start;
}
.nouveaux-arrivants-new-page .slide-two .text-img2 i, .nouveaux-arrivants-new-page .slide-two .text-img2 img {
  font-size: 25px;
  margin-right: 20px;
}
.nouveaux-arrivants-new-page .slide-two .text-img2 p {
  color: #000000;
  font-weight: 400 !important;
}
.nouveaux-arrivants-new-page .slide-two .text-img2 p span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-new-page .slide-two .text-img2 p span i {
  font-size: 17px !important;
  border-radius: 50%;
}
.nouveaux-arrivants-new-page .slide-two .text-yt {
  border: solid;
  border-width: 1px;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-new-page .slide-two .text-yt {
    width: 320px;
  }
}
.nouveaux-arrivants-new-page .slide-two .well {
  border: none;
  border-width: 0px;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-new-page .slide-two .well {
    width: 320px;
  }
}
.nouveaux-arrivants-new-page .slide-two .well .prix {
  font-size: 40px !important;
  color: #ffffff !important;
  padding: 0px 0;
  margin: 0px 0;
  line-height: 25px !important;
}
.nouveaux-arrivants-new-page .slide-two .well .text-bottom {
  margin-top: 3px;
  padding-top: 3px;
}
.nouveaux-arrivants-new-page .slide-two .well .text-bottom span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-new-page .slide-two .well .text-top {
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.nouveaux-arrivants-new-page .slide-two .well .text-top span {
  font-weight: 600 !important;
}
.nouveaux-arrivants-new-page .slide-two .well.yt {
  text-align: center !important;
  justify-content: center;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-new-page .slide-two .btn-inverse {
    width: 320px;
  }
}
.nouveaux-arrivants-new-page .contact-blocks .well {
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  margin: 0px 0px 0px auto;
}
@media (max-width: 768px) {
  .nouveaux-arrivants-new-page .contact-blocks .well {
    padding-left: 0px;
  }
}
.nouveaux-arrivants-new-page .contact-blocks .well .content {
  display: flex;
}
@media (min-width: 768px) {
  .nouveaux-arrivants-new-page .contact-blocks .well .content {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .nouveaux-arrivants-new-page .contact-blocks .well .content {
    flex-direction: column-reverse;
  }
}
.nouveaux-arrivants-new-page .contact-blocks .well .content .text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nouveaux-arrivants-new-page .contact-blocks .well .content .text h3 {
  color: #000000;
}
.nouveaux-arrivants-new-page .contact-blocks .well .content .text p {
  font-weight: 400;
  color: #000000;
}
@media (min-width: 769px) {
  .nouveaux-arrivants-new-page .contact-blocks .well .content .btn {
    width: 177px;
  }
}
.nouveaux-arrivants-new-page .first-section-reseau-mobile .well {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 768px) {
  .nouveaux-arrivants-new-page .first-section-reseau-mobile .well .well-text h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .nouveaux-arrivants-new-page .img-crop-mob {
    max-height: 300px;
    overflow: hidden;
  }
}
.nouveaux-arrivants-new-page .icon-ore-information-help-assistance-aide {
  cursor: pointer;
}
.nouveaux-arrivants-new-page .d-flex {
  display: flex;
}
.nouveaux-arrivants-new-page .align-items-center {
  align-items: center;
}
.nouveaux-arrivants-new-page .justify-content-center {
  justify-content: center;
}
#divertissements-home-page .page-heading {
  border: none;
}
#divertissements-home-page .intro h1 {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (min-width: 768px) {
  #divertissements-home-page .intro h1 {
    font-size: 50px;
  }
}
#divertissements-home-page .intro h1 sup {
  top: -1.3em;
  font-size: 36%;
  color: #F16E00;
}
#divertissements-home-page .intro h1 span {
  font-size: 24px;
  font-weight: normal;
  color: #F16E00;
  line-height: 1;
}
#divertissements-home-page .intro p {
  margin-bottom: 50px;
  line-height: 1.1;
  font-size: 16px;
}
@media (min-width: 768px) {
  #divertissements-home-page .intro p {
    font-size: 18px;
  }
}
#divertissements-home-page .divertissements-portlet {
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
#divertissements-home-page .divertissements-portlet [class^="icon-ore-"]::before, #divertissements-home-page .divertissements-portlet [class*=" icon-ore-"]::before {
  vertical-align: middle;
}
@media (min-width: 768px) {
  #divertissements-home-page .divertissements-portlet .top {
    display: flex;
    align-items: stretch;
  }
}
#divertissements-home-page .divertissements-portlet .top .dark {
  background: #000;
  color: #fff;
  position: relative;
  padding: 20px 30px 40px 30px;
}
@media (max-width: 767px) {
  #divertissements-home-page .divertissements-portlet .top .dark .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #divertissements-home-page .divertissements-portlet .top .dark .big {
    line-height: 1;
    font-size: 50px;
    margin-right: 20px;
  }
  #divertissements-home-page .divertissements-portlet .top .dark h2 {
    font-size: 30px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #divertissements-home-page .divertissements-portlet .top .dark {
    width: 33.3333%;
    flex-shrink: 0;
  }
  #divertissements-home-page .divertissements-portlet .top .dark .big {
    line-height: 1;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #divertissements-home-page .divertissements-portlet .top .dark {
    width: 25%;
  }
  #divertissements-home-page .divertissements-portlet .top .dark h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
#divertissements-home-page .divertissements-portlet .top .dark p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 18px;
}
#divertissements-home-page .divertissements-portlet .top .dark .btn-custom {
  display: block;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  border-radius: 2px;
  background: #E6E6E6;
  color: #000;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
#divertissements-home-page .divertissements-portlet .top .dark .btn-custom:hover {
  color: #fff;
}
#divertissements-home-page .divertissements-portlet .top .dark small {
  display: block;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
  line-height: 16px;
  color: #fff;
}
#divertissements-home-page .divertissements-portlet .top .dark small i {
  font-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}
#divertissements-home-page .divertissements-portlet .top .triangle {
  text-align: center;
  background: #f7f7f7;
}
#divertissements-home-page .divertissements-portlet .top .triangle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #000 transparent transparent transparent;
}
#divertissements-home-page .divertissements-portlet .top .light {
  background: #f7f7f7;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  #divertissements-home-page .divertissements-portlet .top .light {
    width: 66.6666%;
  }
}
@media (min-width: 1200px) {
  #divertissements-home-page .divertissements-portlet .top .light {
    width: 75%;
  }
}
#divertissements-home-page .divertissements-portlet .top .light h3 {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #divertissements-home-page .divertissements-portlet .top .light h3 {
    font-size: 36px;
  }
}
#divertissements-home-page .divertissements-portlet .top .light .slider {
  margin-left: -15px;
  margin-right: -15px;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slick-slide {
  outline: none;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slick-slide:active, #divertissements-home-page .divertissements-portlet .top .light .slider .slick-slide:focus {
  outline: none;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content {
  display: block;
  color: #000;
  padding: 0 15px;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content:hover img {
  opacity: 1;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content > img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content .desc {
  display: flex;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content .desc .texts {
  flex-grow: 1;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content .desc .texts h4 {
  margin-bottom: 5px;
  font-size: 12px;
  color: #F16E00;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content .desc .texts h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content .desc .texts p {
  margin-bottom: 0;
  font-size: 12px;
}
#divertissements-home-page .divertissements-portlet .top .light .slider .slide-content .desc .logo img {
  max-height: 15px;
  max-width: 50px;
}
#divertissements-home-page .divertissements-portlet .light-banner, #divertissements-home-page .divertissements-portlet .double-light-banner {
  border-radius: 0;
}
#divertissements-home-page .divertissements-portlet .light-banner h3 + small, #divertissements-home-page .divertissements-portlet .double-light-banner h3 + small {
  margin-bottom: 10px;
}
#divertissements-home-page #tv-orange .btn-custom {
  background: #F16E00;
}
@media (max-width: 767px) {
  #divertissements-home-page #tv-orange .light-banner {
    width: 100%;
  }
}
#divertissements-home-page #tv-orange .light-banner.orange .square img {
  height: 36px;
}
#divertissements-home-page #tv-orange .light-banner.orange h3 {
  margin-bottom: 0;
}
#divertissements-home-page #tv-orange .light-banner.orange small + small {
  margin-top: 20px;
}
#divertissements-home-page #tv-orange .light-banner.orange-dark .square img {
  width: 42px;
}
#divertissements-home-page #tv-orange .light-banner.orange-dark h3 {
  margin-bottom: 0;
}
#divertissements-home-page #tv-orange .light-banner.orange-dark p {
  margin-bottom: 2px;
}
#divertissements-home-page #chaines-ocs .light-banner h3, #divertissements-home-page #deezer .light-banner h3, #divertissements-home-page #epresse .light-banner h3, #divertissements-home-page #radio .light-banner h3, #divertissements-home-page #cineday .light-banner h3, #divertissements-home-page #playzer .light-banner h3 {
  margin: 0;
  width: 185px;
}
#divertissements-home-page #chaines-ocs .btn-custom {
  background: #50be87;
}
#divertissements-home-page #chaines-ocs .top .light h3 img {
  height: 27px;
}
#divertissements-home-page #deezer .btn-custom {
  background: #4bb4e6;
}
#divertissements-home-page #deezer .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/applideezer.png');
}
#divertissements-home-page #deezer .dark p {
  font-size: 16px;
  font-weight: bold;
  color: #4bb4e6;
}
#divertissements-home-page #epresse .btn-custom {
  background: #a885d8;
}
#divertissements-home-page #epresse .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/epress.png');
}
#divertissements-home-page #radio .btn-custom {
  background: #F16E00;
}
#divertissements-home-page #radio .square {
  background-color: #F16E00;
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/radio.svg');
  background-size: 64% auto;
}
#divertissements-home-page #radio .wide p {
  max-width: 650px;
}
#divertissements-home-page #cineday .btn-custom {
  background: #ffb4e6;
}
#divertissements-home-page #cineday .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/appli-sortie.png');
}
#divertissements-home-page #cineday .dark h3 {
  color: #ffb4e6;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
#divertissements-home-page #bayam .btn-custom {
  background: #ffb4e6;
}
#divertissements-home-page #bayam .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/app-logo-bayam.png');
}
#divertissements-home-page #bayam .dark h3 {
  color: #ffb4e6;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
#divertissements-home-page #netflix .btn-custom {
  background: #D22F26;
}
#divertissements-home-page #netflix .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/netflix/logo-appli.png');
}
#divertissements-home-page #netflix .dark h3 {
  color: #D22F26;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
#divertissements-home-page #playzer .btn-custom {
  background: #ffd200;
}
#divertissements-home-page #playzer .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/playzer.png');
}
#divertissements-home-page #playzer .dark p {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #ffd200;
}
#divertissements-home-page #izneo .btn-custom {
  background: #ffd200;
}
#divertissements-home-page #izneo .square {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/izneo/logo_izneo_app.png');
}
#divertissements-home-page #izneo .dark .title h2 span {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none solid white;
}
#divertissements-home-page #izneo .dark .title i {
  font-size: 61px;
}
#divertissements-home-page #izneo .light-banner {
  background: rgba(253, 209, 23, 0.16) !important;
}
#divertissements-home-page #more h1 {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 768px) {
  #divertissements-home-page #more h1 {
    font-size: 48px;
    margin: 40px 0;
  }
}
#divertissements-home-page #more .appli {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #divertissements-home-page #more .appli {
    display: flex;
    align-items: center;
  }
}
#divertissements-home-page #more .appli .icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #divertissements-home-page #more .appli .icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
#divertissements-home-page #more .appli .icon img {
  width: 100%;
}
#divertissements-home-page #more .appli .right {
  font-family: Arial;
  max-width: 190px;
}
@media (min-width: 768px) {
  #divertissements-home-page #more .appli .right {
    flex-grow: 1;
  }
}
#divertissements-home-page #more .appli .right h3 {
  font-size: 24px;
  line-height: 22px;
  margin: 0;
}
#divertissements-home-page #more .appli .right p {
  font-size: 12px;
  line-height: 14px;
}
#divertissements-home-page #more .appli .right .links {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#divertissements-home-page #more .appli .right .links small {
  opacity: 0.7;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
#divertissements-home-page #more .appli .right .links a {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-right: 10px;
}
#divertissements-home-page #more .appli .right .links a:hover {
  color: #F16E00;
}
#divertissements-home-page #more .actu .icon {
  background: #fff url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/home/actu.png') no-repeat center center / cover;
}
#divertissements-home-page #more .dailymotion .icon {
  background-color: #0062df;
  border-color: #0062df;
  background: #0062df url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/divertissements/home/dailymotion.png') no-repeat center center / 80% auto;
}
#divertissements-cineday-page .main-content {
  text-align: center;
}
#divertissements-cineday-page .main-content .image {
  max-width: 248px;
}
@media (max-width: 767px) {
  #divertissements-cineday-page .main-content .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-cineday-page .main-content .image {
    float: right;
  }
}
@media (min-width: 768px) {
  #divertissements-cineday-page .main-content .content-left {
    display: flex;
    align-items: center;
  }
}
#divertissements-cineday-page .main-content .content .price-content .image-ticket {
  width: 291px;
}
@media (max-width: 767px) {
  #divertissements-cineday-page .main-content .content .price-content .image-ticket {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-cineday-page .main-content .content .price-content .image-ticket {
    float: left;
    margin-left: -15px;
  }
}
#divertissements-cineday-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -1px;
}
#divertissements-cineday-page .main-content .content .price-content a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 6px 30px;
}
#divertissements-cineday-page .main-content .content .price-content a:hover {
  color: #000000;
}
@media screen and (max-width: 768px) and (min-width: 321px) {
  #divertissements-cineday-page .main-content .content .price-content .btn {
    margin-left: 35px;
  }
}
@media (max-width: 320px) {
  #divertissements-cineday-page .main-content .content .price-content .btn {
    margin-left: 18px;
  }
}
#divertissements-cineday-page .main-content .content .price-content p {
  opacity: 0.6;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
#divertissements-cineday-page .main-content .content .price-content p i {
  font-size: 22px;
  opacity: 0.3;
  padding-right: 10px;
  position: relative;
  top: 5px;
}
@media (min-width: 768px) {
  #divertissements-cineday-page .main-content .content {
    text-align: left !important;
  }
}
#divertissements-cineday-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-cineday-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
#divertissements-cineday-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-cineday-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-cineday-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #45303d 3%, #000000 100%) !important;
}
#divertissements-deezer-page .box {
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
  padding: 30px;
}
#divertissements-deezer-page .info-flex {
  justify-content: space-around;
}
#divertissements-deezer-page .main-content {
  text-align: center;
}
#divertissements-deezer-page .main-content .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 417px;
  min-height: 270px;
}
#divertissements-deezer-page .main-content .img-pas .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  left: -50px;
  top: -70px;
}
@media (max-width: 1299px) {
  #divertissements-deezer-page .main-content .img-pas .pastille {
    display: none;
  }
}
#divertissements-deezer-page .main-content .img-pas .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* make things invisible upon start */
  -moz-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-deezer-page .main-content .img-pas .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#divertissements-deezer-page .main-content .content {
  text-align: center;
}
#divertissements-deezer-page .main-content .content .price-content {
  background-color: #eee;
}
#divertissements-deezer-page .main-content .content .price-content .price-free {
  color: #ff7900;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  #divertissements-deezer-page .main-content .content .price-content .price-free {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#divertissements-deezer-page .main-content .content .price-content .price-free .amount {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 60px;
}
#divertissements-deezer-page .main-content .content .price-content .price-free .period {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  font-size: 13px;
  padding-top: 10px;
  margin-left: 10px;
  font-weight: 400;
}
#divertissements-deezer-page .main-content .content .price-content .price-free .period span {
  font-size: 12px;
  font-weight: normal;
}
#divertissements-deezer-page .main-content .content .price-content .price {
  position: relative;
}
#divertissements-deezer-page .main-content .content .price-content .price p {
  font-size: 70px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-deezer-page .main-content .content .price-content .price p .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-deezer-page .main-content .content .price-content .price p sup {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  position: relative;
  top: -25px;
}
#divertissements-deezer-page .main-content .content .price-content .price p small {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
#divertissements-deezer-page .main-content .content .price-content .price .detail {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-right: -135px;
  position: absolute;
  top: 52px;
  right: 50%;
}
#divertissements-deezer-page .main-content .content .price-content .price .engagement {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 16px;
  padding: 0 0 20px 0;
  font-weight: 700;
}
#divertissements-deezer-page .main-content .content .price-content h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-deezer-page .main-content .content .price-content a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-deezer-page .main-content .content .price-content a:hover {
  color: #000000;
}
#divertissements-deezer-page .main-content .content .price-content .separation-line {
  width: 58px;
  height: 0.5px;
  opacity: 0.3;
  background-color: #8a8a8a;
  transform: rotate(90deg);
  position: absolute;
  left: 90%;
  top: 60px;
}
@media (max-width: 1199px) {
  #divertissements-deezer-page .main-content .content .price-content .separation-line {
    display: none;
  }
}
#divertissements-deezer-page .main-content h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-deezer-page .main-content p small {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #divertissements-deezer-page .main-content .left-col {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-deezer-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-deezer-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-deezer-page .descriptive-content h2 {
  position: relative;
}
#divertissements-deezer-page .descriptive-content h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
.banner-abonner-tv-d-orange {
  position: relative;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-abonner-tv-d-orange {
    height: 230px;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange {
    height: 180px;
    background-position: right;
  }
}
.banner-abonner-tv-d-orange .overley {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange .overley {
    background: rgba(255, 255, 255, 0.6);
  }
}
.banner-abonner-tv-d-orange .overley .inner {
  padding: 25px;
}
.banner-abonner-tv-d-orange .overley .inner h3 {
  max-width: 450px;
}
@media (min-width: 768px) {
  .banner-abonner-tv-d-orange .overley .inner h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner-abonner-tv-d-orange .overley .inner h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
#divertissements-epresse-page .main-content {
  text-align: center;
}
#divertissements-epresse-page .main-content .image {
  max-width: 430px;
}
@media (max-width: 767px) {
  #divertissements-epresse-page .main-content .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-epresse-page .main-content .image {
    float: right;
  }
}
#divertissements-epresse-page .main-content .img-pas .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  left: -50px;
  top: -70px;
}
@media (max-width: 1299px) {
  #divertissements-epresse-page .main-content .img-pas .pastille {
    display: none;
  }
}
#divertissements-epresse-page .main-content .img-pas .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* make things invisible upon start */
  -moz-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-epresse-page .main-content .img-pas .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@media (min-width: 768px) {
  #divertissements-epresse-page .main-content .content-left {
    display: flex;
    align-items: flex-end;
  }
}
#divertissements-epresse-page .main-content .content .price-content .price {
  position: relative;
}
#divertissements-epresse-page .main-content .content .price-content .price p {
  font-family: Arial;
  font-size: 70px;
  color: #ff7900;
  font-weight: 700;
  margin-top: -30px;
}
#divertissements-epresse-page .main-content .content .price-content .price p .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-epresse-page .main-content .content .price-content .price p sup {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
  position: relative;
  top: -25px;
}
#divertissements-epresse-page .main-content .content .price-content .price p small {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
}
#divertissements-epresse-page .main-content .content .price-content .price .detail {
  font-family: Arial;
  font-size: 11px;
  color: #ff7900;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  margin-right: -156px;
  position: absolute;
  top: 52px;
  right: 50%;
}
@media (max-width: 767px) {
  #divertissements-epresse-page .main-content .content .price-content .price .detail {
    margin-right: -165px;
    width: 100px;
  }
}
#divertissements-epresse-page .main-content .content .price-content .price .plus {
  position: absolute;
  top: 52px;
  left: 76px !important;
}
@media screen and (max-width: 768px) and (min-width: 750px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 300px !important;
    width: 100px;
  }
}
@media screen and (max-width: 749px) and (min-width: 700px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 290px !important;
    width: 100px;
  }
}
@media screen and (max-width: 699px) and (min-width: 650px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 275px !important;
    width: 100px;
  }
}
@media screen and (max-width: 649px) and (min-width: 600px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 255px !important;
    width: 100px;
  }
}
@media screen and (max-width: 599px) and (min-width: 550px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 225px !important;
    width: 100px;
  }
}
@media screen and (max-width: 549px) and (min-width: 500px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 205px !important;
    width: 100px;
  }
}
@media screen and (max-width: 499px) and (min-width: 450px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 175px !important;
    width: 100px;
  }
}
@media screen and (max-width: 449px) and (min-width: 400px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 155px !important;
    width: 100px;
  }
}
@media screen and (max-width: 399px) {
  #divertissements-epresse-page .main-content .content .price-content .price .plus {
    margin-left: 123px !important;
    width: 100px;
  }
}
#divertissements-epresse-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-epresse-page .main-content .content .price-content a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-epresse-page .main-content .content .price-content a:hover {
  color: #000000;
}
@media (min-width: 768px) {
  #divertissements-epresse-page .main-content .content {
    text-align: left !important;
  }
}
#divertissements-epresse-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-epresse-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #divertissements-epresse-page .main-content .left-col {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-epresse-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-epresse-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-epresse-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #33233d 3%, #000000 100%) !important;
}
#divertissements-ocs-page .gallery {
  margin-bottom: 3rem !important;
}
#divertissements-ocs-page .main-content {
  text-align: center;
}
#divertissements-ocs-page .main-content .row:nth-child(1) {
  display: flex;
  justify-content: center;
}
#divertissements-ocs-page .main-content .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 81px;
}
@media (max-width: 768px) {
  #divertissements-ocs-page .main-content .logo {
    margin-top: 50px;
  }
}
#divertissements-ocs-page .main-content .logo-title {
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-ocs-page .main-content .image-left {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
#divertissements-ocs-page .main-content .image-right {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 465px;
  position: relative;
}
#divertissements-ocs-page .main-content .image-right .bubble {
  position: absolute;
  top: 120px;
  right: -17px;
}
@media (max-width: 899px) {
  #divertissements-ocs-page .main-content .image-right .bubble {
    display: none;
  }
}
#divertissements-ocs-page .main-content .image-right .bubble img {
  display: block;
  width: auto;
  height: 81px;
  transform: rotate(27deg);
}
#divertissements-ocs-page .main-content .image-right .bubble > span {
  position: absolute;
  top: 23%;
  right: 0;
  left: 3px;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
#divertissements-ocs-page .main-content .img-pas .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  left: -60px;
  top: -50px;
}
@media (max-width: 1299px) {
  #divertissements-ocs-page .main-content .img-pas .pastille {
    display: none;
  }
}
#divertissements-ocs-page .main-content .img-pas .fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-ocs-page .main-content .img-pas .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#divertissements-ocs-page .main-content .content {
  text-align: center;
}
#divertissements-ocs-page .main-content .content .price-content {
  padding-bottom: 25px;
  position: relative;
}
#divertissements-ocs-page .main-content .content .price-content .price {
  font-family: Arial;
  font-size: 36px;
  color: #ff7900;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-ocs-page .main-content .content .price-content .price small {
  font-family: Arial;
  font-size: 26px;
  color: #ff7900;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -1px;
}
#divertissements-ocs-page .main-content .content .price-content .price .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-ocs-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-ocs-page .main-content .content .price-content .separation-line {
  width: 58px;
  height: 0.5px;
  opacity: 0.3;
  background-color: #8a8a8a;
  transform: rotate(90deg);
  position: absolute;
  left: 90%;
  top: 60px;
}
@media (max-width: 1199px) {
  #divertissements-ocs-page .main-content .content .price-content .separation-line {
    display: none;
  }
}
#divertissements-ocs-page .main-content .content .option {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media (max-width: 767px) {
  #divertissements-ocs-page .main-content .content .option {
    width: 80%;
  }
}
#divertissements-ocs-page .main-content .content .option p {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  opacity: 0.5;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  display: flex;
}
#divertissements-ocs-page .main-content .content .option p i {
  font-size: 35px;
  margin-right: 8px;
  position: relative;
  top: -5px;
}
#divertissements-ocs-page .main-content .content .option p .icon-ore-tv-play {
  font-size: 40px;
}
@media (max-width: 479px) {
  #divertissements-ocs-page .main-content .content .option .column {
    margin-bottom: 15px;
  }
}
#divertissements-ocs-page .main-content .btn-decouvrir {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-ocs-page .main-content .btn-decouvrir:hover {
  color: #000000;
}
#divertissements-ocs-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-ocs-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
#divertissements-ocs-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-ocs-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-ocs-page .divertissements-page .dark-gallery .divertissements-slider .programmation img {
  max-height: 22px;
}
#divertissements-ocs-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #33233d 3%, #000000 100%) !important;
}
#divertissements-playzer-page .main-content {
  text-align: center;
}
#divertissements-playzer-page .main-content .image {
  max-width: 430px;
}
@media (max-width: 767px) {
  #divertissements-playzer-page .main-content .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-playzer-page .main-content .image {
    float: right;
  }
}
#divertissements-playzer-page .main-content .img-pas:before {
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/divertissements/deezer/pastille.png');
  background-size: 180px 198px;
  display: inline-block;
  width: 180px;
  height: 198px;
  content: "";
  position: absolute;
  left: -50px;
  top: -70px;
}
@media (max-width: 1199px) {
  #divertissements-playzer-page .main-content .img-pas:before {
    background-size: 120px 132px;
    width: 120px;
    height: 132px;
    position: absolute;
    left: 0px;
    top: -50px;
  }
}
@media (min-width: 768px) {
  #divertissements-playzer-page .main-content .content-left {
    display: flex;
    align-items: flex-end;
  }
}
#divertissements-playzer-page .main-content .content .price-content .price {
  font-family: Arial;
  font-size: 70px;
  color: #ff7900;
  font-weight: 700;
  margin-top: -30px;
}
#divertissements-playzer-page .main-content .content .price-content .price .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-playzer-page .main-content .content .price-content .price sup {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
  position: relative;
  top: -25px;
}
#divertissements-playzer-page .main-content .content .price-content .price small {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
}
#divertissements-playzer-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-playzer-page .main-content .content .price-content a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-playzer-page .main-content .content .price-content a:hover {
  color: #000000;
}
#divertissements-playzer-page .main-content .content .img {
  display: inline-block;
  position: relative;
}
#divertissements-playzer-page .main-content .content .img .bubble {
  position: absolute;
  top: 15px;
  left: 210px;
}
@media (max-width: 899px) {
  #divertissements-playzer-page .main-content .content .img .bubble {
    display: none;
  }
}
#divertissements-playzer-page .main-content .content .img .bubble img {
  display: block;
  width: auto;
  height: 81px;
  transform: rotate(27deg);
}
#divertissements-playzer-page .main-content .content .img .bubble > span {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
#divertissements-playzer-page .main-content .content .description {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #divertissements-playzer-page .main-content .content .description {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #divertissements-playzer-page .main-content .content {
    text-align: left !important;
  }
}
#divertissements-playzer-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-playzer-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #divertissements-playzer-page .main-content .left-col {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-playzer-page .main-content .btn-tuto1 {
  padding: 13px 50px;
  margin-bottom: 60px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  border: 3px solid #000;
  border-radius: 2px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1;
  color: #000;
}
#divertissements-playzer-page .main-content .btn-tuto1:hover {
  background: #000;
  color: #fff;
}
#divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block {
  height: 167px !important;
}
#divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block a {
  min-height: 167px !important;
}
@media (max-width: 767px) {
  #divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  #divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block {
    width: 40%;
  }
}
#divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block .text h2 {
  max-width: 200px !important;
}
#divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block img {
  position: absolute;
  left: 15%;
  height: auto;
}
@media (max-width: 767px) {
  #divertissements-playzer-page .mobile-forfait-section-info .section-info .blue-block img {
    position: absolute;
    left: 50%;
    width: 40%;
  }
}
#divertissements-playzer-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #522a06 3%, #000000 100%) !important;
}
#divertissements-radio-page .main-content {
  text-align: center;
}
#divertissements-radio-page .main-content .image {
  max-width: 248px;
}
@media (max-width: 767px) {
  #divertissements-radio-page .main-content .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-radio-page .main-content .image {
    float: right;
  }
}
@media (min-width: 768px) {
  #divertissements-radio-page .main-content .content-left {
    display: flex;
    align-items: center;
  }
}
#divertissements-radio-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -1px;
}
#divertissements-radio-page .main-content .content .price-content a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-radio-page .main-content .content .price-content a:hover {
  color: #000000;
}
@media (min-width: 768px) {
  #divertissements-radio-page .main-content .content {
    text-align: left !important;
  }
}
#divertissements-radio-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-radio-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
#divertissements-radio-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-radio-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-radio-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #0d3241 3%, #000000 100%) !important;
}
#divertissements-tv-orange-page .page-heading {
  border: none;
}
#divertissements-tv-orange-page .gallery {
  margin-bottom: 20px;
}
#divertissements-tv-orange-page .blocks {
  text-align: center;
  font-family: Arial;
}
@media (min-width: 768px) {
  #divertissements-tv-orange-page .blocks .row1 {
    border-bottom: 1px solid rgba(138, 138, 138, 0.5);
  }
  #divertissements-tv-orange-page .blocks .col1 .inner, #divertissements-tv-orange-page .blocks .col3 .inner {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-tv-orange-page .blocks .img {
  display: inline-block;
  position: relative;
}
#divertissements-tv-orange-page .blocks .img .bubble {
  position: absolute;
}
@media (max-width: 899px) {
  #divertissements-tv-orange-page .blocks .img .bubble {
    display: none;
  }
}
#divertissements-tv-orange-page .blocks .img .bubble img {
  display: block;
  width: auto;
  height: 81px;
  transform: rotate(27deg);
}
#divertissements-tv-orange-page .blocks .img .bubble > span {
  position: absolute;
  top: 23%;
  right: 0;
  left: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
#divertissements-tv-orange-page .blocks .inner {
  margin: 40px 0;
}
@media (min-width: 768px) {
  #divertissements-tv-orange-page .blocks .inner {
    padding: 40px 0;
  }
}
#divertissements-tv-orange-page .blocks .inner h2 {
  font-size: 30px;
  font-family: Arial;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
#divertissements-tv-orange-page .blocks .inner h3 {
  font-size: 18px;
  font-family: Arial;
  color: #ff7900;
  line-height: 20px;
  letter-spacing: -1px;
  margin: 0 auto 20px auto;
  max-width: 350px;
}
#divertissements-tv-orange-page .blocks .inner p {
  font-size: 16px;
  font-family: Arial;
  line-height: 17px;
  margin: 0 auto 40px auto;
  letter-spacing: -1px;
  max-width: 380px;
}
#divertissements-tv-orange-page .blocks .inner a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  width: 280px;
  padding: 11px 20px;
  border-radius: 2px;
  border: 2px solid #000;
  background-color: #000000;
  font-size: 18px;
  font-family: Arial;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
#divertissements-tv-orange-page .blocks .inner a:hover {
  background: #fff;
  color: #000;
}
#divertissements-tv-orange-page .blocks .inner .img a {
  width: 1px;
  height: 1px;
  border: none;
  font-size: 0px !important;
  padding: 0px 0px !important;
  background-color: #ffffff;
}
@media (max-width: 899px) {
  #divertissements-tv-orange-page .blocks .inner .img a {
    display: none;
  }
}
#divertissements-tv-orange-page .blocks .col1 .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  top: -40px;
  left: -135px;
}
@media (max-width: 1299px) {
  #divertissements-tv-orange-page .blocks .col1 .pastille {
    display: none;
  }
}
#divertissements-tv-orange-page .blocks .col1 .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* make things invisible upon start */
  -moz-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-tv-orange-page .blocks .col1 .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#divertissements-tv-orange-page .blocks .col2 h3 {
  max-width: 200px;
}
#divertissements-tv-orange-page .blocks .col2 .bubble {
  right: -30px;
  top: 200px;
}
#divertissements-tv-orange-page .blocks .col2 .bubble > span {
  left: 3px;
}
#divertissements-tv-orange-page .blocks .col3 .bubble {
  left: -30px;
  bottom: 80px;
}
#divertissements-tv-orange-page .blocks .col3 .bubble img {
  transform: rotate(-27deg);
}
#divertissements-tv-orange-page .blocks .col3 .bubble > span {
  right: 3px;
}
#divertissements-tv-orange-page .blocks .col4 .bubble {
  right: -30px;
  top: 170px;
}
#divertissements-tv-orange-page .blocks .col4 .bubble > span {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  top: 20%;
  left: 3px;
}
#divertissements-tv-orange-page .blocks .col4 .bubble > span b {
  font-size: 36px;
}
#divertissements-tv-orange-page .blocks .col4 .bubble > span b sup {
  font-size: 50%;
  top: -0.6em;
}
#divertissements-tv-orange-page .blocks .big {
  padding: 13px 50px;
  margin-bottom: 60px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  border: 3px solid #000;
  border-radius: 2px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1;
  color: #000;
}
#divertissements-tv-orange-page .blocks .big:hover {
  background: #000;
  color: #fff;
}
#divertissements-tv-orange-page .double-light-banner {
  margin: 60px 0;
}
#divertissements-tv-orange-page .light-banner {
  padding: 30px 30px 20px 30px;
}
@media (max-width: 767px) {
  #divertissements-tv-orange-page .light-banner {
    width: 100%;
    padding: 20px;
  }
}
#divertissements-tv-orange-page .light-banner.orange .square img {
  height: 36px;
}
#divertissements-tv-orange-page .light-banner.orange h3 {
  margin-bottom: 0;
}
#divertissements-tv-orange-page .light-banner.orange small + small {
  margin-top: 20px;
}
#divertissements-tv-orange-page .light-banner.grey .square img {
  width: 42px;
}
#divertissements-tv-orange-page .light-banner.grey h3 {
  margin-bottom: 0;
}
#divertissements-tv-orange-page .light-banner.grey p {
  margin-bottom: 2px;
}
#divertissements-tv-orange-page .info-flex {
  justify-content: flex-start;
}
#divertissements-tuto-general .tuto-title {
  font-size: 22px;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .tuto-title {
    font-size: 30px;
  }
}
#divertissements-tuto-general p {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-1 .block1 {
    display: flex;
  }
}
#divertissements-tuto-general .slide-1 .block1 .img-left {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#divertissements-tuto-general .slide-1 .block1 .tuto-title {
  font-size: 22px;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-1 .block1 .tuto-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#divertissements-tuto-general .slide-1 .block1 .tuto-title img {
  max-width: 100px;
  position: relative;
  top: -2px;
}
#divertissements-tuto-general .slide-1 .block1 .tuto-title .epress {
  max-width: 150px;
  margin-right: -10px;
  position: relative;
  top: -2px;
  left: -9px;
}
#divertissements-tuto-general .slide-1 .block1 .tuto-title .playzer {
  max-width: 110px;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-1 .block1 .tuto-title .playzer {
    max-width: 140px;
  }
}
#divertissements-tuto-general .slide-1 .block1 .tuto-title .logo-ocs {
  width: 75px;
}
@media (max-width: 767px) {
  #divertissements-tuto-general .slide-1 .block1 .tuto-title .logo-ocs {
    width: 50px;
  }
}
#divertissements-tuto-general .slide-1 .block1 .tuto-title .izneo {
  width: 200px !important;
  max-width: 150px !important;
  position: relative;
  top: -9px;
  left: -8px;
}
@media (max-width: 767px) {
  #divertissements-tuto-general .slide-1 .block1 .tuto-title .izneo {
    width: 50px;
  }
}
#divertissements-tuto-general .slide-1 .block2 a {
  max-width: 140px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  color: #ffffff;
  background-color: #50be87;
  border-color: #50be87;
}
#divertissements-tuto-general .slide-1 .block2 a:hover {
  color: #50be87;
  background: transparent;
  border: solid;
  border-width: 2px;
  border-color: #50be87;
}
#divertissements-tuto-general .slide-2 ul {
  -webkit-padding-start: 0px;
}
#divertissements-tuto-general .slide-2 ul li {
  font-size: 16px;
  font-weight: 400;
}
#divertissements-tuto-general .slide-2 ul li a {
  display: contents;
}
#divertissements-tuto-general .slide-2 ul li a:hover {
  color: #000000;
}
#divertissements-tuto-general .slide-2 ul li span {
  color: #ff7900 !important;
}
#divertissements-tuto-general .slide-2 ul li span:hover {
  opacity: 0.8;
}
#divertissements-tuto-general .slide-2 p small {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
#divertissements-tuto-general .slide-2 p span {
  color: #ff7900 !important;
}
#divertissements-tuto-general .slide-2 p span:hover {
  opacity: 0.8;
}
#divertissements-tuto-general .slide-2 .image {
  text-align: center;
}
#divertissements-tuto-general .slide-2 .image img {
  margin-left: auto;
  margin-right: auto;
}
#divertissements-tuto-general .slide-2 .img-slide-4-tv-orange {
  position: relative;
}
#divertissements-tuto-general .slide-2 .img-slide-4-tv-orange img {
  position: absolute;
  top: -70px;
  max-width: 315px;
}
#divertissements-tuto-general .slide-3 .image {
  text-align: center;
}
#divertissements-tuto-general .slide-3 .image img {
  border: solid;
  border-width: 8px;
  border-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
}
#divertissements-tuto-general .slide-4 .image {
  text-align: center;
}
#divertissements-tuto-general .slide-4 .image img {
  border: solid;
  border-width: 8px;
  border-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
}
#divertissements-tuto-general .slide-4 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#divertissements-tuto-general .slide-5 .image {
  text-align: center;
}
#divertissements-tuto-general .slide-5 .image img {
  margin-left: auto;
  margin-right: auto;
}
#divertissements-tuto-general .slide-5 ul {
  -webkit-padding-start: 0px;
}
#divertissements-tuto-general .slide-5 ul li {
  font-size: 16px;
  font-weight: 400;
}
#divertissements-tuto-general .slide-5 ul li a {
  color: #ff7900;
}
#divertissements-tuto-general .slide-5 ul li a:hover {
  opacity: 0.8;
}
#divertissements-tuto-general .slide-5 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#divertissements-tuto-general .slide-6 ul {
  -webkit-padding-start: 0px;
}
#divertissements-tuto-general .slide-6 ul li {
  font-size: 16px;
  font-weight: 400;
}
#divertissements-tuto-general .slide-6 ul li span {
  color: #ff7900;
}
#divertissements-tuto-general .slide-6 ul li span:hover {
  opacity: 0.8;
}
#divertissements-tuto-general .slide-6 p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#divertissements-tuto-general .slide-6 .image img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-7 .block1 {
    display: flex;
  }
}
#divertissements-tuto-general .slide-7 .block1 .img-left {
  width: 55px;
  height: 73px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#divertissements-tuto-general .slide-7 .block1 .tuto-title {
  font-size: 22px;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-7 .block1 .tuto-title {
    font-size: 32px;
    margin-top: 18px;
  }
}
#divertissements-tuto-general .slide-7 .block2 .appli {
  display: flex;
}
#divertissements-tuto-general .slide-7 .block2 .appli img {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
}
#divertissements-tuto-general .slide-7 .block2 .appli .text .os {
  margin-top: -5px;
  display: flex;
}
#divertissements-tuto-general .slide-7 .block2 .img-right {
  position: absolute;
  top: 67px;
}
#divertissements-tuto-general .slide-7 .block2 .well-ocs {
  background-color: #ebebeb;
  border: none;
  display: flex;
  max-width: 300px;
}
#divertissements-tuto-general .slide-7 .block2 .well-ocs h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 25px;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-7 .block2 .epress {
    display: flex;
  }
}
#divertissements-tuto-general .slide-7 .block2 .epress .img-left {
  width: 55px;
  height: 73px;
  margin-right: 25px;
  margin-bottom: 25px;
}
#divertissements-tuto-general .slide-7 .block2 .epress .tuto-title {
  font-size: 22px;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-7 .block2 .epress .tuto-title {
    font-size: 32px;
    margin-top: 18px;
  }
}
#divertissements-tuto-general .slide-7 .image-izneo {
  text-align: center;
}
#divertissements-tuto-general .slide-7 .image-izneo img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #divertissements-tuto-general .slide-7 .img-epress img {
    max-width: 118% !important;
  }
}
#divertissements-izneo-page .block-detail .title {
  max-width: 486px;
}
@media (max-width: 767px) {
  #divertissements-izneo-page .block-detail .title {
    margin-left: auto;
    margin-right: auto;
  }
}
#divertissements-izneo-page .block-detail .title h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  #divertissements-izneo-page .block-detail .title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #divertissements-izneo-page .block-detail img {
    margin-left: auto;
    margin-right: auto;
  }
}
#divertissements-izneo-page .block-detail .text {
  max-width: 486px;
}
@media (max-width: 767px) {
  #divertissements-izneo-page .block-detail .text {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
#divertissements-izneo-page .block-detail .text h2 {
  font-size: 30px;
}
#divertissements-izneo-page .main-content {
  text-align: center;
}
#divertissements-izneo-page .main-content .image {
  max-width: 430px;
}
@media (max-width: 767px) {
  #divertissements-izneo-page .main-content .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-izneo-page .main-content .image {
    float: right;
  }
}
#divertissements-izneo-page .main-content .img-pas .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  left: -50px;
  top: -70px;
}
@media (max-width: 1299px) {
  #divertissements-izneo-page .main-content .img-pas .pastille {
    display: none;
  }
}
#divertissements-izneo-page .main-content .img-pas .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* make things invisible upon start */
  -moz-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-izneo-page .main-content .img-pas .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@media (min-width: 768px) {
  #divertissements-izneo-page .main-content .content-left {
    display: flex;
    align-items: flex-end;
  }
}
#divertissements-izneo-page .main-content .content .price-content .price {
  position: relative;
}
#divertissements-izneo-page .main-content .content .price-content .price p {
  font-family: Arial;
  font-size: 70px;
  color: #ff7900;
  font-weight: 700;
  margin-top: -30px;
  margin-bottom: -20px;
}
#divertissements-izneo-page .main-content .content .price-content .price p .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-izneo-page .main-content .content .price-content .price p sub {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
  position: relative;
  top: 0px;
}
#divertissements-izneo-page .main-content .content .price-content .price p small {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
}
#divertissements-izneo-page .main-content .content .price-content .price .price-text {
  font-size: 14px;
  color: #ff7900;
  font-weight: 500;
}
#divertissements-izneo-page .main-content .content .price-content .price .detail {
  font-family: Arial;
  font-size: 11px;
  color: #ff7900;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  margin-right: -156px;
  position: absolute;
  top: 52px;
  right: 50%;
}
@media (max-width: 767px) {
  #divertissements-izneo-page .main-content .content .price-content .price .detail {
    margin-right: -165px;
    width: 100px;
  }
}
#divertissements-izneo-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-izneo-page .main-content .content .price-content a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-izneo-page .main-content .content .price-content a:hover {
  color: #000000;
}
@media (min-width: 768px) {
  #divertissements-izneo-page .main-content .content {
    text-align: left !important;
  }
}
#divertissements-izneo-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-izneo-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
#divertissements-izneo-page .main-content .img {
  display: inline-block;
  position: relative;
}
#divertissements-izneo-page .main-content .img .bubble {
  position: absolute;
  top: -10px;
  left: 235px;
}
@media (max-width: 899px) {
  #divertissements-izneo-page .main-content .img .bubble {
    display: none;
  }
}
#divertissements-izneo-page .main-content .img .bubble img {
  display: block;
  width: auto;
  height: 95px;
  transform: rotate(27deg);
}
#divertissements-izneo-page .main-content .img .bubble > span {
  position: absolute;
  top: 27%;
  right: 0;
  left: 0;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
@media (min-width: 768px) {
  #divertissements-izneo-page .main-content .left-col {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-izneo-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-izneo-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-izneo-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #0d3241 3%, #000000 100%);
}
#divertissements-izneo-page .divertissements-page .light-banner {
  background: rgba(253, 209, 23, 0.16) !important;
}
#divertissements-izneo-page .divertissements-page .title .left img {
  width: 200px;
  position: relative;
  top: -5px;
}
#divertissements-bayam-page .block-detail .title {
  max-width: 486px;
}
@media (max-width: 767px) {
  #divertissements-bayam-page .block-detail .title {
    margin-left: auto;
    margin-right: auto;
  }
}
#divertissements-bayam-page .block-detail .title h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  #divertissements-bayam-page .block-detail .title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #divertissements-bayam-page .block-detail img {
    margin-left: auto;
    margin-right: auto;
  }
}
#divertissements-bayam-page .block-detail .text {
  max-width: 486px;
}
@media (max-width: 767px) {
  #divertissements-bayam-page .block-detail .text {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
#divertissements-bayam-page .block-detail .text h2 {
  font-size: 30px;
}
#divertissements-bayam-page .main-content {
  text-align: center;
}
#divertissements-bayam-page .main-content .image {
  max-width: 430px;
}
@media (max-width: 767px) {
  #divertissements-bayam-page .main-content .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #divertissements-bayam-page .main-content .image {
    float: right;
  }
}
#divertissements-bayam-page .main-content .img-pas .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  left: -50px;
  top: -70px;
}
@media (max-width: 1299px) {
  #divertissements-bayam-page .main-content .img-pas .pastille {
    display: none;
  }
}
#divertissements-bayam-page .main-content .img-pas .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* make things invisible upon start */
  -moz-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-bayam-page .main-content .img-pas .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@media (min-width: 768px) {
  #divertissements-bayam-page .main-content .content-left {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  #divertissements-bayam-page .main-content .content h1 {
    margin: 30px 0;
  }
}
#divertissements-bayam-page .main-content .content .price-content .price {
  position: relative;
}
#divertissements-bayam-page .main-content .content .price-content .price p {
  font-family: Arial;
  font-size: 70px;
  color: #ff7900;
  font-weight: 700;
  margin-top: -30px;
}
#divertissements-bayam-page .main-content .content .price-content .price p .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-bayam-page .main-content .content .price-content .price p sup {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
  position: relative;
  top: -25px;
}
#divertissements-bayam-page .main-content .content .price-content .price p small {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
}
#divertissements-bayam-page .main-content .content .price-content .price .detail {
  font-family: Arial;
  font-size: 11px;
  color: #ff7900;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  margin-right: -170px;
  position: absolute;
  top: 52px;
  right: 50%;
}
@media (max-width: 767px) {
  #divertissements-bayam-page .main-content .content .price-content .price .detail {
    margin-right: -165px;
    width: 100px;
  }
}
#divertissements-bayam-page .main-content .content .price-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-bayam-page .main-content .content .price-content a {
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-bayam-page .main-content .content .price-content a:hover {
  color: #000000;
}
@media (min-width: 768px) {
  #divertissements-bayam-page .main-content .content {
    text-align: left !important;
  }
}
#divertissements-bayam-page .main-content h4 {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-bayam-page .main-content p small {
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #divertissements-bayam-page .main-content .left-col {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-bayam-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-bayam-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-bayam-page .divertissements-page .dark-gallery {
  background-image: radial-gradient(ellipse at center, #0d3241 3%, #000000 100%);
}
#divertissements-bayam-page .divertissements-page .light-banner {
  background: #ccc !important;
}
#divertissements-bayam-page .divertissements-page .title .left img {
  width: 200px;
  position: relative;
  top: -5px;
}
#divertissements-paramont-plus-page .tryout {
  font-size: 40px;
}
@media (max-width: 768px) {
  #divertissements-paramont-plus-page .tryout {
    font-size: 24px;
  }
}
#divertissements-paramont-plus-page .channels-mosaique li {
  width: 300px;
  height: 180px;
}
#divertissements-paramont-plus-page .channels-mosaique li > a, #divertissements-paramont-plus-page .channels-mosaique li > figure {
  border: 2px solid #f4f4f4;
  background-color: #f4f4f4;
}
#divertissements-paramont-plus-page .channels-mosaique li > a:hover {
  border-color: #F16E00;
}
#divertissements-paramont-plus-page .main-content {
  text-align: center;
}
#divertissements-paramont-plus-page .main-content .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 417px;
}
#divertissements-paramont-plus-page .main-content .img-pas .pastille {
  position: absolute;
  width: 177px;
  height: auto;
  left: -50px;
  top: -70px;
}
@media (max-width: 1299px) {
  #divertissements-paramont-plus-page .main-content .img-pas .pastille {
    display: none;
  }
}
#divertissements-paramont-plus-page .main-content .img-pas .fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  /* make things invisible upon start */
  -moz-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#divertissements-paramont-plus-page .main-content .img-pas .fade-in.one {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#divertissements-paramont-plus-page .main-content .content {
  text-align: center;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price-free {
  color: #ff7900;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  #divertissements-paramont-plus-page .main-content .content .price-content .price-free {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#divertissements-paramont-plus-page .main-content .content .price-content .price-free .amount {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 60px;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price-free .period {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  font-size: 13px;
  padding-top: 10px;
  margin-left: 10px;
  font-weight: 400;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price-free .period span {
  font-size: 12px;
  font-weight: normal;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price {
  position: relative;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price p {
  font-size: 70px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price p .currency {
  font-size: 60px;
  color: #ff7900;
  font-weight: 700;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price p sup {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
  position: relative;
  top: -25px;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price p small {
  font-size: 24px;
  color: #ff7900;
  font-weight: 500;
}
#divertissements-paramont-plus-page .main-content .content .price-content .price .detail {
  font-size: 11px;
  color: #ff7900;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  margin-right: -95px;
  position: absolute;
  top: 52px;
  right: 50%;
}
#divertissements-paramont-plus-page .main-content .content .price-content h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-paramont-plus-page .main-content .content .price-content a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 40px;
}
#divertissements-paramont-plus-page .main-content .content .price-content a:hover {
  color: #000000;
}
#divertissements-paramont-plus-page .main-content .content .price-content .separation-line {
  width: 58px;
  height: 0.5px;
  opacity: 0.3;
  background-color: #8a8a8a;
  transform: rotate(90deg);
  position: absolute;
  left: 90%;
  top: 60px;
}
@media (max-width: 1199px) {
  #divertissements-paramont-plus-page .main-content .content .price-content .separation-line {
    display: none;
  }
}
#divertissements-paramont-plus-page .main-content h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1px;
}
#divertissements-paramont-plus-page .main-content p small {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #divertissements-paramont-plus-page .main-content .left-col {
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
}
#divertissements-paramont-plus-page .mobile-forfait-section-info .section-info .yellow-block .text h2 {
  max-width: 250px !important;
}
#divertissements-paramont-plus-page .mobile-forfait-section-info .section-info .yellow-block .text img {
  position: relative;
  top: -10px;
  left: 0px;
}
#divertissements-paramont-plus-page .descriptive-content h2 {
  position: relative;
}
#divertissements-paramont-plus-page .descriptive-content h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#divertissements-paramont-plus-page .descriptive-content h2 {
  position: relative;
}
#divertissements-paramont-plus-page .descriptive-content h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#divertissements-paramont-plus-page .title-underline {
  position: relative;
}
#divertissements-paramont-plus-page .title-underline:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#divertissements-paramont-plus-page .divertissements-page .light-banner .content p {
  max-width: 100%;
  font-weight: normal;
}
#mobile-forfaits-option-xooloo .intro {
  background: #4bb4e6;
}
#mobile-forfaits-option-xooloo .intro .inner {
  padding: 40px 0;
}
@media (min-width: 768px) {
  #mobile-forfaits-option-xooloo .intro .inner {
    background: url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/xooloo/cap.png') no-repeat 80% center / auto 120px;
    padding: 40px 0 100px 0;
  }
}
#mobile-forfaits-option-xooloo .intro h1 {
  font-size: 30px;
}
#mobile-forfaits-option-xooloo .intro p {
  max-width: 450px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01px;
}
#mobile-forfaits-option-xooloo .well-astuce {
  background-color: #4bb4e6;
  font-weight: 700;
}
#mobile-forfaits-option-xooloo .well-astuce:before {
  content: none;
  font-weight: bold;
}
#mobile-forfaits-option-xooloo .price {
  margin: 0;
}
#mobile-forfaits-option-xooloo .price strong {
  position: relative;
  color: #F16E00;
  font-size: 41px;
}
#mobile-forfaits-option-xooloo .price strong .sup {
  padding: 0;
  position: absolute;
  top: 3px;
  left: 25px;
  font-size: 18px;
}
#mobile-forfaits-option-xooloo .price strong .sub {
  color: #000;
  left: 0;
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 15px;
}
#mobile-forfaits-option-xooloo .price > span {
  font-weight: bold;
  margin-top: 10px;
}
#mobile-forfaits-option-xooloo .price + h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #F16E00;
}
@media (min-width: 768px) {
  #mobile-forfaits-option-xooloo .text-group h2 {
    margin-top: 60px;
  }
}
#mobile-forfaits-option-xooloo .info-flex .block {
  width: 100%;
}
@media (min-width: 768px) {
  #mobile-forfaits-option-xooloo .info-flex .block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #mobile-forfaits-option-xooloo .info-flex .block {
    width: 25%;
  }
}
#mobile-forfaits-option-xooloo .info-flex .block.pink-block .text, #mobile-forfaits-option-xooloo .info-flex .block.purple-block .text {
  width: 75%;
}
#mobile-forfaits-option-xooloo .info-flex .block.green-block .text {
  width: auto;
}
#mobile-forfaits-option-xooloo .info-flex .block.green-block img {
  right: 0;
  bottom: 0;
  width: 130px;
  height: auto;
}
@media (min-width: 768px) {
  .domotique-page h2 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .domotique-page .page-heading .header-row h1 {
    font-size: 40px;
  }
}
.domotique-page #main > section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .domotique-page #main > section {
    margin-bottom: 80px;
  }
}
.domotique-page .intro {
  color: #000;
  display: block;
  position: relative;
}
.domotique-page .intro .inner {
  position: absolute;
}
.domotique-page .intro h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.domotique-page .intro p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}
.domotique-page .intro .btn {
  transition: all 0.3s ease-in-out;
}
.domotique-page .intro .btn:hover {
  background: #000;
  color: #fff;
}
.domotique-page .intro:hover .btn {
  background: #F16E00;
  border-color: #F16E00;
}
@media (min-width: 768px) {
  .domotique-page .intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .domotique-page .intro p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .domotique-page .shadow {
    position: relative;
  }
  .domotique-page .shadow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    transform: translateX(-10px) translateY(10px);
    z-index: 1;
  }
  .domotique-page .shadow img {
    position: relative;
    z-index: 2;
  }
}
.domotique-page .img-col .shadow {
  margin-bottom: 30px;
}
.domotique-page .img-col .btn {
  display: block;
}
.domotique-page .img-col h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.domotique-page .img-col p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
.domotique-page .img-col p:last-child {
  margin-bottom: 0;
}
.domotique-page .img-col.right {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .domotique-page .img-col {
    padding-right: 30px;
  }
  .domotique-page .img-col .btn {
    display: inline-block;
  }
  .domotique-page .img-col.right {
    margin: 0;
    padding-left: 30px;
    padding-right: 0;
  }
  .domotique-page .img-col.wide {
    padding: 0;
    margin: 0;
  }
}
.domotique-page .twins + .twins {
  margin-top: 40px;
}
.domotique-page .twins .pic {
  margin-bottom: 20px;
}
.domotique-page .twins .texts h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.domotique-page .twins .texts p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
.domotique-page .twins .texts p:last-child {
  margin-bottom: 0;
}
.domotique-page .twins .texts .btn {
  display: block;
}
@media (min-width: 768px) {
  .domotique-page .twins {
    display: flex;
    align-items: stretch;
    padding: 0;
  }
  .domotique-page .twins + .twins {
    margin-top: 60px;
  }
  .domotique-page .twins .pic {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .domotique-page .twins .texts {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .domotique-page .twins .texts h2 {
    font-size: 28px;
  }
  .domotique-page .twins .texts .btn {
    display: inline-block;
  }
  .domotique-page .twins.reverse .pic {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .domotique-page .twins.reverse .texts {
    order: 1;
    padding-left: 0;
    padding-right: 30px;
  }
}
.domotique-page .faq-row {
  position: relative;
  padding: 10px;
}
.domotique-page .faq-row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 80px;
  left: 0;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .domotique-page .faq-row {
    padding: 50px 0 50px 40px;
  }
  .domotique-page .faq-row::before {
    right: 100px;
    bottom: 0;
  }
}
.domotique-page .faq-row .col-inner.bg-light-grey {
  margin-top: 40px;
  padding: 20px;
}
.domotique-page .faq-row .col-inner h1, .domotique-page .faq-row .col-inner h3 {
  margin-bottom: 20px;
}
.domotique-page .faq-row .col-inner p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
.domotique-page .faq-row .col-inner .btn {
  display: block;
}
@media (min-width: 768px) {
  .domotique-page .faq-row .col-inner {
    margin-right: 30px;
    padding-top: 20px;
  }
  .domotique-page .faq-row .col-inner.bg-light-grey {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 0;
    padding: 50px;
  }
  .domotique-page .faq-row .col-inner .btn {
    display: inline-block;
  }
}
.domotique-page .top-group-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .domotique-page .top-group-btn {
    margin-bottom: -20px;
  }
}
@media (min-width: 769px) {
  .domotique-page .top-group-btn {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 881px) and (max-width: 1200px) {
  .domotique-page .top-group-btn {
    margin-bottom: -26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .domotique-page .top-group-btn {
    margin-bottom: -28px;
  }
}
.domotique-page .top-group-btn a {
  color: #000000 !important;
  border: none !important;
}
@media (min-width: 768px) {
  .domotique-page .top-group-btn a {
    width: 25%;
    margin-left: 0.0005em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 880px) {
  .domotique-page .top-group-btn a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .domotique-page .top-group-btn a {
    width: 100%;
    margin-left: 0px !important;
  }
  .domotique-page .top-group-btn a:first-child {
    margin-left: 0px !important;
  }
}
.domotique-page .top-group-btn a:hover {
  border: none !important;
  background-color: #ffffff !important;
  color: #F16E00 !important;
}
.domotique-page .video-connectee {
  color: #000000 !important;
}
@media (max-width: 767px) {
  .domotique-page .banner-livebox {
    padding: 10px;
  }
  .domotique-page .banner-livebox .pic {
    margin-bottom: 0;
  }
}
.domotique-page .banner-livebox .twins {
  margin-bottom: 0;
}
.domotique-page .banner-livebox .twins h2 {
  max-width: 400px;
}
.domotique-page .banner-livebox .twins p {
  max-width: 500px;
}
.domotique-page .banner-live {
  text-align: center;
  padding: 25px;
}
.domotique-page .banner-live .inner {
  text-align: center;
}
.domotique-page .banner-live .inner img {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.domotique-page #myModalMaisonConnectee {
  z-index: 100000;
}
.domotique-page #myModalMaisonConnectee .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.domotique-page #myModalMaisonConnectee .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.domotique-page #myModalMaisonConnectee iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.domotique-page #myModalMaisonConnectee button {
  position: absolute;
  top: 50%;
  right: 3.5%;
  z-index: 10000;
  font-size: 40px;
  background: transparent;
  border: none;
}
.domotique-page #myModalMaisonConnectee button:hover {
  color: #ffffff;
  opacity: 0.7;
}
.domotique-page .bloc-onglet .nav-tabs .active a {
  color: #F16E00 !important;
}
.domotique-page .bloc-onglet .nav-tabs li a {
  color: #555555 !important;
}
#page-domotique-home .intro .inner {
  left: 30px;
  max-width: 250px;
}
@media only screen and (min-width: 450px) {
  #page-domotique-home .intro .inner {
    bottom: 90px;
  }
}
@media only screen and (max-width: 450px) {
  #page-domotique-home .intro .inner {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #page-domotique-home .intro .inner {
    top: 60px !important;
  }
}
@media (min-width: 768px) {
  #page-domotique-home .intro .inner {
    bottom: auto;
    top: 100px;
    left: 50px;
    max-width: 250px;
  }
}
#page-domotique-home .block-img-text .texts h2 {
  position: relative;
}
#page-domotique-home .block-img-text .texts h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-domotique-home .home-service img {
  margin-left: auto;
  margin-right: auto;
}
#page-domotique-home .top-group-btn {
  width: 100%;
}
@media (max-width: 767px) {
  #page-domotique-home .top-group-btn {
    margin-bottom: -20px;
  }
}
@media (min-width: 769px) {
  #page-domotique-home .top-group-btn {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 881px) and (max-width: 1200px) {
  #page-domotique-home .top-group-btn {
    margin-bottom: -26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  #page-domotique-home .top-group-btn {
    margin-bottom: -28px;
  }
}
#page-domotique-home .top-group-btn a {
  color: #000000 !important;
  border: none !important;
}
@media (min-width: 768px) {
  #page-domotique-home .top-group-btn a {
    width: 25%;
    margin-left: 0.0005em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 880px) {
  #page-domotique-home .top-group-btn a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #page-domotique-home .top-group-btn a {
    width: 100%;
    margin-left: 0px !important;
  }
  #page-domotique-home .top-group-btn a:first-child {
    margin-left: 0px !important;
  }
}
#page-domotique-home .top-group-btn a:hover {
  border: none !important;
  background-color: #ffffff !important;
  color: #F16E00 !important;
}
#page-domotique-home .video-connectee {
  color: #000000 !important;
}
@media (max-width: 767px) {
  #page-domotique-home .banner-livebox {
    padding: 10px;
  }
  #page-domotique-home .banner-livebox .pic {
    margin-bottom: 0;
  }
}
#page-domotique-home .banner-livebox .twins {
  margin-bottom: 0;
}
#page-domotique-home .banner-livebox .twins h2 {
  max-width: 400px;
}
#page-domotique-home .banner-livebox .twins p {
  max-width: 500px;
}
#page-domotique-home .banner-livebox.bg-black {
  background-color: #000000;
  color: #ffffff;
}
#page-domotique-home .banner-livebox.bg-black .inner p {
  color: #ffffff;
}
#page-domotique-home .banner-live {
  text-align: center;
  padding: 25px;
}
#page-domotique-home .banner-live .inner {
  text-align: center;
}
#page-domotique-home .banner-live .inner img {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
#page-domotique-home #myModalMaisonConnectee {
  z-index: 100000;
}
#page-domotique-home #myModalMaisonConnectee .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#page-domotique-home #myModalMaisonConnectee .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
#page-domotique-home #myModalMaisonConnectee iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#page-domotique-home #myModalMaisonConnectee button {
  position: absolute;
  top: 50%;
  right: 3.5%;
  z-index: 10000;
  font-size: 40px;
  background: transparent;
  border: none;
}
#page-domotique-home #myModalMaisonConnectee button:hover {
  color: #ffffff;
  opacity: 0.7;
}
#page-domotique-home .bloc-onglet .nav-tabs .active a {
  color: #F16E00 !important;
}
#page-domotique-home .bloc-onglet .nav-tabs li a {
  color: #555555 !important;
}
#page-domotique-appli .intro .inner {
  bottom: 30px;
  left: 30px;
  max-width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #page-domotique-appli .intro .inner {
    top: 60px !important;
  }
}
@media (min-width: 768px) {
  #page-domotique-appli .intro .inner {
    bottom: auto;
    top: 100px;
    left: 50px;
    max-width: 250px;
  }
}
#page-domotique-appli .scenarios .visible-xs {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page-domotique-appli .scenarios h2 {
    margin-top: 80px;
  }
  #page-domotique-appli .scenarios p {
    max-width: 500px;
  }
}
#page-domotique-appli .banner-appli {
  background: #000;
  color: #fff;
  padding: 50px;
}
#page-domotique-appli .banner-appli h2 {
  margin-bottom: 20px;
}
#page-domotique-appli .banner-appli a {
  display: inline-block;
  margin: 0 20px 20px 0;
}
#page-domotique-appli .banner-appli p {
  margin: 0;
}
@media (min-width: 768px) {
  #page-domotique-appli .banner-appli {
    padding: 70px 50px;
    background: #000 url('https://orm-rec-reunion.sso-ints.orange.fr/assets_src/images/domotique/appli/ill-appli.png') no-repeat bottom right / auto 100%;
  }
}
#page-domotique-appli .texts .text-content p {
  margin: 10px 0;
}
#page-domotique-appli .texts .text-content .button-appli {
  display: flex;
}
#page-domotique-appli .texts .text-content .button-appli a {
  margin-right: 10px;
}
#page-domotique-appli .block-well .well {
  background-color: #ffffff !important;
}
#page-domotique-appli .block-well h2 {
  position: relative;
}
#page-domotique-appli .block-well h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-domotique-appli .block-well .text-content {
  line-height: 2.2rem;
  font-size: 1.6rem;
}
#page-domotique-appli .block-img-text h2 {
  position: relative;
}
#page-domotique-appli .block-img-text h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-domotique-appli .block-img-text .title {
  line-height: 3.4rem;
  font-size: 3rem;
  position: relative;
}
#page-domotique-appli .block-img-text .title:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-domotique-appli .block-img-text .sub-title:after {
  display: none;
}
#page-domotique-appli .block-img-text .big-bold {
  line-height: 2.2rem;
  font-size: 1.6rem;
}
#page-domotique-appli .block-img-text .big-bold span {
  line-height: 3.4rem;
  font-size: 3rem;
}
#page-domotique-appli .block-img-text .cartouche {
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  padding: 2px 12px 4px;
  background-color: #f16e00;
  line-height: 1.8rem;
  font-size: 1.2rem;
}
#page-domotique-appli .equipements .home-service img {
  margin-left: auto;
  margin-right: auto;
}
#page-domotique-appli .beneficier-5g .panel .panel-body a {
  color: #000;
}
#page-domotique-equipements .intro-block {
  margin-bottom: 0px !important;
}
#page-domotique-equipements .intro-block .intro_maison_connectee .inner {
  left: 30px;
  max-width: 250px;
}
@media only screen and (min-width: 450px) {
  #page-domotique-equipements .intro-block .intro_maison_connectee .inner {
    bottom: 90px;
  }
}
@media only screen and (max-width: 450px) {
  #page-domotique-equipements .intro-block .intro_maison_connectee .inner {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #page-domotique-equipements .intro-block .intro_maison_connectee .inner {
    top: 40px !important;
  }
}
@media (min-width: 768px) {
  #page-domotique-equipements .intro-block .intro_maison_connectee .inner {
    bottom: auto;
    top: 100px;
    left: 50px;
    max-width: 250px;
  }
}
#page-domotique-equipements section.equipements {
  margin-bottom: 20px;
}
#page-domotique-equipements section.equipements .img-col {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #page-domotique-equipements section.equipements .img-col {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #page-domotique-equipements section.equipements .img-col .shadow {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  #page-domotique-equipements section.equipements .img-col .shadow {
    padding-top: 50px;
  }
}
#page-domotique-equipements section.equipements .img-col .shadow:before {
  content: "";
  position: absolute;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #eee;
  transform: translateX(-10px) translateY(10px);
  z-index: 1;
}
@media (max-width: 767px) {
  #page-domotique-equipements section.equipements .img-col .shadow:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  #page-domotique-equipements section.equipements .img-col .shadow:before {
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #page-domotique-equipements section.equipements .img-col .shadow:before {
    height: 100px;
    width: 100px;
  }
}
#page-domotique-equipements section.equipements .title-block h1 {
  position: relative;
}
#page-domotique-equipements section.equipements .title-block h1:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-domotique-equipements section.equipements .title-block p {
  font-size: 18px;
}
#page-domotique-equipements section.equipements .home-service img {
  margin-left: auto;
  margin-right: auto;
}
#page-domotique-faq h3.top {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
#page-domotique-faq .princing-panel-group .panel-heading h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #page-domotique-faq .princing-panel-group .panel-heading h4 {
    font-size: 30px;
  }
}
#page-domotique-faq .princing-panel-group .panel-body p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
#page-equipement-detail #myCarouselMaison .carousel-control.left, #page-equipement-detail #myCarouselMaison .carousel-control.right {
  background-image: none;
}
#page-equipement-detail #myCarouselMaison .carousel-control.left .glyphicon, #page-equipement-detail #myCarouselMaison .carousel-control.right .glyphicon {
  color: #F16E00;
}
#page-equipement-detail #myCarouselMaison .carousel-indicators li {
  border: 1px solid #F16E00;
}
#page-equipement-detail #myCarouselMaison .carousel-indicators li.active {
  background-color: #F16E00;
}
.programme-fidelite .px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.programme-fidelite .mb-5 {
  margin-bottom: 5rem !important;
}
.programme-fidelite .mt-5 {
  margin-top: 5rem;
}
.programme-fidelite .twins ul li {
  list-style: square;
}
.programme-fidelite .bg-black {
  background-color: black;
}
.programme-fidelite .twins + .twins {
  margin-top: 4rem;
}
.programme-fidelite .twins .pic {
  margin-bottom: 2rem;
}
.programme-fidelite .twins .texts h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .programme-fidelite .twins .texts h2 {
    height: 9rem;
  }
}
.programme-fidelite .twins .texts p, .programme-fidelite .twins .texts ul {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.programme-fidelite .twins .texts p:last-child, .programme-fidelite .twins .texts ul:last-child {
  margin-bottom: 0;
}
.programme-fidelite .twins .texts .btn {
  display: block;
}
@media (min-width: 768px) {
  .programme-fidelite .twins {
    display: flex;
    align-items: stretch;
    padding: 0 40px;
  }
  .programme-fidelite .twins + .twins {
    margin-top: 60px;
  }
  .programme-fidelite .twins .pic {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .programme-fidelite .twins .texts {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .programme-fidelite .twins .texts h2 {
    font-size: 28px;
  }
  .programme-fidelite .twins .texts .btn {
    display: inline-block;
  }
  .programme-fidelite .twins.reverse .pic {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .programme-fidelite .twins.reverse .texts {
    order: 1;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .programme-fidelite .px-4 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (max-width: 800px) {
  .divertissements-page .page-netflix .bloc-video {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 800px) {
  .divertissements-page .page-netflix .bloc-video {
    display: flex;
  }
}
.divertissements-page .page-netflix .bloc-video iframe {
  border: none;
}
@media only screen and (min-width: 1100px) {
  .divertissements-page .page-netflix .bloc-video iframe {
    width: 579px;
    height: 326px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1100px) {
  .divertissements-page .page-netflix .bloc-video iframe {
    width: 520px;
    height: 293px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 950px) {
  .divertissements-page .page-netflix .bloc-video iframe {
    width: 460px;
    height: 259px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .divertissements-page .page-netflix .bloc-video iframe {
    width: 600px;
    height: 338px;
    margin-bottom: -8px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
  .divertissements-page .page-netflix .bloc-video iframe {
    width: 450px;
    height: 253px;
    margin-bottom: -8px;
  }
}
@media only screen and (max-width: 450px) {
  .divertissements-page .page-netflix .bloc-video iframe {
    width: 320px;
    height: 180px;
    margin-bottom: -8px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .divertissements-page .page-netflix .bloc-video .video {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
  .divertissements-page .page-netflix .bloc-video .video {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 450px) {
  .divertissements-page .page-netflix .bloc-video .video {
    margin-left: auto;
    margin-right: auto;
  }
}
.divertissements-page .page-netflix .bloc-video .well {
  border-color: #221f1f;
  background-color: #221f1f;
  color: #ffffff;
}
@media only screen and (min-width: 1100px) {
  .divertissements-page .page-netflix .bloc-video .well {
    height: 326px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1100px) {
  .divertissements-page .page-netflix .bloc-video .well {
    height: 293px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 950px) {
  .divertissements-page .page-netflix .bloc-video .well {
    height: 259px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .divertissements-page .page-netflix .bloc-video .well {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
  .divertissements-page .page-netflix .bloc-video .well {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 450px) {
  .divertissements-page .page-netflix .bloc-video .well {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 940px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-1180 {
    display: block !important;
  }
}
@media only screen and (max-width: 940px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-1180 {
    display: none !important;
  }
}
@media only screen and (min-width: 940px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-940 {
    display: none !important;
  }
}
@media only screen and (min-width: 724px) and (max-width: 940px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-940 {
    display: block !important;
  }
}
@media only screen and (max-width: 724px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-940 {
    display: none !important;
  }
}
@media only screen and (min-width: 724px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-724 {
    display: none !important;
  }
}
@media only screen and (min-width: 458px) and (max-width: 724px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-724 {
    display: block !important;
  }
}
@media only screen and (max-width: 458px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-724 {
    display: none !important;
  }
}
@media only screen and (min-width: 458px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-458 {
    display: none !important;
  }
}
@media only screen and (max-width: 458px) {
  .divertissements-page .page-netflix .carousel .carousel-inner .item .img-458 {
    display: block !important;
  }
}
.divertissements-page .page-netflix .carousel .carousel-inner .item {
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
}
.divertissements-page .page-netflix .detail .title {
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
}
.divertissements-page .page-netflix .price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 10px;
}
.divertissements-page .page-netflix .price .amount {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 40px;
}
.divertissements-page .page-netflix .price .period {
  flex-shrink: 0;
  font-size: 16px;
  padding-top: 5px;
  margin-left: 10px;
}
.divertissements-page .page-netflix .price .period span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.divertissements-page .page-netflix .blue-block {
  height: 150px !important;
}
.divertissements-page .page-netflix-content {
  background-color: #eeeeee !important;
  margin-top: -40px;
  margin-bottom: -40px;
}
.divertissements-page .page-netflix-content .block-top {
  background-color: #ffffff;
  padding: 35px;
  margin-top: 50px;
}
.divertissements-page .page-netflix-content .block-option {
  background-color: #ffffff;
}
.divertissements-page .page-netflix-content .block-option .content {
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .divertissements-page .page-netflix-content .intro .text-center {
    position: relative;
  }
  .divertissements-page .page-netflix-content .intro .text-center img {
    position: absolute;
    right: 22px;
  }
}
.divertissements-page .page-netflix-content .ml {
  padding-bottom: 35px;
}
#offre-mobile-mayotte {
  /* Structure en grille pour la mise en page */
  /* Style du tableau des offres (carrousel) */
}
#offre-mobile-mayotte .twin {
  display: flex;
  align-items: center;
}
#offre-mobile-mayotte .twin .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5em;
}
#offre-mobile-mayotte .table-container {
  grid-template-columns: auto 1fr;
  /* Colonne fixe à gauche et carrousel à droite */
  align-items: start;
}
#offre-mobile-mayotte .offer-table {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#offre-mobile-mayotte .offer-table td {
  padding: 10px;
  width: 16.5%;
}
#offre-mobile-mayotte table {
  width: 100%;
  margin: 20px 0;
  border-spacing: 10px;
  border-collapse: unset;
  font-size: large;
}
#offre-mobile-mayotte thead th {
  text-align: center;
}
#offre-mobile-mayotte tbody td {
  text-align: center;
  padding: 15px;
}
#offre-mobile-mayotte .price {
  background-color: #FF7900;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  width: 16, 5%;
  font-size: 25px;
}
#offre-mobile-mayotte .price:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FF7900 transparent transparent transparent;
}
#offre-mobile-mayotte .blue-cell {
  background-color: #4bb4e6;
}
#offre-mobile-mayotte .yellow-cell {
  background-color: #ffd200;
}
#offre-mobile-mayotte .black-cell {
  background-color: black;
  color: white;
  font-weight: bold;
}
#offre-mobile-mayotte .gray-cell {
  background-color: #8f8f8f;
  color: white;
}
#offre-mobile-mayotte .lgray-cell {
  background-color: #d6d6d6;
}
#offre-mobile-mayotte .jours {
  border: 1px solid black;
}
#offre-mobile-mayotte .keen-slider {
  display: none;
}
#offre-mobile-mayotte .price-promo {
  background-color: #ffd200;
  top: -1.5rem;
  height: fit-content;
  width: 100%;
  color: black;
  font-size: medium;
  border: none;
  padding: 0.5rem;
  position: relative;
  display: block;
}
#offre-mobile-mayotte .price-promo + .price {
  top: -1.68rem;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #offre-mobile-mayotte {
    /* Keen Slider Styles */
  }
  #offre-mobile-mayotte .twin .text {
    padding: 1rem;
  }
  #offre-mobile-mayotte .price-promo {
    top: 1rem !important;
  }
  #offre-mobile-mayotte .twin {
    display: flex;
    flex-direction: column;
  }
  #offre-mobile-mayotte .empty-cell {
    background-color: #d6d6d6;
  }
  #offre-mobile-mayotte .keen-slider {
    display: flex;
    overflow: hidden;
    position: relative;
  }
  #offre-mobile-mayotte .keen-slider__slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  #offre-mobile-mayotte .navigation-wrapper {
    position: relative;
    width: 100%;
  }
  #offre-mobile-mayotte .dots {
    text-align: center;
    margin-top: 10px;
  }
  #offre-mobile-mayotte .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  #offre-mobile-mayotte .dot--active {
    background-color: #f47c20;
  }
  #offre-mobile-mayotte .tab_offres {
    display: none;
  }
}
#offre-mobile-mayotte .accordion .panel-default {
  border: none;
  margin-top: 10px;
}
#offre-mobile-mayotte .accordion .panel-default .panel-heading {
  background-color: #000000;
  color: #ffffff;
}
#offre-mobile-mayotte .accordion .panel-default .panel-heading h2 {
  text-align: center;
}
#offre-mobile-mayotte .accordion .panel-default .panel-heading p {
  text-align: left;
  font-weight: 500 !important;
  font-size: 12px;
}
#offre-mobile-mayotte .accordion .panel-default .panel-heading h1 {
  text-align: center;
}
#offre-mobile-mayotte .accordion .panel-default .panel-heading h1 small {
  font-size: 12px;
  color: #F16E00;
}
#offre-mobile-mayotte .package-price {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000;
}
#offre-mobile-mayotte .package-price h2 {
  text-align: center !important;
  color: #ffffff !important;
  background-color: #F16E00 !important;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 769px) {
  #offre-mobile-mayotte .package-price h2 {
    font-size: 34px !important;
  }
}
#offre-mobile-mayotte .package-price h2 span {
  position: absolute;
  font-size: 18px;
  color: #000000;
  top: -27px;
  border: 2px solid #F16E00;
  border-radius: 10px;
  padding: 7px;
  right: 5%;
  background-color: #ffffff !important;
}
#offre-mobile-mayotte .package-price p {
  text-align: left !important;
  font-weight: 550 !important;
  font-size: 14px !important;
  color: #000000 !important;
  text-transform: uppercase;
  text-align: center !important;
}
#offre-mobile-mayotte .package-price p span {
  font-weight: 550 !important;
}
#offre-mobile-mayotte .package-price p span.icon-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-transform: none !important;
  font-size: 12px !important;
}
#offre-mobile-mayotte .package-price p span.icon-text i {
  font-size: 20px;
  background-color: #F16E00;
  padding: 5px !important;
  border-radius: 8px !important;
  color: #ffffff;
  margin-right: 5px !important;
  height: 30px;
  width: 30px;
}
#offre-mobile-mayotte .package-price p span .title {
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 30px;
}
#offre-mobile-mayotte .package-price p span.fs-18 {
  font-size: 18px;
}
#offre-mobile-mayotte .package-price h1 {
  text-align: center !important;
}
#offre-mobile-mayotte .package-price h1 small {
  font-size: 12px !important;
  color: #F16E00 !important;
}
#offre-mobile-mayotte .package-features {
  height: auto;
}
#offre-mobile-mayotte .package-features li {
  font-size: 12px !important;
  margin-top: -8px;
  margin-bottom: -8px;
}
#offre-mobile-mayotte .package-features .border-tn {
  border-top: none;
}
#offre-mobile-mayotte .package-price-mobicarte p {
  font-size: 13px !important;
}
#offre-mobile-mayotte .package-price-mobicarte p small {
  color: #777777;
}
#offre-mobile-mayotte .package-features-mobicarte .btn-detail {
  text-align: center !important;
}
#offre-mobile-mayotte .package-features-mobicarte li {
  padding: 30px 0 30px 0;
  font-size: 13px !important;
}
#offre-mobile-mayotte .option-top-section .well {
  border: none;
}
#offre-mobile-mayotte .option-top-section .radio-option {
  display: flex;
  align-items: flex-end;
}
#offre-mobile-mayotte .option-top-section .radio-option .custom-control {
  display: flex;
}
#offre-mobile-mayotte .option-top-section .radio-option .custom-control-label {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 3px;
}
#offre-mobile-mayotte .offres-mobicarte-mayotte .well-block {
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
}
#offre-mobile-mayotte .offres-mobicarte-mayotte .well-block h2 {
  color: #000000;
}
#offre-mobile-mayotte .masks .slideset .texts h1 {
  position: relative;
  left: 115px;
  top: 16px;
  color: black;
  z-index: 2;
}
@-webkit-keyframes ball-8bits {
  0%, 50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes ball-8bits {
  0%, 50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@-webkit-keyframes ball-atom-size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes ball-atom-size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@-webkit-keyframes ball-atom-shrink {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@keyframes ball-atom-shrink {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-circus.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-position, 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-size;
  animation: 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-position, 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite ball-circus-size;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: 0s, -0.5s;
  animation-delay: 0s, -0.5s;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -0.5s, -1s;
  animation-delay: -0.5s, -1s;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s;
}
#offre-mobile-mayotte .la-ball-circus[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s;
}
#offre-mobile-mayotte .la-ball-circus.la-sm[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-circus.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 8px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-circus.la-2x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-circus.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-circus.la-3x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-circus.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 42px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  position: absolute;
  bottom: 32%;
  left: 18%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: 0.6s ease-in-out infinite ball-climbing-dot-jump;
  animation: 0.6s ease-in-out infinite ball-climbing-dot-jump;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 0;
  -webkit-transform: translate(60%, 0);
  transform: translate(60%, 0);
  -webkit-animation: 1.8s linear infinite ball-climbing-dot-steps;
  animation: 1.8s linear infinite ball-climbing-dot-steps;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)):nth-child(2) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)):nth-child(3) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#offre-mobile-mayotte .la-ball-climbing-dot[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)):nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-sm[_ngcontent-lct-c68] {
  width: 20px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  width: 6px;
  height: 6px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)) {
  width: 6px;
  height: 1px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-2x[_ngcontent-lct-c68] {
  width: 84px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  width: 28px;
  height: 28px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)) {
  width: 28px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-3x[_ngcontent-lct-c68] {
  width: 126px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  width: 42px;
  height: 42px;
}
#offre-mobile-mayotte .la-ball-climbing-dot.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(:nth-child(1)) {
  width: 42px;
  height: 6px;
}
@-webkit-keyframes ball-climbing-dot-jump {
  0%, 100% {
    -webkit-transform: scale(1, 0.7);
    transform: scale(1, 0.7);
  }
  20%, 80%, 90% {
    -webkit-transform: scale(0.7, 1.2);
    transform: scale(0.7, 1.2);
  }
  40%, 46% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    bottom: 125%;
  }
}
@keyframes ball-climbing-dot-jump {
  0%, 100% {
    -webkit-transform: scale(1, 0.7);
    transform: scale(1, 0.7);
  }
  20%, 80%, 90% {
    -webkit-transform: scale(0.7, 1.2);
    transform: scale(0.7, 1.2);
  }
  40%, 46% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    bottom: 125%;
  }
}
@-webkit-keyframes ball-climbing-dot-steps {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    right: 100%;
    opacity: 0;
  }
}
@keyframes ball-climbing-dot-steps {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    right: 100%;
    opacity: 0;
  }
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-clip-rotate-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  background: 0 0;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-clip-rotate-multiple-rotate;
  animation: 1s ease-in-out infinite ball-clip-rotate-multiple-rotate;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-right-color: transparent;
  border-left-color: transparent;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 16px;
  height: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 1px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 8px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 4px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 6px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-multiple.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-clip-rotate-multiple-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-multiple-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-clip-rotate-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-style: solid;
  border-width: 2px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-rotate;
  animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-rotate;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 16px;
  height: 16px;
  -webkit-animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-scale;
  animation: 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite ball-clip-rotate-pulse-scale;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 8px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
#offre-mobile-mayotte .la-ball-clip-rotate-pulse.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
#offre-mobile-mayotte .la-ball-clip-rotate[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-clip-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-clip-rotate[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-clip-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: 0.75s linear infinite ball-clip-rotate;
  animation: 0.75s linear infinite ball-clip-rotate;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-clip-rotate.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#offre-mobile-mayotte .la-ball-elastic-dots[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-elastic-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-elastic-dots[_ngcontent-lct-c68] {
  display: block;
  color: #fff;
  width: 120px;
  height: 10px;
  font-size: 0;
  text-align: center;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-elastic-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  display: inline-block;
  width: 10px;
  height: 10px;
  white-space: nowrap;
  border-radius: 100%;
  -webkit-animation: 1s infinite ball-elastic-dots-anim;
  animation: 1s infinite ball-elastic-dots-anim;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-sm[_ngcontent-lct-c68] {
  width: 60px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-2x[_ngcontent-lct-c68] {
  width: 240px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-3x[_ngcontent-lct-c68] {
  width: 360px;
  height: 30px;
}
#offre-mobile-mayotte .la-ball-elastic-dots.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
}
@-webkit-keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@keyframes ball-elastic-dots-anim {
  0%, 100% {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
#offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
#offre-mobile-mayotte .la-ball-fall.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s ease-in-out infinite ball-fall;
  animation: 1s ease-in-out infinite ball-fall;
}
#offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
#offre-mobile-mayotte .la-ball-fall[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-fall.la-sm[_ngcontent-lct-c68] {
  width: 26px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-fall.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin: 2px;
}
#offre-mobile-mayotte .la-ball-fall.la-2x[_ngcontent-lct-c68] {
  width: 108px;
  height: 36px;
}
#offre-mobile-mayotte .la-ball-fall.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin: 8px;
}
#offre-mobile-mayotte .la-ball-fall.la-3x[_ngcontent-lct-c68] {
  width: 162px;
  height: 54px;
}
#offre-mobile-mayotte .la-ball-fall.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 8px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-fussion.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: 1s infinite ball-fussion-ball1;
  animation: 1s infinite ball-fussion-ball1;
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 0;
  left: 50%;
  z-index: 1;
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 50%;
  left: 100%;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball2;
  animation-name: ball-fussion-ball2;
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-animation-name: ball-fussion-ball3;
  animation-name: ball-fussion-ball3;
}
#offre-mobile-mayotte .la-ball-fussion[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-animation-name: ball-fussion-ball4;
  animation-name: ball-fussion-ball4;
}
#offre-mobile-mayotte .la-ball-fussion.la-sm[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-fussion.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 6px;
}
#offre-mobile-mayotte .la-ball-fussion.la-2x[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-fussion.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-fussion.la-3x[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
}
#offre-mobile-mayotte .la-ball-fussion.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 36px;
  height: 36px;
}
@-webkit-keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball1 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
    opacity: 0.35;
  }
}
@-webkit-keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball2 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@-webkit-keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball3 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: 200%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0.35;
  }
}
@-webkit-keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
@keyframes ball-fussion-ball4 {
  0% {
    opacity: 0.35;
  }
  50% {
    top: -100%;
    left: -100%;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.35;
  }
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 36px;
  height: 36px;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 8px;
  height: 8px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-delay: 0.03s;
  animation-delay: 0.03s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-duration: 1.02s;
  animation-duration: 1.02s;
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
  -webkit-animation-delay: -0.69s;
  animation-delay: -0.69s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: -0.41s;
  animation-delay: -0.41s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  -webkit-animation-duration: 0.84s;
  animation-duration: 0.84s;
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s;
  -webkit-animation-delay: -0.66s;
  animation-delay: -0.66s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  -webkit-animation-duration: 0.93s;
  animation-duration: 0.93s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}
#offre-mobile-mayotte .la-ball-grid-beat[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(9) {
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-sm[_ngcontent-lct-c68] {
  width: 18px;
  height: 18px;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin: 1px;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-2x[_ngcontent-lct-c68] {
  width: 72px;
  height: 72px;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin: 4px;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-3x[_ngcontent-lct-c68] {
  width: 108px;
  height: 108px;
}
#offre-mobile-mayotte .la-ball-grid-beat.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin: 6px;
}
@-webkit-keyframes ball-grid-beat {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes ball-grid-beat {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 36px;
  height: 36px;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 8px;
  height: 8px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-delay: 0.03s;
  animation-delay: 0.03s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-duration: 1.02s;
  animation-duration: 1.02s;
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
  -webkit-animation-delay: -0.69s;
  animation-delay: -0.69s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: -0.41s;
  animation-delay: -0.41s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  -webkit-animation-duration: 0.84s;
  animation-duration: 0.84s;
  -webkit-animation-delay: 0.07s;
  animation-delay: 0.07s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s;
  -webkit-animation-delay: -0.66s;
  animation-delay: -0.66s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  -webkit-animation-duration: 0.93s;
  animation-duration: 0.93s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}
#offre-mobile-mayotte .la-ball-grid-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(9) {
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -0.76s;
  animation-delay: -0.76s;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-sm[_ngcontent-lct-c68] {
  width: 18px;
  height: 18px;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin: 1px;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-2x[_ngcontent-lct-c68] {
  width: 72px;
  height: 72px;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin: 4px;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-3x[_ngcontent-lct-c68] {
  width: 108px;
  height: 108px;
}
#offre-mobile-mayotte .la-ball-grid-pulse.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin: 6px;
}
@-webkit-keyframes ball-grid-pulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@keyframes ball-grid-pulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
#offre-mobile-mayotte .la-ball-newton-cradle[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-newton-cradle[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-newton-cradle[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 10px;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-newton-cradle[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-ball-newton-cradle[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: 1s ease-out infinite ball-newton-cradle-left;
  animation: 1s ease-out infinite ball-newton-cradle-left;
}
#offre-mobile-mayotte .la-ball-newton-cradle[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: 1s ease-out infinite ball-newton-cradle-right;
  animation: 1s ease-out infinite ball-newton-cradle-right;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-sm[_ngcontent-lct-c68] {
  width: 20px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-2x[_ngcontent-lct-c68] {
  width: 80px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-3x[_ngcontent-lct-c68] {
  width: 120px;
  height: 30px;
}
#offre-mobile-mayotte .la-ball-newton-cradle.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
}
@-webkit-keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ball-newton-cradle-right {
  100%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes ball-newton-cradle-right {
  100%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
#offre-mobile-mayotte .la-ball-pulse-rise[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-pulse-rise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-pulse-rise[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 70px;
  height: 14px;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-pulse-rise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 100%;
  -webkit-animation: 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) infinite ball-pulse-rise-even;
  animation: 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) infinite ball-pulse-rise-even;
}
#offre-mobile-mayotte .la-ball-pulse-rise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-sm[_ngcontent-lct-c68] {
  width: 34px;
  height: 6px;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin: 1px;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-2x[_ngcontent-lct-c68] {
  width: 140px;
  height: 28px;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin: 4px;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-3x[_ngcontent-lct-c68] {
  width: 210px;
  height: 42px;
}
#offre-mobile-mayotte .la-ball-pulse-rise.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin: 6px;
}
@-webkit-keyframes ball-pulse-rise-even {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  50% {
    opacity: 0.35;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  75% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-transform: scale(1);
    transform: translateY(0);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  50% {
    opacity: 0.35;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  75% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-transform: scale(1);
    transform: translateY(0);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    opacity: 0.35;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  100% {
    opacity: 0.35;
    -webkit-transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: translateY(0);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    opacity: 0.35;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  100% {
    opacity: 0.35;
    -webkit-transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: translateY(0);
    transform: scale(0.75);
  }
}
#offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: 0.6s ease-in-out infinite ball-pulse-sync;
  animation: 0.6s ease-in-out infinite ball-pulse-sync;
}
#offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
}
#offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
}
#offre-mobile-mayotte .la-ball-pulse-sync[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-sm[_ngcontent-lct-c68] {
  width: 26px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin: 2px;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-2x[_ngcontent-lct-c68] {
  width: 108px;
  height: 36px;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin: 8px;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-3x[_ngcontent-lct-c68] {
  width: 162px;
  height: 54px;
}
#offre-mobile-mayotte .la-ball-pulse-sync.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
#offre-mobile-mayotte .la-ball-pulse.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: 1s infinite ball-pulse;
  animation: 1s infinite ball-pulse;
}
#offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
#offre-mobile-mayotte .la-ball-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-pulse.la-sm[_ngcontent-lct-c68] {
  width: 26px;
  height: 8px;
}
#offre-mobile-mayotte .la-ball-pulse.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin: 2px;
}
#offre-mobile-mayotte .la-ball-pulse.la-2x[_ngcontent-lct-c68] {
  width: 108px;
  height: 36px;
}
#offre-mobile-mayotte .la-ball-pulse.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin: 8px;
}
#offre-mobile-mayotte .la-ball-pulse.la-3x[_ngcontent-lct-c68] {
  width: 162px;
  height: 54px;
}
#offre-mobile-mayotte .la-ball-pulse.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@-webkit-keyframes ball-pulse {
  0%, 100%, 60% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@keyframes ball-pulse {
  0%, 100%, 60% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
}
#offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 10px;
  height: 10px;
}
#offre-mobile-mayotte .la-ball-rotate.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite ball-rotate-animation;
  animation: 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite ball-rotate-animation;
}
#offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after, #offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  position: absolute;
  width: inherit;
  height: inherit;
  margin: inherit;
  content: "";
  background: currentColor;
  border-radius: inherit;
  opacity: 0.8;
}
#offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  top: 0;
  left: -150%;
}
#offre-mobile-mayotte .la-ball-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  top: 0;
  left: 150%;
}
#offre-mobile-mayotte .la-ball-rotate.la-sm[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-rotate.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-rotate.la-2x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-rotate.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-rotate.la-3x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-rotate.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
}
@-webkit-keyframes ball-rotate-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-rotate-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 10px;
  height: 10px;
}
#offre-mobile-mayotte .la-ball-running-dots.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -25px;
  border-radius: 100%;
  -webkit-animation: 2s linear infinite ball-running-dots-animate;
  animation: 2s linear infinite ball-running-dots-animate;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(9) {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
#offre-mobile-mayotte .la-ball-running-dots[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(10) {
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
#offre-mobile-mayotte .la-ball-running-dots.la-sm[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-running-dots.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-left: -12px;
}
#offre-mobile-mayotte .la-ball-running-dots.la-2x[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-running-dots.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin-left: -50px;
}
#offre-mobile-mayotte .la-ball-running-dots.la-3x[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
}
#offre-mobile-mayotte .la-ball-running-dots.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin-left: -75px;
}
@-webkit-keyframes ball-running-dots-animate {
  0%, 100% {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0) translateX(500%);
    transform: translateY(0) translateX(500%);
  }
  80% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  85% {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-125%) translateX(0);
    transform: translateY(-125%) translateX(0);
  }
  90% {
    width: 200%;
    height: 75%;
  }
  95% {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%) translateX(500%);
    transform: translateY(-100%) translateX(500%);
  }
}
@keyframes ball-running-dots-animate {
  0%, 100% {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0) translateX(500%);
    transform: translateY(0) translateX(500%);
  }
  80% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  85% {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-125%) translateX(0);
    transform: translateY(-125%) translateX(0);
  }
  90% {
    width: 200%;
    height: 75%;
  }
  95% {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%) translateX(500%);
    transform: translateY(-100%) translateX(500%);
  }
}
#offre-mobile-mayotte .la-ball-scale-multiple[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-scale-multiple[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-scale-multiple.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-scale-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s linear infinite ball-scale-multiple;
  animation: 1s linear infinite ball-scale-multiple;
}
#offre-mobile-mayotte .la-ball-scale-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#offre-mobile-mayotte .la-ball-scale-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#offre-mobile-mayotte .la-ball-scale-multiple.la-sm[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-multiple.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-scale-multiple.la-2x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-multiple.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-scale-multiple.la-3x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-multiple.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-scale-pulse[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-scale-pulse[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-scale-pulse.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-scale-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: 2s ease-in-out infinite ball-scale-pulse;
  animation: 2s ease-in-out infinite ball-scale-pulse;
}
#offre-mobile-mayotte .la-ball-scale-pulse[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#offre-mobile-mayotte .la-ball-scale-pulse.la-sm[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-pulse.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-scale-pulse.la-2x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-pulse.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-scale-pulse.la-3x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-pulse.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple-multiple;
  animation: 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple-multiple;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-scale-ripple-multiple.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
#offre-mobile-mayotte .la-ball-scale-ripple[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale-ripple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-scale-ripple[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-scale-ripple[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple;
  animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) infinite ball-scale-ripple;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-scale-ripple.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.65;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.65;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
#offre-mobile-mayotte .la-ball-scale[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-scale[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-scale.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 1s ease-in-out infinite ball-scale;
  animation: 1s ease-in-out infinite ball-scale;
}
#offre-mobile-mayotte .la-ball-scale.la-sm[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-scale.la-2x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-scale.la-3x[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-scale.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite ball-spin-clockwise-fade-rotating-rotate;
  animation: 6s linear infinite ball-spin-clockwise-fade-rotating-rotate;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-clockwise-fade-rotating;
  animation: 1s linear infinite ball-spin-clockwise-fade-rotating;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-clockwise-fade-rotating-rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes ball-spin-clockwise-fade-rotating-rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes ball-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-clockwise-fade;
  animation: 1s linear infinite ball-spin-clockwise-fade;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise-fade.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-clockwise-fade {
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-spin-clockwise;
  animation: 1s ease-in-out infinite ball-spin-clockwise;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-spin-clockwise.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin-clockwise {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite ball-spin-fade-rotate;
  animation: 6s linear infinite ball-spin-fade-rotate;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-fade;
  animation: 1s linear infinite ball-spin-fade;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-spin-fade-rotating.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-fade-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-spin-fade-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s linear infinite ball-spin-fade;
  animation: 1s linear infinite ball-spin-fade;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
#offre-mobile-mayotte .la-ball-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-spin-fade.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin-fade {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes ball-spin-fade {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
#offre-mobile-mayotte .la-ball-spin-rotate[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin-rotate[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 2s linear infinite ball-spin-rotate;
  animation: 2s linear infinite ball-spin-rotate;
}
#offre-mobile-mayotte .la-ball-spin-rotate.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  -webkit-animation: 2s ease-in-out infinite ball-spin-bounce;
  animation: 2s ease-in-out infinite ball-spin-bounce;
}
#offre-mobile-mayotte .la-ball-spin-rotate[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#offre-mobile-mayotte .la-ball-spin-rotate.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin-rotate.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin-rotate.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-spin-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-spin-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ball-spin-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-spin.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-spin;
  animation: 1s ease-in-out infinite ball-spin;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
#offre-mobile-mayotte .la-ball-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-ball-spin.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-spin.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-spin.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-spin.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#offre-mobile-mayotte .la-ball-spin.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-spin.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@-webkit-keyframes ball-spin {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes ball-spin {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 26px;
  height: 26px;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-square-clockwise-spin;
  animation: 1s ease-in-out infinite ball-square-clockwise-spin;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 0;
  left: 50%;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 0;
  left: 100%;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 50%;
  left: 100%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 100%;
  left: 100%;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 100%;
  left: 50%;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 100%;
  left: 0;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 50%;
  left: 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-sm[_ngcontent-lct-c68] {
  width: 12px;
  height: 12px;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-2x[_ngcontent-lct-c68] {
  width: 52px;
  height: 52px;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-3x[_ngcontent-lct-c68] {
  width: 78px;
  height: 78px;
}
#offre-mobile-mayotte .la-ball-square-clockwise-spin.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
}
@-webkit-keyframes ball-square-clockwise-spin {
  0%, 100%, 40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-square-clockwise-spin {
  0%, 100%, 40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 26px;
  height: 26px;
}
#offre-mobile-mayotte .la-ball-square-spin.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  -webkit-animation: 1s ease-in-out infinite ball-square-spin;
  animation: 1s ease-in-out infinite ball-square-spin;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 0;
  left: 50%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 0;
  left: 100%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 50%;
  left: 100%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 100%;
  left: 100%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 100%;
  left: 50%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 100%;
  left: 0;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
#offre-mobile-mayotte .la-ball-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 50%;
  left: 0;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-ball-square-spin.la-sm[_ngcontent-lct-c68] {
  width: 12px;
  height: 12px;
}
#offre-mobile-mayotte .la-ball-square-spin.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}
#offre-mobile-mayotte .la-ball-square-spin.la-2x[_ngcontent-lct-c68] {
  width: 52px;
  height: 52px;
}
#offre-mobile-mayotte .la-ball-square-spin.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
#offre-mobile-mayotte .la-ball-square-spin.la-3x[_ngcontent-lct-c68] {
  width: 78px;
  height: 78px;
}
#offre-mobile-mayotte .la-ball-square-spin.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
}
@-webkit-keyframes ball-square-spin {
  0%, 100%, 40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-square-spin {
  0%, 100%, 40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation: 2s ease-in-out infinite ball-triangle-path-ball-one;
  animation: 2s ease-in-out infinite ball-triangle-path-ball-one;
}
#offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation: 2s ease-in-out infinite ball-triangle-path-ball-two;
  animation: 2s ease-in-out infinite ball-triangle-path-ball-two;
}
#offre-mobile-mayotte .la-ball-triangle-path[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation: 2s ease-in-out infinite ball-triangle-path-ball-tree;
  animation: 2s ease-in-out infinite ball-triangle-path-ball-tree;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-triangle-path.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
}
@-webkit-keyframes ball-triangle-path-ball-one {
  0% {
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  17%, 50%, 83% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
}
@keyframes ball-triangle-path-ball-one {
  0% {
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  17%, 50%, 83% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
}
@-webkit-keyframes ball-triangle-path-ball-two {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  17%, 50%, 83% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}
@keyframes ball-triangle-path-ball-two {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  17%, 50%, 83% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}
@-webkit-keyframes ball-triangle-path-ball-tree {
  0% {
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  17%, 50%, 83% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
}
@keyframes ball-triangle-path-ball-tree {
  0% {
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
  17%, 50%, 83% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(0, 220%);
    transform: translate(0, 220%);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(220%, 220%);
    transform: translate(220%, 220%);
  }
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-zig-zag-deflect[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  -webkit-animation: 1.5s linear infinite ball-zig-deflect;
  animation: 1.5s linear infinite ball-zig-deflect;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  -webkit-animation: 1.5s linear infinite ball-zag-deflect;
  animation: 1.5s linear infinite ball-zag-deflect;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-zig-zag-deflect.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
@-webkit-keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-80%, -160%);
    transform: translate(-80%, -160%);
  }
  34%, 67% {
    -webkit-transform: translate(80%, -160%);
    transform: translate(80%, -160%);
  }
  100%, 50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-80%, -160%);
    transform: translate(-80%, -160%);
  }
  34%, 67% {
    -webkit-transform: translate(80%, -160%);
    transform: translate(80%, -160%);
  }
  100%, 50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(80%, 160%);
    transform: translate(80%, 160%);
  }
  34%, 67% {
    -webkit-transform: translate(-80%, 160%);
    transform: translate(-80%, 160%);
  }
  100%, 50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(80%, 160%);
    transform: translate(80%, 160%);
  }
  34%, 67% {
    -webkit-transform: translate(-80%, 160%);
    transform: translate(-80%, 160%);
  }
  100%, 50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#offre-mobile-mayotte .la-ball-zig-zag[_ngcontent-lct-c68], #offre-mobile-mayotte .la-ball-zig-zag[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-ball-zig-zag[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  position: relative;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-ball-zig-zag[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-ball-zig-zag[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:first-child {
  -webkit-animation: 0.7s linear infinite ball-zig-effect;
  animation: 0.7s linear infinite ball-zig-effect;
}
#offre-mobile-mayotte .la-ball-zig-zag[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  -webkit-animation: 0.7s linear infinite ball-zag-effect;
  animation: 0.7s linear infinite ball-zag-effect;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-ball-zig-zag.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
@-webkit-keyframes ball-zig-effect {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(-75%, -150%);
    transform: translate(-75%, -150%);
  }
  66% {
    -webkit-transform: translate(75%, -150%);
    transform: translate(75%, -150%);
  }
}
@keyframes ball-zig-effect {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(-75%, -150%);
    transform: translate(-75%, -150%);
  }
  66% {
    -webkit-transform: translate(75%, -150%);
    transform: translate(75%, -150%);
  }
}
@-webkit-keyframes ball-zag-effect {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(75%, 150%);
    transform: translate(75%, 150%);
  }
  66% {
    -webkit-transform: translate(-75%, 150%);
    transform: translate(-75%, 150%);
  }
}
@keyframes ball-zag-effect {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  33% {
    -webkit-transform: translate(75%, 150%);
    transform: translate(75%, 150%);
  }
  66% {
    -webkit-transform: translate(-75%, 150%);
    transform: translate(-75%, 150%);
  }
}
#offre-mobile-mayotte .la-cog[_ngcontent-lct-c68], #offre-mobile-mayotte .la-cog[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-cog[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 31px;
  height: 31px;
}
#offre-mobile-mayotte .la-cog.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-cog[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px dashed currentColor;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 100%;
  -webkit-animation: 4s linear infinite cog-rotate;
  animation: 4s linear infinite cog-rotate;
}
#offre-mobile-mayotte .la-cog[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid currentColor;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-cog.la-sm[_ngcontent-lct-c68] {
  width: 15px;
  height: 15px;
}
#offre-mobile-mayotte .la-cog.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68], #offre-mobile-mayotte .la-cog.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  border-width: 1px;
}
#offre-mobile-mayotte .la-cog.la-2x[_ngcontent-lct-c68] {
  width: 61px;
  height: 61px;
}
#offre-mobile-mayotte .la-cog.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68], #offre-mobile-mayotte .la-cog.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  border-width: 4px;
}
#offre-mobile-mayotte .la-cog.la-3x[_ngcontent-lct-c68] {
  width: 91px;
  height: 91px;
}
#offre-mobile-mayotte .la-cog.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68], #offre-mobile-mayotte .la-cog.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  border-width: 6px;
}
@-webkit-keyframes cog-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cog-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#offre-mobile-mayotte .la-cube-transition[_ngcontent-lct-c68], #offre-mobile-mayotte .la-cube-transition[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-cube-transition[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-cube-transition.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-cube-transition[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  border-radius: 0;
  -webkit-animation: 1.6s ease-in-out infinite cube-transition;
  animation: 1.6s ease-in-out infinite cube-transition;
}
#offre-mobile-mayotte .la-cube-transition[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#offre-mobile-mayotte .la-cube-transition.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-cube-transition.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}
#offre-mobile-mayotte .la-cube-transition.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-cube-transition.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}
#offre-mobile-mayotte .la-cube-transition.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-cube-transition.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
}
@-webkit-keyframes cube-transition {
  25% {
    top: 0;
    left: 100%;
    -webkit-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.5) rotate(-90deg);
  }
  50% {
    top: 100%;
    left: 100%;
    -webkit-transform: scale(1) rotate(-180deg);
    transform: scale(1) rotate(-180deg);
  }
  75% {
    top: 100%;
    left: 0;
    -webkit-transform: scale(0.5) rotate(-270deg);
    transform: scale(0.5) rotate(-270deg);
  }
  100% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    top: 0;
    left: 100%;
    -webkit-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.5) rotate(-90deg);
  }
  50% {
    top: 100%;
    left: 100%;
    -webkit-transform: scale(1) rotate(-180deg);
    transform: scale(1) rotate(-180deg);
  }
  75% {
    top: 100%;
    left: 0;
    -webkit-transform: scale(0.5) rotate(-270deg);
    transform: scale(0.5) rotate(-270deg);
  }
  100% {
    top: 0;
    left: 0;
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
}
#offre-mobile-mayotte .la-fire[_ngcontent-lct-c68], #offre-mobile-mayotte .la-fire[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-fire[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-fire.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-fire[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  -webkit-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
  transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
  -webkit-animation: 1.5s linear infinite fire-diamonds;
  animation: 1.5s linear infinite fire-diamonds;
}
#offre-mobile-mayotte .la-fire[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: -0.85s;
  animation-delay: -0.85s;
}
#offre-mobile-mayotte .la-fire[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -1.85s;
  animation-delay: -1.85s;
}
#offre-mobile-mayotte .la-fire[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -2.85s;
  animation-delay: -2.85s;
}
#offre-mobile-mayotte .la-fire.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-fire.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 6px;
}
#offre-mobile-mayotte .la-fire.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-fire.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 24px;
  height: 24px;
}
#offre-mobile-mayotte .la-fire.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-fire.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 36px;
  height: 36px;
}
@-webkit-keyframes fire-diamonds {
  0% {
    -webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
  }
  50% {
    -webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
  }
}
@keyframes fire-diamonds {
  0% {
    -webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
  }
  50% {
    -webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
    transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
    transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
  }
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}
#offre-mobile-mayotte .la-line-scale-party.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-duration: 0.43s;
  animation-duration: 0.43s;
  -webkit-animation-delay: -0.23s;
  animation-delay: -0.23s;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-duration: 0.62s;
  animation-duration: 0.62s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-duration: 0.43s;
  animation-duration: 0.43s;
  -webkit-animation-delay: -0.44s;
  animation-delay: -0.44s;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: -0.31s;
  animation-delay: -0.31s;
}
#offre-mobile-mayotte .la-line-scale-party[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-duration: 0.74s;
  animation-duration: 0.74s;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}
#offre-mobile-mayotte .la-line-scale-party.la-sm[_ngcontent-lct-c68] {
  width: 20px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-scale-party.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}
#offre-mobile-mayotte .la-line-scale-party.la-2x[_ngcontent-lct-c68] {
  width: 80px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-scale-party.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}
#offre-mobile-mayotte .la-line-scale-party.la-3x[_ngcontent-lct-c68] {
  width: 120px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-scale-party.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}
@-webkit-keyframes line-scale-party {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }
}
@keyframes line-scale-party {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation: 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite line-scale-pulse-out-rapid;
  animation: 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite line-scale-pulse-out-rapid;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2), #offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-delay: -0.65s;
  animation-delay: -0.65s;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-line-scale-pulse-out-rapid[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-sm[_ngcontent-lct-c68] {
  width: 20px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-2x[_ngcontent-lct-c68] {
  width: 80px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-3x[_ngcontent-lct-c68] {
  width: 120px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out-rapid.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
}
#offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation: 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite line-scale-pulse-out;
  animation: 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite line-scale-pulse-out;
}
#offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2), #offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-line-scale-pulse-out[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-sm[_ngcontent-lct-c68] {
  width: 20px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-2x[_ngcontent-lct-c68] {
  width: 80px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-3x[_ngcontent-lct-c68] {
  width: 120px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-scale-pulse-out.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}
@-webkit-keyframes line-scale-pulse-out {
  0%, 100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
}
@keyframes line-scale-pulse-out {
  0%, 100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 40px;
  height: 32px;
}
#offre-mobile-mayotte .la-line-scale.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 4px;
  height: 32px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-animation: 1.2s infinite line-scale;
  animation: 1.2s infinite line-scale;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#offre-mobile-mayotte .la-line-scale[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#offre-mobile-mayotte .la-line-scale.la-sm[_ngcontent-lct-c68] {
  width: 20px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-scale.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}
#offre-mobile-mayotte .la-line-scale.la-2x[_ngcontent-lct-c68] {
  width: 80px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-scale.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}
#offre-mobile-mayotte .la-line-scale.la-3x[_ngcontent-lct-c68] {
  width: 120px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-scale.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}
@-webkit-keyframes line-scale {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes line-scale {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite line-spin-clockwise-fade-rotating-rotate;
  animation: 6s linear infinite line-spin-clockwise-fade-rotating-rotate;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-clockwise-fade-rotating;
  animation: 1s ease-in-out infinite line-spin-clockwise-fade-rotating;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 15%;
  left: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 85%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}
@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes line-spin-clockwise-fade-rotating-rotate {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes line-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-clockwise-fade;
  animation: 1s ease-in-out infinite line-spin-clockwise-fade;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 15%;
  left: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 85%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-spin-clockwise-fade.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}
@-webkit-keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  -webkit-animation: 6s linear infinite ball-spin-fade-rotating-rotate;
  animation: 6s linear infinite ball-spin-fade-rotating-rotate;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-fade-rotating;
  animation: 1s ease-in-out infinite line-spin-fade-rotating;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 15%;
  left: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 85%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-spin-fade-rotating.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}
@-webkit-keyframes ball-spin-fade-rotating-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-spin-fade-rotating-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes line-spin-fade-rotating {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-rotating {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68], #offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-line-spin-fade.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: -5px 2px 2px -1px;
  border-radius: 0;
  -webkit-animation: 1s ease-in-out infinite line-spin-fade;
  animation: 1s ease-in-out infinite line-spin-fade;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: 15%;
  left: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  top: 50%;
  left: 85%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
#offre-mobile-mayotte .la-line-spin-fade[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
#offre-mobile-mayotte .la-line-spin-fade.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-line-spin-fade.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}
#offre-mobile-mayotte .la-line-spin-fade.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-line-spin-fade.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}
#offre-mobile-mayotte .la-line-spin-fade.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-line-spin-fade.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}
@-webkit-keyframes line-spin-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade {
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68], #offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-pacman.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  width: 0;
  height: 0;
  background: 0 0;
  border-style: solid;
  border-width: 16px;
  border-right-color: transparent;
  border-radius: 100%;
  -webkit-animation: 0.5s infinite pacman-rotate-half-up;
  animation: 0.5s infinite pacman-rotate-half-up;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  margin-top: -32px;
  -webkit-animation-name: pacman-rotate-half-down;
  animation-name: pacman-rotate-half-down;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3), #offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4), #offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5), #offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  position: absolute;
  top: 50%;
  left: 200%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: 2s linear infinite pacman-balls;
  animation: 2s linear infinite pacman-balls;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3) {
  -webkit-animation-delay: -1.44s;
  animation-delay: -1.44s;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4) {
  -webkit-animation-delay: -1.94s;
  animation-delay: -1.94s;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5) {
  -webkit-animation-delay: -2.44s;
  animation-delay: -2.44s;
}
#offre-mobile-mayotte .la-pacman[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  -webkit-animation-delay: -2.94s;
  animation-delay: -2.94s;
}
#offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  border-width: 8px;
}
#offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  margin-top: -16px;
}
#offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3), #offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4), #offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5), #offre-mobile-mayotte .la-pacman.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  width: 4px;
  height: 4px;
}
#offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  border-width: 32px;
}
#offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  margin-top: -64px;
}
#offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3), #offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4), #offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5), #offre-mobile-mayotte .la-pacman.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  border-width: 48px;
}
#offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  margin-top: -96px;
}
#offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(3), #offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(4), #offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(5), #offre-mobile-mayotte .la-pacman.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(6) {
  width: 24px;
  height: 24px;
}
@-webkit-keyframes pacman-rotate-half-up {
  0%, 100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pacman-rotate-half-up {
  0%, 100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pacman-rotate-half-down {
  0%, 100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes pacman-rotate-half-down {
  0%, 100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  5% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes pacman-balls {
  0% {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  5% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68], #offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-square-jelly-box.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
#offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1), #offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  position: absolute;
  left: 0;
  width: 100%;
}
#offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(1) {
  top: -25%;
  z-index: 1;
  height: 100%;
  border-radius: 10%;
  -webkit-animation: 0.6s linear -0.1s infinite square-jelly-box-animate;
  animation: 0.6s linear -0.1s infinite square-jelly-box-animate;
}
#offre-mobile-mayotte .la-square-jelly-box[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:nth-child(2) {
  bottom: -9%;
  height: 10%;
  background: #000;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: 0.6s linear -0.1s infinite square-jelly-box-shadow;
  animation: 0.6s linear -0.1s infinite square-jelly-box-shadow;
}
#offre-mobile-mayotte .la-square-jelly-box.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-square-jelly-box.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-square-jelly-box.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    -webkit-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    -webkit-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%;
  }
  25% {
    -webkit-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 100%;
    -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg);
  }
  75% {
    -webkit-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes square-jelly-box-shadow {
  50% {
    -webkit-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
  }
}
@keyframes square-jelly-box-shadow {
  50% {
    -webkit-transform: scale(1.25, 1);
    transform: scale(1.25, 1);
  }
}
#offre-mobile-mayotte .la-square-loader[_ngcontent-lct-c68], #offre-mobile-mayotte .la-square-loader[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-square-loader[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-square-loader.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-square-loader[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 100%;
  height: 100%;
  background: 0 0;
  border-radius: 0;
  -webkit-animation: 2s infinite square-loader;
  animation: 2s infinite square-loader;
}
#offre-mobile-mayotte .la-square-loader[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  content: "";
  background-color: currentColor;
  -webkit-animation: 2s ease-in infinite square-loader-inner;
  animation: 2s ease-in infinite square-loader-inner;
}
#offre-mobile-mayotte .la-square-loader.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-square-loader.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 1px;
}
#offre-mobile-mayotte .la-square-loader.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-square-loader.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 4px;
}
#offre-mobile-mayotte .la-square-loader.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-square-loader.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 6px;
}
@-webkit-keyframes square-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100%, 75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes square-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100%, 75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes square-loader-inner {
  0%, 100%, 25% {
    height: 0;
  }
  50%, 75% {
    height: 100%;
  }
}
@keyframes square-loader-inner {
  0%, 100%, 25% {
    height: 0;
  }
  50%, 75% {
    height: 100%;
  }
}
#offre-mobile-mayotte .la-square-spin[_ngcontent-lct-c68], #offre-mobile-mayotte .la-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-square-spin[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-square-spin.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-square-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite square-spin;
  animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite square-spin;
}
#offre-mobile-mayotte .la-square-spin.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-square-spin.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-square-spin.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes square-spin {
  0% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}
@keyframes square-spin {
  0% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}
#offre-mobile-mayotte .la-timer[_ngcontent-lct-c68], #offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 32px;
}
#offre-mobile-mayotte .la-timer.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 2px solid currentColor;
  width: 32px;
  height: 32px;
  background: 0 0;
  border-radius: 100%;
}
#offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after, #offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  -webkit-transform-origin: 1px 1px 0;
  transform-origin: 1px 1px 0;
  -webkit-animation: 1.25s linear -625ms infinite timer-loader;
  animation: 1.25s linear -625ms infinite timer-loader;
}
#offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  height: 12px;
}
#offre-mobile-mayotte .la-timer[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  height: 8px;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: -7.5s;
  animation-delay: -7.5s;
}
#offre-mobile-mayotte .la-timer.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
}
#offre-mobile-mayotte .la-timer.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
#offre-mobile-mayotte .la-timer.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after, #offre-mobile-mayotte .la-timer.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  top: 7px;
  left: 7px;
  width: 1px;
  margin-top: -0.5px;
  margin-left: -0.5px;
  border-radius: 1px;
  -webkit-transform-origin: 0.5px 0.5px 0;
  transform-origin: 0.5px 0.5px 0;
}
#offre-mobile-mayotte .la-timer.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  height: 6px;
}
#offre-mobile-mayotte .la-timer.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  height: 4px;
}
#offre-mobile-mayotte .la-timer.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
}
#offre-mobile-mayotte .la-timer.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
#offre-mobile-mayotte .la-timer.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after, #offre-mobile-mayotte .la-timer.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  top: 28px;
  left: 28px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 4px;
  -webkit-transform-origin: 2px 2px 0;
  transform-origin: 2px 2px 0;
}
#offre-mobile-mayotte .la-timer.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  height: 24px;
}
#offre-mobile-mayotte .la-timer.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  height: 16px;
}
#offre-mobile-mayotte .la-timer.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
}
#offre-mobile-mayotte .la-timer.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
#offre-mobile-mayotte .la-timer.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after, #offre-mobile-mayotte .la-timer.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  top: 42px;
  left: 42px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 6px;
  -webkit-transform-origin: 3px 3px 0;
  transform-origin: 3px 3px 0;
}
#offre-mobile-mayotte .la-timer.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:before {
  height: 36px;
}
#offre-mobile-mayotte .la-timer.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:after {
  height: 24px;
}
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#offre-mobile-mayotte .la-triangle-skew-spin[_ngcontent-lct-c68], #offre-mobile-mayotte .la-triangle-skew-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  position: relative;
  box-sizing: border-box;
}
#offre-mobile-mayotte .la-triangle-skew-spin[_ngcontent-lct-c68] {
  display: block;
  font-size: 0;
  color: #fff;
  width: 32px;
  height: 16px;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-dark[_ngcontent-lct-c68] {
  color: #333;
}
#offre-mobile-mayotte .la-triangle-skew-spin[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  display: inline-block;
  float: none;
  border: 0 solid currentColor;
  width: 0;
  height: 0;
  background: 0 0;
  border: solid;
  border-width: 0 16px 16px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite triangle-skew-spin;
  animation: 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite triangle-skew-spin;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-sm[_ngcontent-lct-c68] {
  width: 16px;
  height: 8px;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-sm[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 0 8px 8px;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-2x[_ngcontent-lct-c68] {
  width: 64px;
  height: 32px;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-2x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 0 32px 32px;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-3x[_ngcontent-lct-c68] {
  width: 96px;
  height: 48px;
}
#offre-mobile-mayotte .la-triangle-skew-spin.la-3x[_ngcontent-lct-c68] > div[_ngcontent-lct-c68] {
  border-width: 0 48px 48px;
}
@-webkit-keyframes triangle-skew-spin {
  0% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}
@keyframes triangle-skew-spin {
  0% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}
#offre-mobile-mayotte .overlay[_ngcontent-lct-c68] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#offre-mobile-mayotte .overlay[_ngcontent-lct-c68] > div[_ngcontent-lct-c68]:not(.loading-text) {
  top: 50%;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#offre-mobile-mayotte .loading-text[_ngcontent-lct-c68] {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
#offre-mobile-mayotte .endsum-promo {
  display: flex;
  color: #f16e00;
  align-self: self-end;
  justify-content: end;
}
#offre-mobile-mayotte .box-card, #offre-mobile-mayotte #box-promo {
  overflow: hidden;
  width: max-content;
}
#offre-mobile-mayotte .cards-group {
  display: inline-flex;
  flex-wrap: wrap;
}
#offre-mobile-mayotte .promo-right {
  background-color: #FFD200;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 12px;
  color: black;
  clip-path: inset(0 -100%);
}
#offre-mobile-mayotte .right-flag {
  inset: 0 0 auto auto;
  transform-origin: 0 0;
  translate: -80% -105%;
  padding: 0.8rem 2rem;
}
#offre-mobile-mayotte section details summary:after {
  position: absolute;
  line-height: 0;
  transition: 200ms linear;
  content: "";
  font-family: "orange-reunion" !important;
  transform: rotate(0.5turn);
  color: #F16E00;
  font-size: 1.2rem;
}
#offre-mobile-mayotte #mentions-legales details summary:after {
  margin-top: 1rem;
  margin-left: 1rem;
}
#offre-mobile-mayotte #faq details summary:after {
  right: 1rem;
  margin-top: 1px;
}
#offre-mobile-mayotte #mentions-legales details summary.mentions-legales {
  font-size: 16px;
  list-style: none;
  color: black;
  font-weight: bold;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
}
#offre-mobile-mayotte #faq details[open] summary:after, #offre-mobile-mayotte #mentions-legales details[open] summary:after {
  transform: rotate(0deg);
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #offre-mobile-mayotte .right-flag {
    translate: 0;
    padding: 0.8rem 1.6rem !important;
  }
  #offre-mobile-mayotte .ng-star-inserted {
    width: -webkit-fill-available;
  }
  #offre-mobile-mayotte .box-card, #offre-mobile-mayotte #box-promo {
    overflow: hidden;
    width: 100%;
  }
  #offre-mobile-mayotte .box-card {
    display: inline-block;
  }
  #offre-mobile-mayotte #detail-promo {
    font-size: 0.8rem !important;
    text-align: right;
  }
  #offre-mobile-mayotte .sumBar .sum-main .amount {
    margin-top: auto !important;
    float: initial;
  }
  #offre-mobile-mayotte .endsum, #offre-mobile-mayotte .endsum-promo {
    display: grid !important;
    justify-content: end;
  }
  #offre-mobile-mayotte .cards-group {
    display: block;
  }
}
.mobile-phone-section .mobile-phone-box {
  margin-bottom: 50px;
}
.mobile-phone-section .mobile-phone-box:hover .image-holder img {
  transform: scale(1.2);
}
.mobile-phone-section .mobile-phone-box .das {
  font-size: 1rem;
  display: block;
  margin: 16px 0 15px;
  color: #777777;
}
.mobile-phone-section .image-frame {
  background-color: #eeeeee;
  margin-bottom: 24px;
}
.mobile-phone-section .image-holder {
  background-color: white;
  border: 1px solid #eee;
  height: 314px;
  transform: translate(0px, -10px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  overflow: hidden;
}
.mobile-phone-section .image-holder img {
  max-width: 90%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.mobile-phone-section strong {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: black;
  font-weight: 700;
  min-height: 44px;
  margin-bottom: 9px;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mobile-phone-section span {
  display: block;
  color: #666666;
  margin-bottom: 24px;
}
.mobile-phone-section em {
  font-style: normal;
  color: #ff7900;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  .mobile-phone-section em {
    font-size: 13px;
    margin-bottom: 15px 0 12px;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-section em {
    font-size: 18px;
    margin-bottom: 20px 0 15px;
  }
}
.offers-moment-section .px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.offers-moment-section .news-frame .pic {
  position: relative;
  margin-bottom: 20px;
}
.offers-moment-section .news-frame .pic .shadow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eee;
  transform: translateX(-10px) translateY(10px);
  z-index: -1;
}
.offers-moment-section .news-frame .pic .shadow .img {
  position: relative;
  z-index: 2;
}
.offers-moment-section .text {
  color: #000 !important;
}
.offers-moment-section .text .title-news {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #000 !important;
}
.offers-moment-section .text p {
  font-size: 16px !important;
  line-height: 19px !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  color: #666666 !important;
}
.offers-moment-section .text .ul-tag {
  list-style-type: none;
  padding-left: 0px;
}
.offers-moment-section .text .ul-tag .arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
}
.offers-moment-section .text .ul-tag .arrow-right {
  transform: rotate(45deg);
}
.offers-moment-section .text .ul-tag li {
  padding-left: 20px;
  position: relative;
  top: -19px;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #666666;
  margin-bottom: -15px;
}
.onglet-hp-univer-mobile h5 {
  color: #000000 !important;
}
@media (min-width: 768px) {
  .onglet-hp-univer-mobile .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
  }
  .onglet-hp-univer-mobile .inner .vcenter img {
    height: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .onglet-hp-univer-mobile .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
  }
  .onglet-hp-univer-mobile .inner .vcenter img {
    height: 35px;
    margin-bottom: 15px;
  }
  .onglet-hp-univer-mobile .inner .vcenter h5 {
    margin-top: 15px;
    font-size: 12px;
  }
}
.choisir-orange .intro h3 {
  font-size: 28px !important;
}
#chapo-mobile #gallery-holder {
  margin-bottom: 40px !important;
}
#chapo-mobile .orange-underline {
  position: relative;
}
#chapo-mobile .orange-underline:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#chapo-mobile .banner-top {
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #chapo-mobile .banner-top {
    height: 250px;
  }
}
@media (min-width: 768px) {
  #chapo-mobile .banner-top {
    height: 400px;
  }
}
#chapo-mobile .banner-bottom-univer-mobile .block-left {
  height: 100%;
  display: flex;
  align-items: center;
}
#chapo-mobile .banner-bottom-univer-mobile .block-left .content p {
  color: #666666;
}
#chapo-mobile .banner-bottom-univer-mobile .block-left .content .button {
  display: flex;
}
#chapo-mobile .banner-bottom-univer-mobile .block-left .content .button img {
  height: 37px;
}
#chapo-mobile .banner-bottom-univer-mobile .block-center {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#chapo-mobile .banner-bottom-univer-mobile .block-center img {
  height: 103px;
  width: 103px;
}
#chapo-mobile .banner-bottom-univer-mobile .block-right {
  display: flex;
}
#chapo-mobile .ml {
  margin-bottom: -35px;
}
#chapo-mobile .ml .mentions-legales {
  margin: 0px auto;
}
.main-bottom-block .inner {
  display: contents;
  height: 200px;
}
.main-bottom-block .inner .image-block {
  margin-bottom: 30px !important;
  background-size: cover;
  background-position: center;
  height: 225px;
}
.main-bottom-block .inner .image-block .overlay {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-bottom-block .inner .image-block .overlay {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .main-bottom-block .inner .image-block .overlay .content {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .main-bottom-block .inner .image-block .overlay .content {
    padding-left: 35px;
  }
}
.round-pass {
  text-align: center;
  color: #000;
  font: 26px Helvetica, Arial, sans-serif;
  transform: rotate(-11.8deg);
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 0px;
  padding: 35px 25px;
}
.round-pass.orange {
  background-color: #FF7900;
}
.round-pass.pink {
  background-color: #EBBAE2;
}
.round-pass.pink .text-bottom {
  color: #8f8f8f;
}
.round-pass.yellow {
  background-color: #F2D562;
}
.round-pass .text-top {
  font-weight: bolder;
  font-size: 20px;
  margin-top: 10px;
}
.round-pass .text-bottom {
  font-weight: bolder;
  font-size: 30px;
  margin-top: 10px;
  color: #FFFFFF;
}
.round-pass .price {
  font-weight: bolder;
  margin-top: -10px;
  margin-bottom: -10px;
}
.round-pass .price.lg {
  font-size: 40px;
}
.round-pass .price.sm {
  font-size: 33px;
}
.round-pass .text-middle {
  font-weight: bolder;
  font-size: 20px;
}
.round-pass .days {
  font-size: 33px;
  font-weight: bolder;
  margin-top: -10px;
  margin-bottom: 0px;
}
.round-pass .days small {
  color: #000;
  position: relative;
  top: -10px;
}
.mask .text-title-banner {
  width: 450px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  padding: 0 0 30px 20px;
}
@media (min-width: 1200px) {
  .mask .text-title-banner {
    left: 110px;
  }
}
@media (max-width: 480px) {
  .mask .text-title-banner {
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 40px;
  }
}
.mask .text-title-banner h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .mask .text-title-banner h2 {
    font-size: 26px;
  }
}
#assistance-new-home .header-main-content {
  display: flow-root;
  position: relative;
  background-color: #000000;
}
#assistance-new-home .header-main-content .header {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}
#assistance-new-home .header-main-content .header .title {
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  #assistance-new-home .header-main-content .header .title h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #assistance-new-home .header-main-content .header .title h1 {
    font-size: 40px;
  }
}
#assistance-new-home .header-main-content .header .form-content .form-desc {
  margin: auto;
  background: #000;
  min-height: 50px;
  color: #fff;
}
@media (min-width: 681px) {
  #assistance-new-home .header-main-content .header .form-content .form-desc {
    max-width: 462px;
  }
}
@media (max-width: 679px) {
  #assistance-new-home .header-main-content .header .form-content .form-desc {
    max-width: 320px;
  }
}
#assistance-new-home .header-main-content .header .form-content .form-desc p {
  padding: 12px 17px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group {
  margin: auto;
  max-width: 500px;
  height: 50px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group input {
  height: 50px;
  border-color: #ffffff;
  box-shadow: none;
}
#assistance-new-home .header-main-content .header .form-content form .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group .input-group-btn {
  height: 50px;
}
#assistance-new-home .header-main-content .header .form-content form .input-group .input-group-btn button {
  height: 50px;
  width: 52px;
  background-color: #FF7900;
}
#assistance-new-home .header-main-content .header .form-content form .input-group .input-group-btn button img {
  filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(151deg) brightness(103%) contrast(104%);
}
@media (min-width: 681px) {
  #assistance-new-home .header-main-content .header .form-content #autocomplete {
    width: 462px;
  }
}
@media (max-width: 679px) {
  #assistance-new-home .header-main-content .header .form-content #autocomplete {
    width: auto;
  }
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete {
  border-color: #ffffff;
  border-radius: 0px;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form {
  margin: auto;
  max-width: 462px;
  height: 50px;
  border-radius: 0px;
  border: none;
  display: flex;
  flex-direction: row-reverse;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input {
  height: 50px;
  border-color: #ffffff;
  box-shadow: none;
  padding-left: 10px;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input:-moz-placeholder {
  /* Firefox 18- */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix {
  height: 50px;
  width: 52px;
  background-color: #FF7900;
  align-items: stretch;
  justify-content: center;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label {
  display: flex;
  align-items: center;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label .aa-SubmitButton {
  /**color: #ffffff;
										display: block;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										background: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/assistance/home/send.svg') no-repeat;
										background-size: contain;
										width: 23.3px;
										height: 20px;**/
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label .aa-SubmitButton .aa-SubmitIcon {
  color: #ffffff;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-DetachedSearchButton {
  margin: auto;
  max-width: 462px;
  height: 50px;
  border-radius: 0px;
  border: none;
  padding-right: 0px;
  display: flex;
  flex-direction: row-reverse;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon {
  height: 50px;
  width: 52px;
  background-color: #FF7900;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon .aa-SubmitIcon {
  color: white;
}
#assistance-new-home .header-main-content .header .form-content #autocomplete .aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder {
  padding-left: 10px;
  color: transparent;
}
#assistance-new-home .header-main-content .header .button {
  text-align: center;
}
#assistance-new-home .header-main-content .header .button .btn-new {
  color: #ffffff;
  background: #000000;
  border-radius: 50px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #assistance-new-home .header-main-content .header .button .btn-new {
    margin: 65px auto;
  }
}
@media (min-width: 768px) {
  #assistance-new-home .header-main-content .header .button .btn-new {
    margin: 134px auto;
  }
}
#assistance-new-home .header-main-content .header .button .btn-new img {
  margin-right: 10px;
}
#assistance-new-home .middle-top .content {
  /*max-width: 940px;*/
  margin: 0 auto;
}
#assistance-new-home .middle-top .content .block-content {
  /*max-width: 440px;*/
}
@media (min-width: 768px) {
  #assistance-new-home .middle-top .content .block-content {
    position: absolute;
    z-index: 100;
    top: 32px;
    right: 3.5%;
  }
}
#assistance-new-home .middle-top .content .blocks {
  position: relative;
}
#assistance-new-home .middle-top .content .blocks .cover-img {
  z-index: -1;
  position: relative;
}
#assistance-new-home .middle-top .content .blocks .block {
  margin: 8px 0;
}
#assistance-new-home .middle-top .content .blocks .block.black {
  display: flex;
  flex-direcion: row;
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 21px 30px;
}
#assistance-new-home .middle-top .content .blocks .block.black img {
  padding-right: 20px;
}
#assistance-new-home .middle-top .content .blocks .block.black .text {
  display: flex;
  flex-direction: column;
}
#assistance-new-home .middle-top .content .blocks .block.black .text h3 {
  font-size: 24px;
  margin: 7px 0 12px;
}
#assistance-new-home .middle-top .content .blocks .block.black .text a {
  color: #fff;
  font-weight: 600;
  line-height: 35px;
}
#assistance-new-home .middle-top .content .blocks .block.black .text a i {
  font-size: 10px;
  font-weight: 600;
}
#assistance-new-home .middle-top .content .blocks .block.white {
  max-width: 440px;
  display: flex;
  flex-direcion: row;
  background-color: #fff;
  color: #000;
  position: relative;
  padding: 21px 30px;
}
#assistance-new-home .middle-top .content .blocks .block.white img {
  padding-right: 20px;
}
#assistance-new-home .middle-top .content .blocks .block.white .text {
  display: flex;
  flex-direction: column;
}
#assistance-new-home .middle-top .content .blocks .block.white .text h3 {
  font-size: 24px;
  margin: 7px 0 12px;
}
#assistance-new-home .middle-top .content .blocks .block.white .text a {
  color: #000;
  font-weight: 600;
  line-height: 35px;
}
#assistance-new-home .middle-top .content .blocks .block.white .text a i {
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #assistance-new-home .middle-bottom {
    margin-top: 150px !important;
  }
}
#assistance-new-home .middle-bottom .content {
  /*max-width: 1072px;*/
  margin: 0 auto;
  box-shadow: -12px 12px 0px #dddddd;
  border: 2px solid #dddddd;
}
@media (min-width: 768px) {
  #assistance-new-home .middle-bottom .content {
    padding: 40px 62px;
  }
}
@media (max-width: 767px) {
  #assistance-new-home .middle-bottom .content {
    padding: 10px;
  }
}
#assistance-new-home .middle-bottom .content .nav-pills {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #assistance-new-home .middle-bottom .content .nav-pills li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #assistance-new-home .middle-bottom .content .nav-pills li {
    font-size: 24px;
  }
}
#assistance-new-home .middle-bottom .content .nav-pills li.active .text {
  background-color: #F16E00;
}
#assistance-new-home .middle-bottom .content .nav-pills li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  height: auto;
}
@media (max-width: 767px) {
  #assistance-new-home .middle-bottom .content .nav-pills li a {
    width: auto;
  }
}
@media (min-width: 768px) {
  #assistance-new-home .middle-bottom .content .nav-pills li a {
    width: 400px;
  }
}
#assistance-new-home .middle-bottom .content .nav-pills li a .text {
  background-color: #000;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}
#assistance-new-home .middle-bottom .content .nav-pills li a .text:hover {
  background-color: #F16E00;
}
#assistance-new-home .middle-bottom .content .nav-pills li.active a {
  color: #fff;
  background-color: transparent;
}
#assistance-new-home .middle-bottom .content .nav-pills li.active a:hover, #assistance-new-home .middle-bottom .content .nav-pills li.active a:focus {
  color: #fff;
}
#assistance-new-home .middle-bottom .content .nav-pills > li + li {
  margin-left: 0px;
}
#assistance-new-home .middle-bottom .content .panel-eshop {
  background: #f4f4f4;
}
@media (max-width: 767px) {
  #assistance-new-home .middle-bottom .content .panel-eshop {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #assistance-new-home .middle-bottom .content .panel-eshop {
    padding: 10px 46px;
  }
}
#assistance-new-home .middle-bottom .content .panel-eshop .panel-heading {
  border-bottom: 2px solid #f4f4f4;
}
#assistance-new-home .middle-bottom .content .panel-eshop .panel-heading .panel-title a {
  font-size: 24px;
  color: #FF7900;
}
#assistance-new-home .middle-bottom .content .panel-eshop .panel-heading .panel-title a.collapsed {
  color: #000;
}
#assistance-new-home .middle-bottom .content .panel-eshop .panel-body p span a {
  color: #000;
}
@media (max-width: 767px) {
  #assistance-new-home .bottom-section {
    margin-top: 70px;
  }
}
#assistance-new-home .bottom-section .content {
  /*	max-width: 940px;*/
  margin: 0 auto;
}
@media (max-width: 767px) {
  #assistance-new-home .bottom-section .content {
    margin-bottom: 70px;
  }
}
#assistance-new-home .bottom-section .content .carousel {
  position: relative;
}
#assistance-new-home .bottom-section .content .carousel .img-bg {
  position: relative;
  z-index: 0;
}
#assistance-new-home .bottom-section .content .carousel .text {
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 480px) {
  #assistance-new-home .bottom-section .content .carousel .text {
    position: relative;
    padding: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 2px solid #dddddd;
  }
}
@media (min-width: 481px) {
  #assistance-new-home .bottom-section .content .carousel .text {
    max-width: 380px;
    position: absolute;
    padding: 27px 44px 27px 36px;
    right: 60px;
    top: 15%;
  }
}
#assistance-new-home .bottom-section .content .slide-arrow {
  background: #000000;
  border: 0px;
  position: absolute;
  z-index: 100;
  margin: auto;
  top: 0;
  bottom: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  #assistance-new-home .bottom-section .content .slide-arrow {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #assistance-new-home .bottom-section .content .slide-arrow {
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-size: 15px;
  }
}
#assistance-new-home .bottom-section .content .slide-arrow.prev-arrow {
  left: 0;
}
#assistance-new-home .bottom-section .content .slide-arrow.next-arrow {
  right: 0;
}
#assistance-new-home .bottom-section .content .slide-arrow:focus, #assistance-new-home .bottom-section .content .slide-arrow:visited {
  outline: none;
}
#assistance-new-search .underline-title:after {
  position: absolute;
  left: 5px;
  top: 30px;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#assistance-new-search .header-main-content {
  display: flow-root;
  position: relative;
  background-color: #000000;
}
#assistance-new-search .header-main-content .header {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}
#assistance-new-search .header-main-content .header .title {
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  #assistance-new-search .header-main-content .header .title h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #assistance-new-search .header-main-content .header .title h1 {
    font-size: 40px;
  }
}
#assistance-new-search .header-main-content .header .form-content .form-desc {
  margin: auto;
  background: #000;
  min-height: 50px;
  color: #fff;
}
@media (min-width: 681px) {
  #assistance-new-search .header-main-content .header .form-content .form-desc {
    max-width: 462px;
  }
}
@media (max-width: 679px) {
  #assistance-new-search .header-main-content .header .form-content .form-desc {
    max-width: 320px;
  }
}
#assistance-new-search .header-main-content .header .form-content .form-desc p {
  padding: 12px 17px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group {
  margin: auto;
  max-width: 500px;
  height: 50px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group input {
  height: 50px;
  border-color: #ffffff;
  box-shadow: none;
}
#assistance-new-search .header-main-content .header .form-content form .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #9F9F9F;
  font-size: 16px;
  line-height: 23px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group .input-group-btn {
  height: 50px;
}
#assistance-new-search .header-main-content .header .form-content form .input-group .input-group-btn button {
  height: 50px;
  width: 52px;
  background-color: #FF7900;
}
#assistance-new-search .header-main-content .header .form-content form .input-group .input-group-btn button img {
  filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(151deg) brightness(103%) contrast(104%);
}
#assistance-new-search .header-main-content .header .form-content #searchbox {
  border-color: #ffffff;
  border-radius: 0px;
}
@media (min-width: 681px) {
  #assistance-new-search .header-main-content .header .form-content #searchbox {
    width: 500px;
  }
}
@media (max-width: 679px) {
  #assistance-new-search .header-main-content .header .form-content #searchbox {
    width: auto;
  }
}
#assistance-new-search .header-main-content .header .form-content #searchbox .ais-SearchBox-form {
  margin: auto;
  max-width: 462px;
  height: 50px;
  border: none;
  display: flex;
}
#assistance-new-search .header-main-content .header .form-content #searchbox button {
  height: 50px;
  width: 52px;
  background-color: #FF7900;
}
#assistance-new-search .header-main-content .header .form-content #searchbox button img {
  filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(151deg) brightness(103%) contrast(104%);
}
#assistance-new-search .header-main-content .header .form-content #searchbox ais-SearchBox-input.form-control {
  height: 64px;
  max-width: 750px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px 0px 0px 5px !important;
}
#assistance-new-search .middle-top .content {
  /*max-width: 940px;*/
  margin: 0 auto;
}
#assistance-new-search .middle-top .content .block-content {
  /*max-width: 440px;*/
}
@media (min-width: 768px) {
  #assistance-new-search .middle-top .content .block-content {
    top: 32px;
    display: flex;
    justify-content: space-evenly;
  }
}
#assistance-new-search .middle-top .content .blocks {
  position: relative;
}
#assistance-new-search .middle-top .content .blocks .block {
  margin: 8px 0;
  position: relative;
  padding: 21px 30px;
}
@media (min-width: 768px) {
  #assistance-new-search .middle-top .content .blocks .block {
    min-width: 400px;
    margin-right: 10px;
  }
}
#assistance-new-search .middle-top .content .blocks .block img {
  padding-right: 20px;
}
#assistance-new-search .middle-top .content .blocks .block.yellow {
  display: flex;
  flex-direction: row;
  background-color: #F4F4F4;
  color: #000000;
}
#assistance-new-search .middle-top .content .blocks .block.yellow img {
  filter: invert(49%) sepia(30%) saturate(2715%) hue-rotate(360deg) brightness(101%) contrast(106%);
}
#assistance-new-search .middle-top .content .blocks .block.yellow .text {
  display: flex;
  flex-direction: column;
}
#assistance-new-search .middle-top .content .blocks .block.yellow .text h3 {
  font-size: 24px;
  margin: 7px 0 12px;
}
#assistance-new-search .middle-top .content .blocks .block.yellow .text a {
  color: #000000;
  font-weight: 600;
  line-height: 35px;
}
#assistance-new-search .middle-top .content .blocks .block.yellow .text a i {
  font-size: 10px;
  font-weight: 600;
}
#assistance-new-search .middle-top .content .blocks .block.purple {
  display: flex;
  flex-direction: row;
  background-color: #F4F4F4;
  color: #000000;
}
#assistance-new-search .middle-top .content .blocks .block.purple img {
  filter: invert(49%) sepia(30%) saturate(2715%) hue-rotate(360deg) brightness(101%) contrast(106%);
}
#assistance-new-search .middle-top .content .blocks .block.purple .text {
  display: flex;
  flex-direction: column;
}
#assistance-new-search .middle-top .content .blocks .block.purple .text h3 {
  font-size: 24px;
  margin: 7px 0 12px;
}
#assistance-new-search .middle-top .content .blocks .block.purple .text a {
  color: #000000;
  font-weight: 600;
  line-height: 35px;
}
#assistance-new-search .middle-top .content .blocks .block.purple .text a i {
  font-size: 10px;
  font-weight: 600;
}
#assistance-new-search .middle-bottom .content {
  /*max-width: 1072px;*/
  margin: 0 auto;
  box-shadow: -12px 12px 0px #dddddd;
  border: 2px solid #dddddd;
}
@media (min-width: 768px) {
  #assistance-new-search .middle-bottom .content {
    padding: 40px 62px;
  }
}
@media (max-width: 767px) {
  #assistance-new-search .middle-bottom .content {
    padding: 10px;
  }
}
#assistance-new-search .middle-bottom .content .nav-pills {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #assistance-new-search .middle-bottom .content .nav-pills li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #assistance-new-search .middle-bottom .content .nav-pills li {
    font-size: 24px;
  }
}
#assistance-new-search .middle-bottom .content .nav-pills li.active .text {
  background-color: #F16E00;
}
#assistance-new-search .middle-bottom .content .nav-pills li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  height: auto;
}
@media (max-width: 767px) {
  #assistance-new-search .middle-bottom .content .nav-pills li a {
    width: auto;
  }
}
@media (min-width: 768px) {
  #assistance-new-search .middle-bottom .content .nav-pills li a {
    width: 400px;
  }
}
#assistance-new-search .middle-bottom .content .nav-pills li a .text {
  background-color: #000;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}
#assistance-new-search .middle-bottom .content .nav-pills li a .text:hover {
  background-color: #F16E00;
}
#assistance-new-search .middle-bottom .content .nav-pills li.active a {
  color: #fff;
  background-color: transparent;
}
#assistance-new-search .middle-bottom .content .nav-pills li.active a:hover, #assistance-new-search .middle-bottom .content .nav-pills li.active a:focus {
  color: #fff;
}
#assistance-new-search .middle-bottom .content .nav-pills > li + li {
  margin-left: 0px;
}
#assistance-new-search .middle-bottom .content .panel-eshop {
  background: #f4f4f4;
}
@media (max-width: 767px) {
  #assistance-new-search .middle-bottom .content .panel-eshop {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #assistance-new-search .middle-bottom .content .panel-eshop {
    padding: 10px 46px;
  }
}
#assistance-new-search .middle-bottom .content .panel-eshop .panel-heading {
  border-bottom: 2px solid #f4f4f4;
}
#assistance-new-search .middle-bottom .content .panel-eshop .panel-heading .panel-title a {
  font-size: 24px;
  color: #FF7900;
}
#assistance-new-search .middle-bottom .content .panel-eshop .panel-heading .panel-title a.collapsed {
  color: #000;
}
#assistance-new-search .middle-bottom .content .panel-eshop .panel-body p span a {
  color: #000;
}
#assistance-new-search .middle-bottom .content #hits {
  text-align: left;
  margin: auto;
}
#assistance-new-search .middle-bottom .content #hits .ais-Hits.ais-Hits--empty {
  padding-top: 30px;
}
#assistance-new-search .middle-bottom .content #hits ol.ais-Hits-list {
  background-color: #F4F4F4;
  list-style-type: none;
  padding-inline-start: 0;
}
#assistance-new-search .middle-bottom .content #hits ol.ais-Hits-list li + li {
  border-top: 1px solid #eee;
}
#assistance-new-search .middle-bottom .content #hits li.ais-Hits-item {
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px 0 20px;
  padding: 20px;
}
#assistance-new-search .middle-bottom .content #hits li.ais-Hits-item a {
  color: #000000 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#assistance-new-search .middle-bottom .content #hits li.ais-Hits-item a:hover {
  color: #F16E00 !important;
}
@media (max-width: 767px) {
  #assistance-new-search .bottom-section {
    margin-top: 70px;
  }
}
#assistance-new-search .bottom-section .content {
  /*	max-width: 940px;*/
  margin: 0 auto;
}
@media (max-width: 767px) {
  #assistance-new-search .bottom-section .content {
    margin-bottom: 70px;
  }
}
#assistance-new-search .bottom-section .content .carousel {
  position: relative;
}
#assistance-new-search .bottom-section .content .carousel .img-bg {
  position: relative;
  z-index: 0;
}
#assistance-new-search .bottom-section .content .carousel .text {
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 480px) {
  #assistance-new-search .bottom-section .content .carousel .text {
    position: relative;
    padding: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 2px solid #dddddd;
  }
}
@media (min-width: 481px) {
  #assistance-new-search .bottom-section .content .carousel .text {
    max-width: 380px;
    position: absolute;
    padding: 27px 44px 27px 36px;
    right: 60px;
    top: 15%;
  }
}
#assistance-new-search .bottom-section .content .slide-arrow {
  background: #000000;
  border: 0px;
  position: absolute;
  z-index: 100;
  margin: auto;
  top: 0;
  bottom: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  #assistance-new-search .bottom-section .content .slide-arrow {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #assistance-new-search .bottom-section .content .slide-arrow {
    height: 30px;
    width: 30px;
    color: #ffffff;
    font-size: 15px;
  }
}
#assistance-new-search .bottom-section .content .slide-arrow.prev-arrow {
  left: 0;
}
#assistance-new-search .bottom-section .content .slide-arrow.next-arrow {
  right: 0;
}
#assistance-new-search .bottom-section .content .slide-arrow:focus, #assistance-new-search .bottom-section .content .slide-arrow:visited {
  outline: none;
}
.aa-Panel {
  z-index: 1000;
}
#page-la-meteo-des-reseaux .intro {
  color: #000;
  display: block;
  position: relative;
}
#page-la-meteo-des-reseaux .intro .inner {
  position: absolute;
  bottom: 100px;
  left: 30px;
}
@media (max-width: 480px) {
  #page-la-meteo-des-reseaux .intro .inner {
    bottom: 50px;
  }
}
#page-la-meteo-des-reseaux .intro .inner h1 {
  font-size: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  #page-la-meteo-des-reseaux .intro .inner h1 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
#page-la-meteo-des-reseaux .intro .inner p {
  width: 400px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}
#page-la-meteo-des-reseaux .text {
  margin-bottom: 3rem;
}
#page-la-meteo-des-reseaux .text h2 {
  position: relative;
  margin-bottom: 5rem;
}
#page-la-meteo-des-reseaux .text h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-la-meteo-des-reseaux .text h3 {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
#page-la-meteo-des-reseaux .text h3 .icon {
  font-size: 3rem;
  margin-right: 1rem;
}
#page-la-meteo-des-reseaux .text p {
  font-size: 1.6rem;
}
#page-la-meteo-des-reseaux .text.dysfonctionnement a {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: black;
}
#page-la-meteo-des-reseaux .text.dysfonctionnement a .icon {
  font-size: 1rem;
  color: #F16E00;
  font-weight: bold;
}
#page-la-meteo-des-reseaux .text.antenne-relais a {
  color: black;
}
#page-la-meteo-des-reseaux .text.antenne-relais .block-container {
  font-size: 1.6rem;
  font-weight: none;
  display: flex;
  padding-right: 2rem;
}
#page-la-meteo-des-reseaux .text.antenne-relais .block-container .block-text {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
#page-la-meteo-des-reseaux .text.antenne-relais .block-container p {
  margin: 0;
}
#page-la-meteo-des-reseaux .text.antenne-relais .block-container p:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  #page-la-meteo-des-reseaux .text.antenne-relais .block-container p:last-of-type {
    padding-top: 1rem;
  }
}
#page-la-meteo-des-reseaux .text.antenne-relais .block-container .icon {
  font-size: 3rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  #page-la-meteo-des-reseaux .text.antenne-relais .block-container .icon:last-of-type {
    padding-top: 1rem;
  }
}
#page-la-meteo-des-reseaux .text.antenne-relais .block-container .icon-sm {
  font-size: 1.5rem;
  color: #F16E00;
}
#forfaits-4g-5g {
  background-color: #EEEEEE !important;
}
#forfaits-4g-5g section {
  margin-bottom: 3rem;
}
#forfaits-4g-5g #forfaits {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #forfaits-4g-5g #forfaits {
    flex-wrap: wrap;
  }
}
#forfaits-4g-5g .card, #forfaits-4g-5g .card-sm {
  background-color: black;
}
#forfaits-4g-5g .card {
  color: white;
  width: 55%;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  #forfaits-4g-5g .card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  #forfaits-4g-5g .card img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
#forfaits-4g-5g .card .tag {
  background-color: #ffd200;
  width: 50%;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: black;
}
@media (max-width: 480px) {
  #forfaits-4g-5g .card .tag {
    width: 100%;
  }
}
#forfaits-4g-5g .card p {
  padding: 0 3rem;
  font-weight: bold;
  font-size: 1.8rem;
}
#forfaits-4g-5g .card .btn-custom {
  padding: 1.2rem;
  background-color: #F16E00;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  margin-top: 3rem;
}
#forfaits-4g-5g .forfaits {
  color: white;
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #forfaits-4g-5g .forfaits {
    width: 100%;
  }
}
#forfaits-4g-5g .forfaits .title {
  margin-top: 2rem;
  height: 4.5rem;
  margin-bottom: 2rem;
}
#forfaits-4g-5g .forfaits h2 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
#forfaits-4g-5g .forfaits ul {
  padding: 0;
}
#forfaits-4g-5g .forfaits ul li {
  list-style-type: none;
}
#forfaits-4g-5g .forfaits .price {
  margin-top: 4rem;
  color: #F16E00;
  display: flex;
  font-weight: bold;
  justify-content: right;
  padding-bottom: 0rem;
}
#forfaits-4g-5g .forfaits .price.bottom {
  margin-top: 1rem !important;
  color: #ffffff;
}
#forfaits-4g-5g .forfaits .price .left {
  font-size: 4rem;
  margin-right: 0.5rem;
}
#forfaits-4g-5g .forfaits .price .right {
  display: flex;
  flex-direction: column;
  align-self: center;
}
#forfaits-4g-5g .forfaits .promo_price_display {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#forfaits-4g-5g .forfaits .promo_price_display .promo-tag {
  font-weight: 600;
  margin-top: 15px;
  font-size: 12px;
  padding: 3px 8px;
  height: 22px;
}
#forfaits-4g-5g .forfaits hr {
  margin-top: 0px;
  margin-bottom: 5px;
  border: 0;
  border-top: 0px solid #eee;
}
#forfaits-4g-5g .card-sm {
  width: 48%;
  padding: 2rem;
  background-image: url('https://orm-rec-reunion.sso-ints.orange.fr/boutique/assets/images/univers-mobile/5g/logo-forfaits-5g.png');
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #forfaits-4g-5g .card-sm {
    width: 24%;
  }
}
@media (max-width: 480px) {
  #forfaits-4g-5g .card-sm {
    width: 49%;
  }
}
#forfaits-4g-5g .card-sm.mb-2 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #forfaits-4g-5g .card-sm.mb-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #forfaits-4g-5g .card-sm.mb-2 {
    margin-bottom: 2rem;
  }
}
#forfaits-4g-5g .card-sm h2 {
  margin-top: 1.4rem;
}
#forfaits-4g-5g .card-sm sup {
  font-size: 1.6rem;
}
#forfaits-4g-5g .card-sm .price .block {
  display: flex;
  flex-direction: column;
}
#forfaits-4g-5g #banner-5g {
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white;
  padding-left: 3rem;
}
@media (max-width: 480px) {
  #forfaits-4g-5g #banner-5g {
    padding-top: 3rem;
    flex-direction: column;
  }
}
#forfaits-4g-5g #banner-5g p {
  margin: 0;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4.2rem;
}
@media (max-width: 768px) {
  #forfaits-4g-5g #banner-5g p {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
#forfaits-4g-5g #banner-5g p:first-child {
  margin-bottom: 2rem;
}
#forfaits-4g-5g #banner-5g img {
  height: 320px;
  width: auto;
}
@media (max-width: 768px) {
  #forfaits-4g-5g #banner-5g img {
    height: 280px;
  }
}
@media (max-width: 480px) {
  #forfaits-4g-5g #banner-5g img {
    width: 100%;
    height: auto;
  }
}
#forfaits-4g-5g .content {
  background-color: white;
  padding: 4rem 2rem;
  font-size: 1.8rem;
}
#forfaits-4g-5g .content .row {
  margin-bottom: 4rem;
}
#forfaits-4g-5g .content .row:last-child {
  margin-bottom: 0;
}
#forfaits-4g-5g .content img {
  width: 90% !important;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  #forfaits-4g-5g .content img {
    margin-bottom: 2rem;
  }
}
#forfaits-4g-5g .content a {
  color: black;
  font-weight: bold;
  font-size: 2rem;
}
#forfaits-4g-5g .content .fiche-tarifiaire {
  text-align: right;
}
#forfaits-4g-5g .content .fiche-tarifiaire .btn-default {
  color: white;
  font-size: initial;
}
#forfaits-4g-5g .content .fiche-tarifiaire .btn-default:hover {
  color: black;
}
#forfaits-4g-5g .content .links h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.5rem;
}
#forfaits-4g-5g .content .links img {
  width: 100% !important;
}
@media (min-width: 768px) {
  .livebox-6-page .page-heading .header-row h1 {
    font-size: 40px;
  }
}
.livebox-6-page section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .livebox-6-page section {
    margin-bottom: 80px;
  }
}
.livebox-6-page section.banner-livebox-6, .livebox-6-page section.header-row, .livebox-6-page section.menu-row {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .livebox-6-page section.banner-livebox-6, .livebox-6-page section.header-row, .livebox-6-page section.menu-row {
    margin-bottom: 0;
  }
}
.livebox-6-page section ul {
  margin-bottom: 4rem;
  list-style: none;
}
.livebox-6-page section ul li {
  margin-bottom: 2rem;
}
.livebox-6-page section ul li:before {
  font-family: "orange-reunion" !important;
  content: "z";
  display: inline-block;
  margin-left: -1.7em;
  width: 1.4em;
  color: #F16E00;
}
.livebox-6-page section ul > ul {
  padding-right: 2rem;
}
.livebox-6-page section ul > ul li:before {
  content: "";
  color: #F16E00;
  display: inline-block;
  margin-left: -1.7em;
  width: 1.4em;
}
@media (min-width: 768px) {
  .livebox-6-page .shadow {
    position: relative;
  }
  .livebox-6-page .shadow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    transform: translateX(-10px) translateY(10px);
    z-index: 1;
  }
  .livebox-6-page .shadow img {
    position: relative;
    z-index: 2;
  }
}
.livebox-6-page .twins + .twins {
  margin-top: 40px;
}
.livebox-6-page .twins .pic {
  margin-bottom: 20px;
}
.livebox-6-page .twins .pic.video iframe {
  border: none;
  width: 100%;
}
@media (max-width: 768px) {
  .livebox-6-page .twins .pic.video iframe {
    height: 300px;
  }
}
@media (min-width: 769px) {
  .livebox-6-page .twins .pic.video iframe {
    height: 390px;
  }
}
.livebox-6-page .twins .texts {
  padding: 7rem;
}
@media (max-width: 480px) {
  .livebox-6-page .twins .texts {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .livebox-6-page .twins .texts {
    padding: 0 2rem;
  }
}
.livebox-6-page .twins .texts h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.livebox-6-page .twins .texts p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
.livebox-6-page .twins .texts p:last-child {
  margin-bottom: 0;
}
.livebox-6-page .twins .texts .btn {
  display: block;
}
@media (min-width: 768px) {
  .livebox-6-page .twins {
    display: flex;
    align-items: stretch;
    padding: 0 40px;
  }
  .livebox-6-page .twins + .twins {
    margin-top: 60px;
  }
  .livebox-6-page .twins .pic {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .livebox-6-page .twins .texts {
    flex-basis: 50%;
    display: flex;
    align-items: center;
  }
  .livebox-6-page .twins .texts h2 {
    font-size: 28px;
  }
  .livebox-6-page .twins .texts .btn {
    display: inline-block;
  }
  .livebox-6-page .twins.reverse .pic {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .livebox-6-page .twins.reverse .texts {
    order: 1;
    padding: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .livebox-6-page .twins.reverse .texts {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 480px) {
  .livebox-6-page .twins.reverse .texts {
    padding: 2rem;
  }
}
#page-livebox-6 .block-img-text .texts h2 {
  position: relative;
}
#page-livebox-6 .block-img-text .texts h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-livebox-6 .block-img-text .offres-fibre-orange-livebox-6 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #page-livebox-6 .block-img-text .offres-fibre-orange-livebox-6 {
    flex-wrap: wrap;
  }
}
#page-livebox-6 .block-img-text .nouvelle-offre-livebox-fibre-plus {
  width: 68%;
  border: 1px solid #EEEEEE;
  padding: 3rem;
}
@media (max-width: 480px) {
  #page-livebox-6 .block-img-text .nouvelle-offre-livebox-fibre-plus {
    width: 100%;
  }
}
#page-livebox-6 .block-img-text .nouvelle-offre-livebox-fibre-plus h3 {
  margin-bottom: 4rem;
}
#page-livebox-6 .block-img-text .nouvelle-offre-livebox-fibre-plus ul li:before {
  margin-left: -2.4em;
  width: 2.4em;
}
#page-livebox-6 .block-img-text .nouvelle-offre-livebox-fibre-plus .btn {
  padding: 1rem 4rem;
}
#page-livebox-6 .block-img-text .deja-client-orange {
  width: 30%;
  background-color: black;
  padding: 3rem;
  color: white;
  font-weight: bold;
}
@media (max-width: 480px) {
  #page-livebox-6 .block-img-text .deja-client-orange {
    width: 100%;
  }
}
#page-livebox-6 .block-img-text .deja-client-orange h3 {
  margin-bottom: 4rem;
}
#page-livebox-6 .block-img-text .deja-client-orange .btn {
  background-color: white;
  color: black;
  margin-top: 2rem;
  padding: 1rem 4rem;
}
#page-livebox-6 .block-img-text .deja-client-orange .btn:hover {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}
@media (max-width: 767px) {
  #page-livebox-6 .banner-livebox {
    padding: 10px;
  }
  #page-livebox-6 .banner-livebox .pic {
    margin-bottom: 0;
  }
}
#page-livebox-6 .banner-livebox .twins {
  margin-bottom: 0;
}
#page-livebox-6 .banner-livebox .twins h2 {
  max-width: 400px;
}
#page-livebox-6 .banner-livebox .twins p {
  max-width: 500px;
}
#page-livebox-6 .banner-livebox.bg-black {
  background-color: #000000;
  color: #ffffff;
}
#page-livebox-6 .banner-livebox.bg-black .inner p {
  color: #ffffff;
}
#page-livebox-6 .banner-live {
  padding: 25px;
}
#page-livebox-6 .banner-live h2 {
  text-align: center;
}
#page-livebox-6 .banner-live .block {
  display: flex;
  align-items: flex-start;
}
#page-livebox-6 .banner-live .block img {
  width: 28px;
  height: auto;
  margin-right: 1rem;
}
#page-livebox-6 .banner-live .inner img {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
#page-livebox-6 #faq h2 {
  margin-bottom: 5rem;
}
#page-livebox-6 #faq h3 {
  margin-bottom: 3rem;
}
#page-livebox-6 #faq .panel {
  border: none;
}
#page-livebox-6 #faq .panel-eshop > .panel-heading {
  border-bottom: none;
  border-top: 1px solid #ddd;
  background-color: transparent;
  padding-top: 1rem;
}
#page-livebox-6 #faq .panel-eshop > .panel-heading h4 a {
  padding: 10px 40px 15px 0;
}
#page-livebox-6 #faq .panel-eshop > .panel-heading h4 a.collapsed:before {
  content: "";
  font-family: "orange-reunion" !important;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  right: 15px;
  top: 50%;
  font-size: 10px;
  margin-top: 1px;
  color: #F16E00;
  font-size: 1.2rem;
}
#page-livebox-6 #faq .panel-eshop > .panel-heading h4 a:before {
  content: "";
  font-family: "orange-reunion" !important;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  right: 15px;
  top: 50%;
  font-size: 10px;
  margin-top: 1px;
  color: #F16E00;
  font-size: 1.2rem;
}
#page-livebox-6 #faq .panel-eshop .panel-title {
  font-size: 2rem;
}
#page-livebox-6 #faq .panel-eshop .panel-body {
  font-size: 1.6rem;
  padding: 15px 15px 15px 0;
}
@media (min-width: 768px) {
  .livebox-7-page .page-heading .header-row h1 {
    font-size: 40px;
  }
}
.livebox-7-page .underline-orange:after {
  position: absolute;
  left: auto;
  bottom: auto;
  top: auto;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
  display: grid;
  margin-top: 4px;
}
.livebox-7-page #tabs > div {
  border-bottom: 1px solid #ccc;
}
.livebox-7-page #tabs > div.active {
  border-bottom: 4px solid orange;
}
@media (max-width: 767px) {
  .livebox-7-page section #back-to-top {
    display: none !important;
  }
  .livebox-7-page section .row-reverse {
    flex-direction: row-reverse !important;
    flex-wrap: wrap-reverse;
  }
}
.livebox-7-page section video {
  width: 100% !important;
  height: auto !important;
}
.livebox-7-page section .bg-light-beige {
  background-color: #f9f6f1;
}
.livebox-7-page section h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.livebox-7-page section #faq h2 {
  text-align: left;
}
.livebox-7-page section h2 {
  text-align: center;
  font-size: 3rem;
}
.livebox-7-page section h4 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .livebox-7-page section {
    margin-bottom: 5rem;
  }
}
.livebox-7-page section p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
.livebox-7-page section .reassurance {
  justify-content: space-around;
  text-align: center;
  vertical-align: middle;
}
.livebox-7-page section .description {
  text-align: center !important;
  font-weight: bold;
  padding: 2rem;
  border-bottom: solid 1px #cccccc;
  align-self: center;
}
.livebox-7-page section .description span {
  display: table-cell;
  font-weight: 800;
  font-size: 16px;
  color: black;
}
.livebox-7-page section.banner-livebox-7, .livebox-7-page section.header-row {
  margin-bottom: 0;
}
.livebox-7-page section.banner-livebox-7 .shadow, .livebox-7-page section.header-row .shadow {
  box-shadow: -10px 10px #555 !important;
}
@media (min-width: 768px) {
  .livebox-7-page section.banner-livebox-7, .livebox-7-page section.header-row {
    margin-bottom: 0;
  }
}
.livebox-7-page section.banner-livebox-7 {
  background-color: black;
  color: white;
  padding: 4rem;
  margin-top: -4rem;
}
.livebox-7-page section.banner-livebox-7 h1 {
  color: #F16E00;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3rem;
}
.livebox-7-page section.banner-livebox-7 h3 {
  color: white;
}
.livebox-7-page section ul {
  margin-bottom: 4rem;
  list-style: none;
}
.livebox-7-page section ul li {
  font-size: 16px;
  color: black;
}
.livebox-7-page section ul li:before {
  font-family: "orange-reunion" !important;
  content: "•";
  display: inline-block;
  width: 1.4em;
}
.livebox-7-page section > ul {
  padding-right: 2rem;
}
.livebox-7-page section > ul li:before {
  content: "";
  color: #F16E00;
  display: inline-block;
  margin-left: -1.7em;
  width: 1.4em;
}
.livebox-7-page .img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.livebox-7-page .shadow {
  box-shadow: -10px 10px #ddd !important;
}
.livebox-7-page .shadow img {
  position: relative;
  z-index: 2;
}
.livebox-7-page .twins + .twins {
  margin-top: 40px;
}
.livebox-7-page .twins .pic {
  margin-bottom: 20px;
}
.livebox-7-page .twins .pic.video iframe {
  width: 100%;
  height: 100%;
}
.livebox-7-page .twins .texts {
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .livebox-7-page .twins .texts {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .livebox-7-page .twins .texts {
    padding: 0 2rem;
  }
}
.livebox-7-page .twins .texts h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.livebox-7-page .twins .texts p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
.livebox-7-page .twins .texts p:last-child {
  margin-bottom: 0;
}
.livebox-7-page .twins .texts .btn {
  display: block;
}
@media (min-width: 768px) {
  .livebox-7-page .twins {
    display: flex;
    align-items: stretch;
    padding: 0 40px;
  }
  .livebox-7-page .twins + .twins {
    margin-top: 60px;
  }
  .livebox-7-page .twins .pic {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .livebox-7-page .twins .texts {
    flex-basis: 50%;
    display: flex;
    align-items: center;
  }
  .livebox-7-page .twins .texts h2 {
    font-size: 28px;
  }
  .livebox-7-page .twins .texts .btn {
    display: inline-block;
  }
  .livebox-7-page .twins.reverse .pic {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .livebox-7-page .twins.reverse .texts {
    order: 1;
    padding: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .livebox-7-page .twins.reverse .texts {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 480px) {
  .livebox-7-page .twins.reverse .texts {
    padding: 2rem;
  }
}
#page-livebox-7 .block-img-text .texts h2 {
  position: relative;
}
#page-livebox-7 .block-img-text .texts h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
@media (max-width: 767px) {
  #page-livebox-7 .banner-livebox {
    padding: 10px;
  }
  #page-livebox-7 .banner-livebox .pic {
    margin-bottom: 0;
  }
}
#page-livebox-7 .banner-livebox .twins {
  margin-bottom: 0;
}
#page-livebox-7 .banner-livebox .twins h2 {
  max-width: 400px;
}
#page-livebox-7 .banner-livebox .twins p {
  max-width: 500px;
}
#page-livebox-7 .banner-livebox.bg-black {
  background-color: #000000;
  color: #ffffff;
}
#page-livebox-7 .banner-livebox.bg-black .inner p {
  color: #ffffff;
}
#page-livebox-7 .banner-live {
  padding: 25px;
}
#page-livebox-7 .banner-live h2 {
  text-align: center;
}
#page-livebox-7 .banner-live .block {
  display: flex;
  align-items: flex-start;
}
#page-livebox-7 .banner-live .block img {
  width: 12rem;
  margin-right: 1rem;
  margin-top: -1rem;
}
#page-livebox-7 .banner-live .inner img {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 12rem;
}
#page-livebox-7 .offre-up .btn {
  vertical-align: bottom;
  padding: 1rem 4rem;
  font-size: 16px;
}
#page-livebox-7 .offre-up .row {
  justify-content: space-around;
}
#page-livebox-7 .offre-up .left {
  border: solid 1px #cccccc;
  padding: 2rem;
}
#page-livebox-7 .offre-up .right {
  background-color: black;
  padding: 2rem;
}
#page-livebox-7 .offre-up h3 {
  color: #F16E00;
}
#page-livebox-7 .offre-up ul {
  margin-bottom: 4rem;
  list-style: none;
}
#page-livebox-7 .offre-up ul li:before {
  font-family: "orange-reunion" !important;
  content: "z";
  display: inline-block;
  margin-left: -1em;
  width: 2em;
  color: #F16E00;
}
#faq h2 {
  margin-bottom: 5rem;
}
#faq h3 {
  margin-bottom: 3rem;
}
#faq .panel {
  border: none;
}
#faq .panel-eshop > .panel-heading {
  border-bottom: none;
  background-color: transparent;
  padding-top: 1rem;
}
#faq .panel-eshop > .panel-heading h4 a {
  padding: 10px 40px 15px 0;
}
#faq .panel-eshop > .panel-heading h4 a.collapsed:before {
  content: "";
  font-family: "orange-reunion" !important;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  right: 15px;
  top: 50%;
  font-size: 10px;
  margin-top: 1px;
  color: #F16E00;
  font-size: 1.2rem;
}
#faq .panel-eshop > .panel-heading h4 a:before {
  content: "";
  font-family: "orange-reunion" !important;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  right: 15px;
  top: 50%;
  font-size: 10px;
  margin-top: 1px;
  color: #F16E00;
  font-size: 1.2rem;
}
#faq .panel-eshop .panel-body {
  font-size: 1.6rem;
  padding: 15px 15px 15px 0;
}
#mentions-legales .bg-light-grey .inner p {
  color: black;
  font-size: 12px;
}
#divertissements-canal-plus-page section {
  font-size: 1.8rem;
}
#divertissements-canal-plus-page #offer {
  margin-bottom: 6.25rem;
}
#divertissements-canal-plus-page #offer .d-flex {
  display: flex;
}
#divertissements-canal-plus-page #offer .img {
  width: 50%;
}
#divertissements-canal-plus-page #offer .right {
  display: flex;
  flex-direction: column;
}
#divertissements-canal-plus-page #offer .right .block-price {
  font-size: 3.75rem;
  font-weight: bold;
  padding: 2rem;
  margin: auto;
}
#divertissements-canal-plus-page #offer .right .block-price .price {
  font-size: 7.5rem;
}
#divertissements-canal-plus-page #offer .right .subscription {
  text-align: center;
}
#divertissements-canal-plus-page #options {
  margin-bottom: 3.1rem;
}
#divertissements-canal-plus-page #options h2 {
  margin-bottom: 1.5rem;
}
#divertissements-canal-plus-page #options img {
  margin-bottom: 1.8rem;
}
#divertissements-canal-plus-page #options h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  #divertissements-canal-plus-page #options h3 {
    height: 3rem;
  }
}
@media (min-width: 1201px) {
  #divertissements-canal-plus-page #options h3 {
    height: 2.8rem;
  }
}
#divertissements-canal-plus-page #options p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  #divertissements-canal-plus-page #options p {
    margin-top: 0.5rem;
  }
}
#divertissements-canal-plus-page #options p.commitment {
  line-height: 1.8rem;
  font-size: 1.5rem;
  margin-bottom: 3.15rem;
}
@media (min-width: 768px) {
  #divertissements-canal-plus-page #options p.commitment {
    height: 5rem;
    font-size: 1.5rem;
    margin-bottom: 1.55rem;
  }
}
@media (min-width: 1200px) {
  #divertissements-canal-plus-page #options p.commitment {
    height: 5rem;
    font-size: 1.5rem;
    margin-bottom: 1.55rem;
  }
}
@media (min-width: 1201px) {
  #divertissements-canal-plus-page #options p.commitment {
    height: 4rem;
    font-size: 1.5rem;
    margin-bottom: 1.55rem;
  }
}
@media (max-width: 767px) {
  #divertissements-canal-plus-page #options p.commitment {
    font-size: 1.5rem;
    margin-bottom: 1.55rem;
    height: 3rem;
    margin-top: 0.5rem;
    line-height: 1.8rem;
  }
}
#divertissements-canal-plus-page #options p.chanels {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 3rem;
}
@media (max-width: 1200px) {
  #divertissements-canal-plus-page #options p.chanels {
    height: 4rem;
  }
}
#divertissements-canal-plus-page #options .price {
  font-size: 3.75rem;
  font-weight: bold;
  margin-top: 3.15rem;
}
#divertissements-canal-plus-page #options .price sup {
  font-size: 1.5rem;
  top: -1rem;
}
#divertissements-canal-plus-page #options .bg-gray {
  background-color: #F7F7F7;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
#divertissements-canal-plus-page #services {
  margin-bottom: 6.25rem;
}
#divertissements-canal-plus-page #services .img {
  height: 148px;
  margin-bottom: 2.3rem;
}
#divertissements-canal-plus-page #subscribe {
  padding-top: 3.1rem;
  padding-bottom: 4.6rem;
  background-color: #CCCCCC;
}
#divertissements-canal-plus-page #subscribe .content {
  display: flex;
  align-items: center;
}
#divertissements-canal-plus-page #subscribe .content img {
  margin-right: 5rem;
}
#divertissements-canal-plus-page #subscribe .content .txt p:first-of-type {
  margin-bottom: 6rem;
}
#divertissements-canal-plus-page .mentions-legales, #divertissements-canal-plus-page .questions-frequentes {
  margin-top: 50px;
}
#divertissements-canal-plus-page .mentions-legales h2, #divertissements-canal-plus-page .questions-frequentes h2 {
  cursor: pointer;
}
#divertissements-canal-plus-page .mentions-legales h2[aria-expanded="false"]::after, #divertissements-canal-plus-page .questions-frequentes h2[aria-expanded="false"]::after {
  content: "";
  font-family: "Glyphicons Halflings";
  margin-top: 1px;
  margin-left: 15px;
  font-size: 1.6rem;
  color: #F16E00;
}
#divertissements-canal-plus-page .mentions-legales h2[aria-expanded="true"]::after, #divertissements-canal-plus-page .questions-frequentes h2[aria-expanded="true"]::after {
  content: "";
  font-family: "Glyphicons Halflings";
  margin-top: 1px;
  margin-left: 15px;
  font-size: 1.6rem;
  color: #F16E00;
}
#divertissements-canal-plus-page .mentions-legales p, #divertissements-canal-plus-page .questions-frequentes p {
  color: #232323;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #page-pack-ps5 .page-heading .header-row h1 {
    font-size: 40px;
  }
}
#page-pack-ps5 .page-heading {
  border-bottom: none;
  margin-bottom: 0px;
}
#page-pack-ps5 h1 {
  font-size: 60px;
}
#page-pack-ps5 section {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #page-pack-ps5 section {
    margin-bottom: 45px;
  }
}
#page-pack-ps5 section.menu-row {
  display: none;
}
#page-pack-ps5 section.header-row {
  margin-bottom: 0px;
}
#page-pack-ps5 section.header-row h1 {
  display: none;
}
#page-pack-ps5 section ul li {
  margin-bottom: 0.75rem;
  font-size: 16px;
}
#page-pack-ps5 section ul > ul {
  padding-right: 2rem;
}
#page-pack-ps5 section ul > ul li:before {
  display: inline-block;
  margin-left: -1.7em;
  width: 1.4em;
}
@media (min-width: 768px) {
  #page-pack-ps5 .shadow {
    position: relative;
  }
  #page-pack-ps5 .shadow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    transform: translateX(-10px) translateY(10px);
    z-index: 1;
  }
  #page-pack-ps5 .shadow img {
    position: relative;
    z-index: 2;
  }
}
#page-pack-ps5 .twins + .twins {
  margin-top: 40px;
}
#page-pack-ps5 .twins .pic {
  margin-bottom: 20px;
}
#page-pack-ps5 .twins .pic.video iframe {
  border: none;
  width: 100%;
}
@media (max-width: 768px) {
  #page-pack-ps5 .twins .pic.video iframe {
    height: 300px;
  }
}
@media (min-width: 769px) {
  #page-pack-ps5 .twins .pic.video iframe {
    height: 390px;
  }
}
@media (max-width: 480px) {
  #page-pack-ps5 .twins .texts {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  #page-pack-ps5 .twins .texts {
    padding: 0 2rem;
  }
}
#page-pack-ps5 .twins .texts h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
#page-pack-ps5 .twins .texts p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
#page-pack-ps5 .twins .texts p:last-child {
  margin-bottom: 0;
}
#page-pack-ps5 .twins .texts .btn {
  display: block;
}
@media (min-width: 768px) {
  #page-pack-ps5 .twins {
    display: flex;
    align-items: stretch;
  }
  #page-pack-ps5 .twins + .twins {
    margin-top: 60px;
  }
  #page-pack-ps5 .twins .pic {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-right: 30px;
  }
  #page-pack-ps5 .twins .texts {
    flex-basis: 50%;
    display: flex;
    align-items: center;
  }
  #page-pack-ps5 .twins .texts h2 {
    font-size: 28px;
  }
  #page-pack-ps5 .twins .texts .btn {
    display: inline-block;
  }
  #page-pack-ps5 .twins.reverse .pic {
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  #page-pack-ps5 .twins.reverse .texts {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  #page-pack-ps5 .twins.reverse .texts {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 480px) {
  #page-pack-ps5 .twins.reverse .texts {
    padding: 2rem;
  }
}
#page-pack-ps5 .block-img-text .texts h2 {
  position: relative;
}
#page-pack-ps5 .block-img-text .texts h2:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 3rem;
  height: 0.6rem;
  content: "";
  background-color: #ff7900;
  z-index: 5;
}
#page-pack-ps5 .block-img-text .offres-fibre-orange-livebox-6 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #page-pack-ps5 .block-img-text .offres-fibre-orange-livebox-6 {
    flex-wrap: wrap;
  }
}
#page-pack-ps5 .block-img-text .nouvelle-offre-livebox-fibre-plus {
  width: 68%;
  border: 1px solid #EEEEEE;
  padding: 3rem;
}
@media (max-width: 480px) {
  #page-pack-ps5 .block-img-text .nouvelle-offre-livebox-fibre-plus {
    width: 100%;
  }
}
#page-pack-ps5 .block-img-text .nouvelle-offre-livebox-fibre-plus h3 {
  margin-bottom: 4rem;
}
#page-pack-ps5 .block-img-text .nouvelle-offre-livebox-fibre-plus ul li:before {
  margin-left: -2.4em;
  width: 2.4em;
}
#page-pack-ps5 .block-img-text .nouvelle-offre-livebox-fibre-plus .btn {
  padding: 1rem 4rem;
}
#page-pack-ps5 .block-img-text .deja-client-orange {
  width: 30%;
  background-color: black;
  padding: 3rem;
  color: white;
  font-weight: bold;
}
@media (max-width: 480px) {
  #page-pack-ps5 .block-img-text .deja-client-orange {
    width: 100%;
  }
}
#page-pack-ps5 .block-img-text .deja-client-orange h3 {
  margin-bottom: 4rem;
}
#page-pack-ps5 .block-img-text .deja-client-orange .btn {
  background-color: white;
  color: black;
  margin-top: 2rem;
  padding: 1rem 4rem;
}
#page-pack-ps5 .block-img-text .deja-client-orange .btn:hover {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}
@media (max-width: 767px) {
  #page-pack-ps5 .banner-pack-ps5 {
    padding: 10px;
  }
  #page-pack-ps5 .banner-pack-ps5 .pic {
    margin-bottom: 0;
  }
}
#page-pack-ps5 .banner-pack-ps5 .twins {
  margin-bottom: 0;
}
#page-pack-ps5 .banner-pack-ps5 .twins h2 {
  max-width: 400px;
}
#page-pack-ps5 .banner-pack-ps5 .twins p {
  max-width: 500px;
}
#page-pack-ps5 .banner-pack-ps5.bg-grey {
  background-color: #c2c1bc;
  color: #000000;
}
#page-pack-ps5 .banner-pack-ps5.bg-grey .inner p {
  color: #000000;
}
#page-pack-ps5 .banner-live {
  padding: 25px;
}
#page-pack-ps5 .banner-live h2 {
  text-align: center;
}
#page-pack-ps5 .banner-live .block {
  display: flex;
  align-items: flex-start;
}
#page-pack-ps5 .banner-live .block img {
  width: 28px;
  height: auto;
  margin-right: 1rem;
}
#page-pack-ps5 .banner-live .inner img {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
#page-pack-ps5 .light-banner {
  padding: 30px;
  background: #E6E6E6;
  display: flex;
}
#page-pack-ps5 .light-banner.blue {
  background: rgba(75, 180, 230, 0.3);
}
#page-pack-ps5 .light-banner .icon .square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 40px 20px;
}
#page-pack-ps5 .light-banner .icon .square img {
  max-width: 100%;
  max-height: 100%;
}
#page-pack-ps5 .light-banner .content {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #page-pack-ps5 .light-banner .content {
    display: flex;
  }
}
#page-pack-ps5 .light-banner .content .inner {
  margin-left: 15px;
}
@media (min-width: 768px) {
  #page-pack-ps5 .light-banner .content .inner {
    flex-shrink: 0;
    flex-grow: 0;
  }
  #page-pack-ps5 .light-banner .content .inner.wide {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
#page-pack-ps5 .light-banner .content h3 {
  font-size: 24px;
}
#page-pack-ps5 .light-banner .content p {
  font-size: 16px;
  margin-top: 10px;
}
#page-pack-ps5 .light-banner .content small {
  display: block;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
  line-height: 16px;
}
#page-pack-ps5 .light-banner .content small i {
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  #page-pack-ps5 .light-banner .content {
    display: block;
  }
  #page-pack-ps5 .light-banner .content .wide {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #page-pack-ps5 .light-banner {
    align-items: center;
    padding: 20px;
  }
  #page-pack-ps5 .light-banner .content .square {
    height: 70px;
    width: 70px;
  }
  #page-pack-ps5 .light-banner .content .wide {
    margin-bottom: 10px;
  }
  #page-pack-ps5 .light-banner .content h3 {
    font-size: 20px;
    margin: 0;
  }
  #page-pack-ps5 .light-banner .content small {
    font-size: 12px;
    margin: 10px 0 5px 0;
  }
  #page-pack-ps5 .light-banner .content .btn.store {
    border: none;
    height: auto;
    width: auto;
  }
  #page-pack-ps5 .light-banner .content .btn.store i {
    position: static;
    transform: none;
    top: 0;
    left: 0;
  }
  #page-pack-ps5 .light-banner .content .btn.store:hover {
    background: transparent;
    color: #F16E00;
  }
  #page-pack-ps5 .light-banner .content .btn.store + .btn {
    margin-left: 10px;
  }
}
#page-error-http h1 {
  font-size: 60px;
  margin: 80px 0 40px 0;
}
#page-error-http h2 {
  font-size: 35px;
  margin: 0 0 40px 0;
}
#page-error-http #wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 768px) {
  #page-error-http #wrapper {
    background-position: top left;
  }
}
#page-error-http #content, #page-error-http .error_content {
  min-height: 800px;
}
#page-error-http #content {
  width: auto;
  margin: 0 auto;
}
#page-error-http .error_content {
  max-width: 92%;
  position: relative;
  margin: 0 auto;
  display: flex;
}
#page-error-http .error_content-corps {
  width: 40%;
}
@media (max-width: 768px) {
  #page-error-http .error_content-corps {
    position: relative;
    width: 90%;
  }
  #page-error-http .error_content-corps h1 {
    font-size: 40px;
  }
  #page-error-http .error_content-corps h2 {
    font-size: 25px;
  }
}
#page-error-http .btn {
  padding: 1.5rem 4rem;
  font-size: 20px;
}
#page-service-24h .panel-eshop > .panel-heading {
  background-color: white;
}
#page-service-24h p, #page-service-24h ul, #page-service-24h li, #page-service-24h strong {
  font-size: 16px;
}
#page-service-24h .panel-title {
  font-size: 25px;
}
#page-service-24h .img-header {
  margin-left: auto;
  margin-right: auto;
}
#page-service-24h .mentions-legales p {
  font-size: 12px;
}
#page-service-24h .light-banner {
  padding: 30px;
  background: #E6E6E6;
  border-radius: 0px;
  display: flex;
}
#page-service-24h .light-banner.orange {
  background: rgba(255, 121, 0, 0.16);
}
#page-service-24h .light-banner.orange-dark {
  background: rgba(255, 121, 0, 0.24);
}
#page-service-24h .light-banner.green {
  background: rgba(80, 190, 135, 0.4);
}
#page-service-24h .light-banner.green-light {
  background: rgba(80, 190, 135, 0.2);
}
#page-service-24h .light-banner.blue {
  background: rgba(75, 180, 230, 0.3);
}
#page-service-24h .light-banner.purple {
  background: rgba(168, 133, 216, 0.3);
}
#page-service-24h .light-banner.pink {
  background: rgba(255, 180, 230, 0.4);
}
#page-service-24h .light-banner.yellow {
  background: rgba(255, 200, 0, 0.3);
}
#page-service-24h .light-banner .icon .square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 14px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-service-24h .light-banner .icon .square img {
  max-width: 100%;
  max-height: 100%;
}
#page-service-24h .light-banner .content {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #page-service-24h .light-banner .content {
    display: flex;
  }
}
#page-service-24h .light-banner .content .inner {
  margin-left: 15px;
}
@media (min-width: 768px) {
  #page-service-24h .light-banner .content .inner {
    flex-shrink: 0;
    flex-grow: 0;
  }
  #page-service-24h .light-banner .content .inner.wide {
    flex-shrink: 1;
    flex-grow: 1;
  }
}
#page-service-24h .light-banner .content h3 {
  font-size: 24px;
  max-width: 400px;
}
#page-service-24h .light-banner .content p {
  font-size: 14px;
  font-weight: 700;
  max-width: 550px;
  margin-top: 10px;
}
#page-service-24h .light-banner .content small {
  display: block;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
  line-height: 16px;
}
#page-service-24h .light-banner .content small i {
  font-size: 16px;
  vertical-align: middle;
}
#page-service-24h .light-banner .btn.store {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  position: relative;
}
#page-service-24h .light-banner .btn.store i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  vertical-align: middle;
  font-size: 25px;
  line-height: 1;
}
#page-service-24h .light-banner .btn.store + .btn {
  margin-left: 20px;
}
#page-service-24h .light-banner .btn.play {
  padding: 10px 10px 6px 42px;
  background: url(/boutique/assets/images/divertissements/play.svg) no-repeat 10px center / 24px auto;
}
#page-service-24h .light-banner .btn.play:hover {
  color: #fff;
  background: #000 url(/boutique/assets/images/divertissements/play-white.svg) no-repeat 10px center / 24px auto;
}
@media (max-width: 1199px) {
  #page-service-24h .light-banner .content {
    display: block;
  }
  #page-service-24h .light-banner .content .wide {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #page-service-24h .light-banner {
    align-items: center;
    padding: 20px;
  }
  #page-service-24h .light-banner .content .square {
    height: 70px;
    width: 70px;
  }
  #page-service-24h .light-banner .content .wide {
    margin-bottom: 10px;
  }
  #page-service-24h .light-banner .content h3 {
    font-size: 20px;
    margin: 0;
  }
  #page-service-24h .light-banner .content small {
    font-size: 12px;
    margin: 10px 0 5px 0;
  }
  #page-service-24h .light-banner .content .btn.store {
    border: none;
    height: auto;
    width: auto;
  }
  #page-service-24h .light-banner .content .btn.store i {
    position: static;
    transform: none;
    top: 0;
    left: 0;
  }
  #page-service-24h .light-banner .content .btn.store:hover {
    background: transparent;
    color: #F16E00;
  }
  #page-service-24h .light-banner .content .btn.store + .btn {
    margin-left: 10px;
  }
}
.nousContacter {
  padding-top: 30px;
}
.nousContacter .dflex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.nousContacter h2 {
  padding-bottom: 30px;
}
.nousContacter h3 {
  font-size: 20px !important;
  text-align: left;
  padding-left: 2rem;
}
.nousContacter button:not(:hover) {
  background-color: white;
}
.nousContacter .btn {
  padding: 9px 32px;
  font-size: 14px !important;
}
.nousContacter .col-shadow {
  flex: 1;
  box-shadow: 0 1px 9px gray;
  margin: 1.5rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .nousContacter .col-shadow {
    width: 100vw !important;
  }
}
@media (min-width: 1200px) {
  .nousContacter .col-shadow {
    width: 34vw;
  }
}
@media (max-width: 1199px) {
  .nousContacter .col-shadow {
    width: 39vw;
  }
}
.nousContacter img.svg {
  width: 5rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .nousContacter .col-shadow {
    width: 40vw;
  }
  .nousContacter img.svg {
    width: 10rem;
  }
  .nousContacter .dflex {
    align-items: unset;
  }
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse details summary.panel-title {
  border-top: none;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .price-amount {
  color: #ff7900;
  font-size: 36px;
  font-weight: 700;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .price-by-month {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .price-promo-duration-by-month {
  font-weight: 700;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .text-white {
  color: #fff !important;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .price-promo-duration {
  color: #ccc;
  display: block;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .tag {
  background-color: #ffcd0b;
  position: absolute !important;
  margin-left: -30px;
  margin-top: -30px;
  display: inline-block;
  padding: 0.5rem 1.25rem 0.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .well {
  margin: 30px 5px 30px 0;
  padding: 30px;
  background-color: black;
  color: white;
  box-shadow: none;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .well p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border-top: none;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .well h3 {
  font-size: 28px;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .well .btn-default {
  background-color: white;
  border-color: white;
  color: black;
  transition: background 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
#bouquet-famille-et-jeunesse .famille-et-jeunesse .well .btn-default:hover {
  background-color: #F16E00;
  border-color: #F16E00;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#bouquet-famille-et-jeunesse details {
  margin-top: 3.2rem;
  /*Arrow*/
}
#bouquet-famille-et-jeunesse details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
#bouquet-famille-et-jeunesse details[open] .panel-title .bouquet-header .a:before {
  margin-top: 0;
  font-size: 1.8rem;
  transform: translateY(-50%) rotate(180deg);
}
#bouquet-famille-et-jeunesse details summary {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 4rem 0 1rem;
  border-bottom: 2px solid #ccc;
  position: relative;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 300;
  list-style: none;
  outline: 0;
}
#bouquet-famille-et-jeunesse details summary::-webkit-details-marker {
  display: none;
}
#bouquet-famille-et-jeunesse details summary h4 {
  color: #333333;
  font-size: 3rem;
}
#bouquet-famille-et-jeunesse details .panel-title .bouquet-header .a:before {
  content: "";
  font-family: "icomoon-bwg" !important;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
  font-size: 2rem;
  margin-top: 1px;
}
#bouquet-famille-et-jeunesse details .programmes {
  display: inline-block;
}
#bouquet-famille-et-jeunesse details .mois {
  font-size: 2rem !important;
}
#bouquet-famille-et-jeunesse details .mt-0 {
  margin-top: 0;
}
#bouquet-famille-et-jeunesse details .pt-0 {
  padding-top: 0;
}
#cybersecure p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: larger;
}
#cybersecure .bg-black {
  background-color: black;
  color: white;
}
#cybersecure .bg-gray {
  background-color: #F4F4F4;
  margin-bottom: 0;
}
#cybersecure .price-amount {
  font-size: xxx-large;
  font-weight: 700;
}
#cybersecure h1 {
  width: 90%;
}
#cybersecure .text-group {
  width: 80%;
}
#cybersecure .txt-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#cybersecure .mentions-legales {
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  #cybersecure .banniereh {
    text-align: center;
  }
  #cybersecure .text-group {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  #cybersecure h1 {
    width: 100%;
  }
  #cybersecure h3 {
    font-size: x-large;
  }
}
