/* base.css — socle du thème ccn.
   Extrait de main.min.css (Bootstrap 3.1.0 + normalize + styles maison) le 14/08/2026 :
   reset et typographie de balises + les 65 classes réellement portées par les 99 pages
   du site. Ordre d'origine conservé, donc cascade inchangée. */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden], template {
  display: none; }
a {
  background: 0 0; }
a:active, a:hover {
  outline: 0; }
abbr[title] {
  border-bottom: 1px dotted; }
b, strong {
  font-weight: 700; }
dfn {
  font-style: italic; }
h1 {
  font-size: 2em;
  margin: .67em 0; }
mark {
  background: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -.5em; }
sub {
  bottom: -.25em; }
img {
  border: 0; }
svg:not(:root) {
  overflow: hidden; }
figure {
  margin: 1em 40px; }
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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }
legend {
  border: 0;
  padding: 0; }
textarea {
  overflow: auto; }
optgroup {
  font-weight: 700; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td, th {
  padding: 0; }
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff; }
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
a {
  color: #428bca;
  text-decoration: none; }
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
figure {
  margin: 0; }
img {
  vertical-align: middle; }
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999; }
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
h1 small, h2 small, h3 small {
  font-size: 65%; }
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
h4 small, h5 small, h6 small {
  font-size: 75%; }
h1 {
  font-size: 36px; }
h2 {
  font-size: 30px; }
h3 {
  font-size: 24px; }
h4 {
  font-size: 18px; }
h5 {
  font-size: 14px; }
h6 {
  font-size: 12px; }
p {
  margin: 0 0 10px; }
small {
  font-size: 85%; }
cite {
  font-style: normal; }
ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }
dl {
  margin-top: 0;
  margin-bottom: 20px; }
dt, dd {
  line-height: 1.428571429; }
dt {
  font-weight: 700; }
dd {
  margin-left: 0; }
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }
blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999; }
blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }
blockquote:before, blockquote:after {
  content: ""; }
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
@media (min-width: 768px) {
  .container {
    width: 750px; }
}
@media (min-width: 992px) {
  .container {
    width: 970px; }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px; }
}
.col-lg-3, .col-sm-4, .col-md-4, .col-md-5, .col-lg-6, .col-sm-10, .col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
@media (min-width: 768px) {
  .col-sm-4, .col-sm-10 {
    float: left; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }
}
@media (min-width: 992px) {
  .col-md-4, .col-md-5, .col-md-10 {
    float: left; }
  .col-md-10 {
    width: 83.33333333333334%; }
  .col-md-5 {
    width: 41.66666666666667%; }
  .col-md-4 {
    width: 33.33333333333333%; }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }
}
@media (min-width: 1200px) {
  .col-lg-3, .col-lg-6 {
    float: left; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }
}
table {
  max-width: 100%;
  background-color: transparent; }
th {
  text-align: left; }
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; }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700; }
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
input[type=file] {
  display: block; }
input[type=range] {
  display: block;
  width: 100%; }
select[multiple], select[size] {
  height: auto; }
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555; }
input[type=date] {
  line-height: 34px; }
input[type=radio][disabled], input[type=checkbox][disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed; }
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.btn:hover, .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;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
.fade.in {
  opacity: 1; }
.collapse {
  display: none; }
.collapse.in {
  display: block; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.open > a {
  outline: 0; }
[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none; }
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
.alert h4 {
  margin-top: 0;
  color: inherit; }
.alert > p, .alert > ul {
  margin-bottom: 0; }
.alert > p + p {
  margin-top: 5px; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.modal-open {
  overflow: hidden; }
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }
.clearfix:after, .container:after {
  clear: both; }
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.affix {
  position: fixed; }
@-ms-viewport {
  width: device-width; }
@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important; }
}
#equalheight {
  overflow: hidden; }
.left {
  float: left; }
.right {
  float: right; }
.btn {
  cursor: pointer; }
.margin {
  height: 112px; }
@media (max-width: 767px) {
  .margin {
      height: 84px; }
}
.no-scroll {
  overflow: hidden; }
.transparent {
  opacity: 0 !important;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }
.opaque {
  opacity: 1 !important;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s; }
.visible-ie {
  display: none !important; }
