@charset "UTF-8";
@font-face {
  font-family: 'Qanelas';
  src: url("fonts/Qanelas-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Qanelas';
  src: url("fonts/Qanelas-RegularItalic.otf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Qanelas';
  src: url("fonts/Qanelas-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Qanelas';
  src: url("fonts/Qanelas-BoldItalic.otf") format("truetype");
  font-weight: bold;
  font-style: italic; }
/**

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-Black.otf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-BlackItalic.otf') format('truetype');
	font-weight: 700;
	font-style: italic;
}



@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-ExtraBold.otf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-ExtraBoldItalic.otf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-Heavy.otf') format('truetype');
	font-weight: 650;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-HeavyItalic.otf') format('truetype');
	font-weight: 650;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-Light.otf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-LightItalic.otf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-Medium.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-MediumItalic.otf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-Regular.otf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-RegularItalic.otf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-SemiBold.otf') format('truetype');
	font-weight: 450;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-SemiBoldItalic.otf') format('truetype');
	font-weight: 450;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-Thin.otf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-ThinItalic.otf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-UltraLight.otf') format('truetype');
	font-weight: 50;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url('fonts/Qanelas-UltraLightItalic.otf') format('truetype');
	font-weight: 50;
	font-style: italic;
}
**/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

main {
  overflow: hidden; }

body {
  font-family: Qanelas; }

a {
  text-decoration: none; }

ul, ol {
  list-style: none; }

p, ul, ol {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  max-width: 100%; }

input,
textarea,
button,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  button:focus,
  button:active,
  select:focus,
  select:active {
    outline: none; }

textarea {
  resize: none; }

p,
td {
  color: #000000; }

p a {
  color: #A97F78; }

.h1 {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 2px;
  font-weight: bold; }

.h2 {
  color: #B72B87;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold; }
  .h2--alt {
    margin-bottom: 28px; }

.h3 {
  color: #B72B87;
  font-size: 18px;
  line-height: 23px;
  text-align: center; }
  .h3--bigger {
    color: #B72B87;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px; }
    .h3--bigger em {
      font-style: normal;
      color: #B72B87; }
  .h3--alt {
    color: #B72B87;
    margin-bottom: 28px; }

.p {
  color: #B72B87;
  font-size: 16px;
  line-height: 19px;
  font-weight: 200;
  text-align: center; }
  .p strong, .p b {
    color: #A97F78;
    font-weight: 500; }
  .p--bigger {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #B72B87; }
    .p--bigger em {
      font-style: normal;
      color: #B72B87; }
  .p--alt {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 45px; }
    .p--alt ul {
      list-style: initial;
      padding-left: 30px; }

.p--left,
.h3--left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.lblue {
  color: #A97F78; }

.dblue {
  color: #B72B87; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  transition: .3s background-color;
  -webkit-transition: .3s background-color;
  -moz-transition: .3s background-color;
  -ms-transition: .3s background-color;
  -o-transition: .3s background-color; }
  .header a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s color;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -ms-transition: .3s color;
    -o-transition: .3s color; }
    .header a:hover, .header a:active, .header a:focus {
      color: #ddd; }
  .header__logo {
    width: 170px;
    padding-right: 35px; }
    .header__logo-img {
      width: 100%;
      background-image: url(img/Logo-white.svg);
      background-size: 100%; }
      .header__logo-img:after {
        padding-bottom: 70%; }
  .header__menu li {
    margin: 5px 10px; }
  .header__menu-list {
    position: fixed;
    left: -100%;
    width: 100%;
    top: 0;
    margin-top: 95px;
    transition: .3s left;
    -webkit-transition: .3s left;
    -moz-transition: .3s left;
    -ms-transition: .3s left;
    -o-transition: .3s left;
    bottom: 0; }
    .header__menu-list li {
      width: 100%;
      text-align: left;
      padding: 0 0 6px; }
    @media all and (min-width: 769px) {
      .header__menu-list {
        position: static;
        margin-top: 0; }
        .header__menu-list li {
          width: auto; } }
  .header__socials {
    text-align: right; }
    .header__socials li {
      margin: 0 9px; }
  .header.active {
    background-color: #fff; }
    .header.active .header__menu-list {
      left: 0;
      background-color: #fff; }
      .header.active .header__menu-list li a {
        color: #B72B87; }
    .header.active .header__logo-img {
      background-image: url(img/Logo.svg); }
  .header--affix {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); }
    .header--affix .header__logo-img {
      background-image: url(img/Logo.svg); }
    .header--affix a {
      color: #B72B87;
      position: relative; }
      .header--affix a:after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        height: 2px;
        background-color: #B72B87;
        width: 0;
        transition: .3s width;
        -webkit-transition: .3s width;
        -moz-transition: .3s width;
        -ms-transition: .3s width;
        -o-transition: .3s width;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
      .header--affix a.current-menu-item, .header--affix a:hover, .header--affix a:active, .header--affix a:focus {
        color: #B72B87; }
        .header--affix a.current-menu-item:after, .header--affix a:hover:after, .header--affix a:active:after, .header--affix a:focus:after {
          width: 100%; }

#home,
#brands,
#information,
#signin {
  padding-top: 140px; }

#navbar {
  width: 100%; }

.hb-menu {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer; }
  @media all and (min-width: 769px) {
    .hb-menu {
      display: none; } }
  .hb-menu span {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 2px;
    background-color: #fff; }

.header.active .hb-menu span,
.header--affix .hb-menu span {
  background-color: #B72B87; }

#breadcrumbs ul li a {
  display: inline-block;
  color: #9B9B9B;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  margin-right: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold; }
  #breadcrumbs ul li a:hover, #breadcrumbs ul li a:active, #breadcrumbs ul li a:focus, #breadcrumbs ul li a.active {
    color: #A97F78; }

.mg-bt {
  margin-bottom: 24px; }
.mg--bottom {
  margin-bottom: 60px; }
  .mg--bottom-small {
    margin-bottom: 30px; }

.hidden {
  display: none; }

.map {
  margin-bottom: 28px;
  padding-right: 24px; }

#home {
  background-image: url(img/Home-banner.png);
  background-size: cover;
  background-position: center;
  position: relative; }
  #home > .section {
    position: relative;
    z-index: 1; }
  #home::after {
    content: "";
    background-color: #114C81;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }

.home-title {
  color: #fff;
  font-size: 24px; }
.home-title p {
  color: #fff; }
.home-info {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300; }

#video-yt {
  text-align: center; }

.h-post__title {
  max-width: 620px;
  margin: 0 auto 60px; }
.h-post__img {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 200px; }
  .h-post__img--smaller {
    margin: 0 auto 30px; }
    @media all and (min-width: 769px) {
      .h-post__img--smaller {
        margin: 0 95px 30px; } }
  @media all and (min-width: 769px) {
    .h-post__img {
      max-width: none;
      margin: 0 50px 30px; } }
.h-post__txt {
  max-width: 740px;
  margin: 0 auto; }
.h-post__content--tight {
  margin: 0 12px; }
  @media all and (min-width: 769px) {
    .h-post__content--tight {
      margin: 0 90px; } }

.p-post p {
  padding-right: 0; }
  @media all and (min-width: 769px) {
    .p-post p {
      padding-right: 20px; } }
  @media all and (min-width: 1125px) {
    .p-post p {
      padding-right: 40px; } }
.p-post:nth-child(2n+1) {
  background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 33%);
  background-size: 2px 3px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 40px; }
.p-post:nth-child(2n) {
  padding-top: 40px; }
@media all and (min-width: 769px) {
  .p-post:nth-child(2n+1) {
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 80px;
    padding-bottom: 0; }
  .p-post:nth-child(2n) {
    padding-left: 80px;
    padding-top: 0; } }

.b-post__img {
  margin: 0 25px 30px; }
.b-post__title {
  margin-bottom: 53px; }

.grid__item > .l-post {
  padding: 14px 22px 16px;
  display: block;
  position: relative;
  border-bottom: 1px solid #979797; }
  .grid__item > .l-post h3 {
    cursor: pointer; }
  .grid__item > .l-post:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    border-top: 10px solid #A97F78;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: .3s transform;
    -webkit-transition: .3s transform;
    -moz-transition: .3s transform;
    -ms-transition: .3s transform;
    -o-transition: .3s transform; }
  .grid__item > .l-post.active:before {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); }
  .grid__item > .l-post.active .l-post__content, .grid__item > .l-post.active + .l-post__content {
    max-height: 1250px; }
  .grid__item > .l-post__content {
    max-height: 1px;
    overflow: hidden;
    transition: .3s max-height;
    -webkit-transition: .3s max-height;
    -moz-transition: .3s max-height;
    -ms-transition: .3s max-height;
    -o-transition: .3s max-height; }
    .grid__item > .l-post__content a:not(.l-post) {
      margin-bottom: 8px;
      margin-top: 8px;
      display: block; }
      .grid__item > .l-post__content a:not(.l-post):before {
        content: "•";
        color: #B72B87;
        margin-right: 10px; }

.list--column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 96px;
  -moz-column-gap: 96px;
  column-gap: 96px; }
.list li {
  display: inline-block;
  vertical-align: middle; }

.section {
  /*max-width: 864px;*/
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 12px; }
  .section--smaller {
    padding: 22px 12px; }
    @media all and (min-width: 769px) {
      .section--smaller {
        padding: 44px 12px; } }
  .section--bigger {
    max-width: 1125px; }
  .section--alt {
    background-color: #fafafa; }
  .section--nopad {
    padding: 0 12px; }

.bg {
  background-color: #fafafa; }

.brand {
  max-width: 120px; }
  .brand__img {
    padding: 5px; }
    @media all and (min-width: 769px) {
      .brand__img {
        padding: 25px; } }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table__wrapper {
    display: table-row; }
  .table__item {
    display: table-cell; }
    .table__item--middle {
      vertical-align: middle; }
  .table--rsp .table__wrapper {
    display: block;
    width: 100%; }
    .table--rsp .table__wrapper:after {
      content: "";
      display: table;
      clear: both; }
    @media all and (min-width: 769px) {
      .table--rsp .table__wrapper {
        display: table-row;
        width: auto; }
        .table--rsp .table__wrapper:after {
          content: none; } }
  .table--rsp .table__item {
    display: block;
    width: 100%;
    float: left; }
    @media all and (min-width: 769px) {
      .table--rsp .table__item {
        display: table-cell;
        float: none;
        width: auto; }
        .table--rsp .table__item--middle {
          vertical-align: middle; } }
  @media all and (min-width: 1125px) {
    .table-rsp {
      display: table; }
      .table-rsp__wrapper {
        display: table-row; }
      .table-rsp__item {
        display: table-cell; } }

table {
  border: none;
  width: 100%; }
  table td {
    border: none;
    padding: 20px 24px;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px; }
  table td:first-child {
    padding-left: 0; }
  table td:last-child {
    font-weight: bold;
    text-align: right;
    padding: 20px 0; }
  table tr:first-child td {
    color: #A97F78;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px;
    border-bottom: 1px solid #979797; }
  table.table--rsp td {
    text-align: center; }
  @media all and (max-width: 768px) {
    table.table--rsp {
      overflow: hidden; }
      table.table--rsp td {
        padding: 8px;
        font-size: 14px; }
        table.table--rsp td:last-child {
          text-align: center;
          padding: 4px 0; }
      table.table--rsp tr:first-child td {
        font-size: 14px; } }
  @media all and (max-width: 480px) {
    table.table--rsp tr:first-child td {
      white-space: pre-wrap;
      word-break: break-all; } }

.grid {
  width: 100%; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid__item {
    width: 100%;
    float: left; }
  .grid--flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.small {
  width: 100%; }
  .small--one-fifth {
    width: 20%; }
  .small--one-quarter {
    width: 25%; }
  .small--one-third {
    width: 33.3333%; }
  .small--one-half {
    width: 50%; }
  .small--two-thirds {
    width: 66.6667%; }
  .small--three-quarters {
    width: 75%; }

@media all and (min-width: 769px) {
  .medium {
    width: 100%; }
    .medium--one-fifth {
      width: 20%; }
    .medium--one-quarter {
      width: 25%; }
    .medium--one-third {
      width: 33.3333%; }
    .medium--one-half {
      width: 50%; }
    .medium--two-thirds {
      width: 66.6667%; }
    .medium--three-quarters {
      width: 75%; } }
@media all and (min-width: 1125px) {
  .large {
    width: 100%; }
    .large--one-fifth {
      width: 20%; }
    .large--one-quarter {
      width: 25%; }
    .large--one-third {
      width: 33.3333%; }
    .large--one-half {
      width: 50%; }
    .large--two-thirds {
      width: 66.6667%; }
    .large--three-quarters {
      width: 75%; } }
.spacer {
  margin: 35px 0; }

.form-group {
  border: 1px solid #B72B87;
  border-radius: 3px;
  padding: 0 12px;
  margin-bottom: 24px;
  max-width: 680px; }
  .form-group h3 {
    background: #fcfeff;
    padding: 24px 12px;
    color: #B72B87;
    margin: 0 -12px;
    border-bottom: 1px solid #ccc;
    font-weight: normal; }
  .form-group p, .form-group span {
    margin: 12px 0;
    color: #B72B87;
    font-size: 14px; }
  .form-group label.error {
    font-weight: normal;
    color: #A97F78; }

.input {
  margin: 32px 0;
  position: relative; }
  .input input, .input textarea, .input select {
    padding: 12px 8px;
    border: 1px solid #B72B87;
    border-radius: 3px;
    width: 100%; }
    .input input:focus, .input input:active, .input textarea:focus, .input textarea:active, .input select:focus, .input select:active {
      border-color: #A97F78; }
  .input label {
    position: absolute;
    top: -26px;
    left: 0;
    opacity: 0;
    transition: .3s opacity;
    -webkit-transition: .3s opacity;
    -moz-transition: .3s opacity;
    -ms-transition: .3s opacity;
    -o-transition: .3s opacity; }
    .input label.error {
      display: block;
      opacity: 1;
      top: 0;
      position: relative;
      font-weight: normal; }
  .input input:focus + label, .input input:active + label, .input textarea + label {
    opacity: 1; }
  .input--select:after {
    /*content: "";*/
    position: absolute;
    right: 18px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #B72B87;
    border-right: 2px solid #B72B87;
    transform: rotate(45deg); }
  .input--select label {
    opacity: 1; }

.radio {
  margin: 16px 0; }
  .radio input {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 2px solid #B72B87;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px; }
    .radio input:focus, .radio input:active {
      border-color: #B72B87; }
    .radio input:before {
      content: "";
      display: inline-block;
      margin-left: 24px; }
    .radio input:after {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 9px;
      height: 9px;
      border-radius: 100%;
      background-color: transparent; }
    .radio input:checked {
      border-color: #A97F78; }
      .radio input:checked:after {
        background-color: #A97F78; }

.input label,
.radio label {
  margin-bottom: 8px;
  display: block;
  color: #B72B87;
  font-weight: bold; }
.input.required label:after,
.radio.required label:after {
  content: "*";
  color: #A97F78;
  font-weight: normal;
  padding-left: 6px;
  font-size: 22px;
  vertical-align: middle; }
.input.required label.error:after,
.radio.required label.error:after {
  content: ""; }

form {
  margin-bottom: 20px; }

.form_footer {
  font-size: 80% !important; }

.form-group p, .form-group span {
  margin: 0;
  font-size: 16px; }

.spec_field {
  visibility: hidden;
  height: 0px;
  margin: 0px; }

.img-rsp {
  position: relative;
  overflow: hidden; }
  .img-rsp:after {
    content: "";
    display: block; }
  .img-rsp > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
.img-sqr {
  position: relative;
  overflow: hidden; }
  .img-sqr:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .img-sqr > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .img-sqr__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .img-sqr__table {
    display: table;
    width: 100%;
    height: 100%; }
    .img-sqr__table-item {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .img-sqr--round .img-sqr__table-item {
    border-radius: 50%;
    overflow: hidden; }

.reduce {
  padding: 30px; }

.icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }
  .icon--facebook {
    background-image: url(img/iconFacebook-white.svg); }
  .icon--twitter {
    background-image: url(img/iconTwitter-white.svg); }
  .icon--contact {
    background-image: url(img/iconContact-white.svg); }
  .icon--privacy {
    background-image: url(img/iconPrivacy-white.png); }

.header .icon--facebook:hover {
  background-image: url(img/iconFacebook.svg); }
.header .icon--twitter:hover {
  background-image: url(img/iconTwitter.svg); }
.header .icon--contact:hover {
  background-image: url(img/iconContact.svg); }

.header.active .icon--facebook,
.header--affix .icon--facebook {
  background-image: url(img/iconFacebook.svg); }
.header.active .icon--twitter,
.header--affix .icon--twitter {
  background-image: url(img/iconTwitter.svg); }
.header.active .icon--contact,
.header--affix .icon--contact {
  background-image: url(img/iconContact.svg); }

.button {
  cursor: pointer;
  display: inline-block;
  background-color: #A97F78;
  padding: 20px 42px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: .3s opacity;
  -webkit-transition: .3s opacity;
  -moz-transition: .3s opacity;
  -ms-transition: .3s opacity;
  -o-transition: .3s opacity; }
  .button:hover, .button:active, .button:focus {
    opacity: .7; }

.credit {
  color: #B72B87;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  display: block; }
  .credit--photo {
    font-size: 12px;
    line-height: 12px; }

.footer {
  background-color: #114C81;
  padding: 70px 0; }
  .footer a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #ddd; }
  .footer__logo {
    width: 243px; }
    .footer__logo-img {
      display: block;
      width: 166px;
      background-image: url(img/Logo-white.svg);
      background-size: 100%;
      background-position: center;
      margin: 0 auto 24px; }
      .footer__logo-img:after {
        padding-bottom: 35%; }
      @media all and (min-width: 769px) {
        .footer__logo-img {
          margin: 0 auto 24px; } }
  .footer__socials {
    /*width: 152px;*/
    width: 80px; }
    .footer__socials li {
      margin: 0 9px; }
  .footer__menu-link {
    display: inline-block;
    margin-bottom: 10px; }
  .footer__menu, .footer__socials {
    text-align: center; }
  @media all and (min-width: 769px) {
    .footer__socials {
      text-align: right; }
    .footer__menu {
      text-align: left; } }

/* Pour que les éléments cachés soient correctement affichés*/
.select2-container {
  width: 100% !important; }

/* Hauteur de la select box fermée*/
.select2-selection__rendered {
  line-height: 45px !important; }

.select2-container .select2-selection--single {
  height: 45px !important;
  border: 1px solid #B72B87 !important;
  border-radius: 3px !important; }

/* Couleur quand la liste a le focus*/
span.select2 *:focus {
  border-color: #A97F78 !important; }

/* liste ouverte, bordure, couleur*/
.select2-dropdown {
  border: 1px solid #A97F78 !important;
  background-color: #F5F5F5 !important; }

/* Champ de recherche de la liste ouverte - hauteur, bordure*/
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  height: 35px;
  border-radius: 3px;
  background-color: #ffffff; }

/* Rectifier la couleur de bordure d'origine quand la liste est ouverte */
span.select2-selection--single[aria-expanded=true] {
  border-color: #B72B87; }

/* Réglage taille dropdown list
max-height seems not to work*/
.select2-container--open .select2-results > .select2-results__options {
  max-height: 400px !important;
  min-height: 100px !important;
  line-height: 17px !important; }

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