::-webkit-scrollbar {
    width: 8px;
    background-color: #EEEEEE
}

::-webkit-scrollbar-thumb {
    background-color: #BABABA
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: 'ChroDispL';
    src: url('font/ChronicleDisplay-Light.eot?#iefix') format('embedded-opentype');
    src: url('font/ChronicleDisplay-Light.otf') format('opentype'), url('font/ChronicleDisplay-Light.woff2') format('woff2'), url('font/ChronicleDisplay-Light.woff') format('woff'), url('font/ChronicleDisplay-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ChroDispL';
    src: url('font/ChronicleDisplay-LightItalic.eot?#iefix') format('embedded-opentype');
    src: url('font/ChronicleDisplay-LightItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'ChroDispR';
    src: url('font/hronicdr-webfont.woff2') format('woff2'), url('font/hronicdr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Cals';
    src: url('font/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype');
    src: url('font/ACaslonPro-Regular.otf') format('opentype'), url('font/ACaslonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Cals';
    src: url('font/ACaslonPro-Italic.woff') format('woff'), url('font/ACaslonPro-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'CalsB';
    src: url('font/acaslops-webfont.woff2') format('woff2'), url('font/acaslops-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CalsB';
    src: url('font/acaslpsi-webfont.woff2') format('woff2'), url('font/acaslpsi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'FrutiC';
    src: url('font/frutigec-webfont.woff2') format('woff2'), url('font/frutigec-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
    display: block
}

figure {
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Cals", "Times New Roman", serif;
    font-stretch: normal;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    overflow: hidden
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-smooth: always
}

p {
    font-family: "Cals", "Times New Roman", serif;
    font-size: 16px;
    line-height: 22px
}

#scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 2
}

.content {
    width: 100%;
    position: relative
}

.content.hide {
    visibility: hidden
}

.content.fixe {
    position: absolute;
    top: 0;
    left: 0
}

.margeAll {
    margin: 51px
}

.marginNormal {
    margin-left: 136px;
    margin-right: 136px
}

.marginXNormal {
    margin-left: 100px;
    margin-right: 100px
}

.marginXXNormal {
    margin-left: 80px;
    margin-right: 80px
}

.marginSmall {
    margin-left: 58px;
    margin-right: 58px
}

.marginXSmall {
    margin-left: 32px;
    margin-right: 32px
}

.marginLeftXVSmall {
    margin-left: 10px
}

.marginLeftVSmall {
    margin-left: 15px
}

.marginLeftXSmall {
    margin-left: 32px
}

.marginLeftSmall {
    margin-left: 50px
}

.marginLeftXXNormal {
    margin-left: 70px
}

.marginLeftXNormal {
    margin-left: 90px
}

.marginLeftNormal {
    margin-left: 100px
}

.marginRightXSmall {
    margin-right: 32px
}

.marginRightSmall {
    margin-right: 50px
}

.marginRightXXNormal {
    margin-right: 70px
}

.marginRightXNormal {
    margin-right: 90px
}

.marginRightNormal {
    margin-right: 100px
}

.marginTopNormal {
    margin-top: 168px
}

.marginTopXXNormal {
    margin-top: 120px
}

.marginTopXNormal {
    margin-top: 84px
}

.marginTopSmall {
    margin-top: 76px
}

.marginTopXSmall {
    margin-top: 62px
}

.marginTopXXSmall {
    margin-top: 35px
}

.marginTopXXXSmall {
    margin-top: 20px
}

.marginTopVSmall {
    margin-top: 15px
}

.marginTopXVSmall {
    margin-top: 10px
}

.marginNegativeTopNormal {
    margin-top: -168px
}

.marginNegativeTopXNormal {
    margin-top: -84px
}

.marginNegativeTopXSmall {
    margin-top: -62px
}

.marginNegativeTopXXSmall {
    margin-top: -35px
}

.marginBottomNormal {
    margin-bottom: 135px
}

.marginBottomSmall {
    margin-bottom: 98px
}

.marginBottomXSmall {
    margin-bottom: 76px
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.imageHeight1 {
    height: 454px
}

.verticalCenterBefore:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.verticalCenter {
    display: inline-block;
    vertical-align: middle;
    word-break: normal
}

.verticalCenter2 {
    position: relative;
    top: 50%;
    left: 50%
}

.blockClick {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px
}

#menu {
    transform: translate3d(0, 0, 0);
    min-width: 100%;
    position: fixed;
    height: 161px;
    z-index: 12
}

#menu.nofixed {
    position: absolute;
    right: 8px
}

#logo {
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: 86px;
    left: 58px;
    display: block;
    line-height: 18px;
    pointer-events: all;
    z-index: 13;
    width: 139px;
    overflow: hidden
}

#logo svg {
    width: 130px;
    height: 18px
}

#logo .st0 {
    fill: #24262D
}

#logo .st1 {
    fill: white;
    opacity: 0.6
}

#logo.mtrait .st0 {
    fill: #9599a2
}

#logo.lighten.mtrait .st0 {
    fill: #7e8288
}

#logo.lighten .st0 {
    fill: white
}

#logo.fixe {
    position: fixed;
    right: 67px
}

#rubriques {
    position: relative;
    top: 81px;
    text-align: center;
    width: 100%;
    width: 700px;
    margin: auto
}

#rubriques li {
    display: inline-block;
    color: #87878C;
    text-transform: uppercase;
    font-family: 'FrutiC';
    font-size: 13px;
    letter-spacing: 0.5px
}

#rubriques li:nth-child(n+2) {
    margin-left: 5px
}

#rubriques li a {
    color: #87878C;
    display: block;
    padding: 9px
}

#rubriques.lighten li a {
    color: white
}

#rubriques li a.select,
#rubriques li a:hover {
    color: #C9A66D
}

#rubriques li a {
    transition: color 0.3s ease-out
}

#traits {
    position: absolute;
    right: 58px;
    width: 23px;
    height: 30px;
    top: 86px;
    cursor: pointer;
    z-index: 15
}

#traits div {
    background-color: #24262D;
    height: 2px;
    width: 100%;
    border-bottom: 1px solid white
}

#traits.lighten div {
    background-color: white;
    border-bottom: 1px solid black
}

#traits div:nth-child(n+2) {
    margin-top: 5px
}

#traits.croix {
    width: 31px
}

#traits.croix div {
    background-color: #9599A3;
    position: absolute;
    cursor: pointer;
    height: 2px;
    border: 0;
    overflow: visible
}

#traits.croix div:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 1px 0.5px
}

#traits.croix div:nth-child(2) {
    transform-origin: 29px 11px;
    transform: rotate(-45deg) translate(4.5px, -6.5px)
}

#traits.croix div:nth-child(3) {
    opacity: 0
}

#traits.croix div {
    background-color: #24262D
}

#traits.croix.insidetrait div {
    background-color: #9599A3
}

#traits.lighten.croix div {
    background-color: white
}

#traits.fixe {
    position: fixed;
    right: 67px
}

#menutrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1c21;
    z-index: 12;
    text-align: center;
    overflow: hidden;
    display: none
}

#menutrait .conteneur {
    top: 50%;
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-top: -250px;
    text-align: center
}

#menutrait .imageColor {
    opacity: 0;
    z-index: 1
}

#menutrait .recherche {
    height: 42px;
    display: inline-block;
    border-color: #2E3138;
    text-align: left
}

#menutrait .recherche .label {
    margin-top: 9px;
    margin-left: 15px;
    font-size: 18px;
    color: #70747C;
    line-height: 31px
}

#menutrait .recherche .envoi {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-family: "FrutiC";
    font-size: 13px;
    line-height: 38px;
    color: #CFCFD5;
    width: 36px;
    position: absolute;
    right: 0
}

#menutrait .recherche svg {
    width: 19px;
    margin-top: 13px;
    margin-left: 6px;
    height: 17px
}

#menutrait .selectlist {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 249px;
    border-color: #2E3138;
    background-color: #1b1c21;
    margin-top: -1px;
    left: 50%;
    margin-left: -145px;
    display: none
}

#menutrait .traitDroit {
    background-color: #3D3F44
}

#menutrait .coloredline {
    width: 100%;
    padding: 10px;
    text-align: center
}

#menutrait .coloredline+.coloredline {
    margin-top: 10px
}

#menutrait .coloredline.select,
#menutrait .coloredline:hover {
    background-color: #15161a
}

#menutrait .coloredline.pro {
    background-color: #1d1e23
}

#menutrait a {
    color: #71747b
}

#menutrait a.select {
    color: #C9A66D
}

#menutrait a:hover {
    color: #C9A66D
}

#menutrait .button:hover a {
    color: #C9A66D
}

#menutrait .coloredline.select .rub a {
    color: rgb(149, 153, 162)
}

#menutrait .coloredline.pro .rub {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 21px;
    color: #4C5159;
    text-transform: none;
    height: 28px;
    letter-spacing: 0
}

#menutrait ul.line {
    list-style: none;
    width: 924px;
    text-align: left;
    margin: 0 auto
}

#menutrait .line li {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

#menutrait .rub {
    font-family: 'ChroDispL';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    width: 303px
}

#menutrait .rub a {
    color: #717171
}

#menutrait .rub a:hover {
    color: #C9A66D
}

#menutrait .line .button .label.verticalCenter {
    margin-left: 15px;
    margin-right: 15px
}

#menutrait .langue {
    display: block;
    font-size: 13px;
    font-family: 'FrutiC';
    text-transform: uppercase;
    color: #70747C;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #24262B;
    font-weight: normal;
    position: absolute;
    padding-bottom: 5px;
    bottom: 60px;
    right: 58px;
    z-index: 20
}

#menutrait .langue a {
    margin-left: 12px
}

#menutrait .langue a.select {
    font-size: 13px;
    color: #C9A66D
}

#menutrait .newsletter {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 1
}

#menutrait .newsletter .titre {
    display: inline-block;
    font-size: 17px;
    font-family: "Cals";
    font-weight: 400;
    font-style: italic;
    color: #70747C
}

#menutrait .newsletter .field {
    display: inline-block;
    border-color: #292C30;
    margin-top: 0;
    z-index: 3;
    text-align: left
}

#menutrait .newsletter .field .submit,
#menutrait .newsletter .field input,
#menutrait .newsletter .field .label {
    color: #70747C
}

#menutrait .newsletter .sent {
    font-style: italic;
    position: absolute;
    color: #70747C;
    width: 100%;
    text-align: center
}

#menutrait .social {
    text-align: center;
    padding-top: 29px;
    position: absolute;
    bottom: 116px;
    width: auto;
    z-index: 2;
    bottom: 60px;
    left: 58px
}

#menutrait .social a:nth-child(n+2) {
    display: inline-block;
    margin-left: 28px
}

#menutrait .social svg path {
    fill: #70747C
}

#flecheTop {
    position: fixed;
    bottom: 68px;
    right: 64px;
    transform: rotate(180deg);
    z-index: 11;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none
}

#flecheTop .flecheBas {
    top: 23px
}

#flecheTop .flecheBas:nth-child(2) div {
    background-color: white
}

#flecheTop .flecheBas div {
    background-color: #24262D
}

#flecheTop .flecheBas:nth-child(2) {
    top: 20px
}

#newsletter {
    min-height: 200px;
    height: 20vh;
    background-color: #EDEDED;
    z-index: 10
}

#newsletter .field {
    margin-right: auto;
    margin-left: auto;
    text-align: left
}


/* 20/02/2019 NS: add popup newsletter*/

a.newletter-popup {
    color: #6e6e6e;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'FrutiC';
    letter-spacing: 1px;
    border: 1px solid #6e6e6e;
    padding: 15px 25px;
    display: inline-block;
    margin: 30px 0px;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window .modal-wrapper {
    background-image: url("../img/newsletter-popup/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

form#newsletter-form p {
    color: white;
    font-size: 16px;
}
form#newsletter-form input.miel-input {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    border: 0 !important;
    margin-top: -20px !important;
}

.modal-window #newsletter-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-window #newsletter-form .brand {
    height: 20px;
    width: auto;
}

.modal-window #newsletter-form .brand > img {
    height: 100%;
    max-height: 100%;
    width: auto;
}

.modal-window #newsletter-form > *:not(:first-child):not(.form-submit) {
    margin-top: 15px;
}

.modal-window #newsletter-form .form-inputs-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.modal-window #newsletter-form .form-inputs-wrapper .form-messages {
    background: rgba(255,255,255,0.8);
    padding: 0.75rem 10px;
    display: flex;
    flex-direction: column;
    width: 88%;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 0;
}

.modal-window #newsletter-form .form-inputs-wrapper .form-messages.hidden {
    display: none;
}

.modal-window #newsletter-form .form-inputs-wrapper .form-messages > div:not(:first-child) {
    margin-top: 15px;
}

.modal-window #newsletter-form .form-inputs-wrapper .form-input {
    background: transparent !important;
    color: white !important;
    border: solid 1px white !important;
    outline: none !important;
    margin-bottom: 0 !important;
    width: 88%;
    height: 40px;
    box-sizing: border-box;
    font-style: normal;
}

.modal-window #newsletter-form .form-inputs-wrapper select.form-input option {
    background: white;
    color: #1b1c21;
}
.modal-window #newsletter-form .form-inputs-wrapper select.form-input option:checked {
    font-weight: bold;
}

.modal-window #newsletter-form .form-inputs-wrapper .form-input::placeholder {
    color: white;
    opacity: 1;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-input:-ms-input-placeholder {
    color: white;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-input::-ms-input-placeholder {
    color: white;
}

#newsletter-form input[type="submit"].form-submit {
    margin: 20px auto 0 auto !important;
    font-style: normal;
}

.modal-window #newsletter-form .form-inputs-wrapper > *:not(:first-child) {
    margin-top: 20px;
}

.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container {
    display: flex;
    align-items: flex-start;
    line-height: 1.25;
    margin-top: 30px;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-label {
    display: flex;
    flex-direction: row;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-label .label {
    padding-left: 28px;
    font-size: 10px;
    font-style: italic;
    color: white;
    text-align: left;
    flex-grow: 1;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-wrapper .form-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-wrapper .form-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: solid 1px white;
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-wrapper .form-checkbox-checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 5px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-window #newsletter-form .form-inputs-wrapper .form-checkbox-container .checkbox-wrapper .form-checkbox:checked ~ .form-checkbox-checkmark:after {
    opacity: 1;
}

.modal-window iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.modal-window > div {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    min-height: 465px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #333333;
    border: 1px solid #e1e1e1;
}

@media (min-width: 600px) {
    .modal-window > div {
        width: 490px;
    }
}

.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
  color: #333333;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.7;
}
.modal-close:hover {
  opacity: 1;
}
.modal-close:before, .modal-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: white;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
/*********************/

#newsletter .sent {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    color: #C9A66D
}

#newsletter .sent p {
    color: #C9A66D
}

#newsletter .column2 p {
    max-width: 100%;
}

#footer {
    height: 340px;
    background-color: #1A1C21;
    text-align: center;
    z-index: 10;
    position: relative
}

#footer .social {
    text-align: center;
    padding-top: 29px
}

#footer .social a:nth-child(n+2) {
    display: inline-block;
    margin-left: 28px
}

#footer .social svg {
    fill: #969B9F
}

#footer nav {
    width: 100%;
    font-family: 'FrutiC';
    color: #4c4f58;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-top: 1px solid #24262B;
    margin-top: 12px
}

#footer nav img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px
}

#footer nav ul {
    margin-top: 45px;
    text-transform: uppercase
}

#footer nav li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top
}

#footer nav li:nth-child(1) {
    text-align: left
}

#footer nav li:nth-child(1) span {
    margin-left: 58px
}

#footer nav li:last-child {
    text-align: right
}

#footer nav a {
    color: #94999D
}

#footer nav a:nth-child(n+2) {
    margin-left: 20px
}

#footer nav li .langue {
    display: inline-block;
    font-size: 13px;
    margin-right: 58px
}

#footer nav li .langue a {
    margin: 0;
    color: #4c4f58
}

#footer nav li .langue a:nth-child(n+2) {
    margin-left: 5px
}

#footer nav li .langue a.select {
    font-size: 13px;
    color: #94999D
}

#firstLoad {
    width: 100%;
    height: 100%;
    background-color: #1A1C21;
    position: absolute;
    z-index: 80;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

#firstLoad svg path {
    fill: #24262D
}

#orientation {
    width: 100%;
    height: 100%;
    background-color: #1A1C21;
    position: absolute;
    z-index: 81;
    top: 0;
    left: 0;
    display: none;
    opacity: 0
}

#orientation svg path {
    fill: #4c4f58
}

#orientation p {
    font-family: 'FrutiC';
    color: #4c4f58;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid #24262B;
    margin-top: 12px;
    padding-top: 11px;
    width: 360px
}

#orientation p.info2 {
    display: none
}

.barreLoad {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 3px;
    display: block
}

.barreLoad .line {
    width: 0%;
    height: 3px;
    background-color: #24262D;
    display: none
}

.barreLoad.lighten .line {
    width: 1%;
    height: 4px;
    background-color: #C9A66D
}

#mentions {
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0;
    left: 0;
    background-color: #ffffff;
    color: #4e4e4e;
    width: 1000px;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    margin-top: -250px;
    display: none
}

#mentions #conten {
    overflow: hidden;
    overflow-y: scroll;
    margin: 50px;
    height: 390px
}

#croixmentions {
    position: absolute;
    right: 8px;
    width: 23px;
    height: 30px;
    top: 16px;
    cursor: pointer;
    z-index: 13
}

#croixmentions div {
    background-color: #24262D;
    height: 2px;
    width: 100%;
    border-bottom: 1px solid white
}

#croixmentions.lighten div {
    background-color: white;
    border-bottom: 1px solid black
}

#croixmentions div:nth-child(n+2) {
    margin-top: 5px
}

#croixmentions.croix {
    width: 31px
}

#croixmentions.croix div {
    background-color: #9599A3;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 2px;
    border: 0
}

#croixmentions.croix div:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 1px 0.5px
}

#croixmentions.croix div:nth-child(2) {
    transform-origin: 0 0px;
    transform: rotate(-45deg) translate(-12px, 11px)
}

#croixmentions.croix div:nth-child(3) {
    opacity: 0
}

