@charset "UTF-8";
/* ====================================================
* Projet : Schindler Simi 2024
* Auteur : Amelie Jouineau
* ddm: 2024/06/26
* ==================================================== */
/* ============================================
// Viewport
============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ============================================
// Grille css
============================================ */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before, .container:after {
  content: " ";
  display: block;
  height: 0;
}
.container:after {
  clear: both;
}
@media only screen and (max-width: 1279px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1505px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: block;
  height: 0;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row:before, .row:after {
  content: " ";
  display: block;
  height: 0;
}

.row:after {
  clear: both;
}

.col-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6667%;
}

.col-12 {
  width: 100%;
}

.col-pull-0 {
  right: auto;
}

.col-pull-1 {
  right: 8.3333%;
}

.col-pull-2 {
  right: 16.6667%;
}

.col-pull-3 {
  right: 25%;
}

.col-pull-4 {
  right: 33.3333%;
}

.col-pull-5 {
  right: 41.6667%;
}

.col-pull-6 {
  right: 50%;
}

.col-pull-7 {
  right: 58.3333%;
}

.col-pull-8 {
  right: 66.6667%;
}

.col-pull-9 {
  right: 75%;
}

.col-pull-10 {
  right: 83.3333%;
}

.col-pull-11 {
  right: 91.6667%;
}

.col-pull-12 {
  right: 100%;
}

.col-push-0 {
  left: auto;
}

.col-push-1 {
  left: 8.3333%;
}

.col-push-2 {
  left: 16.6667%;
}

.col-push-3 {
  left: 25%;
}

.col-push-4 {
  left: 33.3333%;
}

.col-push-5 {
  left: 41.6667%;
}

.col-push-6 {
  left: 50%;
}

.col-push-7 {
  left: 58.3333%;
}

.col-push-8 {
  left: 66.6667%;
}

.col-push-9 {
  left: 75%;
}

.col-push-10 {
  left: 83.3333%;
}

.col-push-11 {
  left: 91.6667%;
}

.col-push-12 {
  left: 100%;
}

.col-offset-0 {
  margin-left: 0%;
}

.col-offset-1 {
  margin-left: 8.3333%;
}

.col-offset-2 {
  margin-left: 16.6667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333%;
}

.col-offset-5 {
  margin-left: 41.6667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333%;
}

.col-offset-8 {
  margin-left: 66.6667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333%;
}

