<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: "Lato";
    font-weight: 300;
    font-size: 14px;
}

section,
header,
nav,
article,
aside,
footer,
figure {
    padding: 0;
    margin: 0;
    display: block;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    line-height: 0;
    font-size: 0;
}

figure {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
}

figure&gt;img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: "gm-l";
}


.hidden-l {
    display: none;
}


.txt-z {
    line-height: 0;
    font-size: 0;
}

.txt-n {
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.txt-z p {
    margin: 0;
    padding: 0;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.overflow {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.full-height {
    height: 100%;
}


/* ========================================= COMMONS ============================== */

.trace {
    background-color: #CEEAF9;
    display: block;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 1px dotted #09C;
}

.trace .close {
    display: block;
    float: right;
    color: white;
    background-color: #09C;
    cursor: pointer;
    font-size: 10px;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    line-height: 15px;
    text-decoration: none;
}

.table {
    /*border-collapse: separate; border-spacing: 5px;*/
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table th,
td {
    padding: 5px;
    vertical-align: top;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

.txt-justify {
    text-align: justify;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.hide {
    display: none;
}


.bloc {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ib {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.margin-auto {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.radius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.transition {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.transition.fast {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.relative {
    position: relative;
}

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

.link {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 17px;
    letter-spacing: 1px;
}

.border {
    border: solid 1px;
}

/* ========================================= COLORS ============================== */

.bg-noir-10 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-noir-20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-noir-30 {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-noir-40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-noir-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-noir-60 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-noir-70 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-noir-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-noir-90 {
    background-color: rgba(0, 0, 0, 0.9);
}


.bg-noir {
    background-color: #120608;
}

.bg-noirmat {
    background-color: #272726;
}

.bg-blanc {
    background-color: #FFF;
}

.bg-grisclair {
    background-color: #f6f6f6;
}


.b-noir {
    border-color: #120608;
}

.b-blanc {
    border-color: #FFF;
}

.b-noirmat {
    border-color: #272726
}

.f-noir {
    color: #120608;
}

.f-blanc {
    color: #FFF;
}

.f-noirmat {
    color: #272726;
}


/* =============================================== STRIP MENU ================================= */


header.strip {
    display: block;
    padding: 0;
    margin: 0;
    /*border-bottom: solid 1px rgba(0,0,0,0.05);*/
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
}

header.strip #wrapper-menu {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    z-index: 101;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

header.strip.scroll #wrapper-menu {
    background-color: rgba(39, 39, 38, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

header.strip #wrapper-menu .wrapper-logo {
    display: block;
    width: 100%;
    height: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

header.strip #wrapper-menu .wrapper-logo .logo {
    display: block;
    position: relative;
    width: 300px;
    height: 130px;
    background-image: url(../media/images/logo-hd-blanc-2022.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

header.strip.scroll #wrapper-menu .logo {
    height: 40px;
}

header.strip #wrapper-menu .menu {
    position: relative;
    padding: 10px 12px;
    z-index: 1;
    border: solid 1px;
}

header.strip #wrapper-menu .menu a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

header.strip #wrapper-menu .menu a i {
    font-size: 20px;
    line-height: normal;
}

header.strip #wrapper-menu .menu a span {
    display: block;
    /*vertical-align: middle;*/
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 5px;
}

header.strip.scroll #wrapper-menu .menu a span {
    display: none;
}

header.strip #wrapper-menu .menu a img {
    display: block;
    /*vertical-align: middle;*/
    height: 30px;
    width: auto;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

header.strip.scroll #wrapper-menu .menu a img {
    height: 20px;
}


header.strip #wrapper-menu .menu a:hover img {
    opacity: 0.8;
}

header.strip #wrapper-menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

/*
header.strip #wrapper-menu .social .ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: cover;
	background-image: url(../media/images/ico_facebook.png);
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
header.strip #wrapper-menu .social .ico:hover {
	opacity: 0.8;
}
    */


.social {
    position: relative;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    column-gap: 10px;
}

#coordonnees .social {
    justify-content: flex-start;
}

.social .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    opacity: 1;
    color: #FFF;
    width: 35px;
    height: 35px;
    background-color: #64c1c6;
    text-decoration: none;
}

.social .ico i {
    font-size: 20px;
}

.social .ico:hover {
    color: #FFF;
    background-color: rgba(255,255,255,0.2);
}
#coordonnees .social .ico:hover {
    background-color: #1e1e21;
}



header.strip #wrapper-nav {
    background-color: rgb(39, 39, 38);
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: 1;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 600ms;
}

header.strip.open #wrapper-nav {
    height: 100vh;
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0ms;
}


header.strip #wrapper-nav .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    flex-direction: column;
}

header.strip #wrapper-nav nav {
    opacity: 0;
    transform: translateY(20px);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 00ms;
}