.imgBgMotif {
    /*background: url('/img/gammes/motif2.png')*/
}

.imgFull {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

div.traitDroit {
    background-color: #C9A66D;
    width: 1px;
    height: 28px;
    margin-left: auto;
    margin-right: auto
}

div.traitDroit.light {
    background-color: #B0B1B5
}

div.traitDroit.white {
    background-color: #FFFFFF
}

div.traitDroit.small {
    height: 20px
}

.flecheBas {
    position: relative;
    width: 1px;
    height: 1px;
    margin-left: auto;
    margin-right: auto
}

.flecheBas div {
    background-color: #C9A66D;
    width: 2px;
    height: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: rotate(133deg);
    transform-origin: 0.5px 0.5px;
    position: absolute;
    overflow: visible
}

.flecheBas.light div {
    background-color: white
}

.flecheBas div:nth-child(n+2) {
    transform: rotate(-133deg);
    height: 16px
}

.traitAround {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(201, 166, 109, 0.57);
    margin: 20px;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.traitAround.light {
    border-color: #B0B1B5
}

.surTitre {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #C9A66D;
    text-transform: none;
    letter-spacing: 0;
    line-height: 40px
}

.firstLetterOld {
    font-family: 'ChroDispR';
    font-size: 71px;
    float: left;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 5px;
    line-height: 63px;
    color: #C9A66D
}

.firstLetter {
    font-size: 71px;
    float: left;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 5px;
    line-height: 85px;
    height: 60px;
    display: block;
    color: #C9A66D
}

.firstLetter.color1 {
    color: #4B4F5B
}

.relance {
    background-color: #24262D;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100px
}

.relance.white {
    background-color: #EDEDED
}

.relance.whitefont {
    color: #cacacc
}

.relance.bigpad {
    padding-top: 80px;
    padding-bottom: 80px
}

.relance.verticalCenterBefore:before {
    min-height: 100px
}

.relance p {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #C9A66D;
    margin: 0;
    display: inline-block;
    width: 800px;
    text-align: center;
    line-height: 36px
}

.relance .button {
    border: 1px solid #C9A66D;
    color: #C9A66D
}

.relance .button .label a {
    color: #C9A66D
}

.relance .button:hover {
    border-color: #CFCFD5
}

.legend {
    text-align: left
}

.legend.right {
    text-align: right
}

.legend .verticalCenter {
    margin-top: -30px
}

.legend h3 {
    font-family: 'FrutiC';
    font-size: 14px;
    color: #91877F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 250px
}

.legend p {
    font-family: 'FrutiC';
    font-size: 12px;
    color: #A8A29B;
    width: 250px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-top: 6px
}

.inter {
    font-family: 'CalsB';
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    color: white;
    margin: 0;
    display: inline-block;
    width: 800px;
    text-align: center;
    line-height: 50px
}

a {
    text-decoration: none;
    outline: none
}

abbr {
    border: none;
    text-decoration: none
}

::selection {
    background: rgba(201, 166, 109, 0);
    color: #c3c2c2
}

.troisd {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

h1,
h2,
h3,
li,
ul,
.surTitre {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-user-drag: none
}

.button {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-user-drag: none
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    border: 0;
    -ms-interpolation-mode: bicubic;
    border: none;
    -ms-interpolation-mode: bicubic;
    -moz-user-select: none;
    -webkit-user-drag: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

svg:not(:root) {
    overflow: hidden
}

#credits {
    color: #1A1C21;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-user-drag: none
}

#credits a {
    color: #1A1C21
}

i.arrow {
    border: solid #C9A66D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 8px;
    vertical-align: top;
}

i.arrow.down {
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

}

i.arrow.up {
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);

}

.right-menu {
    position: relative;
    top: 56px;
    left: 78%;
    text-transform: uppercase;
    font-family: 'FrutiC';
    font-size: 13px;
    letter-spacing: 0.5px;
}

.right-menu .langue, .right-menu .shop {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.right-menu .langue, .right-menu .langue a {
	color: #C9A66D;
}

.right-menu .langue span {
    cursor: pointer;
    padding: 0 10px;
}

.right-menu .langue {
	padding: 0 10px;

}
.right-menu .langue a {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #87878C;
}

.right-menu .langue a:last-child {
	border:none;
}

.right-menu .langue a:hover, .right-menu .shop a {
	color:#87878C
}

.langue-list {
	display:none;
	background: #fff;
    padding: 10px;
}


@media all and (max-width: 1450px) {
    .traitAround {
        margin: 15px
    }
}

@media all and (max-height: 850px) {
    #menutrait .coloredline.pro.marginTopSmall {
        margin-top: 30px
    }
    #menutrait ul.line {
        width: 800px
    }
    #menutrait .newsletter {
        bottom: 60px
    }
    #menutrait .social {
        bottom: 63px;
        width: auto;
        left: 60px
    }


}
.customize-btn, .back-suite, .close , .imgfabric-mobile {
    visibility: hidden;
}
.accueil.gabarit1 .inside {
    overflow: visible !important ;
}
@media only screen and (max-width: 1000px) {

    #capsule .help, #capsule .helpB {
    position: absolute;
    top: 40% !important ;
    left: 20% !important;
    }

    .search-input {
	    /*
    float: left !important;
    top: 105px !important;
    left: 80px !important;
    */
	position: absolute !important;
	top: 35px;
	left: 0;
}

/*
    .first-header {
    height: 110px !important;
}
*/
    div#results {
        max-height: 200px !important;
        overflow-y: auto;
    }

    .gabarit1.capsule {
   /* height: 850px !important;*/
    position: relative;
}

        #capsule .listfabric2 li:nth-of-type(4n) {
        margin: 0 10px 10px 0 !important;
    }

    #capsule .listfabric2 img {
    width: 45px !important;
    height: 45px !important;
}

    #capsule .listfabric2 {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

	.imgfabric-mobile .sold-out {
		position: absolute;
		top: 15px;
		left: 5px !important;
		width: 66px;
		border: 1px solid #ccc;
		padding: 8px 10px;
		font-family: 'FrutiC';
		font-size: 20px;
		font-weight: 100;

	}

    .imgfabric-mobile {
        visibility: visible !important;
        position: absolute;
	/*
        top: 60%;
	*/
	bottom: 120px;
        left: 10%;
        width: 100px;
        height: 120px;
        cursor: pointer;
        z-index: 99999;
        }

        img.img-veste {
            max-width: 60px;
            transform: rotate(45deg);
            border: 1px solid #333 !important;
        }

        img.img-pantalon {
            max-width: 60px;
            transform: rotate(45deg);
            position: relative;
            top: -5px;
            border: 1px solid #333 !important;
        }

    .customize-btn {
        display: block;
         visibility: visible;
        text-transform: uppercase;
        position: absolute;
        left: -1px;
        width: 50px !important;
        top: 50px;
        border: 1px solid #333;
        line-height: 50px;
        padding: 40px 0;
        font-family: 'FrutiC';
        letter-spacing: 1.5px;
        font-size: 18px !important;
        background: url(img/capsule/arrow_back.svg) no-repeat;
        background-size: 20px;
        background-position: center bottom 20px;
        z-index: 999999999999;

}

.back-suite {
    visibility: visible !important;
    background: url(img/capsule/arrow_back.svg) no-repeat;
    background-size: 20px;
    width: 84px !important;
    margin-top: 40px;
    margin-right: 20px;
    background-position: center top;
    padding-top: 21px;
    text-align: center !important;
    font-family: 'FrutiC';
    letter-spacing: 1px;
    float: right;
    transform: rotate(-180deg);
    position: relative;
    z-index: 999999999999;
}

html[lang="ja"] .back-suite {
	margin-top: 30px;
}

.fabric-close {
    visibility: visible;
    background: url(img/capsule/croix.svg) no-repeat;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 999999999999;
}

.back-suite span {
    transform: rotate(-180deg);
    display: block;
}

.customize-btn span {
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}
html[lang=ja] .customize-btn span,
html[lang=zh] .customize-btn span
{
	transform: none;
}


.filter-wrapper {
    margin-top: 0px !important;
    margin-left: 25px !important;
    position: absolute;
    padding-top: 85px;
	height: 100%;
    padding-bottom: 85px;
    box-sizing: border-box;
}

html[lang="ja"] .filter-wrapper {
	padding-top: 105px;
}


/*
    .zoneHand {
        width: 100%;
        left: 0 !important;
    }
    */
    aside.filter-section {
        width: 100% !important;
        height: 100%;
        position: absolute;
        border-right: none !important;
        left: -100%;
        /* background: #0e0e0f url(/img/capsule/bgcapsule2.jpg) center 0; */
	background: #101113;
        z-index: 99999999;
    }

    .filter-content {
    margin: 15px 0 20px 0px !important;
    }

    #capsule #costume {
	    /*
        height: auto;
        top: 25px !important;
        left: -50%;
        zoom: 1.2;
	*/
	margin-left: 0;
	cursor: url(/img/capsule/cursor-grab.png) 11 11, -webkit-grab;
	cursor: url(/img/capsule/cursor-grab.png) 11 11, -moz-grab;
	cursor: url(/img/capsule/cursor-grab.png) 11 11, grab;
	cursor: url(/img/capsule/cursor-grab.cur) 11 11, pointer
    }

    #capsule #costume.grabbing
    {
	cursor: url(/img/capsule/cursor-grabbing.png) 11 11, -webkit-grabbing;
	cursor: url(/img/capsule/cursor-grabbing.png) 11 11, -moz-grabbing;
	cursor: url(/img/capsule/cursor-grabbing.png) 11 11, grabbing;
	cursor: url(/img/capsule/cursor-grabbing.cur) 11 11, pointer
    }

    #menutrait .conteneur {
        position: relative;
        top: auto;
        margin-top: 79px
    }
    #menu.nofixed,
    #rubriques,
    .menuDroite,
    #menu {
        display: none
    }
    #logo {
        top: 35px;
        left: 20px
    }
    #traits {
        top: 35px;
        right: 20px;
        z-index: 50
    }
    #traits.fixe {
        position: fixed;
        right: 25px
    }
    #menutrait {
        overflow-y: scroll
    }
    #menutrait .coloredline.pro.marginTopSmall {
        margin-top: 31px
    }
    #menutrait .coloredline {
        padding: 0
    }
    #menutrait ul.line {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 6px
    }
    #menutrait .line li {
        text-align: center
    }
    #menutrait .rub {
        width: 100%;
        margin-top: 0
    }
    #menutrait .coloredline+.coloredline {
        margin-top: 0
    }
    #menutrait .newsletter {
        position: relative;
        bottom: auto;
        margin-top: 20px
    }
    #menutrait .langue {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        line-height: 50px
    }
    #menutrait .social {
        position: relative;
        bottom: auto;
        left: auto
    }
    #menutrait .newsletter .titre {
        width: 100%
    }
    #menutrait .line .button .label.verticalCenter {
        margin-left: 5px;
        margin-right: 5px
    }
    div.traitDroit {
        height: 20px;
        margin-top: 20px
    }
    #flecheTop {
        right: 20px;
        bottom: 30px
    }
    #scroll {
        height: 100%;
        overflow-y: auto;
        overflow-x: none;
        position: relative;
        z-index: 2
    }
    .relance {
        min-height: auto;
        height: auto
    }
    .relance p {
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }
    .relance>.verticalCenter {
        display: block
    }
    .relance.verticalCenterBefore:before {
        display: none
    }
    .relance.bigpad {
        margin-top: 40px
    }
    .inter {
        width: 100%
    }
    ::-webkit-scrollbar {
        width: 0px;
        height: 0;
        background-color: none
    }
    ::-webkit-scrollbar-thumb {
        background-color: none
    }
    #scroll {
        -webkit-overflow-scrolling: touch;
        -webkit-appearance: scrollbartrack-vertical
    }
}

@media only screen and (max-width: 1000px) and (min-aspect-ratio: 15/10) and (orientation: landscape) {
    #orientation {
        display: block;
        opacity: 1
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) and (orientation: landscape) {
    #scroll {
        -webkit-overflow-scrolling: touch;
        -webkit-appearance: scrollbartrack-vertical
    }
}

@media only screen and (min-width: 1000px) and (max-height: 630px) and (orientation: landscape) {
    #orientation {
        display: block;
        opacity: 1
    }
}

@media only screen and (min-width: 630px) and (max-width: 1200px) and (orientation: portrait) {
    #orientation {
        display: block;
        opacity: 1
    }
}

.gabarit1 {
    height: 100vh;
    position: relative
}

.gabarit1 .inside {
    text-align: center;
    margin-top: 182px;
    margin-bottom: 136px;
    margin-left: 136px;
    margin-right: 136px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: white;
    z-index: 2;
    overflow: hidden
}

.gabarit1 .inside>.verticalCenter {
    margin-top: 45px;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0)
}

.gabarit1 .inside h1,
.gabarit1 .inside h2 {
    font-family: 'ChroDispL';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 42px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 54px
}

.gabarit1 .inside a {
    color: white
}

.gabarit1 .inside .surTitre {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #C9A66D
}

.gabarit1 .inside .imageBG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.gabarit1 .inside .imageColor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.gabarit1 .inside .imageColor img {
    min-width: 100%
}

.imageColor canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0)
}

.imageColor svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0)
}

@media all and (max-height: 850px) {
    .gabarit1 .inside {
        margin-top: 142px;
        margin-bottom: 99px
    }
}

@media all and (max-width: 1024px) {
    .gabarit1 .inside {
        margin-left: 58px;
        margin-right: 58px
    }
}

@media only screen and (max-width: 1000px) {

	.sold-out {
		position: absolute;
		top: 0;
		left: 50% !important;
		transform: translateX(-60%);
		border: 1px solid #ccc;
		padding: 5px 10px;
		font-family: 'FrutiC';
	}

    .gabarit1 .inside {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 100px;
        margin-bottom: 0px
    }
    .gabarit1 .inside .surTitre {
        font-size: 18px
    }
}

.gabarit2 {
    height: 100vh;
    position: relative
}

.gabarit2 .inside {
    text-align: center;
    margin-top: 144px;
    margin-bottom: 98px;
    margin-left: 58px;
    margin-right: 58px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: white;
    overflow: hidden
}

.gabarit2 .inside .verticalCenter {
    margin-top: 45px;
    transform: translate3d(0, 0, 0)
}

.gabarit2 .inside h2 {
    font-family: 'ChroDispL';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 42px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 54px
}

.gabarit2 .inside a {
    color: white
}

.gabarit2 .inside .surTitre {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #C9A66D
}

.gabarit2 .inside .imageBG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.gabarit3 {
    height: 100vh;
    position: relative
}

.gabarit3 .inside {
    text-align: center;
    margin-top: 144px;
    margin-left: 58px;
    margin-right: 58px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    color: white
}

.gabarit3 .inside .column {
    display: inline-block;
    width: 50%;
    height: 100%;
    position: relative
}

.gabarit3 .inside .column .content {
    display: block;
    position: absolute;
    left: 0;
    width: auto;
    right: 16px;
    background-size: cover;
    height: 100%;
    overflow: hidden
}

.gabarit3 .inside .column:nth-child(2) .content {
    right: 0;
    left: 16px
}

.gabarit3 .inside .column .twoRow {
    height: 50%
}

.gabarit3 .inside .column .twoRow:nth-child(2) {
    top: 50%
}

.gabarit3 .inside .column .twoRow .traitAround {
    transform: none
}

.gabarit3 .inside .column .verticalCenter {
    margin-top: 110px;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0)
}

.gabarit3 .column h2 {
    font-family: 'ChroDispL';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 42px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 54px
}

.gabarit3 .inside a {
    color: white
}

.gabarit3 .inside .surTitre {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #C9A66D
}

.gabarit3 .inside .info {
    font-family: 'FrutiC';
    font-weight: normal;
    font-size: 14px;
    color: white;
    margin-top: 38px;
    letter-spacing: 1px
}

.gabarit3 .inside .imageColor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.gabarit3 .inside .imageColor img {
    min-width: 100%
}

@media all and (max-height: 850px) {
    .gabarit3 .inside .column .verticalCenter {
        margin-top: 60px
    }
    .gabarit3 .column h2 {
        font-size: 35px;
        line-height: 41px
    }
    .gabarit3 .inside .surTitre {
        font-size: 22px
    }
    .gabarit3 .inside .info {
        font-size: 14px;
        margin-top: 15px
    }
    .gabarit3 .traitDroit {
        height: 20px
    }
    .gabarit3 .traitDroit.marginTopXXSmall {
        margin-top: 5px
    }
}

@media all and (max-height: 980px) {
    .gabarit3 .traitDroit.marginTopXXSmall {
        margin-top: 15px
    }
    .gabarit3 .inside .info {
        margin-top: 20px
    }
}

@media only screen and (max-width: 1040px) {
    .gabarit3 .inside .column .content {
        right: 5px
    }
    .gabarit3 .inside .column:nth-child(2) .content {
        left: 5px
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit3 .inside {
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 20px
    }
    .gabarit3 .inside .column .verticalCenter {
        margin-top: 0px
    }
    .gabarit3 .column .surTitre {
        font-size: 18px;
        line-height: 19px
    }
    .gabarit3 .column h2 {
        font-size: 22px;
        line-height: 20px
    }
    .gabarit3 .inside .column {
        width: 100%;
        height: 50%;
        display: block
    }
    .gabarit3 .inside .column .content {
        right: 0
    }
    .gabarit3 .inside .column:nth-child(2) .content {
        left: 0
    }
    .gabarit3 .inside .column .twoRow {
        display: block
    }
    .gabarit3 .inside .traitDroit,
    .gabarit3 .inside .info {
        display: none
    }
    .gabarit3 #menugammetissu {
        height: 33.3%;
        margin-bottom: 5px
    }
    .gabarit3 #menugammetissu+.column {
        height: 66.6%
    }
    .gabarit3 #menugammetissu+.column .twoRow+.twoRow {
        margin-top: 5px
    }
    .gabarit3.ssrubrique .inside .column:nth-child(2) .content {
        top: 5px
    }
}

.gabarit4 {
    height: 100vh;
    position: relative
}

.gabarit4 .inside {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: white;
    overflow: hidden
}

