/* Color */
/* Fonts */
/* 
 TRANSITION
 */
/* 
 SHADOW
 */
/* Browser Prefixes */
/* Background gradient */
/* Rotate */
/* Scale */
/* Translate */
/* Skew */
/* Transform Origin */
/* Flex box */
/*
 BOX-SIZING
 */
/* 
 Top center
 */
/*
 Horizontal center
 */
/* Color */
/* Fonts */
/* 
 TRANSITION
 */
/* 
 SHADOW
 */
/* Browser Prefixes */
/* Background gradient */
/* Rotate */
/* Scale */
/* Translate */
/* Skew */
/* Transform Origin */
/* Flex box */
/*
 BOX-SIZING
 */
/* 
 Top center
 */
/*
 Horizontal center
 */
@font-face {
  font-family: 'avenir_light';
  src: url('../fonts/avenir/AvenirLTStd-Light.eot') format('eot'), url('../fonts/avenir/AvenirLTStd-Light.svg') format('svg'), url('../fonts/avenir/AvenirLTStd-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avenir_medium';
  src: url('../fonts/avenir/AvenirLTStd-Medium.eot') format('eot'), url('../fonts/avenir/AvenirLTStd-Medium.svg') format('svg'), url('../fonts/avenir/AvenirLTStd-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avenir_bold';
  src: url('../fonts/avenir/AvenirLTStd-Black.eot') format('eot'), url('../fonts/avenir/AvenirLTStd-Black.svg') format('svg'), url('../fonts/avenir/AvenirLTStd-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal; }
/**** DEBUT STYLE DE BASE ****/
* {
  padding: 0;
  margin: 0; }

div, a, p, span, td, th, caption, li, h1, h2, h3, h4, legend, input, label, textarea, section, main, aside, article, ul, nav {
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

a, p, textarea, input[type="text"], input[type="email"], input[type="submit"], input[type="password"] {
  -webkit-appearance: none; }

img {
  vertical-align: bottom;
  border: none; }

p {
  margin: 10px 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }
/**** STYLE DES TITRES ****/
h1, h2, h3, h4 {
  margin: 10px 0;
  line-height: 1; }

h1 {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }
/**** STYLE DES LISTES ****/
ul {
  margin-left: 18px; }

ul li {
  list-style-type: disc;
  margin: 5px 0; }

nav ul li {
  list-style: none; }

table {
  border-collapse: collapse; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333 !important;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff !important;
  background-color: #333; }

.btn-primary {
  color: #fff !important;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff !important;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7 !important;
  background-color: #fff; }

.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff !important;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff !important;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff !important;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c !important;
  background-color: #fff; }

.btn-info {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff !important;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de !important;
  background-color: #fff; }

.btn-warning {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff !important;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e !important;
  background-color: #fff; }

.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff !important;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f !important;
  background-color: #fff; }

.btn-link {
  color: #337ab7 !important;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c !important;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777 !important;
  text-decoration: none; }

form fieldset {
  border: none; }
  form fieldset > div {
    margin: 0 0 20px 0;
    clear: both;
    position: relative; }
  form fieldset .layout2, form fieldset .layout3, form fieldset .layout4 {
    display: inline-block;
    float: left;
    clear: none; }
    form fieldset .layout2 .powermail_field, form fieldset .layout3 .powermail_field, form fieldset .layout4 .powermail_field {
      display: block;
      width: 100%; }
    form fieldset .layout2 label, form fieldset .layout3 label, form fieldset .layout4 label {
      display: block;
      margin: 0 0 10px 0;
      width: auto;
      float: none; }
    form fieldset .layout2 input, form fieldset .layout3 input, form fieldset .layout4 input {
      width: 100%;
      display: inline-block; }
  form fieldset .layout2 {
    width: 50%;
    padding: 0 15px; }
  form fieldset .layout3 {
    width: 33.33%;
    padding: 0 15px; }
  form fieldset .layout4 {
    width: 25%;
    padding: 0 15px; }
  form fieldset .powermail_field {
    display: block;
    overflow: hidden; }
  form fieldset .powermail_fieldwrap_type_checkn .powermail_fieldwrap_type_radio label {
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top; }
    form fieldset .powermail_fieldwrap_type_checkn .powermail_fieldwrap_type_radio .radio {
      display: inline-block;
      vertical-align: middle; }
      form fieldset .powermail_fieldwrap_type_checkn .powermail_fieldwrap_type_radio .radio label {
        width: auto; }
  form fieldset .powermail_fieldwrap_type_select label, form fieldset .powermail_fieldwrap_type_country label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: auto; }
    form fieldset .powermail_fieldwrap_type_select.layout2 .powermail_field, form fieldset .powermail_fieldwrap_type_country.layout2 .powermail_field, form fieldset .powermail_fieldwrap_type_select.layout3 .powermail_field, form fieldset .powermail_fieldwrap_type_country.layout3 .powermail_field {
      display: block;
      width: 100%;
      position: relative; }
      form fieldset .powermail_fieldwrap_type_select.layout2 .ui-selectmenu-button, form fieldset .powermail_fieldwrap_type_country.layout2 .ui-selectmenu-button, form fieldset .powermail_fieldwrap_type_select.layout3 .ui-selectmenu-button, form fieldset .powermail_fieldwrap_type_country.layout3 .ui-selectmenu-button {
        display: block;
        width: 100% !important; }
      form fieldset .powermail_fieldwrap_type_select.layout2 label, form fieldset .powermail_fieldwrap_type_country.layout2 label, form fieldset .powermail_fieldwrap_type_select.layout3 label, form fieldset .powermail_fieldwrap_type_country.layout3 label {
        display: block;
        margin: 0 0 10px 0; }
  form fieldset .powermail_fieldwrap_type_submit .powermail_field {
    display: block;
    width: 100%; }
  form legend {
    display: none;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 700; }
  form label {
    margin: 0px 0px 5px 0;
    font-size: 12px;
    display: block;
    color: #757575;
    font-weight: 700; }
  form input, form textarea {
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    border: 1px solid #cfd1dc; }
  form input:focus, form textarea:focus, form input:focus, form textarea:focus {
    outline: none;
    border-color: #d4021c; }
  form textarea {
    resize: none;
    height: 140px; }
  form .input-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

form fieldset .mandatory {
  display: none; }

input::-webkit-inner-spin-button {
  opacity: 0;
  display: none; }

input:-moz-inner-spin-button {
  opacity: 0;
  display: none; }

input:-ms-inner-spin-button {
  opacity: 0;
  display: none; }

input[type=number] {
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield; }

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: inherit; }

form input:-moz-input-placeholder, form textarea:-moz-input-placeholder {
  color: #a8a8a8;
  font-size: inherit; }

form input[type="radio"], form input[type="checkbox"] {
  width: auto;
  border: none;
  vertical-align: middle; }

input[type="submit"], input[type="reset"], button {
  width: auto;
  display: block;
  cursor: pointer;
  border: none;
  background-color: #d4021c;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  position: relative;
  line-height: 1.3;
  padding: 10px 20px;
  border-radius: 4px;
  min-width: 150px;
  text-align: center;
  margin-top: 30px; }

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:active, input[type="reset"]:active, button:active {
  background-color: #a10215; }

.input-checkbox:after {
  clear: both;
  content: "";
  display: block; }

.icheckbox input {
  top: 0;
  left: 0; }

.icheckbox {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid #cfd1dc;
  border-radius: 4px;
  background: #fff;
  position: relative;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.input-checkbox, .input-radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 5px 0; }

.input-checkbox .icheckbox, .input-radio .iradio {
  float: left;
  margin-right: 10px; }

.input-checkbox label, .input-radio label {
  overflow: hidden;
  margin: auto 0;
  font-size: 12px;
  color: #757575; }

.input-checkbox:hover .icheckbox {
  background-color: #1fcd87; }

.icheckbox.checked {
  background: url('../images/icon_check.svg') no-repeat center center;
  background-size: 12px;
  background-color: #18a16a !important;
  border: none; }

.input-radio.valid .iradio {
  border-color: #18a16a; }

.input-radio.invalid .iradio {
  border-color: #d4021c; }
  .input-radio.invalid .iradio.checked:before {
    background-color: #d4021c; }

.iradio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 1px solid #cfd1dc;
  position: relative;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.iradio.checked:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 20px;
  background-color: #18a16a; }

.tx-powermail .powermail_fieldwrap_type_recaptcha label {
  display: none; }

.tx-powermail .g-recaptcha > div {
  width: 100% !important;
  max-width: 100%; }

.tx-powermail iframe {
  max-width: 100%; }

.loading, .loading-img {
  position: relative;
  overflow: hidden; }

.loading:after, .loading-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: url('../images/loader.svg') no-repeat center center;
  background-size: 80%;
  background-color: #d4021c; }

.body-mobile.loading:after {
  background-size: 150px;
  background-color: rgba(212, 2, 28, 0.6);
  z-index: 99999;
  position: fixed; }

.fixed-load {
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  top: 0px;
  position: fixed;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .fixed-load:after {
    display: none; }
  .fixed-load img {
    max-width: 100%;
    height: auto; }
  .fixed-load.loading-img {
    z-index: 150;
    opacity: 1;
    visibility: visible; }
  .fixed-load .content-load {
    margin: auto;
    max-width: 80%;
    width: 200px; }
  .fixed-load .loader {
    display: block;
    opacity: 1;
    visibility: visible; }

.loader {
  display: none;
  position: relative;
  width: 100%;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -moz-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
  top: 45%;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.2); }

.loader:before {
  content: "";
  position: absolute;
  background-color: #d4021c;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: loader4 10s ease-in-out infinite;
  animation: loader4 10s ease-in-out infinite; }

.loader:after {
  content: "... CHARGEMENT ...";
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 0; }
/* -------------- loader -------------- */
@-webkit-keyframes loader4 {
  0% {
    width: 0px; }

  70% {
    width: 100%;
    opacity: 1; }

  90% {
    opacity: 0;
    width: 100%; }

  100% {
    opacity: 0;
    width: 0px; } }

@keyframes loader4 {
  0% {
    width: 0px; }

  70% {
    width: 100%;
    opacity: 1; }

  90% {
    opacity: 0;
    width: 100%; }

  100% {
    opacity: 0;
    width: 0px; } }
/* -------------- loader -------------- */
/**** HOME STYLE ****/
body.body-book {
  background-color: #d5d5d5;
  padding: 0; }
  body.body-book #wrap {
    margin: 30px 0; }
  body.body-book #header {
    position: static; }
  body.body-book #footer {
    display: none; }

.content-inner {
  /*max-width: 1366px;*/
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px 0 140px; }

body {
  padding-top: 130px; }

#header {
  background-color: #fff;
  height: 80px;
  box-shadow: 0 1px 8px rgba(134, 152, 214, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  #header:after {
    content: "";
    display: block;
    clear: both; }
  #header .content-inner {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 140px 0 140px; }
  #header .content-inner:after {
    content: "";
    clear: both;
    display: block; }
  #header #logo {
    float: left;
    margin: auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #header #logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    #header #logo a img {
      margin: auto 10px auto 0; }
  #header #logo img {
    /*width: 49% !important;*/
    display: inline-block;
    vertical-align: middle; }
  #header #logo .slogan {
    display: inline-block;
    vertical-align: middle;
    margin: auto 0 auto 20px;
    font-size: 16px;
    font-weight: 300; }
  #header #right-header {
    float: right;
    margin-left: auto;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  #header #right-header:after {
    content: "";
    clear: both;
    display: block; }
  #header #right-header .block-header-right {
    float: left;
    height: 100%;
    width: 80px;
    border-left: 1px solid #cfd1dc;
    text-align: center;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  #header #right-header .block-header-right-link {
    float: left;
    height: 100%;
    padding: 0 30px;
    border-left: 1px solid #cfd1dc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    #header #right-header .block-header-right-link:first-child {
      border: none; }
  #header #right-header #demands-link .demands-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #header #right-header #demands-link .demands-wrap .demand-link {
      display: table;
      padding: 8px;
      text-align: center;
      width: 132px;
      border-radius: 25px;
      background-color: #696969;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
      color: #fff; }
    #header #right-header #demands-link .demands-wrap:hover {
      opacity: 0.8; }
    #header #right-header #demands-link .demands-wrap .demand-link--red {
      background-color: #f00; }
  #header #right-header #list-member-link p {
    margin: 5px 0; }
    #header #right-header #list-member-link a {
      display: block;
      line-height: 1.6em;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #000;
      font-size: 12px;
      /* text-decoration: underline; */ }
  #header #right-header #language, #header #right-header #help {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    display: none; }
    #header #right-header #language p, #header #right-header #help p {
      margin: 0; }
    #header #right-header #language a, #header #right-header #help a {
      display: block;
      line-height: 80px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      color: #000;
      font-size: 14px;
      text-decoration: none; }
    #header #right-header #language:hover, #header #right-header #help:hover {
      background-color: #cfd1dc; }
  #header #right-header #language {
    display: block; }
    #header #right-header #language a.active {
      display: none; }
  #header #right-header #help a {
    text-indent: -9999px;
    background: url('../images/icon_help.svg') no-repeat center center;
    background-size: 14px auto; }
    #header #right-header #help:hover a {
      background-image: url('../images/icon_help_black.svg'); }
  #header #right-header #account-header {
    width: auto;
    text-align: right;
    /*padding-left: 55px;*/
    padding: 15px;
    padding-right: 0px;
    max-width: 100%; }
    #header #right-header #account-header .content-block {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      position: relative; }
    #header #right-header #account-header .content-block p {
      font-size: 14px; }
    #header #right-header #account-header .content-block a {
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      padding: 0 0.5em;
      border-left: 1px solid #707070; }
      #header #right-header #account-header .content-block a:first-child {
        border-left: none;
        margin-bottom: 15px; }
    #header #right-header #account-header .content-block .link-account {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out;
      text-decoration: none;
      border: none;
      padding: 0; }
      #header #right-header #account-header .content-block .link-account:hover {
        color: #d4021c; }
        #header #right-header #account-header .content-block .link-account:hover .name {
          text-decoration: underline; }
    #header #right-header #account-header .content-block .link-account2 {
      position: absolute;
      right: 0;
      bottom: 12px; }
      #header #right-header #account-header .content-block .link-account2 .name {
        font-size: 12px; }
    #header #right-header #account-header .content-block .link-logout {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 10px;
      font-family: 'Roboto', sans-serif;
      color: #000 !important;
      font-weight: 400;
      text-transform: none;
      text-decoration: underline;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out;
      border: none;
      padding: 0;
      border-radius: 0;
      background: none;
      min-width: 0; }
      #header #right-header #account-header .content-block .link-logout:hover {
        color: #d4021c; }
    #header #right-header #account-header .content-block .felogin-hidden {
      margin: 0; }
    #header #right-header #account-header .content-block .image {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      background-color: #ea6a3a;
      text-align: center;
      line-height: 40px;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      margin-right: 10px;
      flex: none;
      text-decoration: none; }
    #header #right-header #account-header .content-block .name {
      display: inline-block;
      vertical-align: middle;
      margin: auto 0 auto auto;
      color: inherit;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: 700; }

