/*
    @ Copyright © 2020 www.point-web.fr
    @ Site : sodever

/************* font-face **************/

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(../../lib/fa/webfonts/fa-light-300.eot);
    src: url(../../lib/fa/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../../lib/fa/webfonts/fa-light-300.woff2) format("woff2"), url(../../lib/fa/webfonts/fa-light-300.woff) format("woff"), url(../../lib/fa/webfonts/fa-light-300.ttf) format("truetype"), url(../../lib/fa/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(../../lib/fa/webfonts/fa-brands-400.eot);
    src: url(../../lib/fa/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../lib/fa/webfonts/fa-brands-400.woff2) format("woff2"), url(../../lib/fa/webfonts/fa-brands-400.woff) format("woff"), url(../../lib/fa/webfonts/fa-brands-400.ttf) format("truetype"), url(../../lib/fa/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Flaticon";
    src: url("../../lib/flaticon/Flaticon.eot");
    src: url("../../lib/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../lib/flaticon/Flaticon.woff2") format("woff2"), url("../../lib/flaticon/Flaticon.woff") format("woff"), url("../../lib/flaticon/Flaticon.ttf") format("truetype"), url("../../lib/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../../lib/flaticon/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

/************ var ***************/

:root {
    --header-top: 30px;
    --header-bottom: 100px;
    --height-header: calc(var(--header-top) + var(--header-bottom));
    --section-padding: calc(35px + 35 * (100vw - 320px) / 1080);
    --mid-padding: calc(25px + 20 * (100vw - 320px) / 1080);
    --gap-padding: calc(20px + 15 * (100vw - 320px) / 1080);
    --gutter: calc(15px + 10 * (100vw - 320px) / 1080);
    --gutter-min: calc(5px + 10 * (100vw - 320px) / 1080);
    --container-padding: calc(10px + 75 * (100vw - 320px) / 1080);
    --aside-width: calc(180px + 50 * (100vw - 320px) / 1080);
    --primary: #7c6eaf;
    --secondary: #2f2482;
    --third: #ac4481;
}

/************* general **************/

*, *:after, *:before {
    position: relative;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, hr, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: 400;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    box-shadow: 0 0 0 0 transparent inset;
    transition: 0s;
    background-color: inherit;
}

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

a, button, [data-mail], [data-link] {
    transition: .3s;
    cursor: pointer;
    color: inherit;
}

button {
    border: 0;
    padding: 0;
    background: none;
    display: inline-block;
}

a, a:hover, button, button:hover, *:focus, *:active {
    text-decoration: none;
    outline: none;
}

body {
    overflow: hidden;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

strong {
    font-weight: bold
}

img, svg {
    vertical-align: bottom
}

textarea {
    resize: none;
}

/* scrollbar styling */

* {
    scrollbar-color: #222 #fff;
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    width: 3px;
    background-color: #FFF;
}

*::-webkit-scrollbar-thumb {
    background-color: #222;
}

/* selection styling */

*::-moz-selection {
    background-color: #008aff;
    color: #fff;
}

*::selection {
    background-color: #008aff;
    color: #fff;
}

/* selection placeholder */

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5;
}

::-moz-placeholder {
    color: inherit;
    opacity: .5;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}

/* fontawesome */

.fa:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
}

.fab:before {
    font-family: "Font Awesome 5 Brands";
}

.fa-at:before {
    content: '\f1fa';
    font-size: 80%;
}

.fa-cookie:before {
    content: '\f563';
}

.fa-map-marker:before {
    content: '\f041';
}

.fa-phone:before {
    content: '\f095';
}

.fa-envelope:before {
    content: '\f0e0';
    top: 1px;
}

.fa-long-arrow-right:before {
    content: '\f178';

}

#p .fa-long-arrow-right:before {
    content: '\f178';
}

.fa-long-arrow-left:before {
    content: '\f177';
}

.fa-long-arrow-up:before {
    content: '\f176';
}

.fa-angle-down:before {
    content: '\f107';
}

.fa-fb:before {
    content: '\f39e';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.fa-tw:before {
    content: '\f099';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-clock:before {
    content: '\f017';
}

.fa-link:before {
    content: '\f0c1';
}

.fa-check:before {
    content: '\f00c';
}

.fa-user:before {
    content: '\f007';
}

.fa-map-signs:before {
    content: '\f277';
}

.fa-map:before {
    content: '\f279';
}

.fa-pencil:before {
    content: '\f040';
}

.fa-times:before {
    content: '\f00d';
}

/*----------------------------------------------------< PRESET APP >---------------------------------------------------*/

/* * */

html, body {
    background-color: #f9f9f9;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: calc(14px + 2 * (100vw - 320px) / 1080);
    overflow-x: hidden;
    font-weight: 300;
}

[data-bg] {
    background-size: cover;
    background-position: center center;
}


[data-mail]:before {
    margin-right: 4px;
    content: "\f0e0";
    top: 1px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

[data-img] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-position: center center;
}

/* ct */

.ct {
    width: 85%;
    max-width: 1500px;
    margin: auto;
}

/* swiper */

.swiper-slide {
    flex: 1 0 auto;
}

.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.sw-n, .sw-p {
    display: flex;
    align-items: center;
    pointer-events: none;
}

.sw-n {
    justify-content: space-between;
}

.sw-n > * {
    pointer-events: auto;
}

.sw-n > .swiper-button-disabled {
    pointer-events: none;
    opacity: 0 !important;
}

.sw-p {
    justify-content: center;
}

.sw-p > * {
    transition: .2s;
    background-color: #fff;
    opacity: .5;
    pointer-events: auto;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: none;
}

.sw-p > *:hover {
    opacity: 1;
}

.sw-p > *.swiper-pagination-bullet-active {
    background-color: #008aff;
    opacity: 1;
    transform: scale(1.5);
}

.sw-p > * + * {
    margin-left: 15px;
}

/* sub */

.sub {
    font-weight: 500;
    color: var(--primary);
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
}

/** bn **/


.bn {
    background-color: var(--secondary);
    font-size: 1rem;
    text-shadow: 0 0 0;
    transition: background .2s, transform .2s, box-shadow .2s, opacity .2s;
    padding: calc(17px + 3 * (100vw - 320px) / 1080) calc(22px + 3 * (100vw - 320px) / 1080) calc(19px + 3 * (100vw - 320px) / 1080);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    user-select: none;
    -moz-user-select: none;
    border-radius: 2px;
}

.bn:hover {
    color: white;
    transition: 1s ease-in-out;
}

.bn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: var(--primary);
    transition: 1s ease;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.bn:hover::before {
    width: 100%;
    transition: 1s ease;
}


.ct .nav .sw-n button {
    border: 2px solid white;
}

.ct .cts .sub {
    color: #fff;
}


.bn.min {
    font-size: .95rem;
    padding: calc(13px + 2 * (100vw - 320px) / 1080) calc(17px + 2 * (100vw - 320px) / 1080) calc(16px + 2 * (100vw - 320px) / 1080);
}

.bn.cube {
    padding: 0;
    font-size: calc(16px + 3 * (100vw - 320px) / 1080);
    width: calc(40px + 7 * (100vw - 320px) / 1080);
    height: calc(40px + 7 * (100vw - 320px) / 1080);
    border: 2px solid white;
}

.bn.cube i {
    top: 0;
}

.bn:hover {
    color: #fff;
}

.bn:active {
    transform: scale(.95);
    box-shadow: 0 5px 20px rgba(0, 138, 255, .1), 0 0 0 5px rgba(0, 0, 0, .1);
}

.bn span {
    font-weight: 500;
    color: #fff;
}

.bn span + i, .bn i + span {
    margin-left: 12px;
}


.bn i {
    top: 1.5px;
    color: #fff;
}

.bn.second {
    background-color: #222;
}

.bn.second:hover {
    background-color: #888;
}

/* flaticon */

.icon-web-design:before {
    content: "\f100";
}

.icon-feedback:before {
    content: "\f101";
}

.icon-web-programming:before {
    content: "\f102";
}

.icon-overlap:before {
    content: "\f103";
}

/* cookies */

#ck {
    overflow: hidden;
    background-color: #222;
    color: #fff;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .3);
    border-radius: 3px;
    transition: transform .6s, opacity .6s, visibility .6s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    max-width: calc(99vw - 20px);
    position: fixed;
    bottom: calc(10px + .5vw);
    left: calc(10px + .5vw);
    z-index: 9999;
    width: 400px;
    font-size: 11px;
    line-height: 1.3;
}

.cks #ck {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#ck .ckc {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

#ck p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 130%;
    line-height: 1;
}

#ck a {
    font-weight: bold;
    text-decoration: underline;
}