.gabarit4 .inside.gab1 {
    margin-top: 182px;
    margin-bottom: 136px;
    margin-left: 136px;
    margin-right: 136px
}

.gabarit4 .inside>.verticalCenter {
    margin-top: 10px;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0)
}

.gabarit4 .inside .column {
    width: 33.3333%
}

.gabarit4 .inside .surTitre {
    font-family: 'Cals';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    color: #C9A66D
}

.gabarit4 .inside h1,
.gabarit4 .inside h2,
.gabarit4 .inside h3 {
    font-family: 'ChroDispL';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 42px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 54px
}

.gabarit4 .inside h3 {
    font-size: 35px
}

.gabarit4 .inside a {
    color: white
}

.gabarit4 .inside .imageColor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.gabarit4 .inside .imageColor img {
    min-width: 100%
}

@media only screen and (max-width: 1000px) {
    .gabarit4 .inside .surTitre {
        font-size: 18px
    }
    .gabarit4 .inside h1,
    .gabarit4 .inside h2,
    .gabarit4 .inside h3 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px
    }
}

.gabarit5 {
    height: 63vh;
    position: relative;
    text-align: center
}

.gabarit5 figure {
    height: 100%
}

.gabarit5 .column {
    width: 66.6666%;
    color: white;
    display: inline-block;
    height: 100%;
    position: relative;
    overflow: hidden
}

.gabarit5 .column2 {
    width: 33%;
    display: inline-block;
    //height: 100%;
    vertical-align: top;
    position: relative;
	height:100%;
}

.gabarit5 .column3 {
    width: 50%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    position: relative
}

.gabarit5 .column2 p {
    max-width: 500px
}

.gabarit5 .imageColor {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.gabarit5 .imageColor img {
    min-width: 100%
}

@media only screen and (max-width: 1000px) {
    .gabarit5 .column {
        width: 100%;
        display: block;
        height: auto
    }
    .gabarit5 .column2 {
        width: 100%;
        height: auto
    }
    .gabarit5 {
        height: auto
    }
    .gabarit5 .column img {
        max-width: 100%
    }
    .gabarit5 .legend .verticalCenter {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.gabarit6 {
    position: relative;
    margin-bottom: 137px
}

.gabarit6 .inside {
    width: 802px;
    margin: 0 auto;
    text-align: center
}

.gabarit6 .inside .column {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.gabarit6 .inside .column:nth-child(1) .rectangle {
    margin-left: -38px
}

.gabarit6 .inside .column:nth-child(2) .rectangle {
    margin-left: 38px
}

.gabarit6 .inside .column:nth-child(2) {
    margin-top: 137px
}

.gabarit6 .inside .rectangle {
    width: 100%;
    height: 575px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer
}

.gabarit6 .inside .rectangle:nth-child(n+2) {
    margin-top: 76px
}

.gabarit6 .inside .rectangle.carre {
    height: 385px
}

.gabarit6 .inside .rectangle .content {
    display: block;
    height: 100%;
    position: relative
}

.gabarit6 .inside .rectangle:nth-child(even) .content {
    margin-right: 0
}

.gabarit6 .inside .rectangle .text {
    z-index: 2;
    position: relative
}

.gabarit6 .inside .rectangle .image {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #24262D;
    overflow: hidden
}

.gabarit6 .inside .rectangle .image img {
    height: 100%
}

#menuSavoirfaire {
    position: absolute;
    height: 466px;
    left: 0;
    z-index: 10;
    text-align: center;
    pointer-events: none;
    right: 0;
    overflow: hidden
}

#chemininteractif {
    width: 930px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 77px;
    height: 193px;
    pointer-events: all;
    z-index: 5;
    position: relative
}

#navig {
    width: 144%;
    margin-left: -207px;
    display: block
}

#menuSavoirfaire .imgrelief {
    width: 1150px;
    height: 549px;
    position: absolute;
    left: 50%;
    margin-left: -605px;
    opacity: 0.2;
    z-index: 2
}

#menuSavoirfaire .imgrelief+.imgrelief {
    margin-left: -605px;
    opacity: 0.5
}

#menuSavoirfaire .imbg {
    background: url('/img/savoirfaire/bg2.jpg') center center;
    width: 100%;
    height: 460px;
    position: absolute;
    z-index: 1
}

#chemininteractif #chemin2 {
    opacity: 0;
    stroke: #24262D;
    transform: translate(1px, 0px);
    stroke-opacity: 0.3
}

#chemininteractif #chemin3 {
    opacity: 0
}

#chemininteractif #cursor2 {
    opacity: 0
}

#chemininteractif .vignette {
    width: 33.33%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center
}

#chemininteractif .vignette:nth-child(1) {
    top: -17px
}

#chemininteractif .vignette:nth-child(2) {
    top: 119px
}

#chemininteractif .vignette:nth-child(2) a {
    top: -130px
}

#chemininteractif .vignette:nth-child(3) {
    top: -28px
}

#chemininteractif .vignette:nth-child(n+2) a {
    visibility: hidden
}

#chemininteractif .vignette a {
    cursor: pointer;
    font-family: Cals;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    display: block;
    position: absolute;
    z-index: 2;
    color: white;
    margin-right: auto;
    width: 100%;
    text-align: center;
    top: 177px
}

#chemininteractif .vignette .number {
    cursor: pointer;
    font-family: "ChroDispL";
    font-size: 128px;
    color: #DBDBDB;
    opacity: 1;
    line-height: 102px;
    position: relative;
    z-index: 1
}

#chemininteractif .vignette .number.select {
    color: #ffffff;
    opacity: .42
}

#chemininteractif svg {
    margin-top: -56px
}

#chemininteractif #chemin {
    stroke: #969696;
    stroke-width: 1px;
    opacity: .8
}

.menusavoir {
    height: 100vh
}

.menusavoir .inside .verticalCenter {
    margin-top: -70px
}

.menusavoir .flecheBas {
    z-index: 2;
    position: absolute;
    bottom: 100px;
    left: 50%
}

#taillescroll {
    position: fixed;
    display: block;
    width: 100%;
    visibility: hidden
}

.savoirfaire {
    height: 120vh
}

.savoirfaire .inside .verticalCenter {
    margin-top: 0
}

.savoirfaire .number {
    font-family: "ChroDispL";
    font-size: 308px;
    color: #EEEEEE;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
    line-height: 120px
}

#origines {
    height: 170vh
}

#origines .verticalCenter {
    margin-top: -250px
}

.savoirfaire .inside .column {
    width: 560px
}

.savoirfaire .inside h3 {
    color: #45484F
}

.savoirfaire p {
    color: #62666D
}

.savoirfaire.bg {
    height: 822px;
    background-image: url('/img/savoirfaire/map-bg.png');
    background-repeat: repeat
}

.savoirfaire .carte {
    background-image: url('/img/savoirfaire/map.png');
    width: 1182px;
    height: 731px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.savoirfaire .carte div.ligne {
    height: 1px;
    display: inline-block;
    background-color: #CBCAC9;
    width: 36%;
    vertical-align: middle
}

.savoirfaire .carte div.texte {
    color: #C9A66D;
    display: inline-block;
    width: 20%;
    font-family: "Cals";
    font-style: italic;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 29px
}

.savoirfaire .carte div.infoRollover {
    margin-top: 383px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    display: none
}

.savoirfaire .carte div.infoRollover .titre {
    font-family: 'ChroDispL';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 60px;
    color: #45484F;
    letter-spacing: 2px;
    line-height: 77px
}

.savoirfaire .carte svg .cercle {
    fill: #C6A36D;
    fill-opacity: 0
}

.savoirfaire .carte svg .fill {
    fill: #FFFFFF
}

.savoirfaire .carte svg .line {
    fill: #FFFFFF;
    stroke: #C6A36D;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 1
}

.savoirfaire .carte svg .line2 {
    fill: none
}

.savoirfaire .carte .mouton div {
    position: absolute;
    width: 85px
}

.savoirfaire .carte #merinos {
    top: 540px;
    right: 80px
}

.savoirfaire .carte #soie {
    top: 338px;
    right: 210px
}

.savoirfaire .carte #coton {
    top: 318px;
    left: 51%
}

.savoirfaire .carte #kirghizistan {
    top: 250px;
    left: 743px
}

.savoirfaire .carte #ladakh {
    top: 310px;
    left: 768px
}

.savoirfaire .carte #lin {
    top: 240px;
    left: 530px
}

.savoirfaire .carte #mongolie {
    right: 233px;
    top: 240px
}

.savoirfaire .carte #qivuik {
    top: 120px;
    left: 340px
}

.savoirfaire .carte #vigogne {
    top: 490px;
    left: 280px
}

.savoirfaire .carte #mohair {
    bottom: 100px;
    left: 51%
}

.content+.content .destina,
.content+.content .destina .carte {
    height: 391px;
    cursor: pointer
}

.content+.content .carte .mouton,
.content+.content .carte div.ligne,
.content+.content .carte div.texte {
    display: none
}

.content+.content .carte div.infoRollover.autres {
    display: block;
    margin-top: 120px
}

@media all and (max-width: 1100px) {
    #menuSavoirfaire {
        transform: scale(.9, .9)
    }
    #menuSavoirfaire {
        transform: scale(.9, .9)
    }
    #menuSavoirfaire .imbg {
        width: 140%;
        margin-left: -20%;
        height: 110%
    }
    .savoirfaire .carte {
        transform: scale(.8, .8) translate(-130px, 0px)
    }
}

@media all and (max-height: 800px) {
    .menusavoir .inside .verticalCenter {
        margin-top: -20px
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit4.menusavoir {
        height: 100vh
    }
    .menusavoir .inside .verticalCenter {
        width: 97%
    }
    #menuSavoirfaire {
        display: none
    }
    .savoirfaire .inside .column {
        width: 90%;
        margin-left: -5px
    }
    .savoirfaire .number {
        font-size: 200px;
        line-height: 119px
    }
    .savoirfaire .marginTopXXSmall {
        margin-top: 20px
    }
    #origines {
        height: 150vh
    }
    #origines .verticalCenter {
        margin-top: -250px
    }
    .savoirfaire.bg {
        width: 100%;
        overflow-x: scroll;
        overflow-y: none
    }
    .content+.content .destina,
    .content+.content .destina .carte .titre {
        display: block;
        font-size: 32px;
        line-height: 30px
    }
    .content+.content .destina,
    .content+.content .destina .carte .surTitre {
        font-size: 20px
    }
    .content+.content .carte div.infoRollover.autres {
        margin-top: 77px
    }
    .content+.content .destina,
    .content+.content .destina .carte {
        width: 100%;
        transform: none;
        height: 220px
    }
}

.gabarit4.fibres {
    height: 91vh
}

.fibres .column2 {
    max-width: 500px
}

.fibres .column2:nth-child(1) {
    text-align: right
}

.fibres .column2:nth-child(1) h2 {
    width: 300px;
    display: inline-block;
    line-height: 32px;
    font-size: 24px;
    font-family: "Cals";
    font-weight: 600;
    font-style: italic;
    color: #4B4F5B
}

.fibres .column2:nth-child(1) h2.droit {
    font-style: normal
}

.fibres .inside h1 {
    font-size: 60px;
    line-height: 84px;
    letter-spacing: 4px
}

.fibres p {
    text-align: justify;
    color: #696B70;
    margin: 0;
    position: relative;
    z-index: 2
}

.fibres .cadre {
    position: absolute;
    left: -66px;
    right: -66px;
    bottom: -66px;
    top: -66px;
    background-color: white;
    z-index: 1
}

.gabarit1.fibres {
    margin-top: -50px
}

.gabarit5.fibres {
    height: auto
}

.moutonIcon {
    width: 95px;
    margin-top: -30px;
    z-index: 2;
    position: relative;
    height: 95px;
    margin-right: auto;
    margin-left: auto;
    transform: translate3d(0, 0, 0)
}

.moutonIcon div {
    position: absolute;
    width: 95px;
    height: 95px;
    display: none
}

.moutonIcon svg .cercle {
    fill: #FFFFFF;
    fill-opacity: 1
}

.moutonIcon svg .fill {
    fill: #FFFFFF
}

.moutonIcon svg .line {
    fill: #FFFFFF;
    stroke: #C6A36D;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 1
}

.moutonIcon svg .line2 {
    fill: none
}

.gabarit4.fibresspecial {
    height: 450px
}

.gabarit4.fibresspecial .inside>.verticalCenter {
    margin-top: 40px
}

@media (max-height: 700px) {
    .fibres .inside h1 {
        font-size: 43px;
        line-height: 50px
    }
}

@media (max-height: 800px) {
    .fibres .inside h1 {
        font-size: 50px;
        line-height: 60px
    }
}

@media only screen and (max-width: 1000px) {
    .fibres .column2 {
        width: 100%
    }
    .fibres .column2:nth-child(1) {
        text-align: left;
        width: 100%
    }
    .fibres .column2:nth-child(1) h2 {
        margin-right: 40px;
        margin-left: 40px;
        width: auto;
        margin-top: 20px
    }
    .fibres .column2 p {
        margin-right: 40px;
        margin-left: 40px;
        text-align: left;
        margin-top: 20px
    }
    .fibres .inside h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0
    }
    .gabarit4.fibres .inside>.verticalCenter {
        width: 97%
    }
    .gabarit5.fibres.marginTopXXSmall {
        margin-top: 10px
    }
    .gabarit5.fibres {
        margin-top: 0
    }
    .gabarit4.fibresspecial .inside>.verticalCenter {
        width: 97%
    }
    .fibres .cadre {
        top: 0
    }
}

.gabarit4.fibrefil {
    height: 100vh
}

.fibrefil .inside h3 {
    color: white;
    font-size: 36px
}

.fibrefil .inside .verticalCenter {
    margin-top: -25%
}

.fibrefil .number {
    color: #f7f7f7;
    opacity: 0.3;
    line-height: 50px
}

.fibrefil .inside .surTitre {
    line-height: 10px;
    font-size: 26px
}

.gabarit5.fibrefil .etape {
    font-family: 'FrutiC';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #93897F;
    letter-spacing: 0.5px
}

.gabarit5.fibrefil .column2 {
    text-align: left
}

.gabarit5.fibrefil.right .column2 {
    text-align: right
}

.gabarit5.fibrefil .texteEtape {
    width: 250px;
    display: inline-block
}

.gabarit5.fibrefil .texteEtape.big {
    width: 410px
}

.gabarit5.fibrefil h3 {
    font-family: 'Cals';
    font-size: 28px;
    font-weight: 600;
    color: #4B4F5B;
    text-transform: none;
    letter-spacing: normal;
    line-height: 36px
}

.gabarit5.fibrefil p {
    color: #A8A29B
}