#wrap {
  margin: 60px 0; }

.row-flex, .row-flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  clear: both; }

.row-flex .column {
  flex: 1; }
  .row-flex .column:first-child {
    margin-right: 80px; }
  .row-flex .column:last-child {
    margin-left: 80px; }

.row-flex .col1 {
  padding-right: 20px; }

.row-flex .col2 {
  padding: 10px 20px; }

.block-shadow {
  background-color: #fff;
  box-shadow: 2px 2px 4px #757575;
  padding: 25px 30px; }
  .block-shadow .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-transform: uppercase; }
  .block-shadow .subtitle {
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 15px; }
  .block-shadow h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2; }
  .block-shadow h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px 0;
    line-height: 1.2; }

.block-shadow2 {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(107, 107, 107, 0.2);
  padding: 25px 30px; }

.block-lock {
  background-image: url('../images/icon_lock.svg');
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: 16px; }

.block-grey {
  background-color: #ebebeb; }

.block-info {
  border: 1px dashed #565656;
  border-radius: 4px;
  padding: 5px 30px;
  position: relative;
  margin: 45px 0; }
  .block-info p {
    margin: 20px 0;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.3; }
  .block-info:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 40%;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 20px;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    border: 1px dashed #565656;
    border-bottom: none; }
  .block-info:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 40%;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: url('../images/icon_info.svg') no-repeat center center;
    background-size: 8px; }

#left-wrap, #left2-wrap {
  float: left;
  width: 340px;
  margin-right: 30px;
  flex: none; }
  #left-wrap .block-shadow, #left2-wrap .block-shadow {
    margin-top: 25px; }
  #left-wrap .block-shadow:first-child, #left2-wrap .block-shadow:first-child {
    margin-top: 0; }
  #left-wrap .datepicker, #left2-wrap .datepicker {
    margin-bottom: 25px; }
  #left-wrap .bt-red, #left2-wrap .bt-red {
    margin-top: 15px; }

.list-book-date .book-date {
  border-top: 3px solid #000;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(134, 152, 214, 0.2);
  background-color: #fff;
  padding: 15px;
  margin: 10px 0;
  display: none; }
  .list-book-date .book-date .content-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .list-book-date .book-date.green {
    border-color: #18a16a; }
  .list-book-date .book-date.red {
    border-color: #d4021c; }
  .list-book-date .book-date.yellow {
    border-color: #f39400; }
  .list-book-date .book-date.purple {
    border-color: #8a299b; }
  .list-book-date .book-date .date {
    float: left;
    text-align: center;
    margin-right: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .list-book-date .book-date .date:after {
      content: "";
      width: 2px;
      background-color: #e6e7ed;
      position: absolute;
      top: 18px;
      bottom: 18px;
      left: 50%;
      left: -webkit-calc(50% - 1px);
      left: calc(50% - 1px); }
    .list-book-date .book-date .date span {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: #737373;
      position: relative;
      width: 100%; }
    .list-book-date .book-date .date .hour-start:after, .list-book-date .book-date .date .hour-end:after {
      content: "";
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background-color: #e6e7ed;
      left: 50%;
      left: -webkit-calc(50% - 2px);
      left: calc(50% - 2px); }
    .list-book-date .book-date .date .hour-start:after {
      bottom: -4px; }
    .list-book-date .book-date .date .hour-end:after {
      top: -4px; }
  .list-book-date .book-date .info {
    overflow: hidden;
    margin-left: auto;
    flex: 1; }
    .list-book-date .book-date .info p {
      font-size: 12px;
      font-weight: 700;
      margin: 0 0 10px 0; }
    .list-book-date .book-date .info .bottom {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    .list-book-date .book-date .info .bottom p {
      margin: auto 0;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(0, 0, 0, 0.05);
      border-radius: 20px;
      padding: 2px 15px;
      color: #737373; }
      .list-book-date .book-date .info .bottom p.red {
        background-color: rgba(212, 2, 28, 0.05);
        border: 1px solid rgba(212, 2, 28, 0.1); }
      .list-book-date .book-date .info .bottom p.green {
        background-color: rgba(24, 161, 106, 0.05);
        border: 1px solid rgba(24, 161, 106, 0.1); }
      .list-book-date .book-date .info .bottom p.yellow {
        background-color: rgba(243, 148, 0, 0.05);
        border: 1px solid rgba(243, 148, 0, 0.1); }
      .list-book-date .book-date .info .bottom p.purple {
        background-color: rgba(138, 41, 155, 0.05);
        border: 1px solid rgba(138, 41, 155, 0.1); }
    .list-book-date .book-date .info .bottom .bt-bottom {
      margin: auto 0 auto auto; }
      .list-book-date .book-date .info .bottom .bt-bottom a {
        float: left;
        width: 30px;
        border-left: 1px solid #e6e6e6; }
        .list-book-date .book-date .info .bottom .bt-bottom a:first-child {
          border-left: none; }
  .list-book-date .book-date .info-account {
    margin-left: auto; }
    .list-book-date .book-date .info-account .link-account {
      display: block;
      margin-left: 10px;
      background-color: #ea6a3a;
      color: #fff;
      text-align: center;
      line-height: 12px;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      padding: 5px; }
    .list-book-date .book-date .info-account .link-account span {
      font: inherit;
      color: inherit; }
  .list-book-date .info-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 10px -2px 0 -2px; }
  .list-book-date .info-bottom a {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 2px;
    padding: 4px 10px;
    font-size: 10px !important; }

#main-wrap {
  flex: 1;
  width: 100%; }
  #main-wrap .block-shadow {
    margin-top: 25px; }
  #main-wrap .block-shadow:first-child {
    margin-top: 0; }
  #main-wrap img {
    max-width: 100%;
    height: auto; }
  #main-wrap h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2; }
  #main-wrap h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px 0;
    line-height: 1.2; }
  #main-wrap a {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  #main-wrap a:hover {
    color: red !important; }
  #main-wrap .bt-red:hover, #main-wrap .bt-black:hover, #main-wrap .bt-yellow:hover, #main-wrap .bt-green:hover {
    color: #fff !important; }
  #main-wrap .bt-grey:hover {
    color: #000 !important; }
  #main-wrap .block-info {
    margin-bottom: 25px; }
  #main-wrap:after {
    content: "";
    clear: both;
    display: block; }

.filter-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between; }
  .filter-top p {
    font-size: 12px;
    font-weight: 700;
    color: #757575;
    margin: 0;
    flex: 1; }
  .filter-top .text-pdf {
    display: inline-block;
    width: 35px; }
  .filter-top .text-fav {
    display: inline-block;
    width: 55px;
    margin: 0 -12px 0 15px; }
  .filter-top .filter {
    flex: none; }

.filter {
  display: inline-block;
  margin-top: -3px; }
  .filter a {
    display: inline-block;
    padding-top: 22px;
    margin-right: 15px;
    font-size: 10px;
    text-align: center; }
  .filter a.open-all {
    background: url('../images/arrow_bottom.svg') no-repeat center top;
    background-size: 20px; }
  .filter a.close-all {
    background: url('../images/arrow_top.svg') no-repeat center top;
    background-size: 20px; }
  .filter a.link-search {
    background: url('../images/icon_search.svg') no-repeat center top;
    background-size: 20px; }

.search {
  display: none;
  background-color: #f5f6fa;
  padding: 10px 30px;
  margin: 0 -30px 20px -30px; }
  .search .form-std fieldset > div {
    margin: 0 0 5px 0; }
  .search .form-std label {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0px 5px 0; }
  .search .form-std .input-checkbox {
    display: inline-block;
    margin-right: 10px; }
    .search .form-std .input-checkbox .icheckbox {
      margin-right: 5px; }
    .search .form-std .input-checkbox label {
      color: #000;
      margin: 2px 0; }
  .search .form-std .input-flex {
    margin: 0 -25px; }
    .search .form-std .input-flex > div {
      flex: 1;
      margin: 0 25px; }
  .search .form-std .input-select {
    min-width: 0;
    width: 100%; }
  .search .form-std .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 3px 15px;
    border: 1px solid #707070;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    border-radius: 0; }
  .search .form-std .ui-selectmenu-menu ul li {
    font-size: 12px; }
  .search .form-std input[type="submit"] {
    background-color: #18a16a;
    font-size: 12px;
    min-width: 0;
    padding: 5px 10px;
    margin: 15px 0 0 auto; }