#ck a:hover {
    color: #222;
}

#ck i {
    color: #fff;
    font-size: 35px;
    margin-right: 15px;
    top: -8px;
}

#ck i:before {
    animation: cookies 1s infinite linear;
}

#ck .ckb {
    display: flex;
    font-size: 15px;
    font-weight: bold;
}

#ck .ckb > * {
    border-top: 1px solid rgba(0, 0, 0, .1);
    flex: 1;
    background-color: rgba(0, 0, 0, .1);
    padding: 14px 0 15px;
}

#ck .ckb > *:hover {
    background-color: rgba(0, 0, 0, .15);
}

#ck .ckb > * + * {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#ck .ckb small {
    font-size: 13px;
    font-weight: normal;
}

@keyframes cookies {
    0% {
        content: '\f563';
    }
    100% {
        content: '\f564';
    }
}

/* alert */

.alert {
    text-align: left;
    background: #222;
    border-radius: 1px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    padding: 20px;
}

.alert.alert-danger, .btn.danger, .badge.badge-danger, .badge.danger {
    background: #ff5353;
}

.alert.alert-warning, .btn.warning, .badge.badge-warning, .badge.warning {
    background: #bd6e28;
}

.alert.alert-success, .btn.success, .badge.badge-success, .badge.success {
    background: #8dc111;
}

.alert.alert-info, .btn.info, .badge.badge-info, .badge.info {
    background: #2875bd;
}

.alert.hide {
    transition: opacity .3s;
}

.alert [data-close-alert] {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 10px;
}

.alert.no-close [data-close-alert] {
    display: none;
}

.alert.none {
    display: none;
}


/*----------------------------------------------------< APP >---------------------------------------------------*/

/************* header **************/

#h {
    transition: transform .6s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    font-size: 0.85rem;
    pointer-events: none;
}

.fix #h {
    transform: translateY(calc(-1 * var(--header-top)));
    backdrop-filter: blur(5px);
}

#h > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

#h a {
    pointer-events: auto;
}

#h .t {
    line-height: 1.4;
    white-space: nowrap;
    padding: 0 calc(25px + 20 * (100vw - 320px) / 1080);
    height: var(--header-top);
    background-color: #e9e9e9;
    font-size: 14px;
    font-weight: 500;
}

#h .t .l {
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
}

#h .t .r > * {
    pointer-events: auto;
}

#h .t .l h1 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: auto;
}