.icon {
  display: inline-block; }
.icon-arrow-right {
  width: 12px;
  height: 12px;
  background: url("../img/pictos/arrow-right.png") no-repeat; }
.icon-md-arrow-left {
  width: 32px;
  height: 32px;
  background: url("../img/pictos/arrow-left-md.png") no-repeat; }
.icon-md-arrow-bottom {
  width: 32px;
  height: 32px;
  background: url("../img/pictos/arrow-bottom-md.png") no-repeat; }
.icon-md-arrow-right {
  width: 32px;
  height: 32px;
  background: url("../img/pictos/arrow-right-md.png") no-repeat; }
.icon-md-cross {
  width: 32px;
  height: 32px;
  background: url("../img/pictos/cross-md.png") no-repeat; }
@font-face {
  font-family: "gotham-light";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.svg") format("svg"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.svg") format("svg"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
@media (max-width: 767px) {
  .col-lg-3, .col-sm-4, .col-md-4, .col-md-5, .col-lg-6, .col-sm-10, .col-md-10 {
    padding-left: 20px;
    padding-right: 20px; }
}
* {
  box-sizing: border-box; }
html, body {
  height: 100%; }
html {
  font-size: 1em; }
body {
  font-family: "gotham-medium", "Arial", "Sans Serif";
  color: #000000;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: bugfix infinite 1s;
  
  overflow-x: hidden;
  background-color: #ffffff; }
canvas {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }
h1, h2, h3, h4 {
  font-family: "gotham-medium", "Arial", "Sans Serif"; }
h1 {
  font-size: 36px;
  font-size: 2.25rem; }
@media (max-width: 767px) {
  h1 {
      font-size: 28px;
      font-size: 1.75rem; }
}
h2 {
  font-size: 24px;
  font-size: 1.5rem; }
@media (max-width: 767px) {
  h2 {
      font-size: 24px;
      font-size: 1.5rem; }
}
h3 {
  font-size: 16px;
  font-size: 1rem; }
@media (max-width: 767px) {
  h3 {
      font-size: 18px;
      font-size: 1.125rem; }
}
p, a, li {
  font-family: "gotham-light", "Arial", "Sans Serif";
  font-size: 16px;
  font-size: 1rem;
  color: #000000; }
strong, b, blockquote p {
  font-family: "gotham-medium", "Arial", "Sans Serif";
  font-weight: bold; }
small {
  display: block;
  margin: 15px 0;
  font-family: "gotham-light", "Arial", "Sans Serif";
  font-size: 13px !important;
  color: inherit !important; }
@media (max-width: 767px) {
  small {
      font-size: 10px !important; }
}
ul {
  padding: 0; }
@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0); } }
@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }
@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }
@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }
@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0); } }
@keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }
a.logo-left, a.logo-right {
  position: absolute;
  display: block;
  opacity: 0;
  z-index: 7; }
.menu-wrapper {
  position: fixed;
  display: none;
  top: 0;
  background: #ffffff;
  z-index: 6; }
@media (max-width: 767px) {
  .menu-wrapper a.close-menu {
      position: absolute;
      right: 10px;
      top: 10px; }
}
.menu-wrapper a.logo {
    position: absolute;
    display: block;
    height: 71px;
    width: 68px;
    z-index: 3; }
.menu-wrapper a.logo-mini {
    height: 36px;
    width: 34px;
    background-size: 100%; }
.menu-wrapper .menu-list {
  text-align: center; }
.menu-wrapper .menu-list ul li a {
  font-size: 24px;
  font-size: 1.5rem; }
@media (max-width: 767px) {
  .menu-wrapper .menu-list ul li a {
      display: block; }
}
.menu-wrapper .menu-list ul li a:hover {
    color: #999999;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s; }
.menu-wrapper .menu-list ul li {
  display: inline-block;
  font-family: "gotham-light", "Arial", "Sans Serif";
  color: #000000;
  list-style: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }
@media (max-width: 767px) {
  .menu-wrapper .menu-list ul li {
      display: block;
      margin: 16px 0; }
}
.menu-wrapper .menu-list ul li:after {
    content: '';
    display: inline-block;
    height: 32px;
    width: 1px;
    margin: 0 136px;
    vertical-align: middle;
    background-color: #999999; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper .menu-list ul li:after {
        margin: 0 60px;
        vertical-align: top; }
}
@media (max-width: 767px) {
  .menu-wrapper .menu-list ul li:after {
        height: 0;
        width: 0; }
}
.menu-wrapper .menu-list ul li:last-child:after {
  display: none; }