header.strip.open #wrapper-nav nav {
    transform: translateY(0px);
    opacity: 1;
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 600ms;
}


header #wrapper-nav .logo {
    width: 300px;
    height: auto;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0ms;
}

header.open #wrapper-nav .logo {
    opacity: 1;
    transform: translateY(0px);
    transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 500ms;
}


header #wrapper-nav .bottom {
    display: block;
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0ms;

}

header.open #wrapper-nav .bottom {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1500ms;
}



header #wrapper-nav .bottom .close {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../media/images/ico-close.png);
    cursor: pointer;
}

header #wrapper-nav .bottom .close:hover {
    transform: rotate(90deg);
}

/* ========================================= STD MENU ============================== */

header {}

header nav {
    line-height: 0px;
    font-size: 0;
    text-align: center;
}


header nav ul {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

header nav ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
}

header nav ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
}

header nav ul li:hover {
    position: relative;
    /*z-index: 101;*/
    cursor: pointer;
}

header nav&gt;ul {
    margin-left: auto;
    margin-right: auto;
}


header nav&gt;ul&gt;li&gt;a {
    color: rgba(255, 255, 255, 1);
    /*border: solid 1px rgba(0,0,0,0.1);*/
    font-family: "gm-l";
    font-size: 20px;
    letter-spacing: 4px;
    line-height: normal;
    text-align: center;
}

header nav&gt;ul&gt;li&gt;a::after {
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 1px;
    background-color: #FFF;
    margin-top: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header nav&gt;ul&gt;li.up&gt;a::after,
header nav&gt;ul&gt;li&gt;a:hover::after {
    width: 100%;
}

/*
header  nav &gt; ul &gt; li.up &gt; a::before ,
header nav &gt; ul &gt; li &gt; a:hover::before {
	content: "&gt;";
	display: inline-block;
}
header  nav &gt; ul &gt; li.up &gt; a::after ,
header nav &gt; ul &gt; li &gt; a:hover::after {
	content: "&lt;";
	display: inline-block;
}
*/

header nav&gt;ul&gt;li&gt;ul {
    visibility: hidden;
    position: absolute;
    left: 0px;
    /*z-index: 102;*/
    width: 200px;
}

header nav&gt;ul&gt;li:hover&gt;ul {
    visibility: visible;
}

header nav&gt;ul&gt;li&gt;ul&gt;li {
    display: block;
}

header nav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    color: #CCC;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

header nav&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover,
header nav&gt;ul&gt;li&gt;ul&gt;li.up&gt;a {
    color: purple;
}


/* ====================================== footer =========================== */

footer {}

footer p {
    display: block;
    padding: 0;
    margin: 0;
}

footer .credits {}

footer .logo img {
    display: inline-block;
    width: auto;
    height: 50px;
    margin-right: 50px;
}

footer .logo img:last-child {
    margin-right: 0;
}

footer .credits p {
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    font-family: "Lato";
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

footer .credits a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

footer .credits a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .small {
    font-size: 12px;
}

footer #adresse a {
    text-decoration: none;
}

footer #adresse a:hover {}

/* =============================================================================================== */

.ariane {
    padding: 0;
    margin: 0 20px;
    color: rgba(0, 0, 0, 0.5);
}

.ariane a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.ariane a:hover {
    text-decoration: underline;
}


.couv {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.couv img {
    height: auto;
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

/* ========================================= FORM ====================================================== */

form input[type=text],
form textarea {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: "Lato";
    font-size: 13px;
    line-height: normal;
}

form select {
    display: inline-block;
    margin: 0px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    /*font-family: "Raleway";*/
    font-size: 13px;
    line-height: normal;
}

form input[type=submit] {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    -webkit-appearance: none;
    font-family: "Lato";
    font-size: 13px;
    line-height: normal;
}

form input[type=submit]:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.g-recaptcha {
    margin-bottom: 10px;
}

hr {
    display: block;
    height: 0;
    border: none;
    border-bottom: solid 1px;
}

/* ================================================= GRID ============================================== */

.page {
    display: block;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
}

.page.l {
    max-width: 1280px;
}

.page.xl {
    max-width: 1400px;
}

.page.m {
    max-width: 900px;
}

.page.s {
    max-width: 800px;
}

.page.xs {
    max-width: 700px;
}

.page.xxs {
    max-width: 600px;
}

.col-100-l {
    width: 100%;
}

.col-90-l {
    width: 90%;
}

.col-80-l {
    width: 80%;
}

.col-70-l {
    width: 70%;
}

.col-60-l {
    width: 60%;
}

.col-50-l {
    width: 50%;
}

.col-40-l {
    width: 40%;
}

.col-30-l {
    width: 30%;
}

.col-20-l {
    width: 20%;
}

.col-10-l {
    width: 10%;
}

.col-33-l {
    width: 33%;
}

.col-66-l {
    width: 66%;
}

.col-25-l {
    width: 25%;
}

.col-75-l {
    width: 75%;
}


#vp #large {
    display: block !important;
}

#vp #medium {
    display: none !important;
}

#vp #small {
    display: none !important;
}