@media (max-width: 1280px) {
    .gabarit5.fibrefil .texteEtape.big {
        width: 88%
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit5.fibrefil {
        margin-top: 40px;
        height: auto
    }
    .gabarit5.fibrefil .column {
        width: 100%;
        height: auto
    }
    .gabarit5.fibrefil .column2 {
        width: 100%;
        display: block
    }
    .gabarit5.fibrefil .column img {
        max-width: 100%
    }
    .gabarit5.fibrefil .column2 p {
        margin-bottom: 40px
    }
}

.gabarit4.filtissu {
    height: 100vh
}

.gabarit4.filtissu .number {
    opacity: 0.24;
    line-height: 69px
}

.gabarit4.filtissu .inside h3 {
    font-size: 42px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #E8E8E8
}

.gabarit5.filtissu.special {
    height: 63vh
}

.gabarit5.filtissu.special .column2 {
    vertical-align: middle;
    height: auto;
    width: 33.1%
}

.gabarit5.filtissu.special .column2 h2,
.gabarit5.filtissu.special .column2 p {
    color: white
}

.gabarit5.filtissu .column2:nth-child(1) h2 {
    font-style: normal;
    font-size: 26px;
    z-index: 2;
    position: relative
}

@media only screen and (max-width: 1000px) {
    .gabarit5.filtissu.special {
        height: auto
    }
    .gabarit5.filtissu.special .column2 {
        vertical-align: middle;
        height: auto;
        width: 100%
    }
    .gabarit5.filtissu.special.verticalCenterBefore:before {
        display: none
    }
    .gabarit5.filtissu.special .column2 h2,
    .gabarit5.filtissu.special .column2 p {
        margin-bottom: 10px
    }
}

.gabarit5.info .column2 {
    height: auto;
    vertical-align: middle
}

.gabarit5.info h2 {
    font-weight: 600;
    color: #C9A66D;
    font-size: 21px;
    font-weight: normal
}

.gabarit5.info p {
    font-family: Cals;
    font-weight: 400;
    font-style: italic;
    color: #A6A6A6;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal
}

.gabarit5.info .traitDroit {
    background-color: #D2D2D2;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px
}

.info .button {
    width: 138px;
    margin-top: 10px
}

.info .button+.button {
    margin-left: 10px
}

.gabarit4.propal {
    height: 35vh
}

.gabarit4.propal .inside .verticalCenter {
    margin-top: 0
}

.gabarit4.propal .inside .verticalCenter>h2 {
    line-height: 42px
}

.gabarit4.propal .verticalCenter>h2+.button {
    margin-top: 20px
}

.gabarit4.propal .button {
    width: auto;
    margin-top: 0px
}

.gabarit4.propal .inside .label.verticalCenter {
    margin-top: 4px;
    margin-left: 20px;
    margin-right: 20px
}

input,
textarea {
    border: 0;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-family: "Cals";
    font-weight: 400;
    font-style: italic;
    color: #A3A3A4
}

textarea {
    resize: none;
    overflow-y: hidden
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333
}

.field {
    border: 1px solid #CFCFD5;
    width: 289px;
    height: 34px;
    margin-top: 10px;
    position: relative
}

.field.error {
    border-color: #C9A66D
}

.field.textarea {
    width: 422px;
    height: 166px
}

.field.dark {
    border: 1px solid #9397A1;
    color: #62666D
}

.field.dark .label {
    color: #62666D
}

.field .label {
    position: absolute;
    font-size: 16px;
    font-family: "Cals";
    font-weight: 400;
    font-style: italic;
    color: #A3A3A4;
    margin-top: 7px;
    margin-left: 11px;
    z-index: 0;
    line-height: 26px
}

.field input {
    width: 241px;
    height: 100%;
    display: inline-block;
    margin-left: 10px;
    z-index: 1;
    position: relative
}

.field textarea {
    height: 100%;
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative
}

.field .submit {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-family: "FrutiC";
    font-size: 13px;
    line-height: 38px;
    color: #CFCFD5;
    width: 36px;
    position: absolute;
    right: 0;
    text-align: center
}

.field .submit:hover {
    color: #C9A66D
}

.field .submit .traitDroit {
    background-color: #D2D2D2;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px
}

.button {
    text-align: center;
    border: 1px solid #CFCFD5;
    height: 34px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    cursor: pointer
}

.button.gold {
    border: 1px solid #C9A66D
}

.button.noborder {
    border-color: transparent
}

.button.noborder:hover {
    border-color: transparent
}

.button.goldlight {
    opacity: .6
}

.button+.button {
    margin-left: 15px
}

.button .label {
    font-size: 13px;
    font-family: "FrutiC";
    text-transform: uppercase;
    color: #A3A3A4;
    letter-spacing: 0.5px
}

.button .label.verticalCenter {
    margin-top: 4px;
    margin-left: 30px;
    margin-right: 30px
}

.button .label a {
    color: #A3A3A4
}

.button .label.light a {
    color: #D6D6D6
}

.button .label.white a {
    color: #FFFFFF
}

.button.gold .label a {
    color: #C9A66D
}

.button:hover .label a,
.button .label.select a {
    color: #C9A66D
}

.button:hover {
    border: 1px solid #C9A66D
}

.button.gold:hover {
    border-color: #CFCFD5
}

.button.gold:hover .label a {
    color: #CFCFD5
}

.selectform {
    border: 1px solid rgba(207, 207, 213, 0.37)
}

.selectform .label.verticalCenter {
    margin-left: 20px;
    margin-right: 20px
}

.selectform img {
    margin-left: 20px;
    margin-bottom: 1px
}

.selectform.dark {
    border: 1px solid #9397A1;
    color: #62666D
}

.selectform.dark .label a {
    color: #62666D
}

.selectlist {
    text-align: center;
    border: 1px solid rgba(207, 207, 213, 0.37);
    position: absolute;
    padding: 20px;
    list-style: none;
    background-color: #FFF;
    font-size: 13px;
    font-family: "FrutiC";
    text-transform: uppercase;
    z-index: 6;
    margin-top: -1px;
    color: #A3A3A4;
    letter-spacing: 1px;
    text-align: left
}

.selectlist.dark {
    border: 1px solid #9397A1;
    color: #62666D
}

.selectlist li:nth-of-type(n+2) {
    margin-top: 10px
}

.selectlist li {
    cursor: pointer
}

.selectlist li:hover,
.selectlist li.select {
    color: #C9A66D
}

.checkbox div {
    display: inline-block;
    cursor: pointer
}

.checkbox div input {
    visibility: hidden
}

.checkbox .box {
    border: 1px solid #CFCFD5;
    width: 17px;
    height: 17px;
    background-color: white;
    position: relative
}

.checkbox.dark .box {
    border: 1px solid #62666D
}

.checkbox .label {
    margin-left: 15px;
    font-size: 16px;
    font-family: "Cals";
    font-weight: 400;
    font-style: italic;
    color: rgba(146, 150, 160, 0.58)
}

.checkbox.dark .label {
    color: #62666D
}

.checkbox .box svg {
    position: absolute;
    width: 14px;
    z-index: 5;
    top: 3px;
    left: 2px
}

.checkbox .box svg polyline {
    stroke: #4B4F5B
}

.radio {
    display: inline-block;
    cursor: pointer;
    height: 23px
}

.radio div input {
    visibility: hidden
}

.radio .box {
    border: 1px solid #CFCFD5;
    width: 17px;
    height: 17px;
    background-color: white;
    position: relative;
    display: inline-block
}

.radio.dark .box {
    border: 1px solid #62666D;
    border-radius: 17px
}

.radio .label {
    margin-left: 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Cals";
    font-weight: 400;
    font-style: italic;
    color: rgba(146, 150, 160, 0.58);
    line-height: 12px
}

.radio.dark .label {
    color: #62666D
}

.radio .box .point {
    position: absolute;
    width: 5px;
    height: 5px;
    z-index: 5;
    top: 5px;
    left: 5px;
    background-color: #9397A1;
    border: 1px solid #9397A1;
    border-radius: 5px
}

.radio+.radio {
    margin-left: 26px
}

@media only screen and (max-width: 1000px) {
    .gabarit4.propal .inside .verticalCenter>h2 {
        font-size: 25px;
        line-height: 20px
    }
    .gabarit4.propal .inside .surTitre {
        font-size: 18px
    }
}

.gabarit4.mesure h1 {
    font-size: 60px;
    letter-spacing: 6px
}

.gabarit4.mesure .inside>.verticalCenter {
    margin-top: 0
}

.gabarit5.mesure {
    z-index: 2
}

.gabarit5.mesure p {
    font-size: 16px;
    color: #62666D
}

.gabarit5.mesure .column2.left {
    text-align: left
}

.gabarit5.mesure .column2.right {
    text-align: right
}

.gabarit5.mesure .column2>.verticalCenter {
    text-align: center
}

.gabarit5.mesure .column3 .special {
    width: 330px;
    display: inline-block
}

.gabarit5.mesure .column3 .special2 {
    width: 370px;
    display: inline-block
}

.gabarit5.mesure .column3 h4 {
    color: #C9A66D;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    margin: 0
}

.gabarit5.mesure .column3 .special p {
    margin: 0;
    color: #858993;
    margin-top: 5px
}

.gabarit5.mesure .special2 h4 {
    color: #4B4F5B;
    font-style: normal;
    font-size: 24px;
    font-family: CalsB;
    line-height: 46px
}

.gabarit5.mesureproduit h2 {
    font-size: 29px;
    font-family: 'Cals';
    font-weight: 400;
    line-height: 30px
}

.gabarit5.mesureproduit h2 .sstitre {
    font-size: 24px;
    color: #4B4F5B
}

.gabarit5.mesureproduit p {
    max-width: 300px
}

.mesure .inter {
    font-size: 32px;
    line-height: 48px
}

nav.mesure {
    text-align: center;
    border-top: 1px solid rgba(239, 239, 239, 0.49);
    border-bottom: 1px solid rgba(239, 239, 239, 0.49);
    width: 707px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px
}

nav.mesure a:nth-of-type(n+2) {
    margin-left: 106px
}

nav.mesure a:nth-of-type(1) svg {
    width: 161px
}

nav.mesure a:nth-of-type(2) svg {
    width: 148px
}

nav.mesure a>svg {
    width: 185px;
    height: 57px
}

nav.mesure svg path {
    fill: inherit
}

nav.mesure .autresoffres {
    font-family: FrutiC;
    text-transform: uppercase;
    font-size: 13px;
    color: #969697;
    letter-spacing: 0.5px
}

nav.mesure .autresoffres a {
    font-family: 'Cals';
    text-transform: none;
    font-size: 25px;
    color: #9F9FA0;
    letter-spacing: 0;
    margin-top: 10px
}

nav.mesure .autresoffres a:nth-of-type(2) {
    margin-left: 60px
}

@media only screen and (max-width: 1000px) {
    .gabarit4.mesure.marginNegativeTopXSmall {
        margin-top: 35px
    }
    .gabarit4.mesure>.verticalCenterBefore:before {
        display: none
    }
    .gabarit4.mesure .inside {
        position: relative;
        height: 100%
    }
    .gabarit4.mesure .inside>.verticalCenter {
        width: 100%;
        z-index: 3;
        display: block;
        top: 50%;
        margin-top: -40px;
        opacity: 1
    }
    .mesure .inter {
        font-size: 20px;
        line-height: 29px;
        display: block;
        width: 90%;
        margin: 0 auto
    }
    .gabarit4.mesure .inside>.verticalCenter .traitDroit {
        margin-top: 10px;
        display: none
    }
    .gabarit4.mesure h1 {
        font-size: 35px;
        letter-spacing: 1px
    }
    .gabarit4.mesure .inside.gab1 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: relative
    }
    .gabarit5.mesure.fibres:nth-of-type(3) {
        margin-top: -30px
    }
    .gabarit5.mesure.fibres,
    .gabarit5.mesure.mesureproduit {
        margin-top: 40px
    }
    .gabarit5.mesure .column2 .button {
        margin-bottom: 50px;
        margin-top: 0px
    }
    .gabarit5.mesure {
        margin-top: 0;
        height: auto
    }
    .gabarit5.mesure .column {
        width: 100%;
        height: auto
    }
    .gabarit5.mesure .column2 {
        width: 100%;
        display: block
    }
    .gabarit5.mesure .column img {
        max-width: 100%
    }
    .gabarit5.mesure .column2 p {
        margin-bottom: 40px
    }
    .gabarit5.mesure .column {
        width: 100%
    }
    .gabarit5.mesure .column2 {
        width: 100%
    }
    .gabarit5.mesure .column2>.verticalCenter .marginSmall {
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }
    .gabarit5.mesure .column2:nth-child(1) {
        text-align: left
    }
    .gabarit5.mesure .column2:nth-child(1) h2 {
        margin-right: 40px;
        margin-left: 40px;
        width: auto;
        text-align: left
    }
    .gabarit5.mesure .column2 p {
        margin-right: 40px;
        margin-left: 40px;
        text-align: left;
        margin-top: 40px
    }
    .gabarit5.mesure .inside h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0
    }
    .gabarit5.mesure .column3 {
        width: 100%
    }
    .gabarit5.mesure .column3 .special {
        width: auto
    }
    .gabarit5.mesure .column3+.column3 {
        margin-top: 20px
    }
    nav.mesure {
        width: 100%;
        margin-top: 0
    }
    nav.mesure a {
        display: block
    }
    nav.mesure a:nth-of-type(n+2) {
        margin: 0
    }
    nav.mesure a:nth-of-type(n+3) {
        margin: 0
    }
    nav.mesure .autresoffres a:nth-of-type(2) {
        margin-left: 0
    }
    .gabarit5.mesure .imageColor {
        position: relative;
        height: 50vh
    }
    #offreceremonie .fibres .button,
    #offreaccessoires .fibres .button {
        margin-bottom: 10px;
        margin-left: 40px;
        margin-right: 40px;
        display: block
    }
}

section.lookbook {
    background-color: #EDEDED
}

.gabarit4.lookbook {
    z-index: 1
}

.gabarit4.lookbook .inside h1 {
    font-size: 48px
}

.gabarit6.lookbook {
    transform: translate3d(0, 0, 0);
    margin-top: -30vh;
    z-index: 2
}

.gabarit6.lookbook .surTitre {
    font-size: 31px;
    line-height: 25px;
    display: inline-block
}

.gabarit6.lookbook h2 {
    font-size: 39px;
    font-family: 'ChroDispR';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px
}

.gabarit6.lookbook h2 a {
    color: white
}

.gabarit6.lookbook .inside .rectangle .content {
    text-align: center
}

.gabarit6.lookbook .text {
    text-align: center
}

@media only screen and (max-width: 1000px) {
    .gabarit4 {
        height: 90vh
    }
    .gabarit4.lookbook .inside>.verticalCenter {
        width: 97%;
        margin-top: 60px
    }
    .gabarit4.lookbook .inside h1 {
        font-size: 40px;
        margin-left: 20px;
        margin-right: 20px
    }
    .gabarit6.lookbook {
        margin-top: 0
    }
    .gabarit6.lookbook .inside {
        width: 100%;
        margin: 0
    }
    .gabarit6.lookbook .inside .column {
        width: 100%
    }
    .gabarit6.lookbook .inside .column:nth-child(2) {
        margin-top: -80px
    }
    .gabarit6.lookbook .inside .column:nth-child(1) .rectangle {
        margin: 0;
        width: 100%
    }
    .gabarit6.lookbook .inside .column:nth-child(2) .rectangle {
        margin: 0;
        width: 100%
    }
    .gabarit6.lookbook h2 {
        font-size: 30px;
        line-height: 30px
    }
}

.gabarit5.lookdetail {
    height: 100vh
}

.gabarit5.lookdetail .column3 {
    vertical-align: middle;
    height: auto
}

.gabarit5.lookdetail .column3:nth-child(1) {
    overflow: hidden;
    background-color: #d7d9d8;
    background-image: url('/img/bglook.jpg');
    vertical-align: bottom;
    height: 100vh
}

.gabarit5.lookdetail .column3 .image {
    line-height: 0;
    height: 100%
}

.gabarit5.lookdetail .column3>.content {
    width: 500px;
    margin: 0 auto;
    margin-top: 50px
}

.gabarit5.lookdetail .number {
    font-family: "Cals";
    font-size: 208px;
    color: #EEEEEE;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
    line-height: 198px;
    font-weight: normal
}

.gabarit5.lookdetail h1 {
    font-size: 39px;
    font-family: 'ChroDispR';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 39px
}

.gabarit5.lookdetail .traitDroit {
    height: 20px
}

.gabarit5.lookdetail p {
    color: #696B70
}

.gabarit5.lookdetail .description {
    position: relative;
    height: 430px
}

.gabarit5.lookdetail .vignette {
    position: absolute;
    width: 100%
}

.gabarit5.lookdetail .vignette .imageDetails {
    width: 405px;
    height: 269px;
    margin: 0 auto;
    overflow: hidden
}

.gabarit5.lookdetail figure:nth-child(n+2) {
    display: none
}

.gabarit5.lookdetail .vignette img {
    max-height: 270px
}

.gabarit5.lookdetail .menuVignette {
    font-family: 'FrutiC';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px
}

.gabarit5.lookdetail .menuVignette a {
    color: #6F6F77
}

.gabarit5.lookdetail .menuVignette a:hover {
    color: #C9A66D
}

.gabarit5.lookdetail .menuVignette a.select {
    color: #C9A66D
}

.gabarit5.lookdetail .menuVignette a:nth-of-type(n+2) {
    margin-left: 31px
}

.gabarit5.lookdetail h4 {
    font-size: 24px;
    font-family: 'CalsB';
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0;
    margin-top: 30px
}

.gabarit5.lookdetail .vignette p {
    color: #929293;
    text-align: left;
    margin: 0;
    margin-top: 10px
}

#crossLink {
    display: none
}

@media all and (max-height: 900px) {
    .gabarit5.lookdetail {
        height: auto
    }
    .gabarit5.lookdetail .column3,
    .gabarit5.lookdetail .column3:nth-child(1) {
        height: 144vh
    }
    .gabarit5.lookdetail .column3:nth-child(1) {
        vertical-align: top
    }
    .gabarit5.lookdetail .column3 .image img {
        max-width: none
    }
    .gabarit5.lookdetail .column3 .image {
        width: 100%;
        height: 100%;
        position: relative
    }
    .gabarit5.lookdetail .column3>.content {
        margin-top: 170px;
        margin-bottom: 70px
    }
    .gabarit5.lookdetail .marginTopXSmall {
        margin-top: 33px
    }
    .gabarit5.lookdetail .marginTopXXSmall {
        margin-top: 29px
    }
}

@media all and (max-width: 1024px) {
    .gabarit5.lookdetail .vignette {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit5.lookdetail .column3 {
        width: 100%;
        height: auto
    }
    .gabarit5.lookdetail .column3>.content {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px
    }
    .gabarit5.lookdetail .surTitre {
        font-size: 18px;
        line-height: 30px
    }
    .gabarit5.lookdetail h1 {
        font-size: 30px;
        line-height: 30px
    }
    .gabarit5.lookdetail .number {
        line-height: 140px
    }
    .gabarit5.lookdetail p {
        margin-left: 20px;
        margin-right: 20px
    }
    .gabarit5.lookdetail .menuVignette a:nth-of-type(n+2) {
        margin-left: 15px
    }
    .gabarit5.lookdetail .vignette {
        margin-left: 0;
        margin-right: 0;
        position: relative
    }
    .gabarit5.lookdetail .vignette .imageDetails {
        width: 100%;
        margin: 0
    }
    .gabarit5.lookdetail figure h4 {
        display: none
    }
    .gabarit5.lookdetail figure p {
        display: none
    }
    .gabarit5.lookdetail .description {
        height: auto
    }
    .gabarit5.lookdetail .vignette img {
        height: auto
    }
}

nav.journal {
    position: absolute;
    z-index: 8;
    width: 18%;
    z-index: 6;
    top: 100vh
}

#menujournal {
    position: relative;
    text-align: right;
    width: 100%;
    right: 0px;
    top: 114px
}

#menujournal li {
    color: #87878C;
    text-transform: uppercase;
    font-family: 'FrutiC';
    font-size: 13px;
    letter-spacing: 0.5px
}

#menujournal li a {
    color: #87878C;
    display: block;
    padding: 10px
}

#menujournal.lighten li a {
    color: white
}

#menujournal li a.select,
#menujournal li a:hover {
    color: #C9A66D
}

#menujournal.light li {
    color: white
}

.gabarit4.journal .inside>.verticalCenter {
    margin-top: 40px;
    cursor: default
}

.gabarit4.journal .inside h1 {
    font-size: 60px;
    width: 850px
}

.gabarit4.journal .inside .surTitre {
    color: white
}

.gabarit6.journal {
    margin-top: -30vh;
    z-index: 5
}

.gabarit6.journal .inside .rectangle .content {
    text-align: center;
    background: transparent
}

.gabarit6.journal .inside .rectangle.color1 {
    background-color: #24262D
}

.gabarit6.journal .inside .rectangle.color2 {
    background-color: #C9A66D
}

.gabarit6.journal .surTitre {
    font-size: 24px;
    line-height: 25px;
    color: white;
    font-weight: normal;
    opacity: .9
}

.gabarit6.journal .surTitre+h2 {
    margin-top: 15px
}

.gabarit6.journal h2 {
    font-size: 29px;
    font-family: 'ChroDispL';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 35px
}

.gabarit6.journal h2 a {
    color: white
}

.gabarit6.journal .text {
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 167px;
    display: inline-block
}