.form-search .input-flex {
  margin: 0 0 5px 0 !important; }
  .form-search .input-flex > div {
    margin: auto 0; }
  .form-search label {
    flex: none;
    font-size: 12px;
    font-weight: 400;
    margin: auto 15px auto 0 !important; }
  .form-search input[type="text"] {
    padding: 3px 15px !important;
    border: 1px solid #707070;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 400;
    color: #000; }
  .form-search input[type="submit"] {
    width: 40px !important;
    flex: none;
    text-align: center;
    padding: 0 !important;
    color: #fff;
    font-size: 12px !important;
    font-weight: 700;
    background-color: #9b9b9b !important;
    margin: 0 0 0 10px !important;
    min-width: 0;
    height: 22px !important;
    border-radius: 0; }
  .form-search input[type="submit"]:hover {
    background-color: #828282 !important; }

#favorites:after {
  content: "";
  clear: both;
  display: block; }

.list-favorite {
  margin: 0 0 20px 0; }
  .list-favorite .content-favorite {
    padding: 0 0 15px 0; }
  .list-favorite .title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0; }
  .list-favorite .title .input-checkbox {
    flex: none;
    margin: 0; }
  .list-favorite h2 {
    cursor: pointer;
    position: relative;
    margin: auto 0;
    flex: 1;
    width: 100%; }
  .list-favorite h2:after {
    content: "";
    position: absolute;
    top: 50%;
    top: -webkit-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    right: 0;
    border-top: 5px solid #cfd1dc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .list-favorite.inactive h2:after {
    top: 50%;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cfd1dc; }
  .list-favorite:first-child .content-favorite {
    display: block; }
  .list-favorite .content-favorite {
    display: none; }
  .list-favorite .content-favorite.active {
    display: block; }
  .list-favorite .favorite {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 5px 10px;
    margin: 0 0 0 -10px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .list-favorite .favorite:nth-child(even) {
    background-color: #f2f3f7; }
  .list-favorite .favorite:hover {
    background-color: #ecedf3; }
  .list-favorite .favorite.purple .info p {
    color: #8a299b; }
  .list-favorite .favorite.yellow .info p {
    color: #f39400; }
  .list-favorite .favorite.green .info p {
    color: #18a16a; }
  .list-favorite .favorite.red .info p {
    color: #d4021c; }
  .list-favorite .favorite > div {
    margin: auto 0; }
  .list-favorite .favorite .input-checkbox .icheckbox {
    margin: 0; }
  .list-favorite .favorite .info {
    margin: auto 10px;
    height: 17px;
    flex: 1;
    width: 100%;
    overflow: hidden; }
    .list-favorite .favorite .info p {
      margin: 0;
      font-size: 14px; }
  .list-favorite .favorite .button {
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .list-favorite .favorite .button a {
      margin: auto 5px; }

.bottom-favorite {
  flex-wrap: wrap; }
  .bottom-favorite .select-wrap {
    display: flex;
    flex-direction: column;
    margin-right: 10px; }
  .bottom-favorite .select-wrap span {
    font-size: 14px !important; }

.favor-wrap {
  justify-content: space-between;
  align-items: center; }
  .favor-wrap p {
    max-width: 270px;
    font-size: 10px; }

.legend-favorites p {
  font-size: 12px;
  margin: 5px 0; }
  .legend-favorites p:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px; }
  .legend-favorites p.purple:before {
    background-color: #8a299b; }
  .legend-favorites p.yellow:before {
    background-color: #f39400; }
  .legend-favorites p.green:before {
    background-color: #18a16a; }
  .legend-favorites p.red:before {
    background-color: #d4021c; }

#right-wrap {
  display: none;
  width: 340px;
  margin-left: 30px;
  flex: none; }
  #right-wrap .block-shadow {
    margin-top: 25px; }
  #right-wrap .block-shadow:first-child {
    margin-top: 0; }
  #right-wrap .block-right {
    display: none; }
  #right-wrap .list-select-favorite p {
    margin: 5px 0;
    font-size: 12px; }
    #right-wrap .list-select-favorite p a {
      display: block;
      font: inherit;
      color: inherit;
      padding-left: 25px;
      background: url('../images/icon_delete2.svg') no-repeat left center;
      background-size: 15px;
      line-height: 16px; }
  #right-wrap .ui-datepicker {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #696969; }
  #right-wrap .ui-datepicker .ui-datepicker-header span {
    font-size: 16px; }
  #right-wrap .ui-datepicker .ui-datepicker-header a {
    top: 3px; }
  #right-wrap .list-book-date {
    position: relative; }
  #right-wrap .list-book-date .book-date .info {
    flex: 1;
    width: 100%;
    margin-left: 0; }
    #right-wrap .list-book-date .book-date .info > p {
      height: 14px;
      overflow: hidden; }
  #right-wrap .list-book-date .button-book {
    display: block !important; }
    #right-wrap .list-book-date .button-book a {
      display: block; }
  #right-wrap .list-book-date .book-option {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #right-wrap .list-book-date .book-option form fieldset legend {
      display: block; }
      #right-wrap .list-book-date .book-option form fieldset .input-flex span {
        font-size: 24px;
        margin: 22px 5px 0 5px;
        color: #757575; }
      #right-wrap .list-book-date .book-option form fieldset p {
        font-size: 14px;
        color: #757575;
        text-align: center; }
    #right-wrap .list-book-date .book-option form .input-submit input {
      margin: 15px auto 0 auto;
      width: 200px; }
  #right-wrap .content-select {
    display: none;
    padding: 20px; }
  #right-wrap .content-select .equip:last-child .content-equip {
    padding: 0; }
    #right-wrap .content-select .equip .content-equip {
      display: none;
      padding: 0px 0 25px 0; }
    #right-wrap .content-select .equip > p {
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
    #right-wrap .content-select .equip .input-checkbox {
      margin: 0 0 15px 0; }

.option-vis::after {
  content: '+1';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  line-height: 20px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: orange; }

#menu-fixed {
  position: fixed;
  /*margin-right: -270px;*/
  right: 0;
  top: 270px;
  z-index: 10;
  /*@include transition(all, 0.5s, 0s);
   &:hover, &.active{
   margin-right: 0;
   }*/ }
  #menu-fixed .title {
    right: -240px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: inline-block;
    top: 240px;
    min-width: 240px;
    background-color: #f00;
    cursor: pointer;
    color: #fff;
    font-family: 'avenir_medium', arial;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom; }
  #menu-fixed .content-menu {
    display: none;
    width: 0px;
    height: 180px;
    background-color: #f00;
    position: relative; }
  #menu-fixed .content-menu ul {
    margin: 0px 0px;
    padding: 10px 20px;
    height: 100%; }
    #menu-fixed .content-menu ul:before {
      content: "";
      border-left: 1px solid #fff;
      position: absolute;
      left: 0;
      top: 12px;
      bottom: 12px; }
    #menu-fixed .content-menu ul:after {
      content: "";
      border-bottom: 1px solid #fff;
      position: absolute;
      left: 25px;
      right: 25px;
      bottom: 0; }
    #menu-fixed .content-menu ul li {
      margin: 0;
      padding: 4px 0px;
      font-size: 14px;
      color: #fff;
      font-family: 'avenir_medium', arial;
      list-style: none; }
    #menu-fixed .content-menu ul li:before {
      content: "•";
      float: left;
      margin-right: 5px;
      font: inherit;
      color: inherit; }
    #menu-fixed .content-menu ul li a {
      font: inherit;
      color: inherit;
      display: block;
      overflow: hidden; }
  #menu-fixed .content-menu > a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f00;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-family: 'avenir_medium', arial;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    #menu-fixed .content-menu > a:hover {
      background-color: #bb0219; }
/**** FIN HOME STYLE ****/
/**** ACCOUNT STYLE ****/
#personal-info p {
  font-size: 14px;
  margin: 20px 0; }
  #personal-info p span {
    font: inherit;
    display: inline-block;
    font-weight: 700;
    width: 90px; }
  #personal-info ul {
    margin-left: 95px;
    margin-top: -15px; }
  #personal-info ul li {
    font-size: 10px;
    margin: 0; }

#alert .input-checkbox label {
  color: #000;
  font-size: 14px;
  font-weight: 400; }

#center-wrap {
  float: left;
  width: 257px;
  margin-right: 30px;
  flex: none; }
  #center-wrap .block-shadow {
    margin-top: 25px; }
  #center-wrap .block-shadow:first-child {
    margin-top: 0; }

#formation .list-formation p {
  background: url('../images/icon_check_green.svg') no-repeat left center;
  padding-left: 20px;
  background-size: 12px; }

#contact input[type="submit"] {
  width: 100%;
  text-align: center; }
/**** FIN ACCOUNT STYLE ****/
/**** EQUIPEMENT STYLE ****/
.row-flex2 {
  margin: 0 -25px; }
  .row-flex2 > div {
    margin: 0 25px; }

#product .button-top {
  float: right;
  margin-top: -55px; }
  #product .button-top a, #product .button-top input {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0; }
  #product .column {
    flex: 1;
    width: 100%; }
  #product .column .input-flex {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    #product .column .input-flex span {
      margin: auto 0 auto 10px; }
  #product .column .title {
    font-weight: 700;
    color: #000; }
  #product .column .title-product {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  #product .column ul li {
    color: #757575; }
  #product .column p {
    color: #757575; }
    #product .column p span {
      vertical-align: middle; }
  #product .column .bt-bottom {
    margin-top: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
  #product .column .block-product {
    display: inline-block;
    margin-right: 20px; }
    #product .column .block-product p {
      font-size: 16px;
      color: #757575;
      font-weight: 700;
      margin-bottom: 0; }
    #product .column .block-product .title {
      font-size: 14px;
      color: #000; }
  #product .column .input-radio label {
    font-size: 14px;
    font-weight: 700; }
  #product #third-column {
    width: 330px;
    flex: none; }
  #product #third-column .image {
    margin: 20px 0 30px 0; }
    #product #third-column .image img {
      border-radius: 4px; }
  #product .input-radio {
    display: inline-block;
    margin-right: 35px; }
  #product .input-radio label {
    margin: 2px 0; }
  #product .input-radio .iradio {
    margin-right: 10px; }
  #product .input-checkbox {
    display: inline-block;
    margin-right: 10px; }
  #product .input-checkbox .icheckbox {
    margin-right: 5px;
    border-radius: 0;
    width: 12px;
    height: 12px; }
    #product .input-checkbox .icheckbox.checked {
      background: none;
      background-color: #18a16a;
      border: none; }
  #product .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -30px; }
  #product .row .column {
    width: 50%;
    display: inline-block;
    flex: 1;
    margin: 0 30px;
    margin-bottom: 20px; }
    #product .row .column .input-select {
      min-width: 0;
      width: 100%; }
  #product .slideshow-maintenance {
    margin-top: 25px;
    margin-bottom: 35px;
    width: 320px;
    max-width: 100%; }
  #product .slideshow-maintenance .owl-carousel {
    padding: 0 30px; }
  #product .slideshow-maintenance .item .date {
    font-weight: 700;
    color: #757575;
    font-size: 14px; }
    #product .slideshow-maintenance .item p {
      margin: 0; }
  #product .slideshow-maintenance .text-right a {
    font-size: 10px;
    text-decoration: underline;
    color: #757575; }
  #product .bt-edit {
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    margin-top: -5px; }
  #product .bt-pdf2.text {
    text-indent: 0;
    width: auto;
    padding-left: 35px;
    line-height: 24px;
    background-position: left center;
    color: #757575; }
  #product input[type="submit"] {
    min-width: 0; }
  #product .bottom-product {
    margin: 30px -30px -25px -30px;
    background-color: rgba(242, 243, 247, 0.2);
    padding: 25px 30px 0 30px;
    border-top: 1px dashed #cfd1dc; }
  #product .ui-selectmenu-button {
    font-size: 14px; }
  #product .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 40px 10px 15px; }