.col-offset-11 {
  margin-left: 91.6667%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media only screen and (max-width: 639px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.3333%;
  }
  .col-xs-2 {
    width: 16.6667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333%;
  }
  .col-xs-11 {
    width: 91.6667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333%;
  }
  .col-xs-pull-2 {
    right: 16.6667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333%;
  }
  .col-xs-pull-5 {
    right: 41.6667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333%;
  }
  .col-xs-pull-8 {
    right: 66.6667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333%;
  }
  .col-xs-pull-11 {
    right: 91.6667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333%;
  }
  .col-xs-push-2 {
    left: 16.6667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333%;
  }
  .col-xs-push-5 {
    left: 41.6667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333%;
  }
  .col-xs-push-8 {
    left: 66.6667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333%;
  }
  .col-xs-push-11 {
    left: 91.6667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333%;
  }
  .col-sm-pull-2 {
    right: 16.6667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333%;
  }
  .col-sm-pull-5 {
    right: 41.6667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333%;
  }
  .col-sm-pull-8 {
    right: 66.6667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333%;
  }
  .col-sm-pull-11 {
    right: 91.6667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333%;
  }
  .col-sm-push-2 {
    left: 16.6667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333%;
  }
  .col-sm-push-5 {
    left: 41.6667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333%;
  }
  .col-sm-push-8 {
    left: 66.6667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333%;
  }
  .col-sm-push-11 {
    left: 91.6667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333%;
  }
  .col-md-2 {
    width: 16.6667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333%;
  }
  .col-md-11 {
    width: 91.6667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333%;
  }
  .col-md-pull-2 {
    right: 16.6667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333%;
  }
  .col-md-pull-5 {
    right: 41.6667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333%;
  }
  .col-md-pull-8 {
    right: 66.6667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333%;
  }
  .col-md-pull-11 {
    right: 91.6667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333%;
  }
  .col-md-push-2 {
    left: 16.6667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333%;
  }
  .col-md-push-5 {
    left: 41.6667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333%;
  }
  .col-md-push-8 {
    left: 66.6667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333%;
  }
  .col-md-push-11 {
    left: 91.6667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333%;
  }
  .col-lg-2 {
    width: 16.6667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333%;
  }
  .col-lg-5 {
    width: 41.6667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333%;
  }
  .col-lg-11 {
    width: 91.6667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333%;
  }
  .col-lg-pull-2 {
    right: 16.6667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333%;
  }
  .col-lg-pull-5 {
    right: 41.6667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333%;
  }
  .col-lg-pull-8 {
    right: 66.6667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333%;
  }
  .col-lg-pull-11 {
    right: 91.6667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333%;
  }
  .col-lg-push-2 {
    left: 16.6667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333%;
  }
  .col-lg-push-5 {
    left: 41.6667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333%;
  }
  .col-lg-push-8 {
    left: 66.6667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333%;
  }
  .col-lg-push-11 {
    left: 91.6667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}

.visible {
  display: block !important;
  visibility: visible;
}

@media only screen and (max-width: 639px) {
  .visible-xs {
    display: block !important;
    visibility: visible;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
    visibility: visible;
  }
  .visible-xs-inline {
    display: inline !important;
    visibility: visible;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
    visibility: visible;
  }
  .hidden-xs {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
    visibility: visible;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
    visibility: visible;
  }
  .visible-sm-inline {
    display: inline !important;
    visibility: visible;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
    visibility: visible;
  }
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
    visibility: visible;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
    visibility: visible;
  }
  .visible-md-inline {
    display: inline !important;
    visibility: visible;
  }
  .visible-md-inline-block {
    display: inline-block !important;
    visibility: visible;
  }
  .hidden-md {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
    visibility: visible;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
    visibility: visible;
  }
  .visible-lg-inline {
    display: inline !important;
    visibility: visible;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
    visibility: visible;
  }
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}
/* ============================================
// html5 backwards-compatibility
============================================ */
section, article, header, footer, nav, aside, hgroup, details, figcaption, figure, menu, main, summary {
  display: block;
}

html, body, div, span, object, iframe, h1, h2, legend, h3, h4, h5, h6, p, a, strong, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.2rem;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

body:not(:-moz-handler-blocked) audio,
canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: visible;
}

.ie9 svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  min-width: 0;
}