/* ============================================ SLIDER =================================================== */


.wrapper-slide .slick {
    margin-bottom: 0;
    /*min-height:530px;*/
    position: relative;
}

.wrapper-slide .slick .slick-list,
.wrapper-slide .slick .slick-track {
    height: 100%;
}

.wrapper-slide .slick .slide {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrapper-slide .slick .slide .legende {
    /*position:absolute;*/
    /*right:0px;*/
    /*
	top:30%;
	width:50%;
	*/
}

.wrapper-slide .slick .slide img {
    display: block;
    width: 100%;
    height: auto;
}

.wrapper-slide .slick .slick-arrow {
    width: 40px;
    height: 40px;
    /*background-color:#FFF;*/
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wrapper-slide .slick .slick-arrow:hover {
    opacity: 1;
}

.wrapper-slide .slick .slick-arrow::before {
    display: none;
}

.wrapper-slide .slick .slick-next {
    right: 20px;
    z-index: 1000;
    background-image: url(../media/images/arrow-right-blanc.png);
    background-position: center center;
}

.wrapper-slide .slick .slick-next:hover {
    right: 15px;
}


.wrapper-slide .slick .slick-prev {
    left: 20px;
    z-index: 1000;
    background-image: url(../media/images/arrow-left-blanc.png);
    background-position: center center;
}

.wrapper-slide .slick .slick-prev:hover {
    left: 15px;
}

.wrapper-slide .slick .slick-dots {
    bottom: 0;
}

/* ========================================= SLIDER FULLSCREEN ============================== */

.wrapper-slide .slick.fs {
    height: 100vh;
}

.wrapper-slide .slick.fs .slide .legende {
    width: 100%;
    box-sizing: border-box;
    /*margin-top: -50px;*/
}

.wrapper-slide .slick.fs .overlay {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrapper-slide .slick.fs .slide .legende .content {
    opacity: 0;
    top: -30px;
    position: relative;
}

.wrapper-slide .slick.fs .slide .destock .legende {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapper-slide .slick.fs .slide .destock .legende .content .subcontent {
    background-color: rgb(100, 193, 198);
    margin-top: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}



.wrapper-slide .slick.fs .slide .destock .legende .content .subcontent h2 {
    font-size: 45px;

}

.wrapper-slide .slick.fs .slide .destock .legende .content .subcontent h3 {
    font-size: 18px;
    line-height: normal;
}

.wrapper-slide .slick.fs .slide .destock .legende .content h3 {
    margin-bottom: 0;
}




.wrapper-slide .slick.fs .slide .legende .lien {
    opacity: 0;
    top: 30px;
    position: relative;
}

.wrapper-slide .slick.fs .slide .legende .overlay {
    opacity: 0;
}


.wrapper-slide .slick.fs .slide .legende img {
    display: inline-block;
}

.wrapper-slide .slick.fs .slide .legende h2 {
    font-size: 60px;
    letter-spacing: 15px;
    color: #FFF;
    margin-bottom: 25px;
}

.wrapper-slide .slick.fs .slide .legende h3 {
    font-size: 24px;
    letter-spacing: 10px;
    color: #FFF;
    margin-bottom: 35px;
}

.wrapper-slide .slick.fs .slide .legende p a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFF;
    color: rgb(39, 39, 38);
    text-decoration: none;
    margin: 5px;
}


.wrapper-slide .slick.fs .slide .legende .link {
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    letter-spacing: 4px;
    border: solid 1px white;

}

.wrapper-slide .slick.fs .slide .legende .link:hover {
    padding: 10px 25px;
}



.wrapper-slide .slick.fs .slick-dots {
    bottom: 40px;
}

.wrapper-slide .slick.fs .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 10px;
}

.wrapper-slide .slick.fs .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
    /*border-radius: 12px;*/
    width: 12px;
    height: 12px;
    transition: all 0.2s ease-in-out;
}

.wrapper-slide .slick.fs .slick-dots li.slick-active button,
.wrapper-slide .slick.fs .slick-dots li button:hover {
    background-color: #FFF;
}

.wrapper-slide .slick.fs .slick-dots li button::before {
    display: none;
}


.wrapper-slide .bottom {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.wrapper-slide .bottom #souris {
    display: inline-block;
    width: 35px;
    height: 60px;
    background-image: url(../media/images/ico-souris.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

.wrapper-slide .bottom #souris #dot {
    display: inline-block;
    position: relative;
    top: 8px;
    border-radius: 10px;
    background-color: #FFF;
    width: 8px;
    height: 8px;
}

/*
.wrapper-slide .bottom #souris img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
*/


/* ========================================= SLIDER GALERIE HORIZONTALE ============================== */

.wrapper-slide .slick.galerie a {
    box-sizing: border-box;
    margin-left: 3px;
    margin-right: 3px;
    height: 250px;
    width: auto;
}

.wrapper-slide .slick.galerie a .overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.wrapper-slide .slick.galerie a .overlay span {
    position: relative;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-weight: 300;
    opacity: 0;
}

.wrapper-slide .slick.galerie a:hover .overlay {
    opacity: 1;
}

.wrapper-slide .slick.galerie a:hover .overlay span {
    opacity: 1;
    transition-delay: 300ms;
}

.wrapper-slide .slick.galerie a img {
    display: block;
    height: 100% !important;
    width: auto !important;
}

.wrapper-slide .slick.galerie .slick-arrow {
    width: 65px;
    height: 65px;
    background-color: #FFF;
    background-size: 30%;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 800;
}

.wrapper-slide .slick.galerie .slick-arrow:hover {
    opacity: 1;
}

.wrapper-slide .slick.galerie .slick-arrow::before {
    display: none;
}

.wrapper-slide .slick.galerie .slick-next {
    right: 0px;
    background-image: url(../media/images/arrow_right.png);
    background-position: 20px center;

}

.wrapper-slide .slick.galerie .slick-next:hover {
    background-position: 30px center;
}

.wrapper-slide .slick.galerie .slick-prev {
    left: 0px;
    background-image: url(../media/images/arrow_left.png);
    background-position: 25px center;
}

.wrapper-slide .slick.galerie .slick-prev:hover {
    background-position: 15px center;
}

/* ========================================= PADDING / MARGIN ============================== */

.padd-s {
    padding: 25px;
}

.padd-m {
    padding: 50px;
}

.padd-ms {
    padding: 75px;
}

.padd-l {
    padding: 100px;
}

.padd-ls {
    padding: 125px;
}


.padd-v-s {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padd-v-m {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padd-v-l {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd-v-xl {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padd-h-m {
    padding-left: 50px;
    padding-right: 50px;
}

.padd-t-s {
    padding-top: 25px;
}

.padd-b-s {
    padding-bottom: 25px;
}

.padd-t-m {
    padding-top: 50px;
}

.padd-b-m {
    padding-bottom: 50px;
}

.padd-t-l {
    padding-top: 100px;
}

.padd-b-l {
    padding-bottom: 100px;
}


.padd-l-m {
    padding-left: 50px;
}

.padd-r-m {
    padding-right: 50px;
}

.padd-l-s {
    padding-left: 25px;
}

.padd-r-s {
    padding-right: 25px;
}

/* ========================================= MAP ============================== */

.map {
    display: block;
    width: 100%;
    height: 700px;
}

/* ========================================= PRELOADER ============================== */

body.preloader {
    background-color: #1e1e21;
}

#transition {
    display: none;
    /* display: block; */
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

#transition.move img {
    display: inline-block;
    position: relative;
    top: 100%;
    height: 70%;
    width: auto;
}

#transition.fade {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#transition.fade img {
    display: block;
    position: relative;
    /*top: 50%;*/
    height: 60%;
    /*height: 600px;*/
    width: auto;
    opacity: 0;
}

#transition #titre {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    z-index: 2;
    width: 100%;
}

#transition #titre span {
    display: block;
    text-align: center;
    font-size: 40px;
    letter-spacing: 15px;
    font-weight: 200;
    color: #FFF;
}

/* ========================================= PARALLAX ============================== */

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ========================================= ANIMS  ============================== */

.wrapper-anim-visible {
    overflow: visible;
}

.wrapper-anim-hidden {
    overflow: hidden;
}

.anim-from-left-fade {
    position: relative;
    right: 10%;
    opacity: 0;
}

.anim-from-right-fade {
    position: relative;
    left: 10%;
    opacity: 0;
}

.anim-from-bottom-fade {
    position: relative;
    top: 10%;
    opacity: 0;
}

.anim-from-top-fade {
    position: relative;
    top: -10%;
    opacity: 0;
}

.anim-fade {
    position: relative;
    opacity: 0;
}

/* ========================================= TOOLTIP  ============================== */

.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
    background-color: transparent;
    border: none;
    border-radius: 0;
    /*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
}

/* ========================================= KERDESIGN  ============================== */

h1,
h2 {
    font-size: 26px;
    letter-spacing: 10px;
    margin-bottom: 40px;
    position: relative;
}


.bg-k {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/images/bg-k.png);
    background-size: cover;
}

.bg-k-center {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../media/images/bg-k-center.png);
    background-size: contain;
}