#h .t .rs {
    display: flex;
    align-items: center;
}

#h .t .rs i:not(.fa-at), #h .t .rs [data-mail]:before {
    color: #222;
}

#h .t .rs li + li {
    margin-left: 15px;
}

#h .b {
    transition: padding .6s;
    padding: calc(25px + 20 * (100vw - 320px) / 1080);
    height: var(--header-bottom);
    background-color: #fff;
}

.fix #h .b {
    padding: calc(20px + 1%);
    background-color: transparent;
}

#h:before {
    background-color: rgb(255, 255, 255, .7);
    transition: height .6s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
}

#h:before {
    height: 100%;
}

#h .b .lo {
    display: block;
    width: calc(180px + 75 * (100vw - 320px) / 1080);
}

#h .bnv {
    padding: 0;
    width: 50px;
    height: 50px;
    display: none;
    pointer-events: auto;
    justify-content: center;
}

#h .bnv div {
    transition: .2s;
    width: 23px;
    display: flex;
    flex-direction: column;
    height: 8px;
    justify-content: space-between;
}

.onav #h .bnv div {
    height: 2px;
}

#h .bnv div:before, #h .bnv div:after {
    background-color: #fff;
    transition: .2s;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
}

/************* slider **************/

#s {
    color: #fff;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
}

#s #pres {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    margin-top: 10vh;
}

.s-content {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 50;
    backdrop-filter: blur(10px);
    color: #111;
    padding-top: calc((var(--header-top) + var(--header-bottom)));
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .25);
}

.s-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: var(--container-padding);
}

.s-content h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: var(--gutter);
    line-height: 1.7;
    width: 70%;
}

#p .bt .bn span i::before {
    display: none;
    visibility: hidden;
}

/************* index news **************/

#news,
#real {
    padding: var(--section-padding) 0;
    background-color: #f4f4f4;
    --margin: 10px;
}

#news .news-left,
#real .real-left {
    width: var(--aside-width);
    top: 0;
    left: 0;
}

#news h2,
#real h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: var(--gutter);
}

#news .sw-n,
#real .sw-n {
    justify-content: flex-start;
}

#news .sw-c,
#real .sw-c {
    width: calc(100% - (var(--aside-width) - var(--section-padding)));
    margin-left: calc(var(--aside-width) - var(--section-padding));
    overflow: hidden;
}

#real .sw-c h3 a {
    font-size: 1.4rem;
}

/* VITRINE */

#vit {
    background-color: #fff;
    padding: var(--section-padding) 0;

}

.vit-list {
    display: flex;
    justify-content: center;
}

.vit-item {
    text-align: center;
    padding: var(--gutter-min);
    font-size: 15px;
    width: 25%;
    line-height: 1.2;
    --dim: 150px;
}

.vit-item strong {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}

.vit-item picture {
    height: var(--dim);
    width: var(--dim);
    min-width: var(--dim);
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto var(--gutter-min);
}

.vit-item picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/************* title **************/

#t {
    background-color: #222;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: calc((var(--height-header) + var(--section-padding))) 0 var(--mid-padding);
}

#t:before {
    background-color: #222;
    opacity: .7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#t:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #222);
    opacity: .7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#t h2 {
    font-size: calc(35px + 25 * (100vw - 320px) / 1080);
    font-weight: bold;
    width: calc(700px + 200 * (100vw - 320px) / 1080);
    max-width: 100%;
    margin: auto;
    line-height: 1.2;
}

#t .bg {
    background: url(../../img/title/wall.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#t .ct {
    z-index: 5;
}

#t #bc {
    margin-top: var(--gutter-min) !important;
}

#t .ct li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .02rem;
}

#t .ct li a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #fff;
    transition: .3s;
}

#t .ct li a:hover:after {
    width: 100%;
}


/************* breadcrumb **************/

#bc {
    font-size: .9rem;
    margin-top: calc(25px + 10 * (100vw - 320px) / 1080);
}

#bc ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#bc li:not(:last-child):after {
    content: '/';
    margin: 0 8px;
    font-size: 90%;
    opacity: .5;
}

/************* page **************/
.seri .h3 {
    text-align: center;
}

#p {
    z-index: 50;
    margin: var(--section-padding) 0;
}

#p .ct .f {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.w33 {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.w33 {
    width: 33%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.w66 {
    width: 66%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

#p.ix .ct .p {
    width: 60%;
}

#p .ct svg {
    position: absolute;
    top: 0%;
    left: 50%;
    height: 100%;
    right: 0%;
    width: 100%;
}

#p path {
    stroke-dasharray: 20000;
    stroke-dashoffset: 22;
    /* animation: dash 5s linear; */
}

/*
  @keyframes dash {
    from {
      stroke-dashoffset: 20822;
    }
    to {
      stroke-dashoffset: 0;
    }
  } */


#p [class^="h"] {
    font-weight: bold;
    line-height: 1.1;
}

#p .h3 {
    font-size: 1.7rem;
}

#p .h4 {
    font-size: 1.5rem;
}

#p .h5 {
    font-size: 1.3rem;
}

#p .h6 {
    font-size: 1.2rem;
}

#p * + [class^="h"], #p * + .col, #p * + .fig, #p * + .grid {
    margin-top: calc(25px + 5 * (100vw - 320px) / 1080);
}

#p .sub + [class^="h"], #p [class^="h"] + *, #p * + .p {
    margin-top: calc(20px + 2 * (100vw - 320px) / 1080);
}

#p .p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

#p .p a, #p .p [data-mail] {
    font-weight: bold;
}