legend {
  display: table;
  padding: 0;
  border: 0 none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

body,
h1, h2, legend, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

/* ============================================
// Accessibility
============================================ */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v  */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

.skip_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  z-index: 210; /* superieur au header */
}
.skip_link a {
  position: absolute;
  left: -9999px;
}
.skip_link a:focus {
  position: static;
  font-size: 2rem;
  color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* ============================================
// Reusable content
============================================ */
.pull-left {
  float: left;
  margin-right: 32px;
  margin-bottom: 12px;
}

.pull-right {
  float: right;
  margin-left: 32px;
  margin-bottom: 12px;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.v_top {
  vertical-align: top;
}

.clearboth {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

/* ============================================
// Global
============================================ */
body#schindler_simi {
  background: #fff;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
}

/* Prevent 300ms delay in IE on touch devices */
.container a, .container button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* Disabled - class for anchor, state for form elements */
.container .button.disabled, .container .button:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
.container .button + .button {
  margin-left: 5px;
}

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

/* ============================================
// TYPOGRAPHY
============================================ */
@font-face {
  font-family: "FrutigerNext";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Frutiger_next_LT.woff") format("woff"), url("fonts/Frutiger_next_LT.ttf") format("truetype"), url("fonts/Frutiger_next_LT.svg#FrutigerNext") format("svg");
}
@font-face {
  font-family: "FrutigerNextBold";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/27892399-803e-45e6-b843-dbe5a2dffd33.woff2") format("woff2"), url("fonts/5ba2524a-fcfc-4951-896b-479275183f3d.woff") format("woff");
}
@font-face {
  font-family: "Fontawesome-regular";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Fontawesome-brands";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Fontawesome-solid";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype");
}
/* Headings */
h1 {
  margin: 0;
  padding: 0;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #dc0000;
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: left;
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}

h2, legend {
  margin: 0 0 26px;
  padding: 0;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  color: #dc0000;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 640px) {
  h2, legend {
    margin-bottom: 32px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
h2 small, legend small {
  display: block;
  color: #101010;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

h3 {
  margin: 0;
  padding: 0 0 3rem;
  color: #101010;
  font-family: "FrutigerNextBold", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@media only screen and (min-width: 640px) {
  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.view_more + h3 {
  margin-top: 32px;
}

h4 {
  margin: 0;
  padding: 0 0 3rem;
  color: #dc0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}

strong {
  font-weight: 600;
}

/* Paragraphs */
p, li, address {
  margin: 0 0 24px;
  padding: 0;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  color: #101010;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
}
p.accent, li.accent, address.accent {
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  p, li, address {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
p:last-child, li:last-child, address:last-child {
  margin-bottom: 0;
}
p.big, li.big, address.big {
  font-size: 2rem;
  line-height: 2.5;
}
p.with_border, li.with_border, address.with_border {
  padding: 15px;
  border: 1px solid #dc0000;
}

address {
  font-style: normal;
}

u {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
ul > li {
  position: relative;
  margin: 0;
  padding: 5px 0 0 2.2rem;
  vertical-align: top;
}
ul > li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  color: inherit;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul > li ul, ul > li ol {
  margin-bottom: 0;
}

ol {
  margin: 0 0 3rem;
  padding: 0 0 0 2.2rem;
  list-style-position: outside;
}
ol > li {
  margin: 0;
  padding: 5px 0 0 0;
}
ol > li:before {
  display: none;
}
ol li::marker {
  color: #dc0000;
}
ol ol {
  list-style: lower-latin;
}
ol ul, ol ol {
  margin-bottom: 0;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.view_more {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}
a.view_more, a.view_more:link, a.view_more:visited, a.view_more:hover, a.view_more:focus, a.view_more:active {
  color: #dc0000;
  text-decoration: none;
}
a.view_more:hover, a.view_more:focus, a.view_more:active {
  color: #e33333;
}
a.view_more:after {
  content: "";
  display: block;
  background: transparent url(images/sc-icon-arrow-right.svg) no-repeat left top;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

/* Lists */
acronym {
  border-bottom: 1px dotted #706f6f;
}

hr {
  border: 0 none;
  height: 1px;
  background-color: #c4c4c4;
  margin: 3rem auto;
  width: 50%;
}

figcaption {
  text-align: left;
  color: #101010;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

video {
  margin-bottom: 3rem;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "Fontawesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}

.fa-times-circle, .fa-check-circle, .fa-solid {
  font-family: "Fontawesome-solid";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa.fa-check-circle {
  color: #75832B;
}

.fa-calendar-days:before {
  content: "\f073";
}

.fa-location-dot:before {
  content: "\f3c5";
}

.fa-calendar-days, .fa-location-dot {
  font-size: inherit;
}

/* ============================================
// Header
============================================ */
#main_header {
  background: #fff;
  display: flex;
  padding: 16px 0 20px;
}
#main_header .header_content {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 32px;
  color: #101010;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
#main_header .header_content strong {
  display: block;
}
#main_header .img_simi {
  display: block;
  max-height: 66px;
}
@media only screen and (max-width: 639px) {
  #main_header .img_simi {
    max-height: 42px;
  }
}
@media only screen and (max-width: 639px) {
  #main_header {
    flex-wrap: wrap;
    gap: 10px;
  }
  #main_header .header_content {
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.logo {
  display: block;
  padding: 0 16px 0 0;
}
.logo .img_logo {
  display: block;
  height: 66px;
  max-width: none;
}
@media only screen and (max-width: 639px) {
  .logo .img_logo {
    height: 42px;
  }
}

/* ============================================
// Footer
============================================ */
footer {
  margin-top: 40px;
}
footer .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
  width: 100%;
  padding: 16px 0;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  color: #101010;
  font-size: 1.4rem;
  line-height: 2rem;
  border-top: 1px solid #e2e2e2;
}
footer .link, footer .link:link, footer .link:visited, footer .link:hover, footer .link:focus, footer .link:active {
  text-decoration: none;
}
footer .reseaux_sociaux {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  width: 100%;
  padding: 16px 0;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  color: #101010;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer .bt_reseaux_sociaux .img_reseaux_sociaux, footer .bt_reseaux_sociaux:link .img_reseaux_sociaux, footer .bt_reseaux_sociaux:visited .img_reseaux_sociaux, footer .bt_reseaux_sociaux:hover .img_reseaux_sociaux, footer .bt_reseaux_sociaux:focus .img_reseaux_sociaux, footer .bt_reseaux_sociaux:active .img_reseaux_sociaux {
  fill: #101010;
  display: block;
  line-height: 24px;
}
footer .bt_reseaux_sociaux:hover .img_reseaux_sociaux, footer .bt_reseaux_sociaux:focus .img_reseaux_sociaux, footer .bt_reseaux_sociaux:active .img_reseaux_sociaux {
  fill: #e33333;
}

/* ============================================
// Forms
============================================ */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.error {
  color: #dc0000;
}

.validation_error, #main_content .validation_msg {
  display: block;
  color: #dc0000;
}

.validation_error .fa {
  float: left;
  margin-right: 10px;
  font-family: "Fontawesome-solid";
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
}
.validation_error .fa.fa-check-circle {
  color: #75832B;
}

#main_content .validation_msg {
  padding: 16px;
  border: 1px solid #dc0000;
}

.form_item {
  margin-bottom: 20px;
}

label {
  display: block;
  margin: 0;
  padding: 0.8rem 10px 0.8rem 0;
  color: #101010;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label .small {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

select,
textarea,
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=color],
.form-control {
  background: #fff;
  width: 100%;
  max-width: 100%;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  border: 1px solid #a9a8a8;
  border-radius: 3px;
  color: #101010;
  margin: 0;
  padding: 12px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select.invalid, select:invalid, select:-moz-submit-invalid, select:-moz-ui-invalid,
textarea.invalid,
textarea:invalid,
textarea:-moz-submit-invalid,
textarea:-moz-ui-invalid,
input[type=email].invalid,
input[type=email]:invalid,
input[type=email]:-moz-submit-invalid,
input[type=email]:-moz-ui-invalid,
input[type=search].invalid,
input[type=search]:invalid,
input[type=search]:-moz-submit-invalid,
input[type=search]:-moz-ui-invalid,
input[type=number].invalid,
input[type=number]:invalid,
input[type=number]:-moz-submit-invalid,
input[type=number]:-moz-ui-invalid,
input[type=password].invalid,
input[type=password]:invalid,
input[type=password]:-moz-submit-invalid,
input[type=password]:-moz-ui-invalid,
input[type=tel].invalid,
input[type=tel]:invalid,
input[type=tel]:-moz-submit-invalid,
input[type=tel]:-moz-ui-invalid,
input[type=text].invalid,
input[type=text]:invalid,
input[type=text]:-moz-submit-invalid,
input[type=text]:-moz-ui-invalid,
input[type=url].invalid,
input[type=url]:invalid,
input[type=url]:-moz-submit-invalid,
input[type=url]:-moz-ui-invalid,
input[type=datetime].invalid,
input[type=datetime]:invalid,
input[type=datetime]:-moz-submit-invalid,
input[type=datetime]:-moz-ui-invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:invalid,
input[type=datetime-local]:-moz-submit-invalid,
input[type=datetime-local]:-moz-ui-invalid,
input[type=date].invalid,
input[type=date]:invalid,
input[type=date]:-moz-submit-invalid,
input[type=date]:-moz-ui-invalid,
input[type=month].invalid,
input[type=month]:invalid,
input[type=month]:-moz-submit-invalid,
input[type=month]:-moz-ui-invalid,
input[type=time].invalid,
input[type=time]:invalid,
input[type=time]:-moz-submit-invalid,
input[type=time]:-moz-ui-invalid,
input[type=week].invalid,
input[type=week]:invalid,
input[type=week]:-moz-submit-invalid,
input[type=week]:-moz-ui-invalid,
input[type=color].invalid,
input[type=color]:invalid,
input[type=color]:-moz-submit-invalid,
input[type=color]:-moz-ui-invalid,
.form-control.invalid,
.form-control:invalid,
.form-control:-moz-submit-invalid,
.form-control:-moz-ui-invalid {
  border-color: #dc0000;
  box-shadow: none;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  color: #101010;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=color]:-moz-placeholder,
.form-control:-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  color: #101010;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=color]::-moz-placeholder,
.form-control::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  color: #101010;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  color: #101010;
}
select:focus, select:focus-visible, select:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=email]:focus-within,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=search]:focus-within,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=number]:focus-within,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=password]:focus-within,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=tel]:focus-within,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=text]:focus-within,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=url]:focus-within,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime]:focus-within,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=datetime-local]:focus-within,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=date]:focus-within,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=month]:focus-within,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=time]:focus-within,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=week]:focus-within,
input[type=color]:focus,
input[type=color]:focus-visible,
input[type=color]:focus-within,
.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within {
  border-color: #101010;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  outline: none;
}
select[readonly],
textarea[readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=url][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=date][readonly],
input[type=month][readonly],
input[type=time][readonly],
input[type=week][readonly],
input[type=color][readonly],
.form-control[readonly] {
  background-color: #eee;
  color: #666;
}