.bg-deco-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/images/bg-deco-01.jpg);
    background-size: contain;
    height: 730px;
}



.txt-n p {
    margin-bottom: 10px;
}

.txt-n p strong {
    font-weight: 600;
}

.photo p img {

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

#poseetrenov .txt-n {
    line-height: 23px;
}

#poseetrenov p:last-child {
    margin-bottom: 0;
}

.accroche {
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 10;
}

.accroche h2 {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 10px;
    margin-bottom: 40px;
    position: relative;
}

.accroche h2 strong {
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
}

.link {
    font-family: "gm-l";
    font-size: 12px;
    line-height: normal;
    letter-spacing: 4px;
    border: solid 1px transparent;
    text-decoration: none;
    color: #FFF;
}

.accroche .link:hover {
    border: solid 1px #FFF;
}


.wrapper-v-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-v-center.align-right {
    display: flex;
    justify-content: flex-end;
}


#portfolios a {
    border: solid 5px white;
}

#portfolios a.h-100 {
    height: 650px;
}

#portfolios a.h-50 {
    height: 320px;
}

#portfolios a .overlay {
    background-color: rgba(29, 29, 27, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#portfolios a:hover .overlay {
    background-color: rgba(29, 29, 27, 0.9);
}

#portfolios a p {
    font-size: 30px;
    letter-spacing: 4px;
    font-family: "gm-l";
    color: #FFF;
    /*border: solid 1px white;*/
    line-height: normal;
    display: block;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px 20px;
    margin-bottom: 15px;
}