button, .btn-ccn {
  padding: 10px 20px;
  font-family: "gotham-light", "Arial", "Sans Serif";
  border: 1px solid #000000;
  outline: none;
  background-color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }
button:hover, .btn-ccn:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #000000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s; }
a, a:visited, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none; }
a {
  cursor: pointer; }
a .icon-arrow-right, a .icon-md-arrow-right {
  left: 0;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }
a:hover .icon-arrow-right, a:hover .icon-md-arrow-right {
  left: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }
a .icon-md-arrow-left {
  right: 0;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }
a:hover .icon-md-arrow-left {
  right: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }
.logo-left img {
  height: 96px; }
.logo-right img {
  height: 48px; }
.logo-md {
  height: 104px; }
.logo-xs {
  height: 54px; }
.form-contact label {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px; }
.form-contact input[type], .form-contact textarea {
  width: 100%;
  padding: 5px;
  font-family: "gotham-light", "Arial", "Sans Serif";
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
  border: 1px solid #000000;
  outline: none; }
.form-contact input[type]:focus, .form-contact textarea:focus {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.6); }
.form-contact .frm_top_container {
  margin-bottom: 20px; }
.form-contact .frm_required {
  position: relative;
  top: -2px;
  font-size: 12px;
  font-size: 0.75rem; }
.form-contact .frm_submit {
  text-align: right; }
fieldset {
  padding: 0; }
.frm_checkbox {
  position: relative;
  margin-left: 16px; }
.frm_checkbox > label {
    padding-left: 28px; }
.frm_checkbox input[type="checkbox"], .frm_checkbox input[type="radio"], .frm_checkbox span {
    height: 18px;
    width: 18px; }
.frm_checkbox span:after {
    height: 16px;
    width: 16px; }
.frm_checkbox input[type="checkbox"], .frm_checkbox input[type="radio"], .frm_checkbox span {
    position: absolute;
    top: 4px;
    left: 0; }
.frm_checkbox input[type="checkbox"], .frm_checkbox input[type="radio"] {
    opacity: 0;
    
    z-index: 1; }
.frm_checkbox span {
    display: inline-block;
    line-height: 16px;
    
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
     }
.frm_checkbox span:after, .frm_checkbox span:before {
      content: '';
      position: absolute; }
.frm_checkbox span:after {
      background-color: white;
      border: 1px solid black;
      border-radius: 3px;
      cursor: pointer; }
.frm_checkbox span:before {
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      z-index: 1; }
.frm_checkbox span:active:before {
      opacity: 0.3; }
.frm_checkbox input[type="radio"] + span:after {
    border-radius: 50%; }
.frm_checkbox input[type="checkbox"]:checked + span:after, .frm_checkbox input[type="radio"]:checked + span:after {
    border: 1px solid black; }
.frm_checkbox input[type="checkbox"]:checked + span:before, .frm_checkbox input[type="radio"]:checked + span:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
.frm_checkbox input[type="checkbox"]:checked + span:before {
    margin-top: -2px;
    width: 10px;
    height: 5px;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: translate(-50%, -50%) rotate(-45deg); }
.frm_checkbox input[type="checkbox"]:checked + span:after {
    background-color: black; }
.frm_checkbox input[type="radio"]:checked + span:before {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    background-color: black; }
.frm_checkbox input[type="checkbox"]:disabled + span, .frm_checkbox input[type="radio"]:disabled + span {
    cursor: default; }
.frm_checkbox input[type="checkbox"]:disabled + span:after, .frm_checkbox input[type="radio"]:disabled + span:after {
      border: 1px solid silver;
      background-color: #ffffff; }
.frm_checkbox input[type="checkbox"]:disabled + span:before, .frm_checkbox input[type="radio"]:disabled + span:before {
      display: none; }
.loader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  z-index: 10; }
.loader-filters {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: .6;
  z-index: 10; }