textarea {
  min-height: 100px;
  padding: 5px;
}

/* Checkbox and Radio */
.input_radio, .input_checkbox {
  display: flex;
  gap: 8px;
}
.input_radio label, .input_checkbox label {
  width: auto;
  max-width: 85%;
  cursor: pointer;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 50px 50px #fff inset;
  box-shadow: 0 0 50px 50px #fff inset;
}

/* Buttons */
.bt, input[type=submit] {
  background: #dc0000;
  min-width: 132px;
  padding: 8px 24px;
  border-radius: 3px;
  font-family: "FrutigerNextBold", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #dc0000;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.bt, .bt:link, .bt:visited, .bt:hover, .bt:focus, .bt:active, input[type=submit], input[type=submit]:link, input[type=submit]:visited, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  color: #fff;
  text-decoration: none;
}
.bt:hover, .bt:focus, .bt:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background-color: #e33333;
  border-color: #e33333;
}
.bt:hover.current, .bt:focus.current, .bt:active.current, input[type=submit]:hover.current, input[type=submit]:focus.current, input[type=submit]:active.current {
  cursor: default;
}
.bt[disabled=disabled], input[type=submit][disabled=disabled] {
  background-color: #a9a8a8;
  color: #706f6f;
  border-color: #a9a8a8;
}