#p .p + *:not([class^="h"]) {
    margin-top: calc(15px + 5 * (100vw - 320px) / 1080);
}

#p .p > * + * {
    margin-top: calc(15px + 2 * (100vw - 320px) / 1080);
}

#p .intro {
    font-size: 1.2rem;
    line-height: 1.3;
}

#p [class*="cnt-"] {
    counter-reset: cnt3 cnt4 cnt5 cnt6;
}

#p .cnt-h3 .h3:not(.ncnt):before {
    content: counter(cnt3) ". ";
    counter-increment: cnt3;
}

#p .cnt-h4 .h4:not(.ncnt):before {
    content: counter(cnt4) ". ";
    counter-increment: cnt4;
}

#p .cnt-h5 .h5:not(.ncnt):before {
    content: counter(cnt5) ". ";
    counter-increment: cnt5;
}

#p .cnt-h6 .h6:not(.ncnt):before {
    content: counter(cnt6) ". ";
    counter-increment: cnt6;
}

#p [class*="cnt-"] [class^="h"]:before {
    color: #000;
}

#p .p ul > li + li, #p .p ol > li + li, #p .p ul > li ul, #p .p ol > li ul, #p .p ul > li ol, #p .p ol > li ol {
    margin-top: calc(15px + 1 * (100vw - 320px) / 1080);
}

#p .p ul > li, #p ol > li {
    padding-left: 1.5rem;
}

#p .p ul > li:before, #p ol > li:before {
    color: #000;
    position: absolute;
    left: 0;
    font-weight: bold;
}

#p .p ul {
    counter-reset: ulli;
}

#p .p ol {
    counter-reset: olli;
}

#p .p ul:not(.n) > li:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
}

#p .p ul.n > li:before {
    content: counter(ulli, lower-alpha) ". ";
    counter-increment: ulli;
}

#p .p ol:not(.n) > li:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
}

#p .p ol.n > li:before {
    content: counter(olli, decimal) ". ";
    counter-increment: olli;
}

#p .bt {
    margin: -4px -3px;
}


#p [data-domain]:before {
    content: none;
}

#p.err {
    text-align: center;
}

#p.err:before {
    pointer-events: none;
    opacity: 1;
    background: url(../../img/error.png) center center;
    background-size: cover;
    z-index: 9999;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#p.err img {
    width: 150px;
    left: calc(25px + 30 * (100vw - 320px) / 1080);
    position: absolute;
    top: 0;
    transform: translateY(-70%);
}

#p.err .h3 {
    margin-top: 0;
}

#p .dte {
    font-weight: bold;
    font-size: .9rem;
    margin-top: calc(20px + 1%);
}

#p .dte + * {
    margin-top: calc(20px + 1%);
}

#p .dte time {
    display: block;
}

#p .dte i {
    margin-right: 10px;
}

#p hr {
    border-top: 2px solid #eee;
    margin: calc(20px + 2%) 0 !important;
}

#p .col {
    display: flex;
    align-items: flex-start;
    margin-left: -25px;
    margin-right: -25px;
}

#p .col > * {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 25px;
}

#p .col > * + * {
    margin-top: 0 !important;
}

#p .col-inv > *:nth-child(1) {
    order: 1;
}

#p .col-inv > *:nth-child(2) {
    order: 0;
}

#p .gal [data-swiper] {
    overflow: hidden;
}

#p figure {
    padding: 2px;
}

#p img {
    border-radius: 3px;
    width: 100%;
}

#p .fig img {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

#p figcaption {
    color: #666;
    font-size: .85rem;
    font-style: italic;
    margin-top: 5px;
}

#p .grid {
    display: flex;
}

/************* societe **************/

.flex-wrap {
    display: flex;
    align-items: center;
}

.flex-wrap + .flex-wrap {
    margin-top: var(--section-padding);
}

.img-content {
    width: 40%;
    min-width: 450px;
    margin-right: var(--section-padding);
    aspect-ratio: 16/12;
}

.img-content > picture {
    display: block;
    height: 100%;
    width: 100%;
}

.img-content > picture img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-content > picture:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: .5s ease-in-out;
}

.img-content > picture:first-child:hover {
    opacity: 0;
}

.text-content {
    width: 60%;
}

.text-content .h2 {
    font-size: calc(25px + 10 * (100vw - 320px) / 1080);
}


/** FAQ **/


.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.drop-top {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding: var(--gutter-min) 0;
    justify-content: space-between;
    line-height: 1.4;
    font-size: 1.12rem;
}

.drop-top .fa {
    margin-left: var(--gutter);
    transform-origin: center;
    transition: .3s;
}

.drop-top.opened .fa {
    transform: rotateX(-180deg);
}

.drop-content {
    height: 0;
    opacity: 0;
}

.drop-content .p {
    padding-bottom: var(--gutter);
}

/************* actu **************/

.l-act {
    display: flex;
    flex-wrap: wrap;
    --margin: 20px;
    --width: 33.33%;
    margin: calc(-1 * var(--margin));
}

.l-act > * {
    width: var(--width);
    max-width: var(--width);
    flex-basis: var(--width);
}

.act {
    padding: var(--margin);
}