.ip-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f1f1f1;
  z-index: 8; }
.ip-header h1 {
  margin: 0; }
.ip-header h1 a {
  display: inline-block; }
.ip-logo, .ip-loader {
  position: relative;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default; }
.ip-logo {
  height: 100%;
  top: -35px;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0); }
.ip-header .ip-logo img {
  display: inline-block;
  min-width: 0;
  max-width: none;
  width: auto;
  margin: 0 40px; }
.ip-loader {
  bottom: 20%; }
.ip-header .ip-inner {
  display: block;
  margin: 0 auto; }
.ip-header .ip-logo svg, .ip-header .ip-logo img {
  max-width: 480px;
   }
.ip-header .ip-logo svg path {
  fill: #ef6e7e; }
.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6; }
.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #e0e0e0; }
.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
  stroke: #333333; }
.loading .ip-logo, .loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both; }
.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.loaded .ip-logo, .loaded .ip-loader {
  opacity: 1; }
.loaded .ip-logo {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; }
.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }
.loaded .ip-logo svg path {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  fill: #ffffff; }
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; }
.layout-switch .ip-header {
  position: fixed;
  height: 128px;
  z-index: 4; }
@media (min-width: 768px) and (max-width: 991px) {
  .ip-header .ip-logo img {
    display: inline-block;
    min-width: 0;
    max-width: none;
    width: auto;
    margin: 0 10px; }
  .loaded .ip-logo {
    width: 300px;
    margin: auto; }
  .ip-header .ip-logo .logo-md {
    height: 105px; }
  .ip-header .ip-logo .logo-xs {
    height: 52px; }
}
@media (max-width: 767px) {
  .ip-header {
    z-index: 7; }
  .ip-header .ip-logo {
    top: -30px; }
  .ip-header .ip-logo img {
    display: inline-block;
    min-width: 0;
    max-width: none;
    width: auto;
    margin: 0 10px; }
  .ip-header .ip-logo .logo-md {
    height: 70px; }
  .ip-header .ip-logo .logo-xs {
    height: 35px; }
}
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  height: 112px; }
@media (max-width: 767px) {
  .header {
      height: 84px; }
}
.header.work {
    border-bottom: 1px solid #e0e0e0; }
.header .header-nav {
  position: absolute;
  height: 100%;
  width: 380px;
  border-right: 1px solid #ffffff;
  transition: border-color .5s ease-in-out;
  -webkit-transition: border-color .5s ease-in-out;
  -moz-transition: border-color .5s ease-in-out;
  -ms-transition: border-color .5s ease-in-out;
  -o-transition: border-color .5s ease-in-out; }
.header .header-nav.borderGrey {
    border-color: #e0e0e0;
    transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -moz-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out; }
.header .header-nav a {
    display: inline-block;
    margin: 0 0 0 50px; }
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-nav a {
        margin: 0 25px; }
}
.header .header-close {
  text-align: right; }
.header .header-close a {
    margin-right: 20px; }
.footer {
  padding: 100px 0 40px; }
@media (max-width: 767px) {
  .footer {
      padding: 40px 25px; }
  .footer h2 {
        margin-top: 40px;
        margin-bottom: 20px; }
}
.page .page-title {
  background: #000;
  margin-top: 20px;
  margin-bottom: 100px;
  height: 200px;
  text-align: center; }
.page .page-title h1 {
  color: #fff;
  margin: 0; }
@media (max-width: 767px) {
  .page .page-title {
    height: 100px;
    margin: 20px 0; }
  .page .page-content > * {
    padding-left: 25px;
    padding-right: 25px; }
}
.intro {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 5; }
@media (max-width: 767px) {
  .intro {
      text-align: center; }
  .intro > * {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px; }
  .intro h1, .intro h2 {
        text-align: left; }
  .intro button {
        margin-top: 60px; }
}
.intro .intro-container h1, .intro .intro-container h2, .intro .intro-container button {
  opacity: 0; }
.intro .intro-container h1 {
  max-width: 314px;
  padding-left: 2px; }
.intro .intro-container h1 img {
  display: block;
  width: 100%; }
.intro .intro-container h2 {
  font-family: "gotham-light", "Arial", "Sans Serif"; }