#portfolios a:hover p {
    padding-left: 30px;
    padding-right: 30px;
}

#portfolios a .link {
    opacity: 0;
}

#portfolios a:hover .link {
    opacity: 1;
}

#homepage #portfolios a,
#nossavoirfaire #portfolios a {
    height: 320px;
}

#homepage #portfolios a .link,
#nossavoirfaire #portfolios a .link {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 90px;
    left: 0;
    box-sizing: border-box;
}


.classic h1 {
    font-size: 40px;
    letter-spacing: 20px;
    margin-bottom: 25px;
    line-height: normal;
}

.classic h2 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 35px;
    line-height: normal;
}

.classic h1::after {
    content: "";
    width: 100px;
    border-bottom: solid 1px #000;
    display: block;
    margin: 20px auto;
}


.carre {
    height: 800px;
}

.carre .wrapper-carre-1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.carre .wrapper-carre-2 {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0;
    z-index: 2;
}

.carre .wrapper-carre-3 {
    position: absolute;
    width: 100%;
    top: 300px;
    left: 0;
    z-index: 3;
}

.carre .carre-image {
    position: relative;
    margin-left: 0;
    width: 500px;
    height: 500px;
}

.carre .carre-pattern {
    position: relative;
    margin-left: 275px;
    width: 500px;
    height: 500px;
}