.gabarit6.journal .paragraphe {
    z-index: 2;
    color: white;
    position: absolute;
    bottom: 61px;
    margin-left: 45px;
    margin-right: 45px;
    text-align: left;
    letter-spacing: 0.1px
}

.gabarit6.journal .inside .carre .text {
    margin-top: 0px
}

.gabarit6.journal .carre.social .date {
    font-family: 'FrutiC';
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: none
}

.gabarit6.journal .carre.social p {
    color: white;
    text-align: left;
    letter-spacing: 0.1px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px
}

.gabarit6.journal .carre.social .button {
    position: absolute;
    margin-left: 10px;
    z-index: 2;
    bottom: 20px;
    right: 10px;
    visibility: hidden
}

.gabarit6.journal .rectangle.color2 .button .label a {
    color: white
}

@media all and (max-width: 1600px) {
    .gabarit4.journal .inside h1 {
        font-size: 55px
    }
    nav.journal {
        width: 13%;
        top: 120vh
    }
}

@media all and (max-width: 1200px) {
    .gabarit4.journal .inside h1 {
        font-size: 45px
    }
    .gabarit6 .inside .column {
        width: 44%
    }
    .gabarit6 .inside .column:nth-child(1) .rectangle {
        margin-left: -20px
    }
    .gabarit6 .inside .column:nth-child(2) .rectangle {
        margin-left: 30px
    }
    .gabarit6 .inside .rectangle {
        height: 530px
    }
    .gabarit6 .inside .rectangle.carre {
        height: 350px
    }
    .gabarit6 .inside .rectangle:nth-child(n+2) {
        margin-top: 50px
    }
}

@media all and (max-width: 1000px) {
    .gabarit4.journal {
        height: 100vh
    }
    .gabarit4.journal .inside>.verticalCenter {
        width: 97%
    }
    .gabarit4.journal .inside h1 {
        font-size: 32px;
        width: auto
    }
    .gabarit6.journal {
        margin-top: 0
    }
    .gabarit6.journal .inside {
        width: 100%;
        margin: 0
    }
    .gabarit6.journal .inside .column {
        width: 100%
    }
    .gabarit6.journal .inside .column:nth-child(2) {
        margin-top: 0
    }
    .gabarit6.journal .inside .column:nth-child(1) .rectangle {
        margin: 0;
        width: 100%
    }
    .gabarit6.journal .inside .column:nth-child(2) .rectangle {
        margin: 0;
        width: 100%
    }
    .gabarit6.journal h2 {
        font-size: 30px;
        line-height: 30px
    }
    .gabarit6.journal .social {
        display: none
    }
    nav.journal {
        display: none
    }
}

.gabarit4.articlehead {
    height: 90vh
}

.gabarit4.articlehead.pasimage .inside .surTitre,
.gabarit4.articlehead.pasimage .inside h1 {
    color: #C9A66D
}

.gabarit4.articlehead .inside>.verticalCenter {
    cursor: default
}

.gabarit4.articlehead .inside h1 {
    line-height: 70px
}

.gabarit4.articlehead .inside .surTitre {
    display: inline-block
}

.gabarit4.articlehead .inside .surTitre:first-letter {
    text-transform: uppercase
}

nav.article {
    position: absolute;
    z-index: 8;
    margin-top: 50px;
    left: 58px;
    color: #87878C;
    text-transform: uppercase;
    font-family: 'FrutiC';
    font-size: 13px;
    letter-spacing: 0.5px
}

nav.article a {
    color: #87878C;
    line-height: 19px;
    margin-left: 10px
}

nav.article a:hover {
    color: #C9A66D
}

nav.article .flecheBas {
    transform: rotate(90deg);
    transform-origin: 1px 7px;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    width: 20px
}

nav.article .flecheBas div {
    height: 11px;
    background-color: #969697
}

.gabarit5.article aside.column2,
.article .social {
    text-align: left;
    color: #C3C3C3;
    line-height: 22px
}

.gabarit5.article aside.column2 svg path {
    fill: #C3C3C3
}

.gabarit5.article aside.column2 a,
.article .social a {
    line-height: 44px
}

.gabarit5.article aside.column2 a:nth-of-type(n+2) {
    margin-left: 14px
}

.gabarit5.article aside.column2 #facebook2,
.article .social #facebook3 {
    width: 7px
}

.gabarit5.article aside.column2 #instagram2,
.article .social #instagram3 {
    width: 13px
}

.gabarit5.article aside.column2 #pinterest2,
.article .social #pinterest3 {
    width: 12px
}

.gabarit5.article aside.column2 #twitter2,
.article .social #twitter3 {
    width: 15px
}

.gabarit5.article aside.column2 .petittitre,
.article .social .petittitre {
    font-family: 'ChroDispL';
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    display: block;
    letter-spacing: 1px
}

.gabarit5.article aside.column2 .cat,
.article .social .cat {
    font-family: 'FrutiC';
    font-size: 13px;
    letter-spacing: 0.5px
}

.article .social .petittitre {
    color: #696B70;
    font-size: 16px
}

.article .social svg path {
    fill: #696B70
}

.article .social a:nth-of-type(n+2) {
    margin-left: 30px
}

.gabarit5.article .column2 p a {
    color: #C9A66D
}

.gabarit5.article .column2 p a:hover {
    color: #24262B
}

.gabarit5.articlenext {
    background-color: #F3F3F3;
    height: auto
}

.gabarit5.articlenext h2 {
    font-family: 'ChroDispL';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 47px;
    color: #D7D7D7;
    letter-spacing: 2px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 500px
}

.gabarit5.articlenext h2 a {
    color: #C9A66D
}

.gabarit5.articlenext .margeAll {
    margin-bottom: 60px
}

@media only screen and (max-width: 1000px) {
    .gabarit5.article aside.column2 .marginLeftSmall {
        text-align: center;
        margin: 0;
        margin-top: 30px
    }
    .gabarit4.articlehead .inside h1 {
        line-height: 32px
    }
    nav.article {
        left: 20px;
        position: relative;
        margin-top: 20px
    }
    nav.article~.traitDroit {
        display: none
    }
    .gabarit5.articlenext .margeAll {
        margin: 10px
    }
    .gabarit5.articlenext .surTitre {
        font-size: 18px;
        line-height: 20px
    }
    .gabarit5.articlenext h2 {
        font-size: 16px;
        width: auto;
        line-height: 17px
    }
    .gabarit5.articlenext.verticalCenterBefore:before {
        display: none
    }
    .gabarit5.articlenext .column3 {
        vertical-align: middle
    }
}

.gabarit1.contact .inside h1 {
    font-size: 50px
}

.gabarit5.contact {
    height: auto
}

.gabarit5.contact .contactInfo,
.gabarit4.carte .contactInfo {
    width: 334px;
    text-align: left;
    border: 1px solid transparent;
    margin: auto
}

.gabarit5.contact .contactInfo.light,
.gabarit5.contact .contactInfo.over {
    /*border: 1px solid rgba(201, 166, 109, 0.33)*/
}

.gabarit5.contact .contactInfo.light h2,
.gabarit5.contact .contactInfo.over h2 {
    color: #C9A66D
}

.gabarit5.contact .contactInfo>div,
.gabarit4.carte .contactInfo>div {
    margin-top: 64px;
    margin-bottom: 58px;
    margin-left: 55px;
    margin-right: 55px
}

.gabarit5.contact h2,
.gabarit4.carte h2 {
    line-height: 32px;
    font-size: 29px;
    font-family: "CalsB";
    font-weight: normal;
    color: #4B4F5B;
    letter-spacing: 0;
    text-transform: none
}

.gabarit5.contact h3,
.gabarit4.carte h3 {
    margin-top: 20px;
    margin-bottom: 3px;
    color: #A3A3A4;
    font-family: 'FrutiC';
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase
}

.gabarit5.contact p,
.gabarit4.carte p {
    color: #A3A3A4;
    font-family: 'FrutiC';
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
    line-height: 18px;
    font-weight: normal;
    margin: 0
}

.gabarit5.contact .column2 p:nth-of-type(1),
.gabarit4.carte p:nth-of-type(1) {
    margin-top: 20px
}

.gabarit5.contact .column2 .tel,
.gabarit4.carte .tel {
    font-size: 13px;
    letter-spacing: 1px
}

.gabarit5.contact .column2 .horaires,
.gabarit4.carte .horaires {
    color: #4B4F5B;
    line-height: 20px
}

.gabarit5.contact .button,
.gabarit4.carte .button {
   /* width: 100px;*/
    margin-top: 31px
}

.gabarit5.contact .button .label.verticalCenter,
.gabarit4.carte .button .label.verticalCenter {
    margin-top: 4px;
    margin-left: 22px;
    margin-right: 22px
}

.gabarit4.carte .button {
    display: none
}

.gabarit5.contact .column2 .button+.button {
    margin-left: 12px
}

.gabarit4.carte {
    height: 70vh
}

.gabarit5.contactpro {
    height: 100vh
}