#calendar .fc-header-toolbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  #calendar .fc-header-toolbar h2 {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  #calendar .fc-header-toolbar button {
    min-width: 0; }
  #calendar .fc-header-toolbar .fc-left {
    margin: auto 0; }
    #calendar .fc-header-toolbar .fc-left button {
      display: inline-block;
      vertical-align: middle;
      background: none;
      width: 35px;
      border-radius: 0;
      box-shadow: none;
      height: 25px;
      border: none;
      padding: 0; }
    #calendar .fc-header-toolbar .fc-left .fc-icon {
      background: none;
      top: 0;
      margin: 0;
      display: block; }
    #calendar .fc-header-toolbar .fc-left .fc-icon:after {
      display: none; }
    #calendar .fc-header-toolbar .fc-left .fc-icon-left-single-arrow {
      background: url('../images/arrow_left.svg') no-repeat center center;
      background-position: 12px; }
    #calendar .fc-header-toolbar .fc-left .fc-icon-right-single-arrow {
      background: url('../images/arrow_right.svg') no-repeat center center;
      background-position: 12px; }
  #calendar .fc-header-toolbar .fc-right {
    margin: auto 0 auto auto; }
    #calendar .fc-header-toolbar .fc-right:before {
      content: "Vu par :";
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      color: #757575;
      font-family: 'Roboto', sans-serif; }
    #calendar .fc-header-toolbar .fc-right .fc-button-group {
      float: none;
      display: inline-block;
      vertical-align: middle; }
  #calendar .fc-header-toolbar .fc-button-group {
    border: 1px solid rgba(207, 209, 220, 0.5);
    border-radius: 4px;
    overflow: hidden; }
    #calendar .fc-header-toolbar .fc-button-group button {
      background: #9e9e9e;
      border-radius: 0;
      border: none;
      box-shadow: none;
      color: #cfd1dc !important;
      width: 120px;
      padding: 8px 30px 8px 10px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      height: auto;
      text-shadow: none;
      text-align: center; }
    #calendar .fc-header-toolbar .fc-button-group button.fc-state-active {
      background-color: #fff;
      color: #000 !important; }
    #calendar .fc-header-toolbar .fc-button-group button.fc-agendaWeek-button {
      background-image: url('../images/icon_week.svg');
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-size: 14px; }
    #calendar .fc-header-toolbar .fc-button-group button.fc-month-button {
      background-image: url('../images/icon_month.svg');
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-size: 14px; }
  #calendar .fc-view-container {
    background-color: #fff; }
  #calendar .fc-view-container thead, #calendar .fc-view-container .fc-head-container, #calendar .fc-view-container .fc-row {
    border: none; }
  #calendar .fc-view-container th {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border: none;
    height: 35px;
    vertical-align: middle; }
    #calendar .fc-view-container th span {
      font: inherit;
      color: inherit; }
  #calendar .fc-view-container .fc-today {
    /*width: 250px;*/
    color: #f39400; }
  #calendar .fc-view-container .fc-axis {
    border-right: 1px solid transparent;
    width: 40px !important;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #000; }
    #calendar .fc-view-container .fc-axis span {
      font: inherit;
      color: inherit; }
  #calendar .fc-view-container .fc-nonbusiness, #calendar .fc-view-container .fc-bgevent {
    background: none; }
  #calendar .fc-view-container .fc-time-grid .fc-slats td {
    border: 1px solid rgba(207, 209, 220, 0.5); }
  #calendar .fc-view-container .fc-time-grid .fc-slats td.fc-widget-content {
    border-left: 1px solid transparent; }
  #calendar .fc-view-container .fc-time-grid .fc-slats td.fc-axis {
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #000;
    width: 40px !important;
    text-align: center; }
    #calendar .fc-view-container .fc-time-grid .fc-slats td.fc-axis span {
      font: inherit;
      color: inherit; }
  #calendar .fc-view-container .fc-time-grid .fc-slats .fc-minor td {
    border-bottom: 1px solid rgba(207, 209, 220, 0.5); }
  #calendar .fc-view-container .fc-time-grid .fc-slats td {
    height: 10px;
    line-height: 10px;
    border: 1px solid transparent; }
  #calendar .fc-event, #calendar .fc-event-dot {
    background-color: #18a16a;
    font-size: 10px;
    border: none;
    border-radius: 4px;
    padding: 3px;
    transition: none;
    color: #fff; }
  #calendar .fc-event:hover, #calendar .fc-event-dot:hover {
    color: inherit !important; }
  #calendar .fc-event .fc-content, #calendar .fc-event-dot .fc-content {
    color: inherit; }
  #calendar .fc-event .fc-title, #calendar .fc-event-dot .fc-title {
    font-size: 10px;
    /*color: #fff;*/
    color: inherit;
    font-family: 'Roboto', sans-serif; }
  #calendar .fc-event .fc-time, #calendar .fc-event-dot .fc-time {
    display: none; }
  #calendar .fc-event .fc-name, #calendar .fc-event-dot .fc-name {
    font-size: 10px;
    color: red;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 2px; }

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: rgba(207, 209, 220, 0.5); }

.fc-scroller::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
  border-radius: 5px; }
  .fc-scroller::-webkit-scrollbar-thumb {
    border-radius: 5px;
    cursor: pointer;
    background-color: #d3d6e0; }
  .fc-scroller::-webkit-scrollbar-thumb:hover {
    background-color: #c4c8d5; }
  .fc-scroller::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f2f3f7; }

.hidden {
  opacity: 0; }

#book {
  margin-top: 20px; }
  #book .form-std fieldset > .input-flex {
    margin: 0 -10px; }
    #book .form-std fieldset > .input-flex > div {
      margin: 0 10px 5px 10px;
      flex: 1; }
  #book .form-std .input-flex .date-start span {
    margin: auto 5px 5px 5px;
    font-size: 20px;
    color: #757575;
    font-weight: 400; }
    #book .form-std .input-flex .date-end span {
      margin: auto 5px 5px 5px;
      font-size: 20px;
      color: #757575;
      font-weight: 400; }
    #book .form-std .input-flex .input-resa-forma {
      display: block;
      margin: 0 0 0 10px;
      flex: none; }
    #book .form-std .input-flex .input-resa-forma label {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    #book .form-std .input-flex .input-resa-forma .icheckbox {
      float: none;
      margin: 0 auto;
      display: block; }
    #book .form-std .input-flex .input-occu {
      width: 120px;
      flex: none; }
    #book .form-std .input-flex .input-occu input {
      height: 50px; }
    #book .form-std .input-flex .input-occu .input-select {
      min-width: 0; }
    #book .form-std .input-flex .input-submit {
      width: 110px;
      text-align: center; }
    #book .form-std .input-flex .input-submit input {
      min-width: 0;
      white-space: pre-wrap;
      margin-top: 19px; }
  #book .form-std .input-checkbox label {
    margin: auto 0; }
  #book .form-std label, #book .form-std p {
    font-size: 12px;
    color: #757575;
    margin: 0 0 5px 0;
    font-weight: 700; }
  #book .form-std input[type="text"], #book .form-std input[type="number"], #book .form-std textarea, #book .form-std input[type="time"] {
    border-radius: 4px;
    border: 1px solid #cfd1dc;
    font-size: 12px;
    color: #000;
    padding: 7px 10px; }
  #book .form-std textarea {
    height: 50px; }
/**** FIN EQUIPEMENT STYLE ****/
/**** RESERVATION STYLE ****/
#left2-wrap {
  width: 470px;
  margin-right: 30px; }
  #left2-wrap:after {
    clear: both;
    display: block;
    content: ""; }
  #left2-wrap .list-favorite .favorite .button a {
    margin: auto 10px; }

.small-block {
  max-width: 860px;
  margin: 0 auto; }

#book-confirm .form-std p, #book-confirm2 .form-std p {
  margin: 25px 0;
  color: #757575;
  vertical-align: middle; }
  #book-confirm .form-std p .no-recurrence, #book-confirm2 .form-std p .no-recurrence {
    float: right;
    color: inherit; }
  #book-confirm .form-std span.size_16, #book-confirm2 .form-std span.size_16 {
    display: inline-block;
    vertical-align: middle;
    min-width: 140px; }
  #book-confirm .form-std span.size_16.large, #book-confirm2 .form-std span.size_16.large {
    min-width: 300px; }
  #book-confirm .form-std .bt-edit, #book-confirm2 .form-std .bt-edit {
    vertical-align: middle;
    margin-left: 10px; }
  #book-confirm .form-std .input-select, #book-confirm2 .form-std .input-select {
    display: inline-block;
    vertical-align: middle; }
  #book-confirm .form-std .input-submit, #book-confirm2 .form-std .input-submit {
    text-align: center;
    margin-top: 60px; }
  #book-confirm .form-std .input-submit input, #book-confirm2 .form-std .input-submit input {
    margin: 0 auto; }

.swal2-popup .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0; }
/**** FIN RESERVATION STYLE ****/
/**** ACCOUNT STYLE ****/
#main-wrap .account-right p {
  color: #757575;
  font-size: 14px;
  font-family: 'Roboto', sans-serif; }

#main-wrap2 {
  margin-top: 20px;
  display: none; }