.carre .carre-texte {
    position: relative;
    margin-left: 440px;
    width: 500px;
    height: 500px;
    padding: 85px;
}

.carre .carre-texte h2 {
    line-height: 40px;
}

.carre .carre-texte p {
    margin-bottom: 10px;
}

.carre .carre-texte .link {
    color: rgb(39, 39, 38);
    border: solid 1px rgb(39, 39, 38);
    margin-top: 20px;
}

.carre .carre-texte .link:hover {
    padding-left: 25px;
    padding-right: 25px;
}



.carre-deco {
    background-image: url(../media/images/carre-deco-presentation.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.carre-deco .texte {
    width: 400px;
    min-height: 450px;
    margin-top: 450px;
    margin-right: 85px;
}

.carre-deco .texte h2 {
    line-height: 40px;
}

.carre-deco .texte p {
    margin-bottom: 10px;
}

.carre-deco .texte .link {
    color: rgb(39, 39, 38);
    border: solid 1px rgb(39, 39, 38);
    margin-top: 20px;
}

.carre-deco .texte .link:hover {
    background-color: rgb(39, 39, 38);
    color: #FFF;
    margin-top: 20px;
}

.portfolio {}

.portfolio a {
    height: 333.333px;
    width: 333px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.portfolio a figure {
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio a figure figcaption {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
    width: auto;
    box-sizing: border-box;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}


.portfolio a figure .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 27, 0.9);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio a:hover figure .overlay {
    opacity: 1;
}

.portfolio a figure .overlay span {
    color: #FFF;
    font-size: 150px;
    line-height: 0;
    font-weight: 100;
    top: -10px;
    font-family: "Lato";
    display: block;
    position: relative;
}

.fancybox-bg {
    background-color: rgba(29, 29, 27, 1);
}

.fancybox-container--ready .fancybox-bg {
    opacity: 0.97;
}

.back {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 12px;
    background-image: url(../media/images/arrow-left-small-noir.png);
    left: 25px;
    top: 25px;
    position: relative;
    padding-left: 40px;
}

.back:hover {
    background-position: 0px center;
}

#coordonnees figure {
    margin-bottom: 30px;
}

#coordonnees p {}

#coordonnees p a {

    text-decoration: underline;
    color: #000;
}

#coordonnees p a:hover {
    text-decoration: none;
}

#coordonnees h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

#mentions-legales h2 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.link.f-noirmat.border {
    color: rgb(39, 39, 38);
    border: solid 1px rgb(39, 39, 38);
    margin-top: 20px;
}

.link.f-noirmat.border:hover {
    padding-left: 25px;
    padding-right: 25px;
}



#homepage #notre-savoir-faire h1 {
    font-size: 24px;
    letter-spacing: 5px;
}

#homepage #poseetrenov h2 {
    font-size: 24px;
    letter-spacing: 5px;
}

#presentation .bg-k-center {
    margin-bottom: 100px;
}

#presentation h2 {
    letter-spacing: 3px;
}

#savoirfaire .content {
    padding-left: 10px;
    padding-right: 10px;
}