.gabarit5.contactpro .inside {
    text-align: center;
    margin-top: 144px;
    margin-bottom: 98px;
    margin-left: 58px;
    margin-right: 58px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.gabarit5.contactpro .inside .legend {
    position: absolute;
    bottom: 40px;
    left: -216px;
    z-index: 5;
    padding-right: 6px;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 6px;
    background-color: #e0e0e0;
    border: 1px dashed rgb(181, 181, 181)
}

.gabarit5.contactpro .inside .legend .show .icon,
.gabarit5.contactpro .inside .legend .distri .icon {
    background-image: url("/img/flag-map-dormeuil.svg");
    width: 33px;
    height: 38px;
    overflow: hidden;
    display: inline-block;
    background-position: -1px 0
}

.gabarit5.contactpro .inside .legend .distri .icon {
    background-position: 33px 0px
}

.gabarit5.contactpro .inside .legend .button {
    margin-top: 0;
    width: auto;
    vertical-align: top;
    top: 0
}

.gabarit5.contactpro .inside .legend .show .button .label a {
    color: #C9A66D
}

.gabarit5.contactpro .inside .legend .distri .button .label a {
    color: #62666D
}

.gabarit5.contactpro .column2 {
    background-color: #24262D
}

.gabarit5.contactpro .column2 p:nth-of-type(1) {
    margin-top: 0
}

.gabarit5.contactpro .bordure {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    border: 1px solid rgba(201, 166, 109, 0.33) !important;
}

.gabarit5.contactpro .contactInfo {
    width: 100%;
    height: 100%
}

.gabarit5.contactpro .contactInfo>div {
    text-align: center
}

.gabarit5.contactpro h2 {
    text-align: left
}

.gabarit5.contact .contactInfo.light h2:nth-of-type(2) {
    margin-top: 20px
}

.gabarit5.contactpro h3 {
    color: #62666D
}

.gabarit5.contactpro .titreor {
    color: #C9A66D;
    font-size: 14px
}

.gabarit5.contactpro .column2 .button {
    width: auto;
    margin: 0 0 2em;
    position: relative;
}

.gabarit5.form .column2+.column2 {
    text-align: left
}

.gabarit5.form .column2+.column2 p {
    margin-top: 35px
}

.form .field .label {
    color: rgba(146, 150, 160, 0.58)
}

.form .field.dark .label {
    color: #62666D
}

.form .field.size1 {
    width: 135px
}

.form .field.size1 input {
    width: 116px
}

.form .field.size2 {
    width: 176px
}

.form .field.size2 input {
    width: 156px
}

.form .field.size3 {
    width: 330px
}

.form .field.size3 input {
    width: 300px
}

.form .field {
    display: inline-block;
    vertical-align: top
}

.form .field,
.form .checkbox {
    margin-top: 15px
}

.form .textarea {
    margin-top: 5px
}

.form .radio {
    margin-top: 20px
}

.form .submit {
    margin-top: 15px
}

.form .notsent {
    display: inline-block
}

.form .notsent p {
    margin: 0
}

.gabarit5.form .column2+.column2 .notsent p {
    margin: 0;
    margin-left: 20px;
    color: #62666D
}

.gabarit5.form .column2+.column2 .sent p {
    margin-top: 15px
}

.form .sent {
    color: #C9A66D
}

.form .error {
    border: 1px solid #C9A66D
}

@media all and (max-height: 900px),
all and (max-width: 1450px) {
    .gabarit4.carte {
        height: 96vh
    }
    .gabarit5.contactpro .inside {
        margin-bottom: 50px
    }
    .gabarit5.contact h2 {
        font-size: 20px
    }
    .gabarit5.contactpro .contactInfo>div {
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 30px
    }
    .gabarit5.contactpro h3 {
        margin-top: 1px;
        margin-bottom: 0
    }
    .gabarit5.contactpro .column2 .button {
        top: -56px
    }
}

@media all and (max-height: 768px) {
    .gabarit5.contact div[data-name='france'] h2 {
        display: none
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit1.contact .inside h1 {
        font-size: 32px
    }
    .gabarit5.form {
        margin-top: 20px
    }
    .gabarit5.form .column2:nth-child(1) {
        text-align: center
    }
    .gabarit5.form .column2:nth-child(1) h2 {
        text-align: center
    }
    .gabarit5.form .column2+.column2 h2 {
        text-align: center
    }
    .gabarit5.form .column2+.column2 {
        text-align: center
    }
    .gabarit5.form .column2+.column2 .button {
        margin-top: 20px
    }
    .gabarit5.form .column2+.column2 p {
        margin-top: 25px
    }
    .gabarit5.form .column2+.column2 .selectlist {
        width: 100%
    }
    .gabarit5.form .column2+.column2 .selectlist li {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .gabarit5.form .column2+.column2 .field {
        width: 250px
    }
    .gabarit5.form .column2+.column2 [data-name='sujet'] {
        width: 250px;
        display: block
    }
    .gabarit5.form .column2+.column2 .field input {
        width: 237px
    }
    .gabarit5.form .column2+.column2 .field.marginLeftVSmall {
        margin-left: 0
    }
    .gabarit5.form .column2+.column2 .submit {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 140px
    }
    .gabarit4.carte .contactInfo {
        width: auto
    }
    .gabarit4.carte .contactInfo>div {
        margin: 0;
        width: auto
    }
    .gabarit4.carte .contactInfo>div h2 {
        font-size: 20px;
        line-height: 20px
    }
    .gabarit4.carte .contactInfo>div * {
        margin-left: 0
    }
    .gabarit4.carte .contactInfo>div p {
        margin-top: 5px
    }
    .gabarit4.carte .contactInfo>div h3 {
        margin-top: 10px
    }
    .gabarit4.carte .contactInfo>div .button {
        margin-top: 10px
    }
    .gabarit4.carte {
        height: 70vh
    }
    #mapgtissu {
        height: 50vh
    }
    .gabarit5.contactpro {
        height: auto
    }
    .gabarit5.contactpro .inside .legend {
        display: none
    }
    .gabarit5.contactpro .contactInfo>div {
        margin-left: 10px;
        margin: 20px
    }
    .gabarit5.contactpro .column2 {
        height: auto
    }
    .gabarit5.contactpro .inside {
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 20px;
        height: auto;
        position: relative
    }
    .gabarit5.contactpro .bordure {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
    .gabarit5.contactpro .column2 .button {
        top: 0;
        margin-top: 14px;
        margin-bottom: 14px
    }
    .gabarit5.contactpro .contactInfo.light {
        border: 0
    }
}

.gabarit1.histoire {
    z-index: 5;
    background-color: white
}

.gabarit1.histoire h1 {
    font-size: 46px;
    color: rgb(36, 38, 45)
}

.gabarit1.histoire .inside>.verticalCenter {
    margin-top: 0;
    transform: translate3d(0, 0, 0)
}

.gabarit1.histoire .flecheBas {
    position: absolute;
    bottom: 50px;
    left: 50%
}

.gabarit1.histoire .flecheBas div {
    position: absolute;
    transform-origin: 0.5px 0.5px
}

.gabarit1.histoire .inside .imageColor {
    opacity: .5
}

.gabarit4.animHistoire {
    height: 100vh
}

.gabarit4.histoire {
    position: relative;
    z-index: 3
}

.gabarit4.histoire .inside {
    overflow: visible
}

.gabarit4.histoire .inside>.verticalCenter {
    margin-top: 0
}

.gabarit4.histoire .imageDroite,
.gabarit4.histoire .imageGauche {
    width: 30vw;
    height: 60vh;
    max-width: 576px;
    max-height: 659px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    z-index: 2
}

.gabarit4.histoire .imageDroite {
    margin-left: 6%
}

.gabarit4.histoire .textebg {
    background-color: #B6936D;
    position: relative
}

.gabarit4.histoire .textebg .textHistoire {
    position: absolute;
    bottom: 110px;
    left: 60px;
    right: 60px;
    text-align: left
}

.gabarit4.histoire .imageColor {
    z-index: 1
}

.gabarit4.histoire .big {
    width: 60vw;
    top: 50%;
    margin-top: -30vh
}

.gabarit4.histoire .textAnim {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 50%;
    width: 350px;
    z-index: 2
}

.histoire .textHistoire {
    font-family: ChroDispL;
    font-size: 31px;
    font-style: italic;
    font-weight: normal;
    line-height: 40px
}

.histoire .textHistoire2 {
    font-family: ChroDispL;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 29px
}

.histoire.cercledate {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    pointer-events: none
}

.histoire.cercledate .date {
    font-family: ChroDispL;
    font-size: 141px;
    font-style: italic;
    font-weight: normal;
    line-height: 142px;
    margin-top: 12px;
    width: 345px
}

.histoire.cercledate .soustext {
    color: #E6C496;
    font-weight: 400;
    font-style: italic;
    font-size: 23px;
    margin: 0;
    margin-right: 7px;
    display: none
}

.cerclehis {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    height: 100vh;
    pointer-events: none
}

.cerclehis svg {
    position: relative;
    width: 530px;
    top: 50%;
    margin: 0 auto;
    margin-top: -250px;
    height: 530px
}

.histoirebg {
    background-color: #24262D;
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100%;
    top: 0;
    background-image: url('/img/histoire/bg.png');
    pointer-events: none;
    display: none
}

@media all and (max-width: 1400px) {
    .gabarit1.histoire h1 {
        font-size: 42px;
        margin-left: 60px;
        margin-right: 60px
    }
}

@media all and (max-width: 1100px) {
    .histoire .textHistoire {
        font-size: 25px;
        max-width: 190px
    }
    .histoire .textHistoire2 {
        font-size: 20px;
        max-width: 250px
    }
}

@media all and (max-width: 1000px) {
    .histoire.cercledate .date {
        font-size: 90px;
        opacity: .8;
        overflow: visible;
        width: 200px
    }
    .cerclehis {
        display: none
    }
    .gabarit4.histoire .imageDroite,
    .gabarit4.histoire .imageGauche {
        width: 200px;
        height: 220px
    }
    .gabarit4.histoire .textAnim {
        width: 100px;
        display: none
    }
    .histoire .textHistoire2 {
        font-size: 15px;
        max-width: 150px;
        line-height: 21px
    }
    .histoire .textHistoire {
        font-size: 18px;
        max-width: 150px;
        line-height: 21px
    }
}

.gabarit1.gammeshome .inside {
    background-position: 0 0
}

.gabarit1.gammeshome .inside .imageColor {
    top: 10px;
    bottom: 10px;
    overflow: hidden
}

.gabarit1.gammeshome .lettre {
    cursor: pointer;
    z-index: 8
}

.gabarit1.gammeshome .lettre svg {
    width: 460px;
    height: 500px;
    transform: translate3d(0, 0, 0)
}

.gabarit1.gammeshome .lettre svg text {
    font-size: 410px
}

.gabarit1.gammeshome .nomtissu {
    position: absolute;
    width: 400px;
    bottom: 100px;
    right: 120px;
    z-index: 2;
    text-align: right
}

.gabarit1.gammeshome .nomtissu h1 {
    text-transform: none;
    font-size: 42px;
    font-style: italic;
    color: #C8A56D
}

.gabarit1.gammeshome .nomtissu h1 a {
    color: #C9A66D
}

.gabarit1.gammeshome .nomtissu p {
    text-transform: none;
    font-style: italic;
    font-family: 'Cals';
    font-size: 20px;
    margin: 0;
    width: 320px;
    text-align: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    line-height: 27px;
    display: none
}

.gabarit1.gammeshome .tissuvolant,
.gabarit1.gammeshome .tissuvolant2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 200px;
    height: 200px;
    z-index: 3;
    transform: translate3d(0, 0, 0)
}

.gabarit1.gammeshome .tissuvolant2 {
    width: 230px;
    height: 230px
}

.gabarit1.gammeshome .button {
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -84px
}

.gabarit1.gammeshome .button {
    border: 1px solid #C9A66D;
    color: #C9A66D
}

.gabarit1.gammeshome .button .label a {
    color: #C9A66D
}

.gabarit1.gammeshome .button:hover {
    border-color: #CFCFD5
}

.gabarit1.gammeshome .button:hover .label a {
    color: #CFCFD5
}

.gabarit4.gamme .inside>.verticalCenter {
    margin-top: 160px
}

.gabarit4.gamme {
    height: 70vh
}

.gabarit4.gamme h1 {
    font-size: 60px
}

.gabarit4.gamme .inside .surTitre {
    color: white;
    font-size: 19px;
    font-weight: normal;
    font-sytle: italic;
    display: inline-block;
    margin-top: 10px
}

.gabarit4.gamme .inside .imageColor img {
    opacity: .7
}

.gabarit4.gamme .info {
    font-family: 'FrutiC';
    font-weight: normal;
    font-size: 14px;
    color: white;
    margin-top: 27px;
    letter-spacing: 1px
}

.gabarit5.gamme.menu {
    margin-left: 136px;
    margin-right: 136px
}

.gabarit5.gamme.menu .column2:first-child {
    text-align: left
}

.gabarit5.gamme.menu .column2:last-child {
    text-align: right
}

.gabarit5.gamme {
    height: auto
}

.gabarit5.gamme .flecheRetour {
    transform: rotate(90deg);
    transform-origin: -6px 13px;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    width: 20px
}

.gabarit5.gamme .flecheRetour div {
    height: 11px;
    background-color: #969697
}

.gabarit5.gamme .flecheRetour div:nth-child(2) {
    height: 10px
}

.gabarit5.gamme .button.retour .label.verticalCenter {
    margin-left: 10px;
    margin-right: 0
}

.gabarit5.gamme .button.retour .label.verticalCenter {
    margin-left: 10px;
    margin-right: 0
}

.gabarit5.listetissu {
    height: auto;
    margin-left: 136px;
    margin-right: 136px
}

.gabarit5.listetissu .column2 {
    overflow: hidden;
    max-width: 470px
}

.gabarit5.listetissu:nth-child(n+2):nth-child(odd) {
    margin-top: 25px
}

.gabarit5.listetissu .info,
.gabarit4.zoomtissu .info {
    font-weight: normal;
    font-size: 13px;
    font-family: "FrutiC";
    color: #62666D;
    margin-top: 5px;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    padding-left: 5%;
    padding-right: 5%
}

.gabarit5.listetissu .info {
    margin-top: 30px
}

.gabarit5.listetissu .info span {
    display: inline-block;
    line-height: 15px
}

.gabarit5.listetissu .info span:nth-child(n+2):first-letter {
    text-transform: uppercase
}

.gabarit5.listetissu .info span:nth-child(n+2) {
    margin-left: 12px
}

.gabarit4.zoomtissu {
    overflow: hidden;
    display: none
}

.gabarit4.zoomtissu .infotexte {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white
}

.gabarit4.zoomtissu .infotexte {
    width: 25%;
    min-width: 350px
}

.gabarit4.zoomtissu .infotexte h3 {
    font-family: ChroDispL;
    font-size: 33px;
    color: #24262B;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gabarit4.zoomtissu .infotexte p {
    font-family: Cals;
    color: #62666D
}

@media all and (max-width: 1500px) {
    .gabarit5.listetissu .info span:nth-child(n+2) {
        margin-left: 5px
    }
}

@media all and (max-width: 1600px) {
    .gabarit1.gammeshome .nomtissu {
        right: 60px;
        bottom: 60px
    }
    .gabarit1.gammeshome .nomtissu h1 {
        font-size: 32px
    }
    .gabarit1.gammeshome .nomtissu p {
        margin-top: 0
    }
}

@media all and (max-width: 1800px) {
    .gabarit1.gammeshome .nomtissu {
        right: 60px;
        bottom: 60px
    }
}

@media all and (max-width: 1024px) {
    .gabarit1.gammeshome .nomtissu p {
        width: 190px;
        margin-top: 10px;
        margin-right: 0
    }
    .gabarit1.gammeshome .nomtissu {
        width: 250px;
        right: 30px;
        bottom: 35px
    }
    .gabarit1.gammeshome .nomtissu h1 {
        font-size: 25px;
        line-height: 23px;
        letter-spacing: 0
    }
    .gabarit5.listetissu .info span {
        opacity: .5
    }
}

@media all and (max-height: 800px) {
    .gabarit1.gammeshome svg text {
        font-size: 340px
    }
    .gabarit1.gammeshome .inside>.verticalCenter {
        margin-top: -24px;
        margin-left: 18px
    }
    .gabarit4.gamme h1 {
        font-size: 50px
    }
    .gabarit5.listetissu:first-child {
        margin-top: 50px
    }
}

@media all and (max-height: 850px) {
    .gabarit1.gammeshome .button {
        bottom: 38px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) and (orientation: landscape) {
    .gabarit1.gammeshome .tissuvolant,
    .gabarit1.gammeshome .tissuvolant2 {
        display: none
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit1.gammeshome .inside {
        margin-left: 20px;
        margin-right: 20px
    }
    .gabarit1 .inside h1,
    .gabarit1 .inside h2 {
        font-size: 20px;
        line-height: 23px;
        margin-left: 12px;
        margin-right: 12px
    }
    .gabarit1.accueil .inside>.verticalCenter {
        margin-left: 0
    }
    .gabarit1.gammeshome .button {
        bottom: 7px
    }
    .gabarit1.gammeshome .tissuvolant,
    .gabarit1.gammeshome .tissuvolant2 {
        display: none;
        width: 100px;
        height: 100px;
        z-index: 3
    }
    .gabarit1.gammeshome .tissuvolant2 {
        width: 70px;
        height: 70px;
        display: none
    }
    .gabarit1.gammeshome .nomtissu {
        z-index: 8;
        width: 100%;
        right: 0;
        left: 0;
        text-align: center;
        bottom: 30px
    }
    .gabarit1.gammeshome .nomtissu h1 {
        font-size: 30px;
        margin: 10px
    }
    .gabarit1.gammeshome .nomtissu p {
        margin-top: 3px;
        width: 100%;
        text-align: center
    }
    .gabarit1.gammeshome .lettre svg text {
        font-size: 271px;
        transform: translate(-38px, -140px)
    }
    .gabarit1.gammeshome .lettre svg {
        width: 300px;
        height: 300px
    }
    .gabarit1.gammeshome .inside>.verticalCenter {
        margin-left: 0;
        margin-top: -50px;
        width: 98%
    }
    .gabarit4.gamme h1 {
        font-size: 35px;
        line-height: 25px
    }
    .gabarit4.gamme .inside>.verticalCenter {
        width: 98%;
        margin-top: 83px
    }
    .gabarit4.gamme .inside>.verticalCenter .traitDroit.marginTopXXXSmall {
        margin-top: 10px
    }
    .gabarit4.gamme .info {
        margin-top: 20px;
        font-size: 12px
    }
    .gabarit5.gamme.menu .column2 {
        width: 50%
    }
    .gabarit5.gamme.menu .column2:nth-child(2) {
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -25%;
        width: auto
    }
    .gabarit5.gamme.menu {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px
    }
    .gabarit5.gamme.menu+.gabarit5 {
        margin-top: 10px
    }
    .gabarit5.listetissu:nth-child(2) {
        margin-top: 80px
    }
    .gabarit5.listetissu {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0
    }
    .gabarit5.listetissu .column2 {
        width: 100%
    }
    .gabarit5.listetissu .info {
        margin-bottom: 30px;
    }
    .gabarit4.zoomtissu .info {
        display: none
    }
    .gabarit5.listetissu:nth-child(n+2):nth-child(odd) {
        display: none
    }
}

.menuDroite {
    position: fixed;
    top: 50%;
    right: 20px;
    width: 70px;
    z-index: 2
}

.menuDroite ul {
    list-style: none
}

.menuDroite li {
    line-height: 13px;
    position: relative;
    height: 20px;
    width: 20px
}

.menuDroite li {
    margin-top: 15px;
    cursor: pointer
}

.menuDroite li.select svg rect {
    stroke: #C9A66D;
    fill: none
}

.menuDroite li.select svg polygon {
    fill: #c9a66d
}

.menuDroite .crossline {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    left: -1px;
    cursor: pointer;
    visibility: hidden
}

.menuDroite .point {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.menuDroite .point svg {
    width: 12px;
    height: 12px;
    display: block
}

.menuDroite .point svg rect {
    fill: none;
    stroke: #24262D;
    stroke-miterlimit: 10;
    stroke-width: 0.9px
}

.menuDroite .text {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    font-family: "FrutiC";
    text-transform: uppercase;
    color: #A3A3A4;
    letter-spacing: 0.5px;
    position: absolute;
    top: -16px;
    left: -39px;
    display: none
}

@media all and (max-width: 1024px) {
    .menuDroite {
        right: 13px;
        width: 30px
    }
}

.gabarit4.gammesliste {
    height: 60vh
}

.gabarit4.gammesliste .inside {
    overflow: visible
}

.gabarit4.gammesliste .inside>.verticalCenter {
    margin-top: 100px;
    padding: 80px
}

.gabarit4.gammesliste h2 a {
    color: #24262D
}

.gabarit4.gammesliste .traitDroit {
    height: 20px
}

.gabarit4.gammesliste .recherche {
    width: 376px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: left
}

.gabarit4.gammesliste .recherche .label {
    position: absolute;
    font-size: 18px;
    font-family: "Cals";
    font-weight: 400;
    font-style: italic;
    color: #A3A3A4;
    margin-top: 7px;
    margin-left: 16px;
    line-height: 39px
}

.gabarit4.gammesliste .recherche input {
    width: 328px;
    height: 100%;
    display: inline-block;
    font-size: 18px
}

.gabarit4.gammesliste .recherche .ok {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-family: "FrutiC";
    font-size: 13px;
    line-height: 38px;
    color: #CFCFD5;
    width: 36px;
    position: absolute;
    right: 0
}

.gabarit4.gammesliste .recherche .ok svg {
    width: 19px;
    margin-top: 15px;
    margin-left: 8px;
    height: 17px
}

.gabarit4.gammesliste .gammestype ul {
    list-style: none
}

.gabarit4.gammesliste .gammestype li {
    display: inline-block
}

.gabarit4.gammesliste .gammestype .button .label.verticalCenter {
    margin-left: 15px;
    margin-right: 15px
}

.gabarit4.gammesliste .filtre {
    position: relative;
    z-index: 7;
    width: 1060px
}

.gabarit4.gammesliste .listefiltre {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    display: none
}

.gabarit4.gammesliste .filtre .button:nth-of-type(n+2) {
    margin-left: 15px
}

.gabarit4.gammesliste .listefiltre .button:nth-of-type(n+1) {
    width: 165px
}

.gabarit4.gammesliste .listefiltre .button:nth-of-type(n+2) {
    width: 139px
}

.gabarit4.gammesliste .listefiltre .button:nth-of-type(n+3) {
    width: 145px
}

.gabarit4.gammesliste .listefiltre .button:nth-of-type(n+4) {
    width: 170px
}

.gabarit4.gammesliste .listefiltre .button:nth-of-type(n+5) {
    width: 175px
}

.gabarit4.gammesliste .listefiltre .selectlist:nth-of-type(n+1) {
    left: 2px;
    width: 125px
}

.gabarit4.gammesliste .listefiltre .selectlist:nth-of-type(n+2) {
    left: 184px;
    width: 99px
}

.gabarit4.gammesliste .listefiltre .selectlist:nth-of-type(n+3) {
    left: 340px;
    width: 105px
}

.gabarit4.gammesliste .listefiltre .selectlist:nth-of-type(n+4) {
    left: 502px;
    width: 130px
}

.gabarit4.gammesliste .listefiltre .selectlist:nth-of-type(n+5) {
    left: 689px;
    width: 135px
}

.gabarit3.gammesliste {
    height: 50vh
}

.gabarit3.gammesliste:nth-of-type(n+2) {
    margin-top: 50px
}

.gabarit3.gammesliste .inside {
    margin-top: 0;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0
}

.gabarit3.gammesliste .inside .column .content {
    right: 25px
}

.gabarit3.gammesliste .inside .column:nth-child(2) .content {
    left: 25px;
    right: 0
}

.gabarit3.gammesliste .inside .info {
    margin-top: 25px
}

.gabarit3.gammesliste .inside .column .verticalCenter {
    margin-top: 55px;
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
    z-index: 3
}

.gabarit3.gammesliste .inside .imageColor img {
    opacity: .5
}

.gabarit5.result {
    color: #A3A3A4;
    height: auto
}

@media all and (max-height: 850px) {
    .gabarit4.gammesliste {
        height: 70vh
    }
}

@media all and (max-height: 800px) {
    .gabarit4.gammesliste {
        height: 75vh
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit4.gammesliste {
        height: auto;
        margin-bottom: 40px
    }
    .gabarit4.gammesliste .inside {
        position: relative
    }
    .gabarit4.gammesliste>.verticalCenterBefore:before {
        display: none
    }
    .gabarit4.gammesliste .inside>.verticalCenter {
        padding: 0;
        margin-top: 98px;
        width: 100%;
        display: block
    }
    .gabarit4.gammesliste .traitDroit {
        display: none
    }
    .gabarit4.gammesliste .recherche {
        width: 215px;
        margin-top: 40px
    }
    .gabarit4.gammesliste .recherche input {
        width: 167px
    }
    .gabarit4.gammesliste h2 a {
        text-align: center
    }
    .gabarit4.gammesliste .gammestype {
        margin-top: 42px
    }
    .gabarit4.gammesliste .gammestype li {
        width: 100%
    }
    .gabarit4.gammesliste .filtre {
        width: auto
    }
    .gabarit4.gammesliste .listefiltre {
        position: relative
    }
    .gabarit4.gammesliste .listefiltre .button:nth-of-type(n+1) {
        width: 70%;
        margin-left: 0;
        margin-top: 10px
    }
    .gabarit4.gammesliste .listefiltre .selectlist:nth-of-type(n+1) {
        width: 100%;
        left: 0;
        padding: 0
    }
    .gabarit4.gammesliste .listefiltre .selectlist li:nth-of-type(n+2) {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .gabarit4.gammesliste .listefiltre .selectlist li {
        margin-top: 20px;
        margin-left: 20px
    }
    .gabarit3.gammesliste .inside .column {
        height: 100%
    }
    .gabarit3.gammesliste:nth-of-type(n+2) {
        margin: 0
    }
    .gabarit3.gammesliste .inside .column .verticalCenter {
        margin: 0
    }
    .gabarit3.gammesliste .inside .column:nth-child(2) .content {
        position: relative;
        left: 0
    }
    .gabarit3.gammesliste .inside .column .content {
        right: 0;
        position: relative
    }
    .gabarit3.gammesliste .column h2 {
        margin-left: 20px;
        margin-right: 20px
    }
    .gabarit3.gammesliste .inside .info {
        display: block;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 11px;
        margin-top: 10px
    }
}

#livewall {
    margin-top: 120px
}

#livewall h2 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 40px 0 60px 0
}

#livewall h2 span {
    border-top: 1px solid #c3d0d8;
    border-bottom: 1px solid #c3d0d8;
    padding: 10px 0 10px 0
}

#livewall nav {
    text-align: center;
    margin-bottom: 50px
}

#livewall nav li {
    display: inline;
    margin: 0 20px 0 0
}

#livewall nav li:last-child {
    padding: 0
}

#livewall p {
    font-family: 'FrutiC'
}

#livewall section {
    position: relative;
    width: 921px;
    height: 1400px;
    margin: auto
}

#livewall article {
    position: absolute;
    display: block;
    cursor: pointer
}

#livewall article.v1 {
    width: 280px;
    height: 285px;
    top: 0;
    left: 310px;
    overflow: hidden
}