.form-std2 fieldset {
  height: 100%; }
  .form-std2 fieldset p {
    color: #757575;
    font-size: 16px; }
  .form-std2 fieldset label {
    font-weight: 400;
    color: #000; }
  .form-std2 fieldset input, .form-std2 fieldset textarea {
    border-radius: 0;
    border: 1px solid #707070;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000; }
  .form-std2 fieldset textarea {
    height: 75px; }
  .form-std2 fieldset .input-flex-row {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .form-std2 fieldset .input-checkbox .icheckbox {
    border-color: #000; }
  .form-std2 fieldset .input-flex {
    margin: 0 -17.5px 10px -17.5px; }
  .form-std2 fieldset .input-flex > div {
    flex: 1;
    margin: auto 17.5px 0 17.5px; }
  .form-std2 fieldset .input-flex > label {
    margin: auto 10px auto 0; }
  .form-std2 fieldset .input-flex2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -10px 10px -10px; }
  .form-std2 fieldset .input-flex2 > div {
    flex: 1;
    margin: 0 10px 0 10px; }
  .form-std2 fieldset .input-flex2 .input-margin {
    margin: 0 0 10px 0; }
  .form-std2 fieldset .input-flex2 > label {
    margin: auto 10px auto 10px; }
  .form-std2 fieldset .input-flex2 .input-checkbox, .form-std2 fieldset .input-flex2 .input-radio {
    flex: none; }
  .form-std2 fieldset .input-date {
    margin: 0 0 10px 0; }
  .form-std2 fieldset .input-date input {
    background-image: url('../images/icon_datepicker.svg');
    background-position: right 10px center;
    background-size: 20px;
    background-repeat: no-repeat; }
  .form-std2 fieldset .input-file {
    display: inline-block;
    margin-right: 5px; }
  .form-std2 fieldset .input-file label {
    position: relative;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #707070;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff; }
  .form-std2 fieldset .input-file label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .form-std2 fieldset > div {
    margin: 0 0 10px 0; }
  .form-std2 fieldset .input-select {
    display: block;
    width: 100%; }
  .form-std2 fieldset .ui-selectmenu-button {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #707070;
    font-size: 14px;
    color: #757575; }
  .form-std2 fieldset .ui-selectmenu-button .ui-selectmenu-text {
    padding: 6px 10px; }
  .form-std2 fieldset .ui-selectmenu-button .ui-icon {
    width: 16px;
    height: 8px;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    background: url('../images/arrow_select.png') no-repeat center center;
    border: none; }
  .form-std2 fieldset .input-submit {
    margin: 0 0 0px 0; }
  .form-std2 fieldset .input-submit > div {
    display: none; }
  .form-std2 fieldset .input-submit input[type="submit"] {
    min-width: 0;
    border: none;
    background-color: #18a16a;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    margin: 0;
    margin-right: 7px;
    min-height: 36px;
    flex: none; }
  .form-std2 fieldset .input-submit input[type="submit"]:hover {
    background-color: #11754d; }
  .form-std2 fieldset .input-submit .bt-red {
    margin-left: 7px;
    padding: 5px 10px;
    width: 100%; }
  .form-std2 fieldset .input-bottom {
    margin-top: auto;
    margin-left: auto; }
  .form-std2 fieldset .input-cp {
    width: 100px; }
  .form-std2 fieldset .input-datepicker input {
    background: url('../images/icon_datepicker.svg') no-repeat right 10px center;
    padding-right: 45px;
    background-size: 18px; }
  .form-std2 fieldset .input-textarea .input-submit {
    flex: none; }
  .form-std2 fieldset .input-textarea .input-submit input {
    background-color: #d4021c;
    padding: 10px 15px;
    margin: 0; }
    .form-std2 fieldset .input-textarea .input-submit input:hover {
      background-color: #a10215; }
  .form-std2 fieldset .checkbox {
    margin-left: 0 !important; }
  .form-std2 fieldset .checkbox .input-checkbox {
    display: inline-block;
    margin-right: 10px; }
  .form-std2 fieldset .checkbox .input-checkbox .icheckbox {
    margin-right: 5px; }
  .form-std2 fieldset .checkbox .input-checkbox label {
    margin: 3px 0; }
  .form-std2 .legend-on legend {
    display: block; }
  .form-std2 .legend-on .input-submit input {
    margin: 0 0 0 auto !important; }
  .form-std2 .block-grey-form {
    background-color: #ebebeb;
    padding: 10px;
    margin: -10px; }
  .form-std2 .content-span {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
/**** FIN ACCOUNT STYLE ****/
/**** MEMBER STYLE ****/
#list-member, #list-company {
  width: 50%; }
  #list-member .filter-member, #list-company .filter-member {
    margin-top: -5px;
    float: right; }
  #list-member .filter-member .form-std2 fieldset .input-flex, #list-company .filter-member .form-std2 fieldset .input-flex {
    margin: 0; }
    #list-member .filter-member .form-std2 fieldset .input-flex > div, #list-company .filter-member .form-std2 fieldset .input-flex > div {
      margin: 0; }

#list-member {
  margin-right: 22.5px; }

#list-company {
  margin-left: 22.5px; }

.list-member:after {
  content: "";
  display: block;
  clear: both; }

#main-wrap .table-rsp {
  width: 100%;
  overflow: auto; }
  #main-wrap .table-rsp .dataTables_filter {
    padding-top: 10px; }
  #main-wrap .table-rsp .table-std {
    border-collapse: collapse;
    border-spacing: 0; }
  #main-wrap .table-rsp .table-std thead th {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 5px; }
  #main-wrap .table-rsp .table-std tbody td {
    font-size: 14px;
    border-top: 1px solid #000;
    padding: 15px 5px; }
  #main-wrap .table-rsp .table-std tbody .bt-see {
    background: url('../images/icon_view2.svg') no-repeat center center;
    width: 30px;
    height: 17px;
    display: inline-block;
    text-indent: -9999px; }
  #main-wrap .table-rsp .table-std tbody .bt-delete, #main-wrap .table-rsp .table-std tbody .bt-del2 {
    background: url('../images/icon_delete3.svg') no-repeat center center;
    width: 17px;
    height: 19px;
    display: inline-block; }
  #main-wrap .table-rsp .table-std tbody .bt-reply {
    background: url('../images/icon_reply.svg') no-repeat center center;
    width: 24px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px; }
    #main-wrap .table-rsp .table-std tbody .bt-reply.valid {
      background: url('../images/icon_reply_valid.svg') no-repeat center center;
      width: 40px;
      height: 30px; }
  #main-wrap .table-rsp .table-std tbody .bt-mail {
    background: url('../images/icon_mail.svg') no-repeat center center;
    width: 30px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px; }
  #main-wrap .table-rsp .dataTables_paginate {
    float: none;
    text-align: center; }
  #main-wrap .table-rsp .dataTables_paginate > a {
    background-color: #fff;
    color: #707070;
    border: 1px solid #707070;
    margin: 0 2px; }
  #main-wrap .table-rsp .dataTables_paginate > a.current, #main-wrap .table-rsp .dataTables_paginate > a:hover {
    background-color: #707070;
    color: #fff !important; }
  #main-wrap .table-rsp .dataTables_paginate > span a {
    border: 1px solid #707070;
    margin: 0 2px; }
    #main-wrap .table-rsp .dataTables_paginate > span a.current, #main-wrap .table-rsp .dataTables_paginate > span a:hover {
      background-color: #707070;
      color: #fff !important; }

.table-std {
  width: 100% !important; }
  .table-std .td-checkbox {
    width: 28px; }
  .table-std .td-checkbox:after {
    display: none; }
  .table-std th:focus, .table-std td:focus {
    outline: none; }
  .table-std thead th {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
    position: relative;
    vertical-align: middle; }
  .table-std thead th:after {
    content: "";
    top: 8px;
    top: -webkit-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    margin-left: 10px;
    position: absolute;
    border-bottom: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .table-std thead th.sorting_asc:after {
    border-bottom: none;
    border-top: 5px solid #000; }
  .table-std thead th:last-child:after {
    display: none; }
  .table-std tbody td {
    font-size: 12px;
    padding: 2px 0;
    /*width: 27%;*/
    vertical-align: middle; }
  .table-std tbody .td-link {
    text-align: right;
    width: 95px; }
  .table-std tbody .td-link a {
    text-align: left;
    width: 28px;
    height: 18px;
    padding: 0 5px;
    background-size: 18px;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .table-std tbody .td-link a:first-child {
    border: none; }
  .table-std tbody .td-link a.hidden {
    display: none; }
  .table-std tbody tr.inactive td {
    color: #bababa; }
  .table-std:after {
    content: "";
    clear: both;
    display: block; }

.dataTables_paginate {
  margin-top: 15px;
  text-align: right;
  float: right;
  border-radius: 4px;
  overflow: hidden; }
  .dataTables_paginate > a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    background-color: #cfd1dc;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border-left: 1px solid #b2b5c6;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .dataTables_paginate > a:first-child {
    border: none; }
  .dataTables_paginate > a:hover {
    background-color: #b2b5c6; }
  .dataTables_paginate > a * {
    font: inherit;
    color: inherit; }
  .dataTables_paginate > span a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    background-color: #cfd1dc;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border-left: 1px solid #b2b5c6;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .dataTables_paginate > span a:hover {
    background-color: #b2b5c6; }

.dataTables_filter {
  display: none; }
/**** FIN MEMBER STYLE ****/
/**** SITE UTILISATEUR STYLE ****/
#main-menu {
  display: none; }
  #main-menu.show {
    display: block; }
  #main-menu .mobile-menu {
    display: none;
    height: 100%;
    cursor: pointer; }
  #main-menu .mobile-menu:after {
    content: "";
    background-color: #fff;
    height: 2px;
    left: 50%;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    top: 50%;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    position: absolute;
    width: 30px;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out; }
  #main-menu .mobile-menu span {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 2px;
    top: 50%;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    margin: 0 auto;
    position: relative; }
  #main-menu .mobile-menu span:before, #main-menu .mobile-menu span:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    height: 2px;
    width: 30px;
    background-color: #fff;
    transform-origin: center center;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out; }
  #main-menu .mobile-menu span:after {
    width: 20px;
    bottom: -8px;
    top: auto; }
  #main-menu.active .mobile-menu:after {
    width: 0;
    opacity: 0; }
  #main-menu.active .mobile-menu span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
  #main-menu.active .mobile-menu span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    width: 30px; }
  #main-menu.active .content-menu {
    left: 0;
    opacity: 1;
    visibility: visible; }
  #main-menu .content-menu {
    background-color: #f39400;
    text-align: center;
    position: relative; }
  #main-menu .content-menu nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 -25px; }
  #main-menu .content-menu nav > ul > li {
    display: inline-block;
    margin: 0; }
    #main-menu .content-menu nav > ul > li:first-child > a:before {
      display: none; }
    #main-menu .content-menu nav > ul > li > a {
      color: #fff;
      font-size: 16px;
      display: block;
      text-decoration: none;
      padding: 15px 40px;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
      #main-menu .content-menu nav > ul > li > a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - 9px);
        height: 18px;
        border-left: 1px solid #fff; }
    #main-menu .content-menu nav > ul > li:hover > a {
      color: #d4021c; }
      #main-menu .content-menu nav > ul > li:hover .submenu-menu {
        display: block; }
    #main-menu .content-menu nav > ul > li.link-right .submenu-menu {
      min-height: 0; }
      #main-menu .content-menu nav > ul > li.link-right .submenu-menu > ul {
        max-width: 100%;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        padding: 0 120px;
        gap: 0 280px; }
        #main-menu .content-menu nav > ul > li.link-right .submenu-menu > ul > li {
          flex: none;
          margin: 0;
          width: auto; }
          #main-menu .content-menu nav > ul > li.link-right .submenu-menu > ul > li > a {
            min-height: 0; }
    #main-menu .content-menu nav > ul > li .submenu-menu {
      display: none;
      background-color: #ffd400;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 45px 20px;
      min-height: 340px; }
      #main-menu .content-menu nav > ul > li .submenu-menu > ul, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        /* @include flexbox-spaces(space-between); */
        text-align: left;
        max-width: 1440px;
        margin: 0 auto; }
      #main-menu .content-menu nav > ul > li .submenu-menu > ul > li, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li {
        margin: 10px 0;
        display: block;
        flex: none;
        width: 33.33%; }
        #main-menu .content-menu nav > ul > li .submenu-menu > ul > li > a, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li > a {
          display: block;
          font-size: 18px;
          font-weight: 700;
          color: #000;
          min-height: 45px; }
        #main-menu .content-menu nav > ul > li .submenu-menu > ul > li ul, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li ul {
          margin: 15px 0 0 0; }
          #main-menu .content-menu nav > ul > li .submenu-menu > ul > li ul li, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li ul li {
            margin: 5px 0; }
            #main-menu .content-menu nav > ul > li .submenu-menu > ul > li ul li a, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li ul li a {
              font-weight: 400;
              font-size: 18px; }
              #main-menu .content-menu nav > ul > li .submenu-menu > ul > li ul li a:before, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li ul li a:before {
                content: "- ";
                font: inherit;
                color: inherit;
                display: inline; }
      #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu {
        display: block;
        flex: 1 33.33%; }
      #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li > a {
        min-height: 0; }

#wrap-home {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 60px; }
  #wrap-home #left-home {
    float: left;
    width: calc(100% - 775px);
    flex: 1; }
  #wrap-home #right-home {
    width: 710px;
    margin-left: 65px;
    flex: none;
    max-width: 50%; }
  #wrap-home h2 {
    font-size: 30px;
    font-weight: 700;
    color: #d4021c;
    margin: 0 0 30px 0; }

#slideshow-home {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  #slideshow-home .owl-carousel {
    height: 100%; }
  #slideshow-home .owl-carousel .info {
    display: none; }
  #slideshow-home .owl-carousel .image {
    width: 100%;
    /*height: 495px;*/
    position: relative;
    background: url('../images/slideshow-mask2.svg');
    background-size: 100%;
    -webkit-mask-image: url('../images/slideshow-mask.svg');
    -webkit-mask-size: 100% 100%;
    mask: url('../images/slideshow-mask.svg');
    mask-size: 100% 100%; }
  #slideshow-home .owl-carousel .image:after {
    padding-top: 105%;
    content: "";
    display: block; }
  #slideshow-home .owl-carousel .image img {
    position: absolute;
    -webkit-transform: translateX(50%) translateY(50%);
    -moz-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    top: -50%;
    left: -50%;
    width: 100%;
    height: auto;
    z-index: -1; }
  #slideshow-home .bt-yellow {
    font-size: 20px !important;
    border-radius: 40px;
    padding: 10px 45px; }