#savoirfaire .content video {
    width: 100% !important;
    box-sizing: border-box;
    border: solid 1px rgba(0, 0, 0, 0.1);
}


#presse .publication {
    padding: 25px;
    vertical-align: top;
}

#presse .publication p {
    display: block;
    padding: 0;
    margin: 0;
}

#presse .publication p a {
    display: block;
    box-sizing: border-box;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

#presse .publication p img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.calameo iframe {
    width: 100%;
    height: 650px;
}


#destockage h1::after {
    display: none;
}

#destockage .filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

#destockage .filters .sep {
    display: block;
    width: 1px;
    height: 50px;
    background-color: rgba(39, 39, 38, 0.3);
}

#destockage .filters .filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 22px;
    line-height: normal;
    font-family: "gm-l";
    cursor: pointer;
}

#destockage .filters .filter:hover span,
#destockage .filters .filter.up span {
    text-decoration: underline;
}

#destockage .filters .filter img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 25px;
    height: auto;
    display: block;
}

#destockage .item {
    display: block;
    width: 100%;
}

#destockage .item article {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 50px;
    column-gap: 40px;
}

#destockage .item article .wrapper-visuel {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 35%;
    position: relative;
}

#destockage .item article .wrapper-visuel .lot {
    background-color: #64c1c6;
    color: #FFF;
    display: block;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    font-size: 25px;
    font-family: "Lato";
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    font-weight: 400;
    letter-spacing: 1px;
    transform: translateY(-100%);
}



#destockage .item article .wrapper-visuel .lot::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url('../media/images/mask-wave-blanc.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}


#destockage .item article .wrapper-visuel .visuel {
    display: block;
    width: 100%;
    height: 300px;
}

#destockage .item article .wrapper-content {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;

}

#destockage .item article .wrapper-content .wrapper-titre {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: solid 1px #64c1c6;
    padding-bottom: 5px;
    padding-top: 5px;
}

#destockage .item article .wrapper-content .wrapper-titre h1 {
    font-size: 40px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

#destockage .item article .wrapper-content .wrapper-titre .destocat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    font-family: "gm-l";
    font-size: 18px;
    line-height: normal;
    color: rgb(39, 39, 38);
}

#destockage .item article .wrapper-content .wrapper-titre .destocat img {
    display: block;
    width: 20px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

#destockage .item article .wrapper-content .wrapper-titre .destocat span {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    font-family: "gm-l";
}


#destockage .item article .wrapper-content .wrapper-texte {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
    column-gap: 100px;
}

#destockage .item article .wrapper-content .wrapper-texte .content {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
}

#destockage .item article .wrapper-content .wrapper-texte .content ul {
    padding: 0;
    margin: 0;
    display: block;
}

#destockage .item article .wrapper-content .wrapper-texte .content ul li {
    padding: 5px 0;
    margin: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    list-style-type: square;
    list-style-position: inside;

}

#destockage .item article .wrapper-content .wrapper-texte .content ul li:last-of-type {
    border-bottom: none;
}


#destockage .item article .wrapper-content .wrapper-texte .content ul li::marker {
    color: #64c1c6;
}


#destockage .item article .wrapper-content .wrapper-texte .content ul li strong {
    font-weight: 700;
    width: 180px;
    display: inline-block;
}

#destockage .item article .wrapper-content .wrapper-texte .infos {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 150px;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .wrapper-prix {
    background-color: #282828;
    color: #FFF;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .link {
    background-color: #64c1c6;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 10px;
    letter-spacing: 0;
    font-family: "Lato";
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
    box-sizing: border-box;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .link:hover {
    background-color: #282828;
    color: #FFF;
}


#destockage .item article .wrapper-content .wrapper-texte .infos .wrapper-prix p {
    display: block;
    margin: 0;
    padding: 0;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .wrapper-prix .label {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .wrapper-prix .volume {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .wrapper-prix .prix {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #64c1c6;
}

#destockage .item article .wrapper-content .wrapper-texte .infos .wrapper-prix .taxe {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #64c1c6;
}

.hiddenblock {
    display: none;
}

#cta .success {
    display: none;
}

#cta form {
    display: block;
    width: 100%;
}