#livewall article.v2 {
    width: 590px;
    height: 285px;
    top: 315px;
    left: 310px;
    overflow: hidden
}

#livewall article.v3 {
    width: 280px;
    height: 443px;
    top: 0;
    left: 0;
    overflow: hidden
}

#livewall article p {
    font-size: 12px;
    line-height: 1.4em
}

#livewall article p.date {
    font-size: 11px;
    line-height: 2em
}

#livewall article a {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    font-size: 12px
}

#livewall article img {
    background: none;
    border: 0px
}

#livewall article.v1 img {
    max-width: 100%;
    height: auto
}

#livewall article.v2 img {
    width: 100%;
    height: auto
}

#livewall article.v3 img {
    max-height: 100%;
    width: auto
}

#livewall article .txt01 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    word-wrap: break-word;
    width: 240px
}

#livewall article svg {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px
}

#livewall article .blccontent {
    padding: 20px
}

#livewall article .blccontent p,
#livewall article .blccontent a {
    margin: 0;
    padding: 0
}

#livewall article.v1b {
    width: 280px;
    height: 285px;
    top: 0;
    left: 620px;
    overflow: hidden
}

#livewall article.v3b {
    width: 280px;
    height: 443px;
    top: 473px;
    left: 0;
    overflow: hidden
}

#livewall article.v1c {
    width: 280px;
    height: 285px;
    top: 631px;
    left: 620px;
    overflow: hidden
}

#livewall article.v1d {
    width: 280px;
    height: 285px;
    top: 631px;
    left: 310px;
    overflow: hidden
}

#livewall article.v2b {
    width: 590px;
    height: 285px;
    top: 946px;
    left: 0;
    overflow: hidden
}

#livewall article.v1e {
    width: 280px;
    height: 285px;
    top: 946px;
    left: 620px;
    overflow: hidden
}

#livewall article.v2b .txt01 {
    width: 550px
}

#livewall article.v2 .txt01 {
    width: 550px
}

#livewall article.twitter {
    background-color: #e8edef
}

#livewall article.twitter p {
    color: #687b82
}

#livewall article.twitter span {
    color: #96afb5;
    line-height: 2em
}

#livewall article.twitter p.date {
    color: #55acee
}

#livewall article.twitter a {
    color: #55acee;
    margin-top: 30px
}

#livewall article.facebook {
    background-color: #e8ebef
}

#livewall article.facebook p {
    color: #6e777f
}

#livewall article.facebook p.date {
    color: #5d86d1
}

#livewall article.facebook a {
    color: #608bd8;
    margin-top: 30px
}

#livewall article.youtube .btplay {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    margin-left: -29px;
    margin-top: -40px;
    background: url(img/livewall/playYoutube.svg) no-repeat 0 0;
    width: 57px;
    height: 59px;
    color: #fff;
    padding: 22px 0 0 7px
}

#livewall article.pinterest {
    background-color: #ca2027
}

#livewall article.pinterest p {
    color: #e8e8e8
}

#livewall article.pinterest p.date {
    color: #e5d1d7
}

#livewall article.pinterest a {
    color: #e8e8e8;
    margin-top: 30px
}

#livewall article.twitter.rollover {
    background-color: #55acee
}

#livewall article.twitter.rollover p {
    color: #fff
}

#livewall article.twitter.rollover p.date {
    color: #d3ebf4
}

#livewall article.twitter.rollover a {
    color: #fff;
    margin-top: 30px
}

#livewall article.pinterest.rollover {
    background-color: #ca2027
}

#livewall article.pinterest.rollover p {
    color: #e8e8e8
}

#livewall article.pinterest.rollover p.date {
    color: #e5d1d7
}

#livewall article.pinterest.rollover a {
    color: #e8e8e8;
    margin-top: 30px
}

#livewall article.facebook.rollover {
    background-color: #47639e
}

#livewall article.facebook.rollover p {
    color: #e8e8e8
}

#livewall article.facebook.rollover p.date {
    color: #afc3ce
}

#livewall article.facebook.rollover a {
    color: #e8e8e8;
    margin-top: 30px
}

#livewall article.youtube.rollover {
    background-color: #ededed
}

#livewall article.youtube.rollover p {
    color: #424242
}

#livewall article.youtube.rollover p.date {
    color: #7f7a7a
}

#livewall article.youtube.rollover a {
    color: #424242;
    margin-top: 30px
}

#livewall article.youtube.rollover .btplay {
    z-index: 3;
    margin-left: -29px;
    margin-top: -40px;
    background: url(img/livewall/playYoutube2.svg) no-repeat 0 0;
    width: 57px;
    height: 59px;
    color: #fff;
    padding: 22px 0 0 7px
}

#livewall article.instagram.rollover {
    background-color: #3f729b
}

#livewall article.instagram.rollover p {
    color: #e8e8e8
}

#livewall article.instagram.rollover p.date {
    color: #afc3ce
}

#livewall article.instagram.rollover a {
    color: #e8e8e8;
    margin-top: 30px
}

@media only screen and (max-width: 568px) {
    #livewall section {
        width: auto;
        height: auto;
        margin: 0;
        position: static
    }
    #livewall article {
        margin: 0 0 17px 0;
        padding: 0
    }
    #livewall article div+div {
        position: relative;
        top: -22px
    }
    #livewall article.facebook div+div,
    #livewall article.youtube div+div {
        position: relative;
        top: -24px
    }
    #livewall article.pinterest div+div {
        position: relative;
        top: -28px
    }
    #livewall article svg {
        position: relative
    }
    #livewall article .blccontent {
        width: 100%;
        padding: 0;
        margin-top: 80px
    }
    #livewall article .blccontent .txt01 {
        width: 100%;
        padding: 0;
        position: static
    }
    #livewall article .blccontent .txt01>* {
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }
    #livewall article {
        position: static;
        display: inline-block;
        top: 0
    }
    #livewall article.v1 {
        width: 100%;
        left: 0
    }
    #livewall article.v2 {
        width: 100%;
        left: 0
    }
    #livewall article.v3 {
        width: 100%;
        left: 0
    }
    #livewall article.v1b {
        width: 100%;
        left: 0
    }
    #livewall article.v3b {
        width: 100%;
        left: 0
    }
    #livewall article.v1c {
        width: 100%;
        left: 0
    }
    #livewall article.v1d {
        width: 100%;
        left: 0
    }
    #livewall article.v2b {
        width: 100%;
        left: 0
    }
    #livewall article.v1e {
        width: 100%;
        left: 0
    }
    #livewall article.v1 .blccontent,
    #livewall article.v2 .blccontent,
    #livewall article.v1b .blccontent,
    #livewall article.v2b .blccontent,
    #livewall article.v1c .blccontent,
    #livewall article.v1d .blccontent,
    #livewall article.v1e .blccontent {
        margin-top: 96px
    }
    #livewall article .blccontent .txt01 p+p {
        height: 81px
    }
    #livewall article.v3 .blccontent,
    #livewall article.v3b .blccontent {
        margin-top: 256px
    }
    #livewall article.v3 .blccontent .txt01 p+p,
    #livewall article.v3b .blccontent .txt01 p+p {
        height: 81px
    }
    #livewall article.youtube .blccontent {
        margin-top: 187px
    }
    #livewall article.youtube .blccontent .txt01 p+p {
        height: 81px
    }
    #livewall article.youtube .btplay {
        display: none
    }
    #livewall nav li {
        display: inline-block;
        padding: 0;
        line-height: 34px;
        width: 32%;
        margin: 0
    }
    #livewall nav {
        margin-bottom: 60px
    }
}

#livewall .cred {
    color: #DDD;
    font-size: 10px;
    margin: 50px 23px 0px 23px
}

#livewall .cred a {
    color: #DDD
}

.gabarit1.accueil .logovecto {
    height: 100px
}

.gabarit1.accueil .logovecto svg {
    width: 250px;
    height: 100px
}

.gabarit1.accueil h2 span {
    position: relative;
    display: inline-block
}

.accueil .logovecto svg path {
    fill: white
}

.accueil .since,
.accueil .mille {
    color: #C9A66D;
    font-family: "Cals";
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    text-transform: lowercase;
    letter-spacing: 1px;
    display: inline-block
}

.accueil .mille {
    font-size: 16px
}

.accueil .mille span,
.accueil .since span {
    position: relative;
    display: inline-block
}

.gabarit1.accueil .inside>.verticalCenter {
    margin-top: -21px
}
.vid.imgBgMotif2>iframe {
    left : 0;
    margin-top: -101px;
}
.vid.imgBgMotif2{
    height : 740px;
 }
.accueil .vid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 1000px) {
    .gabarit1.accueil .logovecto {
        opacity: .8
    }
    .accueil .since {
        font-size: 15px
    }
    .accueil .mille {
        font-size: 11px
    }
 #newsletter {
    height: auto;
}
    }
    #newsletter .column2 {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 30px
    }
    #newsletter .column2>h2 {
        margin-top: 40px
    }
    #newsletter .column2>h2,
    #newsletter .column2>p {
        margin-left: 35px;
        margin-right: 35px;
        text-align: center
    }
    #newsletter .field {
        margin: 0 auto;
        width: 200px;
        margin-top: 10px;
		display:none
    }
    #newsletter .field input {
        width: 153px
    }
    #newsletter .traitDroit {
        display: none
    }
    #newsletter .column2.logo {
        margin-bottom: 0px
    }
    #newsletter .button {
        width: 100px
    }
    #footer nav li:nth-child(1) {
        text-align: center
    }
    #footer {
        height: auto
    }
    #footer nav li {
        width: 100%;
        line-height: 40px
    }
    #footer nav li:nth-child(1) span {
        margin: 0
    }
    #footer nav li:nth-child(2) a:nth-child(n+2) {
        margin-left: 10px
    }
    #footer nav li:last-child {
        text-align: center;
        line-height: 80px
    }
    #footer nav li .langue {
        margin: 0;
        margin-left: 18px
    }
    #footer nav li .langue a:nth-child(n+2) {
        margin-left: 20px
    }
}

#capsule img {
    pointer-events: none;
    -ms-interpolation-mode: bicubic
}

#capsule .contentPage {
    background: #0e0e0f url(/img/capsule/bgcapsule2.jpg) 137px 0;
    background-size: contain;
    overflow: hidden;
    -moz-border-radius: 5px;
    position: relative;
    height: 100vh;
    text-align: center
}

#capsule .mannequin {
    position: absolute;
    margin: 0 0 0 275px;
    xz-index: 2;
    top: 0;
    /* background: url(/img/capsule/transparent.png); */
    left: 0;
    right: 0;
    bottom: 0;
}

#capsule .contentPage .light {
    background: url(/img/capsule/bg-fixe.png) 0 217px no-repeat;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    height: 970px;
    width: 100%;
    display: none;
    z-index: 1;
    top: 0
}

#capsule .contentPage .light img {
    width: 573px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    top: 89px;
    position: relative;
    left: 204px
}

#capsule h2 {
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    margin: 0 0 14px 0;
    color: #ffffff;
    padding: 50px 0 0 0;
    position: relative;
    letter-spacing: 1.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -100px
}

#capsule h2 .title {
    padding: 15px 0 15px 0
}

#capsule h2 .croix {
    background: #0e0e0f url(/img/capsule/croix.svg) no-repeat 0 0;
    width: 16px;
    height: 9px;
    position: absolute;
    width: 16px;
    height: 9px;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -8px;
    z-index: 2;
    opacity: 0.7
}

#capsule h2 .croix.ht {
    top: 33px;
    display: none
}

#capsule h2 .croix.bs {
    top: 113px;
    display: none
}

#capsule h3 {
    color: #dadbdc;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    font-family: 'FrutiC';
    letter-spacing: 1px;
    text-align: left;
}

#capsule h3::after {
    content: "";
    background: url(img/capsule/arrow_dropdown.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7.5px;
    text-align: left;
}

#capsule h3.active::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#capsule p.sstitre {
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;
    color: #dadbdc;
    letter-spacing: 0.3px;
    height: auto;
    margin: 0 20px;
    font-weight: normal;
    font-family: Cals;
    display: none
}

#capsule p {
    font-size: 12px;
    line-height: 1.4em;
    color: #999;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

#capsule a {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    font-size: 12px
}

#capsule img {
    background: none;
    border: 0px
}

/*
#capsule .listfabric {
    text-align: center;
    margin: 25px 50px 0 50px;
    position: relative
}

#capsule .listfabric .roundedImage {
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 40px;
    height: 40px
}

#capsule .listfabric li {
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer
}

#capsule .listfabric .roundedImage {
    border: 2px solid #1C1C20
}

#capsule .listfabric .roundedImage.select {
    border: 2px solid #657D91
}

#capsule .listfabric .roundedImage:hover {
    border: 2px solid #657D91
}
*/

#capsule .listfabric2 {
    max-width: 275px;
    text-align: center;
    position: relative;
    height: auto;
    visibility: visible !important;
    opacity:1 !important;
    overflow: visible !important;
    background: url(/img/capsule/transparent.png);
    z-index: 999999999;
    display: inline-block;
    margin: 20px auto;
}

#capsule .listfabric2 .roundedImage {
    overflow: hidden;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 999999999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#capsule .listfabric2 .roundedImagePaire {
    overflow: hidden;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    top: 27px;
    left: 28px
}

#capsule .listfabric2 li {
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    opacity: 1 !important
}

#capsule .listfabric2 li:nth-of-type(n+13) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

/*#capsule .listfabric2 li:nth-of-type(12n),
#capsule .listfabric2 li:last-child {
        margin: 0 0px 7px 0
}*/

#capsule .listfabric2 li:hover::after,
#capsule .listfabric2 li.select::after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    border-radius: 41px;
    position: absolute;
    top: 0px;
    left: 0
}

#capsule .listfabric2 li:hover::after {
    border: 2px solid rgba(255, 255, 255, 0.15)
}

#capsule .listfabric2 li.select::after {
    border: 2px solid #AEBECB;
}

#capsule .listfabric2 li .loader {
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2
}

#capsule .listfabric2 li .loader .cercle1Rotate {
    display: block;
    width: 24px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    z-index: 999999999;
}

#capsule .listfabric2 li .loader .cercle1Rotate:nth-of-type(n+2) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 24px;
    top: 0px
}

#capsule .listfabric2 li .loader .cercle1 {
    display: block;
    width: 23.5px;
    height: 46px;
    overflow: hidden;
    -webkit-transform-origin: 23px 23px;
    -moz-transform-origin: 23px 23px;
    -ms-transform-origin: 23px 23px;
    -o-transform-origin: 23px 23px;
    transform-origin: 23px 23px;
    -webkit-transform: rotate(177deg);
    -moz-transform: rotate(177deg);
    -ms-transform: rotate(177deg);
    -o-transform: rotate(177deg);
    transform: rotate(177deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: transform 100ms linear;
    -webkit-transition: transform 100ms linear;
    transition: transform 100ms linear
}

#capsule .listfabric2 li .loader .cercle1Rotate:nth-of-type(n+2) .cercle1 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#capsule .listfabric2 li .loader .cercle1 .trait1 {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 1px;
    margin-top: 1px;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    border-radius: 41px;
    border: 2px solid #D9E0E6
}

#capsule .listfabric2 li .paire {
    width: 28px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    left: 0px;
    top: -5px;
    -webkit-transform-origin: 20px 20px;
    -moz-transform-origin: 20px 20px;
    -ms-transform-origin: 20px 20px;
    -o-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#capsule .fabricSelected {
    width: 185px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 40px;
    min-height: 100px;
    visibility: hidden;
    transform: translateY(-50%);
    padding-top: 20px;
}

#capsule .imgfabric {
    /*-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
    margin: 0 auto;
    position: relative;
    z-index: 6;
    cursor: pointer;
    width: 140px;

}


#capsule .imgfabric.veste {
    top: -40px;
    left: 0;

}

#capsule .imgfabric.veste:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 55px;
    position: absolute;
    right: 0;
    z-index: 99999;
    top: 0;
}

.current-model-costume .imgfabric.veste:after
{
    background-image: url(img/capsule/costume_veste.svg);
}

.current-model-manteau .imgfabric.veste:after
{
    background-image: url(img/capsule/manteau_veste.svg);
}

/*#capsule .imgfabric.pantalon {
        display: block;
        position: absolute;
        top: 1px;
        left: 50%;
        z-index: 1;
        margin-left: -48px
}*/

#capsule .imgfabric.pantalon:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 55px;
    position: absolute;
    right: 0;
    z-index: 99999;
    top: 0;
}

.current-model-costume .imgfabric.pantalon:after
{
    background-image: url(img/capsule/costume_pantalon.svg);
}

.current-model-manteau .imgfabric.pantalon:after
{
    background-image: url(img/capsule/manteau_pantalon.svg);
}

#capsule .imgfabric img {
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 20% 60%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 20% 60%;
    transform: rotate(-45deg);
    transform-origin: 20% 60%;
    width: 50px
}

#capsule .txtfabric {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
    padding-top: 10px;
    width: 165px !important;
}

#capsule .txtfabric p{
    display: none;
}

#capsule .pantalon .txtfabric {
    border: none;
}

#capsule .tissu {
    width: 458px;
    height: 458px;
    position: absolute;
    z-index: 50;
    left: 39px;
    bottom: 208px;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px rgba(218, 219, 220, 0.22) dashed;
    border-left: 1px rgba(101, 101, 111, 0.54) dashed;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

#capsule .tissu img {
    width: 650px
}

a.stock-link {
    display: inline !important;
    text-align: center !important;
    color: #999 !important;
    font-size: 15px !important;
    border-bottom: 1px solid;
    /* width: 65px !important; */
    margin: 0 auto 10px;
}

#capsule .info {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 8;
    top: 32px;
    right: 35px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
    transform: rotate(45deg);
}

#capsule .info-icon {
    display: block;
    background: url(/img/capsule/iconeInfo.png) no-repeat 0 0;
    background-size: 50%;
    background-position: 8px center;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}



#capsule .share {

    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 8;
    top: 80px;
    right: 35px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
    transform: rotate(45deg);
}

#capsule .share a {
    display: block;
    background: url(/img/capsule/share.svg) no-repeat 0 0;
    background-size: 50%;
    background-position: 5px center;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