#slideshow-home-micropack {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  #slideshow-home-micropack .owl-carousel .info {
    display: none; }
  #slideshow-home-micropack .owl-carousel .image {
    width: 100%;
    height: 530px;
    position: relative; }
  #slideshow-home-micropack .owl-carousel .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important; }
  #slideshow-home-micropack .bt-yellow {
    font-size: 20px !important;
    border-radius: 40px;
    padding: 10px 45px; }

#title-home * {
  font-size: 38px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  margin: 0 0 60px 0;
  font-weight: 300; }
  #title-home h1 {
    line-height: 1.2; }

#list-site {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -10px; }
  #list-site .site {
    flex: 1;
    margin: 0 10px; }
  #list-site .site .bt-red {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px; }
  #list-site .site a {
    color: #d4021c; }
  #list-site .site h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #000; }
  #list-site .site.micropacks h2 {
    border-color: #ffd400; }
  #list-site .site.caracterisation h2 {
    border-color: #eb951b; }
  #list-site .site.conception h2 {
    border-color: #e16b40; }

.list-icon {
  margin-top: 25px; }
  .list-icon .ce-inner, .list-icon .ce-outer {
    float: none;
    margin: 0;
    position: static; }
  .list-icon .ce-gallery {
    margin: 0; }
  .list-icon .ce-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -15px; }
  .list-icon .ce-row .ce-column {
    max-width: 155px;
    margin: 10px 15px; }
  .list-icon .ce-row .ce-column .image {
    display: block;
    width: 100%;
    text-align: center; }
  .list-icon .ce-row .ce-column .image .image-img {
    width: 130px;
    height: 130px;
    background-color: #e6e6e6;
    border-radius: 124px;
    border: 3px solid #000;
    margin: 0 auto 12px auto;
    text-align: center;
    line-height: 130px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out; }
    .list-icon .ce-row .ce-column .image .image-img:before {
      -webkit-transition: height 1.5s 0s ease-in-out;
      -moz-transition: height 1.5s 0s ease-in-out;
      transition: height 1.5s 0s ease-in-out;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      background: url('../images/wave.png') 0 0 repeat-x;
      -webkit-animation: wave-animation1 8.7s infinite linear;
      -moz-animation: wave-animation1 8.7s infinite linear;
      -o-animation: wave-animation1 8.7s infinite linear;
      animation: wave-animation1 8.7s infinite linear;
      -webkit-animation: wave-animation1 6.3s infinite linear;
      -moz-animation: wave-animation1 6.3s infinite linear;
      -o-animation: wave-animation1 6.3s infinite linear;
      animation: wave-animation1 6.3s infinite linear; }
    .list-icon .ce-row .ce-column .image .image-img img {
      max-width: 80%;
      height: auto;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 1; }
  .list-icon .ce-row .ce-column .image .image-caption {
    display: block;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out; }
    .list-icon .ce-row .ce-column .image .image-caption p {
      margin: 0;
      font: inherit; }
  .list-icon .ce-row .ce-column .image:hover .image-img:before {
    height: 150px; }
    .list-icon .ce-row .ce-column .image:hover .image-caption {
      font-weight: 700; }

@-webkit-keyframes wave-animation1 {
  0% {
    background-position: 0 0; }

  100% {
    background-position: 1601px 0; } }

@-moz-keyframes wave-animation1 {
  0% {
    background-position: 0 0; }

  100% {
    background-position: 1601px 0; } }

@-o-keyframes wave-animation1 {
  0% {
    background-position: 0 0; }

  100% {
    background-position: 1601px 0; } }

@keyframes wave-animation1 {
  0% {
    background-position: 0 0; }

  100% {
    background-position: 1601px 0; } }

#breadcrumb-menu {
  font-size: 14px;
  margin-top: -60px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeff3; }
  #breadcrumb-menu ol li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    font-size: 12px;
    color: #000;
    list-style: none;
    font-weight: 300; }
  #breadcrumb-menu ol li a {
    font: inherit;
    color: #000; }
  #breadcrumb-menu ol li a span {
    font: inherit;
    color: inherit;
    margin-left: 5px; }
  #breadcrumb-menu ol li > span {
    color: inherit;
    font: inherit;
    margin-left: 5px;
    font-weight: 700;
    color: #d4021c; }

#main-title h1 {
  font-size: 68px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #d4021c; }
  #main-title .subtitle {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0; }