.act-c {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.act-i {
    width: 100%;
    aspect-ratio: 16/9;
}

.act-i picture {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.act-i img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}

.act-c:hover .act-i img {
    transform: scale(1.05);
}

.act-c:hover .bn:before {
    width: 100%;
}

.act-t {
    padding: calc(25px + 5 * (100vw - 320px) / 1080);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.act-t a {
    font-weight: bold;
    font-size: calc(18px + 5 * (100vw - 320px) / 1080);
    margin-bottom: calc(15px + 5 * (100vw - 320px) / 1080);
    display: block;
}

.act-title {
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: calc(15px + 5 * (100vw - 320px) / 1080);
    font-weight: 600;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.act-t time {
    font-size: .85rem;
    font-weight: bold;
}

.act-t time i {
    margin-right: 10px;
}

.act-c .bn {
    width: 100%;
    justify-content: flex-start !important;
    padding-left: calc(25px + 5 * (100vw - 320px) / 1080) !important;
    padding-right: calc(25px + 5 * (100vw - 320px) / 1080) !important;
    height: 40px;
    font-size: 15px !important;
}

/* plus-art */

.plus-art ul {
    margin-top: calc(15px + 1%);
    text-align: left;
}

.plus-art li {
    display: flex;
}

.plus-art li + li {
    margin-top: calc(10px + 1%);
}

.plus-art img {
    border-radius: 3px;
}

.plus-art a {
    font-weight: bold;
    font-size: calc(16px + 5 * (100vw - 320px) / 1080);
}

.plus-art li > div {
    flex: 1;
    padding-left: calc(25px + 5 * (100vw - 320px) / 1080);
    align-self: center;
}

.plus-art time {
    margin-top: calc(10px + 5 * (100vw - 320px) / 1080);
    font-weight: bold;
    display: block;
    font-size: .85rem;
}

.plus-art time i {
    margin-right: 8px;
}

/************* share **************/

.share .cts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share ul {
    display: flex;
    align-items: center;
}

.share ul li + li {
    margin-left: calc(5px + 3 * (100vw - 320px) / 1080);
}

/************* footer **************/

#f {
    background-color: #222;
    color: #fff;
}

#f .t {
    padding: calc(25px + 2%) 0;
}

#f .t .ct {
    display: flex;
    align-items: flex-start;
}

#f .t .ct > div:not(.nv) {
    flex: 1;
    padding-right: calc(50px + 2%);
    line-height: 1.4;
}

#f .t li + li {
    margin-top: 15px;
}

#f .t a:hover,
#f .t [data-mail]:hover {
    color: var(--primary);
}

#f .lo {
    width: calc(80px + 150 * (100vw - 320px) / 1080);
    max-width: 100%;
}

#f .lo .d {
    fill: #fff !important;
}

#f .mx {
    padding-left: 40px;
    font-size: .9rem;
}

#f .nv {
    font-size: .9rem;
    padding-right: 0 !important;
}

#f .nv li a:before {
    margin-right: 7px;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

#f .tit {
    margin-bottom: calc(20px + 1%);
    padding-bottom: calc(20px + 1%);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

#f .tit i {
    color: white;
    font-size: 130%;
    position: absolute;
    left: -15px;
    transform: translateX(-100%);
    top: -10%;
}

#f .b {
    background-color: #171717;
    padding: 15px 0;
    font-size: .8rem;
}

#f .b .ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#f .b p {
    color: #777;
    line-height: 1.5;
    padding-right: 15px;
}

#f .b a {
    white-space: nowrap;
}

#f .b a:hover {
    color: white;
}

#f .b [data-scroll] {
    transform-origin: center bottom;
}

/************* contact **************/

#p.cn .ct {
    display: flex;
}

#p.cn .ct .lf {
    flex: 1;
    padding-right: calc(25px + 25 * (100vw - 320px) / 1080);
    align-self: center;
}

#p.cn .ct .frm {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-radius: 3px;
    width: 45%;
    padding: calc(20px + 2%);
}

#p.cn .cn-crd {
    color: #222;
    font-size: 1.1rem;
    font-weight: bold;
}

#p.cn .cn-crd li {
    padding-left: 0;
}

#p.cn .cn-crd li:before {
    display: none;
}

#p.cn .cn-crd li + li {
    margin-top: 5px;
}

#p.cn .cn-crd i:not(.fa-at) {
    margin-right: 10px;
}

#p.cn .cn-crd [data-domain]:before {
    content: '\f0e0';
    margin-right: 10px;
}

/************* pagination **************/

.pagi {
    margin-top: calc(25px + 10 * (100vw - 320px) / 1080);
}

.pagi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.pagi ul li {
    margin: 4px !important;
    padding-left: 0 !important;
}

.pagi ul li > * {
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
}

.pagi ul li:not(.disabled):not(.active) > *:hover, .pagi ul li:not(.disabled).active > * {
    background-color: #008aff;
    color: #fff !important;
}

.pagi ul li.disabled > * {
    background: rgba(0, 0, 0, .01) !important;
}

.pagi ul li:last-child > * {
    color: transparent !important;
}

.pagi ul li:first-child:not(.disabled):not(.active) > *:hover:before, .pagi ul li:last-child:not(.disabled):not(.active) > *:hover:before {
    color: #fff;
}

.pagi ul li:first-child > *:before, .pagi ul li:last-child > *:before {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    color: #222;
    position: absolute;
    font-weight: 300;
    font-size: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagi ul li:first-child > *:before {
    content: '\f177';
}

/************* fieldset **************/

.clear {
}

.fd {
    z-index: 100;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    margin-bottom: 20px;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) inset;
}

.fd ul {
    z-index: 10
}

.fd ul li {
    color: red
}

.fd2 {
    width: calc(50% - 15px);
    float: left;
    margin-right: 15px;
}

.fd2 + .fd {
    width: 50%;
    float: left;
}

.fd + .bc {
    padding-top: 20px;
}

.fd.foc {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05), 0 0 10px rgba(0, 0, 0, .05) inset;
}