/*#capsule .info:hover {
    background: url(/img/capsule/iconeInfo.png) no-repeat 0 -51px;
    width: 49px;
    height: 51px
}*/


#capsule .zoom {
    position: absolute;
    z-index: 8;
    top: 52%;
    right: 225px;
    visibility: hidden
}

#capsule .zoom .plus,
#capsule .zoom .moins {
    border: 1px solid rgba(255,255,255,0.2);
    height: 36px;
    width: 37px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    font-weight: normal
}

#capsule .zoom .moins {
    margin-top: 10px
}

#capsule .zoom .plus:hover,
#capsule .zoom .moins:hover,
#capsule .zoom .plus.selected,
#capsule .zoom .moins.selected {
    color: #576f8c;
    border: 1px solid #33445d
}

#capsule .zoom .plus.noselected,
#capsule .zoom .moins.noselected {
    color: #5F5F5F;
    border: 1px solid #23272c
}

#loaded {
    height: 1px;
    background-color: white;
    display: block;
    width: 300px
}

#progressBar {
    height: 1px;
    background-color: grey;
    display: block;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    visibility: hidden;
    z-index: 8
}

#capsule .help {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .9;
    visibility: hidden;
    z-index: 8;
    margin-left: -160px;
    margin-top: -135px;
    z-index: 2
}

#capsule .helpAnim {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 30px;
    opacity: .9;
    visibility: hidden;
    z-index: 8
}

#capsule .helpB {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: 30px;
    opacity: .9;
    margin-top: -38px;
    visibility: hidden;
    z-index: 1;
}

/*
.zoneHand {
    display: none;
    width: 330px;
    height: 680px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -210px;
    z-index: 3;
    cursor: url(/img/capsule/cursor-grab.png), -webkit-grab;
    cursor: url(/img/capsule/cursor-grab.png), -moz-grab;
    cursor: url(/img/capsule/cursor-grab.png), grab;
    cursor: url(/img/capsule/cursor-grab.cur), pointer
}
*/

.spritespin-stage {
    cursor: url(/img/capsule/cursor-grab.png), -webkit-grab;
    cursor: url(/img/capsule/cursor-grab.png), -moz-grab;
    cursor: url(/img/capsule/cursor-grab.png), grab;
    cursor: url(/img/capsule/cursor-grab.cur), pointer
}

@media only screen and (max-width: 1000px) {

	#capsule .helpAnim {
		display:none;
	}
    #capsule .contentPage {
		height: 600px;
		background-position: center 0;
		overflow-y: scroll;
		overflow-x: hidden;
		position:relative;
    }

    #capsule #costume {
		top: -50px
    }

    #capsule p.sstitre {
        font-size: 15px
    }

    #capsule .fabricSelected p {
    font-size: 11px;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

#capsule .imgfabric.veste {
    top: 0;
    left: 0;
}

#capsule .fabricSelected {
    width: 100%;
}

#capsule .imgfabric.veste:after {
    content: "";
    background: url(img/capsule/costume_veste.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 55px;
    position: absolute;
    right: 20%;
    z-index: 99999;
    top: -10px;
}

#capsule .imgfabric.pantalon:after {
    content: "";
    background: url(img/capsule/costume_pantalon.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 55px;
    position: absolute;
    right: 20%;
    z-index: 99999;
    top: -10px;
}

.imgfabric.pantalon {
    border-right: none !important;
}

#capsule .imgfabric img {
    margin-left: 0;
}
    #capsule h2 {
        font-size: 27px;
        margin-left: -172px
    }
    #capsule h2 .croix.ht {
        top: 30px
    }
    #capsule h2 .croix.bs {
        top: 90px
    }
    #capsule h3 {
        font-size: 15px;
        padding: 0;
        margin: 0;
        text-align: center
    }
    #capsule .listfabric2 {
        margin: 20px 30px 0 30px;
        width: 280px
    }

    #capsule .fabricSelected {
		text-align: left;
		max-width: 100%;
		background: #0e0e0f url(/img/capsule/bgcapsule2.jpg) center 0;
		z-index: 999;
		padding-top: 45px;
		border-top: 1px solid #999;
		display: none;
		top: 390px;
		left: 0;
		right: 0;
		transform: none;

	}

    #capsule .txtfabric {
        border: none;
        padding: 0;
        margin-top: 25px;
        width:100% !important
    }

    #capsule h3::after {
    display: none;
    }
    #capsule .imgfabric {
    width: 49%;
    margin: 0;
    display: inline-block ;
    vertical-align: top;
    border-right: 1px solid #333;
    text-align: center;
}
    #capsule .listfabric2 li:nth-of-type(6n) {
        margin: 0 0px 7px 0
    }
    #capsule .listfabric2 img {
        background: none;
        border: 0px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
        width: 55px;
        height: 55px
    }
    #capsule .listfabric2 li .paire {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: -0.5px;
    top: -5px;
}
    #capsule .listfabric2 li .paire img {
        background: none;
        border: 0px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        border-radius: 56px;
        width: 56px;
        height: 56px
    }
    #capsule .info {
        bottom: 20%
    }
    #capsule .zoom .plus,
    #capsule .zoom .moins {
        border: 1px solid #4A545F
    }
    #capsule .zoom .plus:hover,
    #capsule .zoom .moins:hover {
        border: 1px solid #768CA5;
        color: #768CA5
    }

    #capsule .zoom {
    right: 2%;
    position: absolute;
    z-index: 8;
    top: 65%;
}
    #capsule .info {
     right: 10px;
     position: absolute;
    z-index: 8;
    bottom: 100px;
    }
    /*#capsule .info {
        display: none
    }*/
    #capsule .contentPage .light img {
        left: -142px
    }
    #capsule .contentPage .light {
        background: url(/img/capsule/bg-fixe.png) center 217px no-repeat
    }
    #loaded {
        width: 100px
    }
    #progressBar {
        width: 100px;
        top: 40%;
        margin-left: -50px
    }
    /*
    .zoneHand {
        margin-left: 0px
    }
    */
}

@media only screen and (max-width: 504px) {
    #capsule .listfabric2 li:nth-of-type(6n) {
        margin: 0 13px 7px 0
    }
    #capsule .listfabric2 li:nth-of-type(5n) {
        margin: 0 0px 7px 0
    }
}

@media only screen and (max-width: 435px) {
    #capsule .listfabric2 li:nth-of-type(5n) {
        margin: 0 13px 7px 0
    }
    #capsule .listfabric2 li:nth-of-type(4n) {
        margin: 0 0px 7px 0
    }
}

@media only screen and (max-width: 368px) {
    #capsule .listfabric2 li:nth-of-type(4n) {
        margin: 0 13px 7px 0
    }
    #capsule .listfabric2 li:nth-of-type(3n) {
        margin: 0 0px 7px 0
    }
    #capsule .listfabric2 {
        width: 200px
    }
}

.gabarit1.capsule {
/*
    height: 1296px
*/
	height: auto;
}

.gabarit1.capsule .inside {
	position: relative;
}
@media all and (max-width: 1140px) {
    .gabarit1.capsule .inside {
        margin-left: 58px;
        margin-right: 58px
    }
}

@media only screen and (max-width: 1030px) {
    .gabarit1.capsule .inside {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width: 1000px) {
    .gabarit1.capsule .inside {
        margin-left: 0;
        margin-right: 0
    }

	.filter-wrapper {
		overflow:scroll !important;
	}
}


/**********************Mano***********************/

aside.filter-section {
    width: 475px;
    height: 100%;
    border-right: 2px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 0;

}
.filter-wrapper {
    margin-top: 45px;
    margin-left: 45px;
    width: 360px;
    float: left;
    overflow: hidden;
    height: 100%;
}

.filter-bloc {
    text-transform: uppercase;
    font-family: 'FrutiC';
}

.filter-header {
    width: 100%;
    height: 64px;
    display: flex;
    cursor: pointer;
    z-index: 100;
    position: relative;
    opacity: 0.7;
    text-align: left;
}

@media only screen and (max-width: 1000px)
{
	.filter-header
	{
		max-width: 80%;
	}
}

.filter-header:hover {
    opacity: 1;
}

.filter-header span {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    margin: auto 0 auto 85px;
}

.current-collection .filter-header {
    background: url(img/capsule/icone_d.svg) no-repeat;
    background-size: 65px;
    background-position: left center
}

.fabric .filter-header {
    background: url(img/capsule/icone_fabric.svg) no-repeat;
    background-size: 65px;
    background-position: left center
}

.tie .filter-header {
    background: url(img/capsule/icone_tie.svg)no-repeat;
    background-size: 65px;
    background-position: left center
}

.shoes .filter-header {
    background: url(img/capsule/icone_shoes.svg)no-repeat;
    background-size: 65px;
    background-position: left center
}

.shirt .filter-header {
    background: url(img/capsule/icone_shirt.svg)no-repeat;
    background-size: 65px;
    background-position: left center
}

.filter-content {
    display: none;
    margin: -10px 0 20px 65px;
    border-top: 0.5px solid #333;
    text-align: left;
    width: 80%;
    padding-left: 1px;
}

.sub-filter {
    border-bottom: 0.5px solid #333;
}

.sub-filter-content {
    display: none;
}

.sub-filter.results {
    display: none;
}

.filter-link {
    height: auto !important;
    display: inline-block !important;
    text-align: left !important;
    font-size: 16px !important;
    //border-bottom: 0.5px solid #333;
    opacity: 0.8;
    text-transform: capitalize;
    padding: 20px 0;
    border-width: thin;
    padding-left: 15px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}


.sub-filter.active .filter-link:after, .filter-option.active span:after {

    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}


.filter-link:after {
    content:"";
    background: url('img/capsule/arrow_down.svg') no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    right: 15px;
}

.filter-option > a {
    background: #3A3A3A;
    display: block !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    height: 35px !important;
    line-height: 35px;
    opacity: 1;
    font-size: 14px !important;
    position: relative;
    text-align: left !important;
    padding-left: 15px;
    color: #f2f2f2 !important;
    z-index: 9999;
    width: 273px !important;
}

.filter-option:last-child{
    margin-bottom: 0;
}

.filter-option > a:after {
    content: "";
    background: url(img/capsule/arrow_dropdown.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7.5px;
}


.filter-option {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.filter-option p {
    padding-left: 15px !important;
    font-size: 16px !important;
    font-family: 'FrutiC';
}

.range-list, .composition-list, .design-list, .weight-list, .color-list, .quality-list {
    background: #2D2D30;
    position: absolute;
    z-index: 99999;
    top: 35px;
    width: 100%;
    padding: 15px 0 30px;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 170px;
}

.info-link {
    font-size: 15px !important;
    text-transform: lowercase;
    text-align: left !important;
    padding: 3px 15px;
    letter-spacing: 1px;
}

.info-link:hover , .link-selected {
    background: #828283;
	color:#000 !important;
}

.link-selected  a {
color:#000;
}

.info-link:hover  {
background: #828283;
color:#000;
}



.info-link:first-letter {
    text-transform: capitalize
}
#capsule-col {
    text-align: center;
}


.btn-filter {
    text-align: center !important;
    margin: 30px auto;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid;
    width: 60px !important;
    padding: 5px;
    letter-spacing: 1px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}


input#ref-search {
    background: #3A3A3A;
    /* max-width: 125px; */
    font-style: normal;
    font-family: 'FrutiC';
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
}

.loop-btn {
    background: url(img/capsule/search.svg) no-repeat;
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    top: 3px;
    background-size: 100%;
    right: 5px;
    cursor: pointer;
}

.search-input {
    width: 180px;
    height: 25px;
    position: relative;
    xz-index: 999;
    xfloat: right;
    xtop: 35px;
    display: block;
    margin: 0px 0px 30px auto;
}

div#results {
    max-height: 415px;
    max-height: 30vh;
    overflow-y: auto;
    position: relative;
    z-index: 9999;
    padding-bottom: 20px;
}

#results a {
    display: inline-block !important;
    width: 55px;
    position: relative;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}

#results img, .accessoires a {
    width: 45px !important;
    height: 45px !important;
    border-radius: 45px;
    margin: 5px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.accessoires a {
    display: inline-block !important;
    margin-top: 10px;
    box-sizing: border-box;
}

.accessoires a:hover , .active-tie, .active-shoes, .active-shirt {
    border:2px solid #fff;
}


.selected_result img {
    border: 2px solid #fff !important;
    box-sizing: border-box;
}


.selected-parent {
    color: #000 !important;
    background: #828283 !important;
    opacity: 1 !important;
}

span.error-msg {
    font-size: 11px;
    text-transform: capitalize;
    font-style: italic;
    display: none;
}

.suit-view {
    background: url(img/capsule/costume_full_btn_popin.svg) no-repeat;
    height: 50px;
    width: 125px;
    background-size: 13%;
    background-position: 9px;
    line-height: 50px;
    left: 51.5%;
    position: relative;
    display: none;
}

.suit-btn {
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal-content {
    padding-top: 35px !important;
}

.close {
    margin-top: -28px;
}

.button.gold {
    border: 1px solid #C9A66D;
    vertical-align: bottom;
}

.download-btn {
    line-height: 34px;
}


a.suit-view-popin {
    position: absolute;
    bottom: 75px;
    right: 45px;
    color: #fff;
    background: rgba(0,0,0,0.4) url('img/capsule/costume_full_btn_mozaique.svg') no-repeat;
    width: 60px;
    background-size: 30%;
    z-index: 99999;
    background-position: center 7px;
    padding-top: 60px;
    padding-bottom: 7px;
    font-family: "FrutiC";
    font-size: 12px;
    letter-spacing: 1px;
}



#popup-image {
    width: 100%;
    height: auto;
}

.modal {
    z-index: 99999 !important;
}

.model-select {
    background: none;
    border: solid 1px white;
    color: white;
    margin: 0;
    margin-left: -1px;
    width: 145px;
    font-size: 18px;
    font-family: inherit;
    padding: 6px 3px 5px 50px;
    height: 60px;
    vertical-align: top;
    text-align: left;
    opacity: 0.5;
    position: relative;
    line-break: strict;
}

.model-select-active
{
    opacity: 1;
}

.model-select::after
{
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    left: 18px;
    height: 38px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.model-select-costume::after
{
    background-image: url(img/capsule/select_costume.svg);
}

.model-select-manteau::after
{
    background-image: url(img/capsule/select_manteau.svg);
}

.pagination {
    position: absolute;
    bottom: 5%;
    left: 50%;
	/* z-index:99999999; */
}

@media only screen and (max-width: 1000px)
{
	.pagination
	{
		left: 0;
		right: 0;
	}
    .vid.imgBgMotif2>iframe {
        margin-top: 0;
    }
    .gabarit1 {
        height: 60vh;

    }
}

#capsule .pagination a
{
	display: inline-block;
}

.pagination .prev-cap {
    background: url(img/capsule/next.svg) no-repeat;
    width: 40px !important;
    height: 30px !important;
    background-size: 45%;
    background-position: center;
    border: 1px solid rgba(255,255,255,0.4);
    transform: rotate(-180deg);
    /*
    float: left;
    */
}

.pagination .next-cap {
    background: url(img/capsule/next.svg) no-repeat;
    width: auto !important;
    height: 30px !important;
    background-size: 21px;
    background-position: 10px;
    border: 1px solid rgba(255,255,255,0.4);
    /*
    float: left;
    */
    font-weight: normal;
    font-size: 17px !important;
    position: relative;
    font-family: 'FrutiC';
    letter-spacing: 1px;
    vertical-align: top;
    line-height: 1.8;
    padding: 0px 10px;
    margin-left: 10px;
    padding-left: 45px;
}
#flgfurja article.rectangle.carre.troisd:nth-child(2),#flgfurja article.rectangle.carre.troisd:nth-child(3),#flgfurja article.rectangle.carre.troisd:nth-child(4) {
    display: none;
}

form#newsletter-form {
    text-align: center;
    max-width: 340px;
    margin: 50px auto;
    font-size: 20px;
    text-align: center;
    font-family: 'FrutiC';
    color: #2e2e2e;
    background-color: transparent;
}


#newsletter-form input[type="text"], #newsletter-form input[type="email"], #newsletter-form select {
    border: 1px solid #666;
    width: 80%;
    height: 35px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

#newsletter-form select {
	width: 88%;
}

#newsletter-form input[type="submit"] {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-family: 'FrutiC';
    color: #000000;
    background-color: #ffffff;
    border-radius: 0px;
    border: none;
    width: 90px;
    height: 45px;
    /*margin-top: 10px;*/
}

#newsletter-form .alert-error {
	color:red;
}

#newsletter-form .alert-success {
	color:green;
}

.sold-out{
    position: absolute;
    top: 0;
    left: 26px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-family: 'FrutiC';
}

/*div#boutique3 {
    display: none;
}*/

/*.boutiqueSelect li:nth-child(2){
    display: none;
}*/
/*********************End Mano***********************/

.hidden {
	display:none;
}

.costume-generic {
    position: absolute;
    top: 0;
    left: 200px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.costume-generic p {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%);
    margin-left: -200px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-family: 'FrutiC';
    border: 1px solid #e1e1e1;
    padding: 5px 8px !important;
    letter-spacing: 1px;
}

.txtfabric .generic  {
    position: absolute;
    top: 0;
    left: 16px;
    font-family: 'FrutiC';
    border: 1px solid #e1e1e1;
    padding: 5px 8px;
    letter-spacing: 1px;
    font-size: 14px;
}


@media all and (max-width: 1000px) {
    .costume-generic {
		left:0;
	}

	.costume-generic p {
		margin-left: 0px !important;
	}


	.imgfabric-mobile .generic {
		position: absolute;
		top: 15px;
		left: 2px;
		font-family: 'FrutiC';
		border: 1px solid #e1e1e1;
		padding: 7px 5px;
		letter-spacing: 1px;
		font-size: 15px;
		pointer-events:none;
		touch-action: none;
	}

	.txtfabric .generic {
		left: 35px;
	}
}

.custom-contacttissu-select {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    font-family: "FrutiC";
    color: #62666D;
    border: 1px solid #9397A1;
    outline: none;
    padding: 10px 15px;
    background-color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