.wrap-center section {
  padding: 30px 0;
  /* &:nth-child(even){ */
  /* background-color: #D1D1D1; */
  /* } */ }
  .wrap-center section .content {
    overflow: hidden; }
  .wrap-center section p, .wrap-center section a, .wrap-center section span, .wrap-center section li {
    font-size: 16px;
    font-weight: 300; }
  .wrap-center section strong {
    font-weight: 700; }
  .wrap-center section p {
    margin: 0 0 15px 0; }
  .wrap-center section a {
    text-decoration: underline; }
  .wrap-center section h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .wrap-center section h3 {
    color: #d4021c;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0; }
  .wrap-center #wrap2 {
    padding: 90px 0;
    background-color: #d1d1d1; }
  .wrap-center #wrap2 .content-inner .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px; }
  .wrap-center #wrap2 .content-inner .content h3 {
    font-size: 33px;
    text-transform: uppercase;
    text-align: center; }
  .wrap-center #wrap2 .content-inner .content > div {
    flex: 1;
    margin: 0 25px;
    background-color: #fff;
    padding: 20px 15px; }
  .wrap-center #wrap2 .content-inner .content .frame-type-header {
    background: transparent;
    padding: 0;
    flex: none;
    width: 100%; }
  .wrap-center #wrap2 .content-inner .content .list-icon .ce-row {
    margin: 0; }
    .wrap-center #wrap2 .content-inner .content .list-icon .ce-row .ce-column {
      margin: 5px 0;
      width: 25%; }
    .wrap-center #wrap2 .content-inner .content .list-icon .ce-row .ce-column .image .image-img {
      width: 45px;
      height: 45px;
      margin-bottom: 5px;
      line-height: 44px;
      border-width: 1px; }
      .wrap-center #wrap2 .content-inner .content .list-icon .ce-row .ce-column .image .image-img img {
        max-width: 65%; }
      .wrap-center #wrap2 .content-inner .content .list-icon .ce-row .ce-column .image .image-caption {
        font-size: 8px;
        line-height: 1.2; }
      .wrap-center #wrap2 .content-inner .content .list-icon .ce-row .ce-column .image .image-caption p {
        margin: 0;
        font: inherit; }
      .wrap-center #wrap2 .content-inner .content .list-icon .ce-row .ce-column .image:hover .image-img:before {
        height: 70px; }
  .wrap-center #wrap3 {
    padding: 10px 0 0 0; }
  .wrap-center #wrap3 .ce-gallery .image {
    position: relative; }
  .wrap-center #wrap3 .ce-gallery .image .image-caption {
    width: 360px;
    text-align: center;
    padding: 15px 20px;
    background-color: #f39400;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .wrap-center #wrap3 .ce-gallery .image .image-caption p {
      color: #fff;
      margin: 0; }
  .wrap-center #wrap4 h2 {
    margin: 0 0 50px 0;
    font-size: 48px; }
  .wrap-center #wrap4 h2:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url('../images/logo-linkedin.svg') no-repeat center center;
    display: inline-block;
    margin-left: 50px;
    vertical-align: middle; }
  .wrap-center #wrap4 button {
    min-width: 0;
    margin: 0; }
  .wrap-center #wrap4 button:hover {
    background: transparent; }
  .wrap-center #wrap4 a {
    text-decoration: none; }
  .wrap-center #wrap4 a:hover {
    text-decoration: underline; }
  .wrap-center #wrap4 .bYobGC {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .wrap-center #wrap4 .bYobGC .kDEeCy {
    margin-top: auto; }
  .wrap-center .row-flex .left {
    margin-right: 50px; }
  .wrap-center .row-flex .right {
    margin-left: 50px;
    max-width: 50%; }
  .wrap-center .block-red {
    background-color: rgba(212, 2, 28, 0.75);
    padding: 20px 30px; }
  .wrap-center .block-red * {
    color: #fff; }
  .wrap-center .ce-outer, .wrap-center .ce-inner {
    margin: 0;
    float: none;
    position: static; }
  .wrap-center .ce-gallery .ce-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -5px; }
  .wrap-center .ce-gallery .ce-row .ce-column {
    /*flex: 1;*/
    margin: 0 5px; }
  .wrap-center .ce-gallery .ce-row .ce-column .image {
    display: block; }
    .wrap-center .ce-gallery .ce-row .ce-column .image .image-caption {
      display: block;
      font-style: italic;
      font-size: 22px;
      line-height: 1.5; }
    .wrap-center .ce-gallery .ce-row .ce-column .image .image-caption p {
      margin: 5px 0;
      font: inherit; }
  .wrap-center .ce-textpic.ce-nowrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrap-center .ce-textpic.ce-nowrap header {
    flex: none;
    width: 100%; }
  .wrap-center .ce-textpic.ce-nowrap .ce-bodytext {
    order: 2;
    flex: 1;
    margin-left: 50px; }
  .wrap-center .ce-textpic.ce-nowrap .ce-gallery {
    order: 1;
    flex: none;
    max-width: 50%;
    margin-right: 50px; }
  .wrap-center .ce-textpic.ce-right .ce-bodytext {
    order: 1;
    margin-left: 0;
    margin-right: 50px; }
  .wrap-center .ce-textpic.ce-right .ce-gallery {
    order: 2;
    margin-right: 0;
    margin-left: 50px; }
  .wrap-center table {
    width: 100%; }
  .wrap-center table td {
    font-size: 16px;
    font-weight: 300; }
  .wrap-center table td .txt-red {
    font-size: 68px;
    font-weight: 700; }
  .wrap-center .block-equip h1 {
    margin: 0 0 50px 0 !important; }
  .wrap-center .block-equip h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 50px 0;
    color: #ea6a3a;
    text-transform: uppercase; }
  .wrap-center .block-equip h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ea6a3a;
    margin: 0 0 0px 0; }
  .wrap-center .block-equip .ce-row .ce-column {
    margin: 0 5px; }
  .wrap-center .block-equip .image .image-caption {
    display: block;
    font-style: italic;
    font-size: 12px; }
  .wrap-center .block-equip .image .image-caption p {
    margin: 5px 0;
    font: inherit; }
  .wrap-center .block-red2 {
    background-color: #d4021c; }
  .wrap-center .block-red2 * {
    color: #fff !important; }
  .wrap-center .block-equip ul {
    margin-left: 25px; }
  .wrap-center .block-equip p, .wrap-center .block-equip li, .wrap-center .block-equip ul {
    font-size: 20px; }
  .wrap-center .block-equip p *, .wrap-center .block-equip li *, .wrap-center .block-equip ul * {
    font-size: inherit; }
  .wrap-center #wrap1 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrap-center #wrap1 .row .column {
    flex: none;
    width: 50%;
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px); }
  .wrap-center #wrap1 #news {
    flex: none;
    margin-left: 50px;
    width: 340px; }
  .wrap-center #wrap1 #news .title {
    font-size: 22px;
    color: #707070;
    font-weight: 700;
    margin: 0 0 15px 0; }
  .wrap-center #wrap1 #news .text-right {
    float: right;
    margin-top: -30px;
    font-size: 12px;
    font-weight: 700;
    color: #707070; }
  .wrap-center #wrap1 #news .text-right a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
    font-weight: 700; }
  .wrap-center #wrap1 #news .list-news {
    background-color: #eaeaea;
    padding: 20px; }
  .wrap-center #wrap1 #news .list-news.owl-carousel .owl-nav {
    position: absolute;
    top: 20px;
    right: 20px; }
    .wrap-center #wrap1 #news .list-news.owl-carousel .owl-nav .owl-prev, .wrap-center #wrap1 #news .list-news.owl-carousel .owl-nav .owl-next {
      width: 30px;
      height: 20px;
      position: static;
      display: inline-block; }
    .wrap-center #wrap1 #news .list-news.owl-carousel .owl-nav .owl-prev {
      background: url('../images/arrow_slider_right2.svg') no-repeat center center;
      background-size: 10px; }
    .wrap-center #wrap1 #news .list-news.owl-carousel .owl-nav .owl-next {
      background: url('../images/arrow_slider_left2.svg') no-repeat center center;
      background-size: 10px; }
  .wrap-center #wrap1 #news .list-news h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 65px 20px 0;
    color: #707070; }
    .wrap-center #wrap1 #news .list-news h2 * {
      font: inherit;
      color: inherit;
      text-decoration: none; }
  .wrap-center #wrap1 #news .list-news .image {
    position: relative;
    overflow: hidden;
    float: none;
    margin: 0; }
    .wrap-center #wrap1 #news .list-news .image img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  .wrap-center #wrap1 #news .list-news .info p {
    font-size: 14px;
    color: #707070;
    margin: 0 0 10px 0; }
  .wrap-center #wrap1 #news .list-news .link {
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 15px 0 0 0; }
    .wrap-center #wrap1 #news .list-news .link a {
      font: inherit;
      color: inherit;
      font-weight: 700;
      text-decoration: underline; }
  .wrap-center #wrap1-equip {
    padding: 0; }
  .wrap-center #wrap1-equip p {
    margin: 0; }
  .wrap-center #wrap1-equip .content-inner {
    padding-right: 0;
    position: relative; }
  .wrap-center #wrap1-equip .row-flex {
    gap: 60px; }
  .wrap-center #wrap1-equip .left {
    padding: 20px 0;
    flex: 1;
    margin: 0; }
  .wrap-center #wrap1-equip .right {
    flex: none;
    width: 800px;
    position: relative;
    margin: 0; }
  .wrap-center #wrap1-equip .right .ce-inner, .wrap-center #wrap1-equip .right .ce-outer, .wrap-center #wrap1-equip .right .ce-column {
    position: static;
    display: block;
    float: none; }
  .wrap-center #wrap1-equip .right .ce-row {
    display: block;
    margin: 0; }
  .wrap-center #wrap1-equip .right .owl-carousel .ce-column {
    margin: 0; }
    .wrap-center #wrap1-equip .right .owl-carousel .ce-column .image-img {
      height: 585px; }
    .wrap-center #wrap1-equip .right .owl-carousel .ce-column .image-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .wrap-center #wrap1-equip .right .owl-carousel .owl-dots .owl-dot {
    min-width: 0;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    background-color: #fff; }
    .wrap-center #wrap1-equip .right .owl-carousel .owl-dots .owl-dot.active, .wrap-center #wrap1-equip .right .owl-carousel .owl-dots .owl-dot:hover {
      background-color: #d4021c; }
  .wrap-center #wrap3-equip .content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 100px; }
  .wrap-center #wrap3-equip .content .frame-type-text {
    flex: none;
    width: 100%; }
  .wrap-center #wrap3-equip .content .frame-type-textpic {
    /* padding: 0 50px 30px 50px; */
    max-width: 33.33%; }
  .wrap-center #wrap3-equip .content .frame-type-header {
    flex: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    max-width: 100%; }
  .wrap-center #wrap3-equip .content p, .wrap-center #wrap3-equip .content ul li {
    font-size: 18px; }
  .wrap-center #wrap3-equip .ce-gallery {
    margin-top: 30px; }
  .wrap-center #wrap3-equip .ce-gallery .ce-row {
    width: 100%;
    margin: 0; }
  .wrap-center #wrap3-equip .ce-gallery .ce-row .ce-column {
    flex: 1;
    margin: 0 auto; }
    .wrap-center #wrap3-equip .ce-gallery .ce-row .ce-column .image-caption {
      display: block;
      font-size: 22px;
      font-weight: 400;
      margin-top: 10px;
      font-style: normal;
      line-height: 1.5; }
    .wrap-center #wrap3-equip .ce-gallery .ce-row .ce-column .image-caption * {
      font: inherit;
      margin: 0; }
    .wrap-center #wrap3-equip .ce-gallery .ce-row .ce-column img {
      margin: 0 auto; }
  .wrap-center #wrap2-equip .content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrap-center #wrap2-equip .content .frame-type-text {
    flex: none;
    width: 100%; }
  .wrap-center #wrap2-equip .content .frame-type-textpic {
    padding: 0 50px 30px 50px;
    max-width: 33.33%; }
  .wrap-center #wrap2-equip .content .frame-type-header {
    flex: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    max-width: 100%; }
  .wrap-center #wrap2-equip .ce-gallery {
    margin-top: 30px; }
  .wrap-center #wrap2-equip .ce-gallery .ce-row {
    width: 100%;
    margin: 0; }
  .wrap-center #wrap2-equip .ce-gallery .ce-row .ce-column {
    flex: 1;
    margin: 0 auto; }
    .wrap-center #wrap2-equip .ce-gallery .ce-row .ce-column .image-caption {
      display: block;
      font-size: 22px;
      font-weight: 400;
      margin-top: 10px;
      font-style: normal;
      line-height: 1.5; }
    .wrap-center #wrap2-equip .ce-gallery .ce-row .ce-column .image-caption * {
      font: inherit;
      margin: 0; }
    .wrap-center #wrap2-equip .ce-gallery .ce-row .ce-column img {
      margin: 0 auto; }
  .wrap-center .tx-powermail form.layout1 {
    display: none; }
  .wrap-center .list-news .page-navigation {
    text-align: right; }
  .wrap-center .list-news .page-navigation > p {
    display: none; }
  .wrap-center .list-news .page-navigation:first-of-type {
    display: none; }
  .wrap-center .list-news .page-navigation .f3-widget-paginator {
    float: none;
    text-align: right;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    overflow: hidden; }
  .wrap-center .list-news .page-navigation .f3-widget-paginator li {
    display: inline-block;
    float: none;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    color: #000;
    margin: 0px;
    padding: 0;
    border-left: 1px solid rgba(213, 213, 213, 0.4);
    text-align: center; }
    .wrap-center .list-news .page-navigation .f3-widget-paginator li:first-child {
      border: none; }
    .wrap-center .list-news .page-navigation .f3-widget-paginator li a {
      color: #d5d5d5;
      text-decoration: none;
      font: inherit;
      width: 100%;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
    .wrap-center .list-news .page-navigation .f3-widget-paginator li a:hover {
      background-color: #d4021c;
      color: #fff; }
  .wrap-center .list-news .item {
    border-top: 1px solid #d4021c;
    padding: 40px 0; }
  .wrap-center .list-news .item:first-child {
    border: none;
    padding-top: 0; }
  .wrap-center .list-news .item:after {
    content: "";
    clear: both;
    display: block; }
  .wrap-center .list-news .item .image {
    float: left;
    margin-right: 20px; }
  .wrap-center .list-news .item .info {
    overflow: hidden; }
  .wrap-center .list-news .item .info .date {
    color: #d5d5d5;
    margin: 0 0 10px 0;
    font-size: 12px; }
  .wrap-center .list-news .item .info h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
    color: #d4021c; }
    .wrap-center .list-news .item .info h2 * {
      font: inherit;
      color: inherit;
      text-decoration: none; }
  .wrap-center .list-news .item .info .link {
    margin: 0; }
    .wrap-center .list-news .item .info .link a {
      color: #d4021c; }
  .wrap-center .detail-news .slideshow-news {
    float: right;
    max-width: 500px;
    margin-left: 50px; }
  .wrap-center .detail-news .news-text-wrap {
    overflow: hidden; }

.ie .wrap-center #wrap3-equip .content .frame-type-textpic, .ie .wrap-center #wrap2-equip .content .frame-type-textpic {
  flex: 1; }

.block-right {
  float: right; }

.slideshow-partner {
  /*overflow: visible;
   padding-bottom: 50px;
   .ce-image{
   overflow: visible;
   }*/
  /*.owl-stage-outer{
   overflow: visible;
   }*/ }
  .slideshow-partner .ce-gallery {
    margin: 0;
    /*overflow: visible;*/ }
  .slideshow-partner .ce-outer, .slideshow-partner .ce-inner {
    position: static;
    float: none; }
  .slideshow-partner .ce-row {
    padding: 0 40px;
    margin: 0 0px !important;
    display: block !important;
    overflow: visible;
    /*position: relative;*/ }
  .slideshow-partner .owl-item {
    text-align: center;
    border-left: 1px solid #707070;
    height: 75px;
    line-height: 75px;
    position: relative; }
  .slideshow-partner .owl-item .ce-column {
    margin: auto !important;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0 20px; }
  .slideshow-partner .owl-item .ce-column .image-img {
    line-height: 75px;
    height: 75px; }
  .slideshow-partner .owl-item .ce-column img {
    vertical-align: middle;
    display: inline-block;
    /*max-height: 100%;
     width: auto;*/
    /*position: absolute;
     top: 50%;
     left: 50%;
     max-width: 100%;
     height: auto;
     width: auto;
     @include transform(translateX(-50%) translateY(-50%));*/ }

#wrap-content img {
  max-width: 100%;
  height: auto; }

#headband {
  margin-top: 30px;
  position: relative; }
  #headband p {
    margin: 0 0 15px 0; }
  #headband .ce-outer, #headband .ce-inner {
    margin: 0;
    float: none;
    position: static; }
  #headband .ce-gallery {
    margin: 0; }
  #headband .ce-gallery .ce-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  #headband .ce-gallery .ce-row .ce-column .image {
    display: block;
    position: relative; }
    #headband .ce-gallery .ce-row .ce-column .image .image-caption {
      position: absolute;
      top: 15px;
      right: 0;
      background-color: #fff;
      padding: 10px 20px;
      color: #000;
      font-size: 16px;
      min-width: 130px;
      text-align: center; }
    #headband .ce-gallery .ce-row .ce-column .image .image-caption p {
      margin: 0;
      font: inherit; }
  #headband .bt-red {
    position: absolute;
    bottom: -35px;
    right: 0;
    font-size: 24px !important;
    font-weight: 700;
    border-radius: 0;
    text-transform: none;
    padding: 16px 51px; }
  #headband .ce-bodytext {
    margin-left: 35px; }
  #headband .ce-bodytext p, #headband .ce-bodytext li, #headband .ce-bodytext span, #headband .ce-bodytext a {
    font-size: 16px;
    font-weight: 300; }
  #headband .ce-textpic.ce-nowrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  #headband .ce-textpic.ce-nowrap header {
    flex: none;
    width: 100%; }
  #headband .ce-textpic.ce-nowrap .ce-bodytext {
    order: 2;
    margin-left: 35px; }
  #headband .ce-textpic.ce-nowrap .ce-gallery {
    order: 1;
    flex: none; }
  #headband .ce-textpic.ce-right .ce-bodytext {
    order: 1;
    margin-left: 0;
    margin-right: 35px; }
  #headband .ce-textpic.ce-right .ce-gallery {
    order: 2; }