.bt.apercu {
  margin-bottom: 20px;
}

.bt.fichiers.excel {
  background-color: transparent;
  padding: 8px;
  color: #dc0000;
  font-size: 1.6rem;
  line-height: 2rem;
}
.bt.fichiers.excel:before {
  content: "\f1c3";
  display: inline-block;
  padding: 0 8px 0 0;
  font-family: "Fontawesome-regular";
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  vertical-align: middle;
}

/* Validation */
.mention {
  margin-bottom: 20px;
}
#liste_conferences .mention {
  margin-bottom: 0;
}
.mention p {
  color: #706f6f;
  font-size: 1.6rem;
  line-height: 2rem;
}

.mention .validation_msg {
  margin-top: 15px;
}

/* ============================================
// Blocs
============================================ */
.grid-2, .grid-3, .grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

@media only screen and (min-width: 960px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.container_bloc {
  margin: 0 0 64px;
}

.bloc h3 {
  padding-bottom: 12px;
}
.bloc.with_img {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 270px 1fr;
  align-items: center;
  gap: 16px 24px;
}
@media only screen and (min-width: 960px) {
  .bloc.with_img {
    gap: 32px 24px;
  }
}
.grid-2 .bloc.with_img {
  grid-template-rows: 400px 1fr;
}
.bloc.with_img .content_img {
  height: 100%;
}
.bloc.with_img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bloc.with_img .img.bottom {
  object-position: bottom;
}
.bloc.with_img.img_left, .bloc.with_img.img_right {
  gap: 0;
}
@media only screen and (min-width: 960px) {
  .bloc.with_img.img_left, .bloc.with_img.img_right {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.bloc.with_img.img_left .content_txt, .bloc.with_img.img_right .content_txt {
  padding: 32px 0;
}
@media only screen and (min-width: 960px) {
  .bloc.with_img.img_left .content_txt, .bloc.with_img.img_right .content_txt {
    padding: 80px 80px 80px 56px;
  }
}
.bloc.with_img.img_left.width_33, .bloc.with_img.img_right.width_33 {
  grid-template-columns: 1fr 2fr;
}
.bloc.with_img.img_right .content_txt {
  order: 1;
  padding-left: 0;
}
.bloc.with_img.img_right .content_img {
  order: 2;
}
.bloc.with_img.img_right.width_33 {
  grid-template-columns: 2fr 1fr;
}
.bloc.with_bg .content_txt {
  background-color: #f7f7f7;
}
.bloc.with_shadow {
  height: 100%;
  align-items: stretch;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
}
.bloc.with_shadow, .bloc.with_shadow:link, .bloc.with_shadow:visited, .bloc.with_shadow:hover, .bloc.with_shadow:focus, .bloc.with_shadow:active {
  text-decoration: none;
}
.bloc.with_shadow .content_txt {
  position: relative;
  display: block;
  padding: 0 24px 88px;
}
.bloc.with_shadow .content_txt, .bloc.with_shadow .content_txt:link, .bloc.with_shadow .content_txt:visited, .bloc.with_shadow .content_txt:hover, .bloc.with_shadow .content_txt:focus, .bloc.with_shadow .content_txt:active {
  text-decoration: none;
}
.bloc.with_shadow .content_txt h3 {
  color: #dc0000;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3rem;
}
@media only screen and (min-width: 640px) {
  .bloc.with_shadow .content_txt h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.bloc .google_maps {
  width: 100%;
}

a.bloc.with_shadow .content_txt:after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: block;
  background: transparent url(images/sc-icon-arrow-right.svg) no-repeat left top;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
a.bloc.with_shadow:hover, a.bloc.with_shadow:focus, a.bloc.with_shadow:active {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.32);
}

/* ============================================
// Pages
============================================ */
.header_with_bg {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 210px 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 32px;
}
.header_with_bg:before {
  content: "";
  background: #f7f7f7 url(images/bg_header.jpg) no-repeat center left;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media only screen and (min-width: 960px) {
  .header_with_bg:before {
    min-height: 400px;
  }
}
.header_with_bg .content_txt {
  position: relative;
  padding: 40px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
@media only screen and (min-width: 959px) {
  .header_with_bg {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .header_with_bg {
    grid-template-rows: 340px 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .header_with_bg {
    margin-bottom: 64px;
  }
  .header_with_bg .content_txt {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.header_with_bg p, .header_with_bg li {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 640px) {
  .header_with_bg p, .header_with_bg li {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.header_with_bg p {
  margin-top: 24px;
}
.header_with_bg h1 .accent {
  display: block;
  color: #706f6f;
  line-height: 3.5rem;
}

#main_content.page_invitation .container {
  min-height: 400px;
}

.form_email {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 32px;
}
@media only screen and (min-width: 640px) {
  .form_email {
    grid-template-columns: 1fr 600px;
  }
}

#msg_confirm h2, #msg_confirm legend {
  margin-top: 0;
}

#msg_confirm .bt {
  margin-bottom: 15px;
}

textarea#message_email {
  height: 300px;
}

#apercu_email {
  display: none;
  position: relative;
  min-height: 100px;
  width: 600px;
  border: 1px solid #706f6f;
}
#apercu_email:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#apercu_email:after {
  content: "\f110";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  color: #706f6f;
  font-family: "Fontawesome-solid";
  font-size: 2rem;
  line-height: 2rem;
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 3s);
  animation-duration: var(--fa-animation-duration, 3s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  z-index: 3;
}
#apercu_email .contenu_email > table {
  background-color: #fff;
  position: relative;
  width: 560px;
  z-index: 5;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* ============================================
// Table conferences
// ========================================== */
/* Tables (filtre pour ne pas avoir d'effet de bord dans l'aperçu de l'e-mail d'invitation) */
.page_inscription table, .page_inscription div#liste_conferences, .liste_inscriptions table, .liste_inscriptions div#liste_conferences {
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
  table-layout: auto !important;
  border-collapse: collapse;
  border: 1px solid #706f6f;
  z-index: 1;
}
.page_inscription table thead, .page_inscription div#liste_conferences thead, .liste_inscriptions table thead, .liste_inscriptions div#liste_conferences thead {
  border-bottom: 0 none;
}
.page_inscription table th, .page_inscription table td, .page_inscription table .date_conference, .page_inscription div#liste_conferences th, .page_inscription div#liste_conferences td, .page_inscription div#liste_conferences .date_conference, .liste_inscriptions table th, .liste_inscriptions table td, .liste_inscriptions table .date_conference, .liste_inscriptions div#liste_conferences th, .liste_inscriptions div#liste_conferences td, .liste_inscriptions div#liste_conferences .date_conference {
  padding: 12px 16px;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  color: #101010;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  text-align: left;
  vertical-align: baseline;
  border: 1px solid #706f6f;
}
@media only screen and (min-width: 640px) {
  .page_inscription table th, .page_inscription table td, .page_inscription table .date_conference, .page_inscription div#liste_conferences th, .page_inscription div#liste_conferences td, .page_inscription div#liste_conferences .date_conference, .liste_inscriptions table th, .liste_inscriptions table td, .liste_inscriptions table .date_conference, .liste_inscriptions div#liste_conferences th, .liste_inscriptions div#liste_conferences td, .liste_inscriptions div#liste_conferences .date_conference {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.page_inscription table th, .page_inscription div#liste_conferences th, .liste_inscriptions table th, .liste_inscriptions div#liste_conferences th {
  border-bottom: 1px solid #a9a8a8;
}
.page_inscription table thead th, .page_inscription div#liste_conferences thead th, .liste_inscriptions table thead th, .liste_inscriptions div#liste_conferences thead th {
  border-color: #101010;
}
.page_inscription table thead + tbody > tr th:first-child, .page_inscription table tr + tr th:first-child, .page_inscription div#liste_conferences thead + tbody > tr th:first-child, .page_inscription div#liste_conferences tr + tr th:first-child, .liste_inscriptions table thead + tbody > tr th:first-child, .liste_inscriptions table tr + tr th:first-child, .liste_inscriptions div#liste_conferences thead + tbody > tr th:first-child, .liste_inscriptions div#liste_conferences tr + tr th:first-child {
  border-color: #fff #706f6f;
}
.page_inscription table tr + tr:last-child th:first-child, .page_inscription div#liste_conferences tr + tr:last-child th:first-child, .liste_inscriptions table tr + tr:last-child th:first-child, .liste_inscriptions div#liste_conferences tr + tr:last-child th:first-child {
  border-color: #fff #706f6f #706f6f;
}
.page_inscription table figcaption, .page_inscription div#liste_conferences figcaption, .liste_inscriptions table figcaption, .liste_inscriptions div#liste_conferences figcaption {
  padding-top: 1rem;
  color: #101010;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.page_inscription div#liste_conferences, .liste_inscriptions div#liste_conferences {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  border: 0 none;
}
@media only screen and (min-width: 640px) {
  .page_inscription div#liste_conferences, .liste_inscriptions div#liste_conferences {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page_inscription div#liste_conferences .date_conference, .liste_inscriptions div#liste_conferences .date_conference {
  background-color: #fff;
  display: block;
  text-align: center;
  border: 1px solid #101010;
}
.page_inscription div#liste_conferences .input_checkbox, .liste_inscriptions div#liste_conferences .input_checkbox {
  background-color: #f7f7f7;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #706f6f;
  border-top: 0 none;
}
.page_inscription div#liste_conferences .jour:last-child .input_checkbox, .liste_inscriptions div#liste_conferences .jour:last-child .input_checkbox {
  border-right: 1px solid #706f6f;
}
.page_inscription .col-4 div#liste_conferences, .liste_inscriptions .col-4 div#liste_conferences {
  grid-template-columns: 1fr;
}