.fd i {
    pointer-events: none;
    color: #666;
    transition: color .3s;
    display: flex;
    font-size: calc(14px + 2 * (100vw - 320px) / 1080);
    padding-left: 5px;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 300;
}

.fd.foc i {
    color: black;
}

.fd label, .fd input, .fd textarea {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: calc(13px + 2 * (100vw - 320px) / 1080);
    padding-right: calc(20px + 5 * (100vw - 320px) / 1080);
    padding-left: calc(50px + 5 * (100vw - 320px) / 1080);
}

.fd label {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    transition: all .3s ease-in-out;
    opacity: 1;
    height: 45px;
    top: 5px;
    pointer-events: none;
    max-width: calc(100% - 47px - 5 * (100vw - 320px) / 1080);
    padding: 0 6px 0px 8px;
    margin-left: calc(42px + 5 * (100vw - 320px) / 1080);
    user-select: none;
    -moz-user-select: none;
}

.fd.act label {
    max-width: auto;
    background-color: #fff;
    opacity: 1;
    height: 15px;
    font-size: 10px;
    top: -7px;
    margin-left: calc(5px + 5 * (100vw - 320px) / 1080);
}

.fd .sp {
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    transition: background .3s;
}

.fd:hover .sp {

}

.fd .sp:before {
    background-color: #fff;
    position: absolute;
    transition: .3s;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    content: '';
    border-radius: 3px;
    z-index: 5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0) inset;
}

.fd.foc .sp:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) inset;
}

.fd .sp:after {

    opacity: 0;
    transition: .3s;
    position: absolute;
    width: 400%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border-radius: 3px;
    z-index: 3;
    animation: fcs 3s infinite linear;
}

.saf .fd .sp:after {
    display: none;
    opacity: 1;
}

html:not(.saf) .fd.foc .sp:after {
    opacity: 1;
}

.saf .fd.foc .sp:after {
    display: block;
}

.txa {
    height: 150px;
    clear: both;
}

.txa textarea {
    padding-top: 20px;
    border-radius: 3px;
}

@keyframes fcs {
    0% {
        left: 0%;
    }
    100% {
        left: -200%;
    }
}

/************* map **************/

.map-c {
    width: 100%;
    height: calc(250px + 50 * (100vw - 320px) / 1080);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.map-c:before {
    content: '';
    z-index: 5;
    border: 1px solid rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

#map {
    cursor: grab;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#map:active {
    cursor: grabbing;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar, .leaflet-bar {
    border: 0 !important;
    box-shadow: 0 0 0 !important;
}

#map .leaflet-bar a {
    background-color: var(--secondary);
    color: #fff;
    border-radius: 3px;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    user-select: none;
    -moz-user-select: none;
}

#map .leaflet-bar a:hover {
    background-color: var(--primary);
}


#map .leaflet-marker-pane img {
    display: block;

}


/* Realisations */

#real .img-list {
    display: block;
    margin: 0;
    width: 100%;
    aspect-ratio: 1/1;
}

#real .img-list img {
    object-fit: contain;
}

/* Services */

.techniques-page .h3 {
    text-align: center;
    padding-bottom: var(--gap-padding);
    margin-bottom: var(--gap-padding);
    border-bottom: 1px solid rgba(124, 115, 175, .3);
}

.technique-list {
    display: flex;
    flex-wrap: wrap;
    --margin: var(--gutter-min);
    margin: calc(-1 * var(--gutter-min) / 2);
}

.technique-list li {
    width: calc(33.33% - (var(--gutter-min)));
    margin: calc(var(--gutter-min) / 2);
}

.technique-item {
    aspect-ratio: 4/3;
    padding: var(--mid-padding);
}

.technique-item picture {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 0;
}

.technique-item picture:before {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(15deg, rgb(11, 6, 36) 25%, rgba(11, 6, 36, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 1;
}

.technique-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}

.technique-item:hover img {
    transform: scale(1.1);
}

.technique-item-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
}

.technique-item-content .mention {
    color: var(--primary);
}

.technique-title {
    color: white;
    margin-top: 10px;
}

.technique-item .technique-title a {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
}

/* technique show */

.page-technique section {
    padding: var(--section-padding) 0;
}

#p.page-technique {
    margin: 0;
}

.page-technique .flex-wrap {
    align-items: stretch;
}

.page-technique .flex-wrap picture {
    width: 40%;
    margin-right: var(--section-padding);
}

.page-technique .flex-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-technique .flex-content {
    width: 60%;
    margin-left: var(--container-padding);
}

.page-technique .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.rea-video {
    background-color: #111;
}

.rea-video .h3 {
    color: white;
    margin-bottom: var(--section-padding);
    text-align: center;
}

.video-list {
    display: flex;
    justify-content: center;
    --margin: 10px;
    margin: calc(-1 * var(--margin)) !important;
    max-height: 550px;
}

.video-list video {
    width: calc(33.33% - (var(--margin) * 2));
    margin: var(--margin);
}

/* gallery */

.img-list {
    display: flex;
    flex-wrap: wrap;
    --margin: calc(10px + 5 * (100vw - 320px) / 1080);
    margin: calc(-1 * var(--margin)) !important;
}

.img-list picture {
    width: calc(25% - (var(--margin) * 2));
    aspect-ratio: 1/1;
    margin: var(--margin);
}

.img-list picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

[data-gallery] img:not([data-no-gallery]) {
    cursor: zoom-in;
}

.gallery-window {
    cursor: zoom-out;
    overflow: hidden;
    display: none;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    user-select: none;
    backdrop-filter: blur(3px);
}