#cta form input[type=text],
#cta form textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    font-family: "Lato";
    margin-bottom: 10px;
}

#cta form .link {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    background-color: #64c1c6;
    color: #FFF;
    font-family: "Lato";
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}



.hiddenbloc {
    display: none;
}


.wrapper-trace {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    box-sizing: border-box;
    z-index: 999;
    width: calc(100% - 40px);
    height: 0;
    overflow: visible;
}

.wrapper-trace .trace {
    background-color: dodgerblue;
    color: #FFF;
    animation-name: fadeinfadeout;
    animation-fill-mode: both;
    animation-duration: 7s;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 7px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.wrapper-trace .trace.alert {
    background-color: orangered;
    color: #FFF;
}

.wrapper-trace .trace.success {
    background-color: yellowgreen;
    color: #FFF;
}

@keyframes fadeinfadeout {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    10% {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-bottom: 10px;
        padding: 7px 15px;
    }

    90% {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-bottom: 10px;
        padding: 7px 15px;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin-bottom: 0;
        padding: 0;
    }
}


.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
}

.topbar a {
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #64c1c6;
    color: #FFF;
    padding: 15px;
    font-size: 13px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
}

.margin-header {
    margin-top: 75px;
}

.fancybox-content {}




.wrapper-form form .success {
    background-color: rgb(152, 215, 35);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

.wrapper-form form .success p {
    padding: 0;
    text-align: center;
    display: block;
    flex: none;
    color: #FFF;
}

.wrapper-form form .success p .link {
    padding: 10px 20px;
    border: none;
    color: #000;
}

.wrapper-form form p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 10px 0;
    column-gap: 10px;
}

.wrapper-form form p input[type=text] {
    outline: none;
}



.grecaptcha-badge {
    display: none;
}


.wrapper-trace {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    box-sizing: border-box;
    z-index: 9999;
    width: calc(100% - 40px);
    height: 0;
    overflow: visible;
}

.wrapper-trace .trace {
    background-color: dodgerblue;
    color: #FFF;
    animation-name: fadeinfadeout;
    animation-fill-mode: both;
    animation-duration: 7s;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 7px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.wrapper-trace .trace.alert {
    background-color: orangered;
    color: #FFF;
}

.wrapper-trace .trace.success {
    background-color: yellowgreen;
    color: #FFF;
}

@keyframes fadeinfadeout {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    10% {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-bottom: 10px;
        padding: 7px 15px;
    }

    90% {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-bottom: 10px;
        padding: 7px 15px;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin-bottom: 0;
        padding: 0;
    }
}



.wrapper-instagram {
    background-color: rgb(246, 246, 246);
    padding: 100px 0;
}


.wrapper-instagram h3 {
    font-family: "gm-l";
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
}

.wrapper-instagram p {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}
.wrapper-instagram p a {
    color: #272726;
    text-decoration: none;
}

.wrapper-instagram .social {
    justify-content: center;
}
.wrapper-instagram .social .ico:hover {
    background-color: #272726;
}


.wrapper-insta .instagram {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap;
}

.instagram .ico {
    border-radius: 100%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 33px;
}



.wrapper-insta .instagram a {
    display: block;
}
.wrapper-insta .instagram a.hidden {
    display: none;
}

.wrapper-insta .instagram a figure {
    display: block;
    width: 220px;
    height: 220px;
    position: relative;
}

.wrapper-insta .instagram a figure i {
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 3;
}

.wrapper-insta .instagram a:hover figure i {}


.wrapper-insta .instagram a figure .overlay {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all 250ms ease-in-out;
}

.wrapper-insta .instagram a:hover figure .overlay {
    opacity: 1;
    transition-delay: 0ms;
}

.wrapper-insta .instagram a figure .overlay span {
    display: block;
    opacity: 0;
    transition: all 250ms ease-in-out;
    transition-delay: 0ms;
}

.wrapper-insta .instagram a:hover figure .overlay span {
    opacity: 1;
    transition-delay: 200ms;
}


header.strip .link {
    background-color: rgb(100, 193, 198);
    color: #FFF;
    border-radius: 30px;
    font-family: "Lato";
    font-size: 11px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
}</pre></body></html>