/*
table#liste_conferences {
	border-collapse: collapse;
	width: 100%;
	.input_checkbox{
		justify-content: center;
	}
	th{background-color: $c-white}
	td{
		background-color: $c-bg_bloc;
		font-size: 14px
	}
}

table#liste_conferences td,
table#liste_conferences th {
	text-align: center;
}
table#liste_conferences .j1,
table#liste_conferences .j2,
table#liste_conferences .j3 {
	width: 33%
}
table#liste_conferences td.complet {
	background: $c-red none
}*/
/*table#liste_conferences .nb_places {
	display: block;
	font-size: 12px
}*/
/* ============================================
// Liste des inscrits
// ========================================== */
#main_content ul.tabs {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 64px;
}
@media only screen and (min-width: 640px) {
  #main_content ul.tabs {
    height: 50px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e2e2e2;
  }
}
#main_content ul.tabs li {
  padding: 0;
}
@media only screen and (max-width: 959px) {
  #main_content ul.tabs li {
    width: 100%;
  }
}
#main_content ul.tabs li:before {
  display: none;
}
#main_content ul.tabs .tab_item {
  display: block;
  padding: 5px 0;
  color: #706f6f;
  font-family: "FrutigerNext", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.3s ease-in-out;
}
#main_content ul.tabs .tab_item:hover, #main_content ul.tabs .tab_item:focus, #main_content ul.tabs .tab_item:active {
  color: #dc0000;
  border-bottom: 1px solid #dc0000;
}
@media only screen and (min-width: 640px) {
  #main_content ul.tabs .tab_item {
    height: 30px;
    padding: 10px 0;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
#main_content ul.tabs .tab_item.selected {
  color: #dc0000;
  border-bottom: 1px solid #dc0000;
}