.gallery-window .gallery-img > div {
    padding: 25px;
    transform: scale(.8);
    transition: .3s;
    opacity: 0;
    z-index: 0;
    display: flex;
    position: absolute;
    height: 100vh;
    width: 100%;
    align-items: center;
}

.gallery-window .gallery-img > div.active {
    transform: scale(1);
    opacity: 1;
    z-index: 5;
}

.gallery-window img {
    cursor: default;
    max-height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    max-width: 100%;
    align-self: center;
    margin: auto;
}

.gallery-window button {
    --dim: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--dim);
    height: var(--dim);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary);
    z-index: 100;
    border: none;
    transition: .3s ease-in-out;
    --stroke: white;
    padding: 10px;
}

.gallery-svg {
    stroke: var(--stroke);
    stroke-width: 1.5;
}

.gallery-window button:not(.disabled):hover {
    background-color: var(--secondary);
}

.gallery-window button.disabled {
    opacity: .5;
}

.gallery-window button[data-g-change="prev"] {
    left: 0;
}

.gallery-window button[data-g-change="next"] {
    right: 0;
}

.gallery-window button[data-g-change="close"] {
    right: 0;
    top: 0;
    transform: none;
}

/* captcha */

.grecaptcha-badge {
    display: none;
}

.captcha-mention {
    font-size: calc(9px + 2 * (100vw - 320px) / 1080);
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 20px;
}

.captcha-mention > span {
    display: block;
}

.captcha-mention > a {
    opacity: .6;
    transition: .3s;
    font-size: 90%;
}

.captcha-mention > a:hover {
    opacity: 1;
}


/*----------------------------------------------------< MEDIA QUERIES >---------------------------------------------------*/

/************* max 1500 **************/

@media screen and (max-width: 1500px) {
    .ct {
        width: 88%;
    }
}

/************* max 1250 **************/

@media screen and (max-width: 1250px) {
    #f .lg {
        display: none;
    }

    #p.cn .ct {
        display: block;
    }

    #p.cn .ct .lf {
        padding-right: 0;
    }

    #p.cn .ct .frm {
        margin-top: calc(25px + 10 * (100vw - 320px) / 1080);
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .l-act {
        --margin: 10px;
        --width: 50%;
    }

    .technique-list li {
        width: calc(50% - (var(--gutter-min)));
    }
}

/************* max 1084 **************/

@media screen and (max-width: 1084px) {
    #p.err img {
        width: 80px;
        position: relative;
        transform: none;
        left: 0;
        margin-bottom: calc(20px + 10 * (100vw - 320px) / 1080);
    }

    #p.ix .ct .p {
        width: 100%;
    }

    #p .ct svg {
        opacity: .18;
    }

    .l-act > *.frst {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }

    .act {
        padding: 15px;
    }

    .frst .act-t {
        margin-left: 0;
        padding: calc(25px + 5 * (100vw - 320px) / 1080);
    }

    .frst .act-c {
        flex-direction: column;
    }

    .frst .act-c > * {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .frst .rsme {
        display: none;
    }

    .frst [data-img] {
        position: relative;
    }

    .vit-list {
        flex-wrap: wrap;
    }

    .vit-item {
        width: 50%;
        padding: var(--gutter);
    }
}

@media screen and (max-width: 1050px) {
    .flex-wrap {
        flex-direction: column-reverse;
    }

    .img-content {
        width: 100%;
        margin-right: 0;
        margin-top: var(--section-padding);
        aspect-ratio: 16/10;
    }

    .text-content {
        width: 100%;
    }

    .page-technique .flex-wrap picture {
        width: 100%;
        margin-right: 0;
        margin-top: var(--section-padding);
        aspect-ratio: 16/10;
    }
}


/************* min 951 **************/

@media screen and (min-width: 951px) {
    #n {
        height: auto !important;
        text-align: center;
        font-size: 1.05rem;
        font-weight: 600;
        user-select: none;
        -moz-user-select: none;
    }

    #n nav > ul {
        display: flex;
        align-items: center;
    }

    #n nav > ul > li + li {
        margin-left: calc(10px + 35 * (100vw - 320px) / 1080);
    }

    #n ul span:not(.open) + ul {
        position: absolute;
        opacity: 0;
    }

    #n ul span.open + ul {
        z-index: 100;
    }

    #n li > *:not(ul) {
        pointer-events: auto;
        transition: .2s;
        cursor: pointer;
    }

    #n li ul {
        white-space: nowrap;
        background-color: rgb(22, 22, 22);
        border-radius: 3px;
        transition: opacity .2s;
        position: absolute;
        top: 100%;
        font-size: .8rem;
        left: 50%;
        transform: translateX(-50%);
    }

    #n nav > ul > li > ul {
        margin-top: 25px;
    }

    #n li ul li > *:not(ul) {
        display: block;
        padding: 10px 25px 13px;
    }

    #n li ul li > *:not(ul):hover {
        background-color: rgb(44, 44, 44);
        color: #fff;
    }

    #n li ul li:first-child > *:not(ul) {
        border-radius: 3px 3px 0 0;
    }

    #n li ul li:last-child > *:not(ul) {
        border-radius: 0 0 3px 3px;
    }

    #n nav > ul > li > ul ul {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        left: calc(100% + 2px);
    }

    #n .lft + ul {
        right: calc(100% + 2px);
        left: auto;
    }

    #n span:after {

        font-size: 70%;
        margin-left: .5rem;
        top: -1px;
        content: '\f067';
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
    }

    #n nav > ul > li ul span {
        padding-left: 35px;
        padding-right: 35px;
    }

    #n nav > ul > li ul span:after {
        color: #222;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #n span.open:after {
        content: '\f068';
    }
}