.tx-powermail {
  margin: 20px 0 0 0; }
  .tx-powermail h3 {
    display: none; }
  .tx-powermail form fieldset > div {
    margin: 0 0 15px 0; }
  .tx-powermail form fieldset .input-flex > div {
    padding: 0 22px; }
  .tx-powermail form fieldset label {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px 0; }
  .tx-powermail form fieldset input, .tx-powermail form fieldset textarea {
    border-radius: 0;
    border: 1px solid #707070;
    font-size: 14px;
    font-weight: 300;
    padding: 11px 30px;
    color: #000; }
  .tx-powermail form fieldset input::-webkit-input-placeholder, .tx-powermail form fieldset textarea::-webkit-input-placeholder, .tx-powermail form fieldset input::-webkit-input-placeholder, .tx-powermail form fieldset textarea::-webkit-input-placeholder {
    color: #333;
    font-size: inherit; }
  .tx-powermail form fieldset input:-moz-input-placeholder, .tx-powermail form fieldset textarea:-moz-input-placeholder, .tx-powermail form fieldset input:-moz-input-placeholder, .tx-powermail form fieldset textarea:-moz-input-placeholder {
    color: #333;
    font-size: inherit; }
  .tx-powermail form fieldset input[type="submit"] {
    margin-top: 5px;
    margin-left: auto;
    min-width: 350px;
    max-width: 100%;
    text-align: center;
    border: none;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 25px; }

.popover {
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 4px; }
  .popover h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px 0; }
  .popover.bs-popover-left {
    margin-right: 15px;
    border-right: 2px solid #f39400; }
  .popover.bs-popover-left:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    border-left: 10px solid #f39400;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
/**** FIN SITE UTILISATEUR STYLE ****/
#footer {
  border-top: 1px solid #eeeff3;
  padding: 15px 0; }
  #footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  #footer .top-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  #footer .top-footer .block-footer {
    margin: auto 0; }
  #footer .top-footer #cimpaca {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  #footer .top-footer #cimpaca img {
    margin: auto 15px auto 0; }
  #footer .top-footer #cimpaca span {
    margin: auto 0;
    font-size: 12px;
    font-weight: 400;
    color: #757575; }
  #footer .top-footer #copyright {
    margin-left: auto; }
  #footer ul li {
    font-size: 12px;
    font-weight: 300;
    color: #757575;
    margin-left: 20px;
    float: left;
    list-style: none; }
  #footer ul li.link-pr {
    margin-left: 60px; }
  #footer ul li * {
    font: inherit;
    color: inherit; }
  #footer ul li a {
    color: #d4021c; }

.typo3-messages {
  background-color: #fff;
  box-shadow: 2px 2px 4px #757575;
  margin: 0 0 20px 0; }
  .typo3-messages li {
    list-style: none;
    padding: 20px; }
  .typo3-messages li p {
    margin: 0;
    font: inherit;
    color: inherit; }
  .typo3-messages li.alert-warning {
    background-color: #d4021c;
    color: #fff;
    font-weight: 700; }
  .typo3-messages li.alert-info {
    background-color: green;
    color: #fff; }

.form-std .input-select select {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .content-inner {
    padding: 0 40px; } }

@media screen and (min-width: 951px) and (max-width: 1300px) {
  .content-inner {
    padding: 0 40px; }

  #header {
    height: auto; }
    #header .content-inner {
      padding: 0 40px; }
    #header #right-header .block-header-right-link {
      padding: 0.5em 1em; }
    #header #right-header #account-header {
      margin-right: 1em; }

  #main-menu .content-menu nav > ul > li > a {
    padding: 15px 10px;
    font-size: 12px; }
    #main-menu .content-menu nav > ul > li.link-right .submenu-menu > ul {
      gap: 0 20px; }
    #main-menu .content-menu nav > ul > li .submenu-menu {
      padding: 20px 20px;
      min-height: 0; }
      #main-menu .content-menu nav > ul > li .submenu-menu > ul > li > a, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li > a {
        font-size: 14px; }
        #main-menu .content-menu nav > ul > li .submenu-menu > ul > li > ul li a, #main-menu .content-menu nav > ul > li .submenu-menu .column-right-menu > li > ul li a {
          font-size: 14px; }

  #title-home * {
    font-size: 28px; }

  #main-menu .content-menu nav {
    padding: 0 40px; }
    #main-menu .content-menu nav > ul > li {
      margin: 0 10px; }

  #slideshow-home .bt-yellow, #slideshow-home-micropack .bt-yellow {
    font-size: 14px !important; }

  #main-title h1 {
    font-size: 32px; }
    #main-title .subtitle {
      font-size: 28px; }

  #wrap-home h2 {
    font-size: 24px; }

  .wrap-center .block-equip h1 {
    margin: 0 0 20px 0 !important; }
    .wrap-center .block-equip h2 {
      font-size: 24px;
      margin: 0 0 20px 0; }

  .wrap-center #wrap1-equip .right .owl-carousel .ce-column .image-img {
    height: 400px; }

  .wrap-center #wrap2 .content-inner .content {
    margin: -10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wrap-center #wrap2 .content-inner .content > div {
      flex: none;
      width: 48%;
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; }

  .wrap-center table td .txt-red {
    font-size: 48px; }

  #headband .ce-textpic.ce-nowrap .ce-gallery {
    max-width: 50%; }

  .row-flex .column:first-child {
    margin-right: 20px; }
    .row-flex .column:last-child {
      margin-left: 20px; }

  #list-site {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 951px) and (max-width: 1200px) {
  .row-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  #left2-wrap {
    width: 100%;
    margin-bottom: 30px; }

  #product .row {
    margin: 0 -10px; }
    #product .row .column {
      margin: 0 10px;
      margin-bottom: 20px; }
    #product .row-flex2 {
      margin: 0 -10px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
    #product .row-flex2 .column {
      flex: none;
      width: 50%;
      margin: 0;
      padding: 0 10px; }
    #product .row-flex2 #first-column {
      order: 1;
      width: 100%;
      flex: 1; }
    #product .row-flex2 #third-column {
      order: 2;
      width: 50%;
      max-width: 330px;
      flex: 1; }
    #product .row-flex2 #second-column {
      order: 3;
      width: 100%; }

  #left-wrap.left-user {
    flex: 1; }

  #center-wrap {
    flex: 1; }

  #main-wrap.main-user {
    flex: 1; }
    #main-wrap.main-user .filter {
      margin-bottom: 10px; }
    #main-wrap.main-user h1 {
      margin-bottom: 10px; }

  #list-member, #list-company {
    flex: 1; }

  #list-member {
    margin-right: 10px; }

  #list-company {
    margin-left: 10px; }

  .wrap-center .block-equip p, .wrap-center .block-equip li, .wrap-center .block-equip ul {
    font-size: 16px; } }

.row-flex .col2 {
  padding: 10px 20px; }

.row-flex .col2 textarea {
  height: 30px; }

.row-flex-pl {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em; }
  .row-flex-pl .pl-checkbox {
    display: flex; }
  .row-flex-pl .pl-checkbox label {
    margin-left: 1em; }

.book-datepicker2 .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today:before, .book-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today:before {
  background-color: grey; }
/* Color */
/* Fonts */
/* 
 TRANSITION
 */
/* 
 SHADOW
 */
/* Browser Prefixes */
/* Background gradient */
/* Rotate */
/* Scale */
/* Translate */
/* Skew */
/* Transform Origin */
/* Flex box */
/*
 BOX-SIZING
 */
/* 
 Top center
 */
/*
 Horizontal center
 */
/**** BUTTON / TEXT STYLE ****/
.bt-black, .bt-yellow, .bt-red, .bt-green, .bt-grey {
  display: inline-block;
  padding: 11px 25px;
  color: #fff !important;
  background-color: #000 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  position: relative; }
  .bt-black:hover, .bt-yellow:hover, .bt-red:hover, .bt-green:hover, .bt-grey:hover, .bt-black:active, .bt-yellow:active, .bt-red:active, .bt-green:active, .bt-grey:active, .bt-black:focus, .bt-yellow:focus, .bt-red:focus, .bt-green:focus, .bt-grey:focus {
    text-decoration: none;
    background-color: #1a1a1a; }

.bt-black {
  background-color: #000 !important; }
  .bt-black:hover, .bt-black:active, .bt-black:focus {
    background-color: #1a1a1a !important; }

.bt-grey {
  background-color: #cfd1dc !important;
  color: #000 !important; }
  .bt-grey:hover, .bt-grey:active, .bt-grey:focus {
    background-color: #b2b5c6 !important; }

.bt-red {
  background-color: #d4021c !important; }
  .bt-red:hover, .bt-red:active, .bt-red:focus {
    background-color: #a10215 !important; }

.bt-green {
  background-color: #18a16a !important; }
  .bt-green:hover, .bt-green:active, .bt-green:focus {
    background-color: #11754d !important; }

.bt-yellow {
  background-color: #f39400 !important; }
  .bt-yellow:hover, .bt-yellow:active, .bt-yellow:focus {
    background-color: #c07500 !important; }

.bt-edit, .bt-delete, .bt-fiche, .bt-pdf, .bt-fav, .bt-pdf2, .bt-enable, .bt-disable, .bt-del2, .bt-hide {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none;
  -webkit-transition: background 0.3s 0s ease-in-out;
  -moz-transition: background 0.3s 0s ease-in-out;
  transition: background 0.3s 0s ease-in-out; }

.bt-edit {
  background: url('../images/icon_edit.svg') no-repeat center center;
  background-size: 24px; }
  .bt-edit:hover, .bt-edit.active {
    background-image: url('../images/icon_edit_red.svg'); }

.bt-delete, .bt-del2 {
  background: url('../images/icon_delete.svg') no-repeat center center;
  background-size: 24px; }
  .bt-delete:hover, .bt-del2:hover, .bt-delete.active, .bt-del2.active {
    background-image: url('../images/icon_delete_red.svg'); }

.bt-hide {
  background: url('../images/icon_view_hide.svg') no-repeat center center;
  background-size: 24px; }
  .bt-hide:hover, .bt-hide.active {
    background-image: url('../images/icon_view_hide_hover.svg'); }

.bt-pdf {
  background: url('../images/icon_pdf.svg') no-repeat center center;
  background-size: 24px; }
  .bt-pdf:hover, .bt-pdf.active {
    background-image: url('../images/icon_pdf_red.svg'); }

.bt-fiche {
  background: url('../images/icon_info_fiche.svg') no-repeat center center;
  background-size: 24px; }
  .bt-fiche:hover, .bt-fiche.active {
    background-image: url('../images/icon_info_fiche_red.svg'); }

.bt-pdf2 {
  background: url('../images/icon_pdf2.svg') no-repeat center center;
  background-size: 24px; }
  .bt-pdf2:hover, .bt-pdf2.active {
    background-image: url('../images/icon_pdf2_red.svg'); }

.bt-fav {
  background: url('../images/icon_fav.svg') no-repeat center center;
  background-size: 16px; }
  .bt-fav:hover, .bt-fav.active {
    background-image: url('../images/icon_fav_red.svg'); }

.bt-enable {
  background: url('../images/icon_enable.svg') no-repeat center center;
  background-size: 100%; }

.bt-disable {
  background: url('../images/icon_disable.svg') no-repeat center center;
  background-size: 100%; }

.size_16 {
  font-size: 16px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_16 * {
    line-height: inherit; }

.size_18 {
  font-size: 18px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_18 * {
    line-height: inherit; }

.size_20 {
  font-size: 20px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_20 * {
    line-height: inherit; }

.size_22 {
  font-size: 22px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_22 * {
    line-height: inherit; }

.size_24 {
  font-size: 24px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_24 * {
    line-height: inherit; }

.size_30 {
  font-size: 30px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_30 * {
    line-height: inherit; }

.size_36 {
  font-size: 36px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_36 * {
    line-height: inherit; }

.size_38 {
  font-size: 38px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_38 * {
    line-height: inherit; }

.size_48 {
  font-size: 48px !important;
  vertical-align: bottom;
  line-height: 1.1; }
  .size_48 * {
    line-height: inherit;
    font-size: inherit; }

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

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

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

.txt-black {
  color: #000 !important; }

.txt-yellow {
  color: #f39400 !important; }

.txt-red {
  color: #d4021c !important; }

.txt-green {
  color: #18a16a !important; }
/**** END BUTTON / TEXT STYLE ****/
.bt-small {
  display: inline-block;
  padding: 3px 5px;
  color: #000;
  background-color: #fff;
  font-size: 10px !important;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  position: relative;
  cursor: pointer; }
  .bt-small:hover, .bt-small:active, .bt-small:focus {
    text-decoration: none;
    background-color: #e6e6e6 !important; }