table.liste_inscrits {
  width: 100%;
}
table.liste_inscrits th {
  background-color: #e4e4e4;
  font-weight: 700;
  border-bottom: 1px solid #6c6d70;
}
table.liste_inscrits tr.couleur td, table.liste_inscrits tr.rencontre td {
  background-color: #cacaca;
}
table.liste_inscrits tr.conference td {
  background-color: #c9c8a3;
}
table.liste_inscrits tr.vip td {
  background-color: rgba(220, 0, 0, 0.1);
}

/* ============================================
// Home page
// ========================================== */
#main_content p.intro_home {
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 10px;
}

#main_content p.txt2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

#main_content p a,
#main_content p a:link,
#main_content p a:visited,
#main_content p a:hover,
#main_content p a:focus,
#main_content p a:active {
  color: #000;
  text-decoration: underline;
}

#main_content h2.bt_titre, #main_content legend.bt_titre {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  color: #dc0000;
  font-family: Arial, Verdana, helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 3.2rem;
  font-weight: 700;
  border: 0 none;
}

.home_bt {
  text-decoration: none;
}

.home_bt .bt {
  width: auto;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.home_bt .bt_txt {
  background-color: #e6e6e6;
  display: block;
  padding: 5px;
  color: #000;
  font-family: Arial, Verdana, helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.home_bt.type_invit .bt {
  height: 72px;
  margin: 0;
  padding: 6px 0 10px;
  text-align: left;
}

.home_bt:hover .bt.red,
.home_bt:focus .bt.red,
.home_bt:active .bt.red {
  background-color: #6e0000;
  border-color: #6e0000 #6e0000 #dc0000;
}

.home_bt .img_bt {
  display: block;
  margin: auto;
}

.home_bt .bt.grey {
  width: auto;
  /*background-color: #aeaeae; border-color: #aeaeae #aeaeae #706f6f*/
}

.home_bt.liste_inscription {
  margin-top: 45px;
  margin-bottom: 30px;
}

.picto_bt {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

.home_bt.with_picto {
  display: inline-block;
}

.home_bt.liste_inscription .bt {
  display: inline-block;
  margin: 0;
}

.home_bt.liste_inscription .bt small {
  font-size: 1.2rem;
}

.home_bt.with_picto .bt {
  width: 235px;
}

.home_bt.with_picto + .home_bt.with_picto {
  margin-left: 45px;
}

.picto_bt.after {
  margin-left: 5px;
  margin-right: 0;
}

.asterisque {
  padding-top: 20px;
  font-family: Arial, Verdana, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

#main_content #msg_intro .validation_msg {
  padding-top: 15px;
}

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