/************* max 950 **************/

@media screen and (max-width: 950px) {
    #n {
        background-color: #222;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0);
        pointer-events: auto;
        transition: transform .6s, top .6s, box-shadow .6s;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        height: 100vh;
        overflow: hidden;
        user-select: none;
        -moz-user-select: none;
        transform: translateX(-100%);
    }

    .fix #n {
        top: 45px;
    }

    .onav #n {
        transform: translateX(0);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    }

    #n, #n nav > ul {
        max-width: calc(100vw - 85px);
        width: calc(300px + 200 * (100vw - 320px) / 1080);
        color: #fff;
    }

    #n nav {
        width: 150vw;
        height: 100%;

        font-size: calc(18px + 15 * (100vw - 320px) / 1080);
        font-weight: bold;
    }

    #n nav li > a:hover {
        background-color: #111;
    }

    #n nav li > *:not(ul) {
        cursor: pointer;
        padding: calc(15px + 5 * (100vw - 320px) / 1080) calc(20px + 5 * (100vw - 320px) / 1080);
        display: block;
    }

    #n nav li > *:not(ul):hover, #n nav li > *:not(ul).open {

        color: #fff;
    }

    #n li span:not(.open) + ul {
        display: none;
    }

    #n span:after {
        color: white !important;
        font-size: 70%;
        margin-left: .5rem;
        top: -1px;
        content: '\f067';
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    #n span:hover:after {
        color: #fff !important;
    }

    #n nav > ul > li ul span:after {
        color: #222;
    }

    #n span.open:after {
        content: '\f068';
        color: #fff !important;
    }

    #n li ul {
        font-size: 90%;
        background-color: rgba(0, 0, 0, .1);
    }

    #h .rs-ad {
        display: none;
    }

    #h .bnv {
        display: flex;
    }

    #h .b, .fix #h .b {
        padding: 15px 15px 15px 25px;
    }

    .s-content {
        height: auto;
        width: 100%;
        padding-top: 0;
    }

    .s-content h2 {
        width: 100%;
        line-height: 1.3;
    }

    #p {
        padding: calc(20px + 2%) 0;
    }

    #f {
        text-align: center;
    }

    #f .mx {
        padding: 0 calc(20px + 2%) !important;
    }

    #f .nv {
        display: none;
    }

    #f .tit {
        display: inline-block;
    }

    #f .tit i {
        margin-bottom: 15px;
        font-size: 2rem;
        position: relative;
        display: block;
        transform: none;
        left: 0;
    }

    #f .b {
        padding: 20px 0 0;
    }

    #f .b p {
        margin-bottom: 15px;
    }

    #f .b .ct {
        display: block;
    }

    #f .b [data-scroll] {
        margin: auto;
    }
}

/************* max 800 **************/

@media screen and (max-width: 800px) {
    #pr .ct {
        padding-bottom: 0
    }

    #pr .sw-p {
        display: none;
    }

    #pr .sw-n {
        margin: calc(25px + 3%) 0 calc(20px + 3%);
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        justify-content: center
    }

    #pr .sw-n > * + * {
        margin-left: 8px;
    }

    .l-act {
        margin: -15px;
    }

    .l-act > *, .l-act > *.frst {
        padding: 10px;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .l-act .act-t a {
        font-size: calc(20px + 10 * (100vw - 320px) / 1080);
    }

    #p .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    #p .col > * {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    #p .col > * + * {
        margin-top: calc(20px + 2 * (100vw - 320px) / 1080) !important;
    }

    #p .ct svg {
        left: 0%;
        width: 150%;
    }

    .technique-item .technique-title a {
        font-size: 2rem;
    }
}

/************* max 600 **************/

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

    .vit-item {
        --dim: 80px;
        font-size: 14px;
    }

    .vit-item strong {
        font-size: 15px;
    }

    #f .t .ct {
        display: block;
    }

    #f .t .ct > .mx + .mx {
        margin-top: calc(20px + 20px);
    }

    #f .mx {
        font-size: 1.1rem;
    }

    #f .tit {
        font-size: 1.2rem;
    }

    .bn {
        font-size: .9rem;
        padding: calc(15px + 2 * (100vw - 320px) / 1080) calc(19px + 2 * (100vw - 320px) / 1080) calc(18px + 2 * (100vw - 320px) / 1080);
    }

    #news .news-left {
        width: 100%;
        text-align: center;
        position: relative;
    }

    #news .sw-c {
        width: 100%;
        margin-left: 0;
        margin-top: var(--section-padding);
    }

    #news .sw-n {
        justify-content: space-between;
    }

    .img-list {
        --margin: 5px;
    }

    .technique-item .technique-title a {
        font-size: 1.5rem;
    }
}

/************* max 550 **************/

@media screen and (max-width: 550px) {
    #h .t {
        justify-content: center;
        height: 40px;
    }

    #h .t .l {
        position: absolute;
        top: 0;
        transform: translateY(-100%);
    }

    #s .psw {
        display: none;
    }

    .technique-list li {
        width: calc(100% - (var(--gutter-min)));
    }

    .technique-item {
        aspect-ratio: 16/9;
    }

    .technique-item .technique-title a {
        font-size: 2rem;
    }

}

/************* max 400 **************/

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

    .s-content > div {
        padding: var(--mid-padding);
    }

    .s-content h2 {
        font-size: 34px;
    }

    .vit-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

