/*-----------------------------------------------------------------------------------
	Nicolas Waterkeyn
	About: Portfolio de Nicolas Waterkeyn, Créateur Graphiste Polyvalent indépendant spécialisé en direction artistique, création 3D, motion design, illustration et identité visuelle.
	Author: Nicolas Waterkeyn
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:transparent;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'CinzelDecorative-Regular';
	src: url('./fonts/CinzelDecorative-Regular/CinzelDecorative-Regular.ttf');
	src: url('./fonts/CinzelDecorative-Regular/CinzelDecorative-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.link-with-icon{
	display:inline-flex;
	align-items:center;
	vertical-align: middle;
}
.link-with-icon.text-center{
	justify-content: center;
}
.link-with-icon.text-start{
	justify-content: flex-start;
}
.link-with-icon.text-end{
	justify-content: flex-end;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.link-nested-icon, .text-nested-icon{
	width:20px;
	position:relative;
	top:-0.05em;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img, > picture, > a)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}

/* Cinematic */
.carousel-cinematic .carousel-item {
	 transform:none;
}
.carousel-cinematic .carousel-item > img,.carousel-cinematic .carousel-item:not(:has(> img, > picture)){
	 transform:scale(1);
}
 html.page-motion-ready .carousel-cinematic .carousel-item.active > img, html.page-motion-ready .carousel-cinematic .carousel-item-next.carousel-item-start > img{
	 transform:scale(1.5);
	 transition:transform 30s;
}
html.page-motion-ready .carousel-cinematic .carousel-item.active:not(:has(> img)){
	transform:scale(1.1);
	opacity:1;
	transition:opacity 1s, transform 10s;
}
html.page-motion-ready .carousel-cinematic .carousel-item-next.carousel-item-start:not(:has(> img)),html.page-motion-ready .carousel-cinematic .carousel-item-prev.carousel-item-end:not(:has(> img)){
	opacity:0;
}
.carousel-cinematic .active.carousel-item-start, .carousel-cinematic .active.carousel-item-end, html.page-motion-ready .carousel-cinematic .active.carousel-item-start:not(:has(> img)){
	 z-index:1;
	 opacity:0;
	 transition:all 1s ease 0.1s;
}
.carousel-cinematic .carousel-item-next > img,.carousel-cinematic .carousel-item-prev > img,.carousel-cinematic .carousel-item.active > img{
	will-change: transform;
}
 .carousel-cinematic:not(:has(.carousel-item > img)) .carousel-inner {
	overflow: visible;
}
@media (prefers-reduced-motion:reduce) {
	 .carousel-color-fade .carousel-item, .carousel-blur .carousel-item, .carousel-vertical .carousel-item, .carousel-zoom, .carousel-zoom-max .carousel-item, .carousel-pull-down .carousel-item,.carousel-pull-up .carousel-item,.carousel-pull-left .carousel-item,.carousel-pull-right .carousel-item{
	 transition:none!important;
}

html.page-motion-ready .carousel-cinematic .carousel-item.active img{
	 transition:none;
}
 }
/* Progress Bars */
.carousel-progress-bar{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: rgba(255,255,255,.25);
	overflow: hidden;
	z-index: 5;
	pointer-events: none;
}
.carousel-progress-bar-pill,.carousel-progress-bar-zigzag,.carousel-progress-bar-waves,.carousel-progress-bar-points,.carousel-progress-bar-slant,.carousel-progress-bar-lines,.carousel-progress-bar-square-wave{
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	border-radius: 6px;
	width:100px;
}
.carousel-progress-bar-zigzag,.carousel-progress-bar-waves,.carousel-progress-bar-points,.carousel-progress-bar-slant,.carousel-progress-bar-lines,.carousel-progress-bar-square-wave{
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	height:10px;
	width:110px;
}
.carousel-progress-bar-fill{
	display: block;
	height: 100%;
	width: 0%;
	background: #FFFFFF;
	transform: translateZ(0);
}
.carousel-progress-bar-minimal .carousel-progress-bar-fill{
	background: rgba(255,255,255,.8);
}
[data-bs-theme="dark"] .carousel-progress-bar{
	background: #000000;
}
[data-bs-theme="dark"] .carousel-progress-bar-minimal .carousel-progress-bar{
	background: rgba(0,0,0,.8);
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Josefin Sans";
	color:var(--swatch-var-6211)!important;
	font-size:12px;
}
.h1-style{
	font-family:"Abril Fatface";
	font-weight:600;
	font-size:40px;
	color:var(--swatch-var-7625)!important;
}
.img-2-style{
	width:1140px;
}
.h3-style{
	font-family:"Josefin Slab";
	font-size:45px;
	width:62.79%;
	text-align:left;
	font-weight:900;
	text-transform:uppercase;
	line-height:50px;
}
.container-div-min-height{
	min-height:1623px;
}
p{
	color:var(--swatch-var-7123)!important;
}
.h5-style{
	font-size:30px;
	font-family:"Abril Fatface";
}
.bouton-dore{
	font-family:"Abril Fatface";
	color:var(--swatch-var-7123)!important;
	text-align:center;
	text-transform:none;
	background-color:var(--swatch-var-565);
}
.p-style{
	font-family:"Josefin Slab";
	font-weight:700;
	font-size:15px;
	width:51.74%;
	line-height:22px;
	text-align:left;
	color:var(--swatch-var-7123)!important;
}
.html-widget-style{
	height:392px;
}
.h5-gallery-style{
	font-size:30px;
	font-family:"Abril Fatface";
}
.navbar-brand img{
	width:70px;
	height:45px;
}
.img-monogramme--style{
	width:81px;
}
.bloc-fill{
	fill:var(--swatch-var-646);
}
.bloc-bloc-1-fill{
	fill:#B18686;
	font-family:"Montserrat";
	font-size:15px;
}
.grid-style{
	grid-template-columns:1.00fr 1fr 1fr;
	min-height:2047px;
}
.textemaj{
	color:#FFFFFF!important;
	text-transform:uppercase;
	font-size:20px;
	font-family:"Roboto";
	line-height:30px;
	background-color:transparent;
}
.background-gradient{
	background:linear-gradient(45deg, rgba(0,0,0,0.97) 0%, rgba(0,0,0,0.89) 100%);
	background-blend-mode:normal;
}
.showreel-bouton{
	text-transform:uppercase;
	border-color:var(--swatch-var-5927)!important;
	border-width:1px 1px 1px 1px;
	font-size:15px;
	background-color:rgba(0,0,0,0.62);
	color:var(--swatch-var-5927)!important;
	font-family:"Montserrat";
}
.h3-projets-phares-style{
	font-size:10px;
	text-transform:uppercase;
	font-family:"Montserrat";
	color:var(--swatch-var-7625)!important;
}
.p-bloc-2-style{
	font-size:25px;
	font-family:"Montserrat";
}
.h3-4-style{
	font-size:15px;
	font-family:"Abril Fatface";
}
.menu-josefinsans{
	color:var(--swatch-var-6211)!important;
	font-family:"Josefin Sans";
	text-transform:uppercase;
	font-size:12px;
}
.da{
	color:var(--swatch-var-6211)!important;
	text-transform:none;
	font-family:"CinzelDecorative-Regular";
	font-size:15px;
	text-align:left;
	text-shadow:0.00px 0.00px 2px #000000;
}
.des-carou{
	margin-top:250px;
}
header{
	background-color:rgba(0,0,0,0.35);
}
.btn-decouvrir{
	text-align:center;
	text-transform:uppercase;
	font-family:"Montserrat";
	color:var(--swatch-var-5927)!important;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1790)!important;
	font-size:9px;
	border-style:solid;
}
.btn-carrousel-cote{
	font-family:"Montserrat";
	text-transform:uppercase;
	direction:rtl;
	background-color:transparent;
	text-align:right;
}
.btn-carrousel-droite{
	font-family:"Montserrat";
	text-transform:uppercase;
	font-size:15px;
	background-color:transparent;
}
.ecrit-creation{
	font-family:"Josefin Sans";
	font-size:13px;
	color:var(--swatch-var-7123)!important;
	width:200px;
	text-align:center;
	text-transform:none;
}
.footer-background-gradient{
	background:linear-gradient(144deg, var(--swatch-var-565) 24%, #11151C   100%);
	background-blend-mode:normal;
}
.footer-lien{
	color:var(--swatch-var-7625)!important;
	font-family:"Josefin Sans";
	text-align:left;
	text-transform:none;
	text-decoration:none;
}
.svg-icon-fill{
	stroke:transparent!important;
	fill:var(--swatch-var-7625)!important;
	width:19px!important;
	height:26px!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-7625)!important;
}
.footer-1-colum{
	margin-top:5px;
}
.footer-ecrits{
	color:var(--swatch-var-7625)!important;
	font-family:"Josefin Sans";
	text-align:left;
	text-transform:none;
	text-decoration:none;
}
.footer-ecrits-maj{
	color:var(--swatch-var-7625)!important;
	font-family:"Josefin Sans";
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
.footer-ecrits-entete{
	color:var(--swatch-var-6211)!important;
	font-family:"Josefin Sans";
	text-align:left;
	text-transform:none;
	text-decoration:none;
	font-size:25px;
}
.background-a-propos{
	background:linear-gradient(0deg, rgba(0,0,0,0.97)  0%, rgba(0,0,0,0.89) 100%);
	background-blend-mode:normal;
	margin-bottom:-50px;
}
.competences{
	font-family:"Josefin Slab";
	font-size:20px;
	color:var(--swatch-var-6211)!important;
	text-transform:uppercase;
}
.icones-competence-svg{
	width:200px;
}
.visuels-sous-header{
	left:0px;
	right:0px;
	margin-bottom:-64px;
	z-index:-10;
	position:relative;
	top:-63px;
}
.header-devant-crea{
	z-index:10;
	background-blend-mode:screen;
	background-color:var(--swatch-var-3426);
}
.colum-a-propos{
	margin-top:125px;
}
.formulaire-fond{
	background-color:transparent;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1790)!important;
	color:var(--swatch-var-7123)!important;
	font-family:"Montserrat";
	text-align:left;
	font-size:15px;
}
.btn-envoyez{
	font-family:"Montserrat";
	background-color:transparent;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7123)!important;
	font-size:15px;
	color:var(--swatch-var-7123)!important;
}
.formulaire{
	font-family:"Josefin Slab";
}
.vignette{
	cursor:pointer;
	box-shadow:11.35px 22.28px 34px #000000;
	top:0px;
}
.vignette-skii{
	transform:rotate(-3deg) scale(1.3);
	bottom:20px;
	position:relative;
	right:10px;
	z-index:1;
}
.vignette-palmes-or{
	transform:rotate(3deg) scale(1.3);
	position:sticky;
	right:50px;
	z-index:1;
	top:130px;
}
.vignette-faurus{
	transform:rotate(3deg) scale(1.3);
	position:sticky;
	left:10px;
	bottom:10px;
}
.vignette-robe{
	transform:rotate(-5deg) scale(1.3);
	padding-right:0px;
	position:relative;
	bottom:50px;
	left:70px;
}
.touslesprojets{
	margin-top:0px;
	z-index:-100;
	top:-100px;
}
.vignette-nocciolata{
	transform:rotate(-5deg) scale(1.3);
	padding-right:0px;
	position:sticky;
}
.vignette-nexity{
	transform:rotate(3deg) scale(1.2);
	position:relative;
	left:40px;
	top:50px;
}
.vignette-dior{
	transform:rotate(-5deg) scale(1.3);
	padding-right:0px;
	position:relative;
	top:40px;
	right:10px;
}
.vignette-les-faitieres{
	transform:rotate(3deg) scale(1.3);
	position:relative;
	right:10px;
	top:40px;
}
.vignette-general{
	transform:rotate(-3deg) scale(1.3);
	position:relative;
	right:40px;
	top:175px;
}
.voir-le-showreel-icone{
	width:15px!important;
	background-color:transparent!important;
}
.btn-carrousel-droite:hover{
	cursor:pointer;
}
.carrousel-btn-01{
	font-family:"Montserrat";
	color:var(--swatch-var-1790)!important;
	text-decoration:none;
	direction:rtl;
	cursor:pointer;
	width:30px;
	margin-left:450px;
	padding:10px 10px 10px 10px;
	height:30px;
}
.carrousel-btn-01:hover{
	cursor:pointer;
	color:var(--swatch-var-6211)!important;
}
.carrousel-btn-02{
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-decoration:none;
	direction:rtl;
	cursor:pointer;
	width:32px;
	margin-left:450px;
	padding:10px 10px 10px 10px;
	fill:var(--swatch-var-1790);
	height:32px;
}
.carrousel-btn-02:hover{
	cursor:pointer;
	fill:var(--swatch-var-7123);
	transition:all 0.5s ease 0s;
}
.carrousel-btn-03{
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-decoration:none;
	direction:rtl;
	cursor:pointer;
	width:32px;
	margin-left:450px;
	padding:10px 10px 10px 10px;
	fill:var(--swatch-var-1790);
	height:32px;
}
.carrousel-btn-03:hover{
	cursor:pointer;
	fill:var(--swatch-var-7123);
}
.carrousel-btn-04{
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-decoration:none;
	direction:rtl;
	cursor:pointer;
	width:32px;
	margin-left:450px;
	padding:10px 10px 10px 10px;
	fill:var(--swatch-var-1790);
	height:32px;
}
.carrousel-btn-04:hover{
	cursor:pointer;
	fill:var(--swatch-var-7123);
}
.carrousel-btn-05{
	font-family:"Montserrat";
	color:var(--swatch-var-1790)!important;
	text-decoration:none;
	direction:rtl;
	cursor:pointer;
	width:35px;
	margin-left:450px;
	padding:10px 10px 10px 10px;
	fill:var(--swatch-var-1790);
	height:35px;
}
.carrousel-btn-05:hover{
	cursor:pointer;
	fill:var(--swatch-var-7123);
	color:var(--swatch-var-6211)!important;
}
.texte-carrousel-vivant{
	font-family:"Montserrat";
	height:120px;
}
.barre-de-nav{
	margin-top:12px;
}
.carousel-placement{
	position:sticky;
}
.carousel-texte-deplacement{
	margin-left:60px;
}
.btn-voir-le-showreel{
	text-transform:uppercase;
	font-family:"Montserrat";
	font-size:10px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1790)!important;
	border-radius:5px 5px 5px 5px;
	color:var(--swatch-var-5927)!important;
	width:125px;
	margin-top:-70px;
	background-color:var(--swatch-var-3426);
	cursor:pointer;
	transform:scale(1);
	transition:transform 0.5s ease-in-out 0s;
}
.carousel-text-fixe{
	position:absolute;
}
.btn-voir-le-showreel:hover{
	background-color:var(--swatch-var-3426);
	cursor:pointer;
	transform:scale(1.1);
	transition:transform 0.5s ease-in-out 0s;
}
.rafale-texte-placement{
	padding:0px 0px 0px 0px;
	position:relative;
	left:120px;
	top:172px;
}
.btn-showreel{
	border-width:1px 1px 1px 1px;
}
.btn-style{
	font-family:"Josefin Sans";
	font-size:10px;
	transform:scale(1);
	cursor:pointer;
	transition:all 0.5s ease 0s;
	background-color:var(--swatch-var-2281);
	text-transform:uppercase;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6211)!important;
	color:var(--swatch-var-7123)!important;
	text-align:center;
	object-fit:cover;
	font-weight:bold;
	background-size:auto 35px;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-position:center center;
	background-repeat:no-repeat;
	background-origin:padding-box;
}
.btn-style:hover{
	cursor:pointer;
	object-fit:cover;
	transform:scale(1.1);
	transition:all 0.5s ease-in-out 0s;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-repeat:no-repeat;
	background-position:center center;
	background-origin:padding-box;
	background-size:auto 35px;
}
.discutons{
	color:var(--swatch-var-7625)!important;
	text-transform:uppercase;
	font-family:"Josefin Slab";
	font-size:15px;
	text-align:left;
}
.vignette-robeok{
	transform:rotate(-5deg) scale(1.3);
	padding-right:0px;
}
.vignette-rafale{
	transform:rotate(3deg) scale(1.3);
	bottom:10px;
}
.vignette-lancia{
	transform:rotate(-3deg) scale(1.3);
	position:relative;
	right:0px;
	z-index:1;
	left:180px;
}
.exploreztouteslescrea{
	font-family:"Josefin Sans";
	font-size:30px;
	text-align:left;
	color:var(--swatch-var-7625)!important;
	text-transform:uppercase;
}
.footerconteneur{
	margin-top:-50px;
}
.paragraphe{
	font-family:"Montserrat";
	color:var(--swatch-var-7123)!important;
}
.background-competences{
	background:linear-gradient(344deg, var(--swatch-var-7625)   0%, var(--swatch-var-1790) 100%);
}
.carousel-sous-header{
	margin-top:-52px;
	z-index:-10;
}
.touslesprojets-vignettes{
	margin-bottom:25px;
	box-shadow:10.50px 12.08px 15px #000000;
	transform:scale(1);
	transition:all 0.5s ease-in-out 0s;
	cursor:pointer;
}
.img-79-style{
	width:364px;
}
.nom-projets{
	font-family:"Abril Fatface";
	text-align:center;
	font-size:25px;
	color:var(--swatch-var-6211)!important;
}
.icones-projets{
	width:100px;
}
.projets-paragraphe{
	font-family:"Montserrat";
	text-align:center;
	font-size:13px;
	color:var(--swatch-var-5927)!important;
}
.touslesprojets-vignettes:hover{
	transform:scale(1.05);
	transition:all 0.5s ease-in-out 0s;
	cursor:pointer;
}
.opacite{
	background-color:var(--swatch-var-2281);
	margin-left:200px;
	margin-right:200px;
}
.headerok{
	box-shadow:0.00px 1.00px 8px rgba(0,0,0,0.50);
	background-color:var(--swatch-var-7123);
}
.menuplacement{
	z-index:10;
	margin-top:-34px;
	font-family:"Josefin Sans";
}
.img-header-style{
	width:55px;
}
.menuplacementnom{
	text-align:left;
	font-family:"Josefin Sans";
	text-transform:uppercase;
	font-size:12px;
	color:var(--swatch-var-7625)!important;
	margin-top:-40px;
}
.btn-showreel-placement{
	margin-top:-120px;
}
.touslesprojets-placement{
	margin-top:-125px;
}
.carousel-placement-bouge{
	position:relative;
}
.bloc-competences{
	background-color:var(--swatch-var-1790);
}
.footer-ok{
	box-shadow:0.00px -0.00px 35px rgba(0,0,0,0.24);
	font-family:"Josefin Slab";
}
.footer-placementnom{
	text-align:left;
	font-family:"Josefin Sans";
	text-transform:uppercase;
	font-size:12px;
	color:var(--swatch-var-7625)!important;
	margin-top:-40px;
}
.footer-nom{
	font-family:"Josefin Sans";
	text-transform:uppercase;
}
.btn-en-savoir-plus{
	font-family:"Josefin Sans";
	font-size:10px;
	transform:scale(1);
	cursor:pointer;
	transition:all 0.5s ease 0s;
	background-color:var(--swatch-var-1012);
	text-transform:uppercase;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6211)!important;
	color:var(--swatch-var-7123)!important;
	text-align:center;
	object-fit:cover;
	font-weight:500;
	background-size:auto 35px;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-position:center center;
	background-repeat:no-repeat;
	background-origin:padding-box;
}
.btn-en-savoir-plus:hover{
	transform:scale(1.1);
	cursor:pointer;
	transition:all 0.5s ease 0s;
	object-fit:cover;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-size:auto 35px;
	background-repeat:no-repeat;
	background-position:center center;
	background-origin:padding-box;
	background-color:var(--swatch-var-1012);
}
.ecrit-a-propos{
	font-size:10px;
	text-transform:uppercase;
	font-family:"Josefin Sans";
	color:var(--swatch-var-6211)!important;
}
.passionneparlacreation{
	font-size:30px;
	text-align:left;
	color:var(--swatch-var-7123)!important;
	text-transform:uppercase;
}
.btn-me-contacter{
	font-family:"Josefin Sans";
	font-size:10px;
	transform:scale(1);
	cursor:pointer;
	transition:all 0.5s ease 0s;
	background-color:var(--swatch-var-2281);
	text-transform:uppercase;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6211)!important;
	color:var(--swatch-var-7123)!important;
	text-align:center;
	object-fit:cover;
	font-weight:500;
	background-size:auto 35px;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-position:center center;
	background-repeat:no-repeat;
	background-origin:padding-box;
}
.btn-me-contacter:hover{
	transform:scale(1.1);
	cursor:pointer;
	transition:all 0.5s ease 0s;
	object-fit:cover;
	background-position:center center;
	background-origin:padding-box;
	background-size:auto 35px;
	background-repeat:no-repeat;
}
.ombre{
	box-shadow:4.17px 23.64px 6px #000000;
}
.img-diviseur-1-style{
	width:250px;
}
.img-diviseur-1-style-copy-1{
	width:250px;
}
.btn-voir-toutes-les-creations{
	font-family:"Josefin Sans";
	font-size:10px;
	transform:scale(1);
	cursor:pointer;
	transition:all 0.5s ease 0s;
	background-color:var(--swatch-var-2281);
	text-transform:uppercase;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6211)!important;
	color:var(--swatch-var-7123)!important;
	text-align:center;
	object-fit:cover;
	font-weight:bold;
	background-size:auto 35px;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-position:center center;
	background-repeat:no-repeat;
	background-origin:padding-box;
	margin-top:0px;
	margin-bottom:0px;
}
.btn-voir-toutes-les-creations:hover{
	cursor:pointer;
	object-fit:cover;
	transform:scale(1.1);
	transition:all 0.5s ease-in-out 0s;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-repeat:no-repeat;
	background-position:center center;
	background-origin:padding-box;
	background-size:auto 35px;
}
.vignette-robe-ok{
	transform:rotate(-2deg);
	left:50px;
	position:relative;
}
.vignette-rafale-ok{
	transform:rotate(2deg);
}
.vignette-lancia-ok{
	transform:rotate(-2deg);
	position:relative;
	right:50px;
}
.vignette-nocciolata-ok{
	transform:rotate(2deg);
	position:relative;
	left:50px;
}
.vignette-faurus-ok{
	transform:rotate(-2deg);
	position:relative;
	left:25px;
}
.vignette-skii-ok{
	transform:rotate(2deg);
	position:relative;
	right:25px;
}
.vignette-palmesdor-ok{
	transform:rotate(-2deg);
	position:relative;
	right:50px;
}
.vignette-nexity-ok{
	transform:rotate(-2deg);
	position:relative;
	left:50px;
}
.vignette-dior-ok{
	transform:rotate(2deg);
	position:relative;
	left:25px;
}
.vignette-cave-ok{
	transform:rotate(-2deg);
	position:relative;
	right:25px;
}
.vignette-general-ok{
	transform:rotate(2deg);
	position:relative;
	right:50px;
}
.explications{
	font-family:"Josefin Sans";
	text-align:center;
	color:var(--swatch-var-7123)!important;
}
.titres{
	font-family:"Josefin Sans";
	text-align:center;
	text-transform:uppercase;
	color:var(--swatch-var-6211)!important;
}
.videopage{
	transform:scale(.7);
	margin-top:-80px;
}
.h3-bloc-1-style{
	text-transform:uppercase;
	color:var(--swatch-var-6211)!important;
	font-family:"CinzelDecorative-Regular";
	font-size:15px;
}
.videosok{
	transform:scale(1.8);
	margin-top:40px;
}
.textesvideos{
	background-color:var(--swatch-var-2281);
	margin-top:-150px;
}
.img-diviseur-blanc-style{
	width:200px;
	position:relative;
	top:-30px;
}
.texteimage{
	margin-top:0px;
}
.videosok-copy-1{
	transform:scale(1.8);
	margin-top:280px;
}
.videoplacement{
	transform:scale(.9);
	position:relative;
	display:inline;
	float:none;
	overflow:inherit;
}
.bloctitres{
	background-color:var(--swatch-var-6211);
}
.titres-ok{
	font-family:"Josefin Sans";
	text-align:center;
	text-transform:uppercase;
	color:var(--swatch-var-7625)!important;
}
.img-36-style{
	width:200px;
}
.explicationsok{
	font-family:"Josefin Sans";
	text-align:center;
	color:var(--swatch-var-7123)!important;
	text-transform:uppercase;
	font-size:20px;
}
.h3-bloc-8-style{
	font-family:"Josefin Sans";
	color:var(--swatch-var-7625)!important;
	text-align:center;
	text-transform:uppercase;
	font-size:30px;
}
.p-bloc-8-style{
	font-family:"Josefin Sans";
	text-align:center;
	text-transform:none;
	color:var(--swatch-var-7625)!important;
	font-size:18px;
}
.anim-vignettes-creations{
	transform:scale(1);
	transition:all 0.5s ease-in-out 0s;
}
.anim-vignettes-creations:hover{
	transform:scale(1.1);
	transition:all 0.5s ease-in-out 0s;
}
.headerbtn{
	font-family:"Josefin Sans";
	text-align:center;
	text-transform:none;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6211)!important;
	background-image:url("img/LOGO_NW-RETOUCHE.png");
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-image: -webkit-image-set(url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);background-image: image-set(url("img/LOGO_NW-RETOUCHE.png") 1x,
url("img/LOGO_NW-RETOUCHE.png") 2x,url("img/LOGO_NW-RETOUCHE.webp") 1x,
url("img/LOGO_NW-RETOUCHE.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:var(--swatch-var-5065);
	background-origin:content-box;
}
.img-logo-nw-retouc-style{
	width:55px;
}
.touteslescreations{
	font-family:"Josefin Sans";
	font-size:20px;
	text-align:center;
	color:var(--swatch-var-7625)!important;
	text-transform:uppercase;
}
.carousel-style{
	width:86.14%;
}
.a-propos-zone-legende{
	background-color:var(--swatch-var-526);
}
.h6-style{
	font-family:"CinzelDecorative-Bold";
	font-size:50px;
}
.qui{
	font-family:"CinzelDecorative-Bold";
	color:var(--swatch-var-6211)!important;
	font-size:30px;
	position:relative;
	bottom:30px;
	right:20px;
}
.quis-suis-je-picto{
	background-color:var(--swatch-var-1790);
}
.a-propos-competences{
	font-family:"Josefin Slab";
	font-size:18px;
	color:var(--swatch-var-6211)!important;
	text-transform:uppercase;
}
.a-propos-ecrit-creation{
	font-family:"Josefin Sans";
	color:var(--swatch-var-7123)!important;
	text-align:center;
	text-transform:none;
	font-size:11px;
}
.a-propos-icones-1{
	width:200px;
}
.img-logo-nw-style{
	width:145px;
}
.suis-je{
	font-family:"CinzelDecorative-Regular";
	color:var(--swatch-var-7123)!important;
	font-size:60px;
	position:relative;
	bottom:20px;
	text-transform:none;
}
.point-interro{
	font-family:"CinzelDecorative-Regular";
	font-weight:100;
	font-size:50px;
	position:relative;
	bottom:45px;
	left:36px;
}
.chaque-projet{
	font-family:"Josefin Slab";
	font-size:25px;
	text-align:left;
	font-style:italic;
	text-transform:none;
}
.p-bloc-10-style{
	font-family:"CinzelDecorative-Regular";
	color:var(--swatch-var-6211)!important;
	position:relative;
	left:-53px;
	text-transform:uppercase;
	font-size:25px;
}
.un-createur{
	font-family:"Josefin Slab";
	color:var(--swatch-var-7123)!important;
	font-size:30px;
	text-transform:none;
}
.p-13-style{
	font-family:"Josefin Sans";
}
.svg-icon-32313-fill{
	fill:var(--swatch-var-6211)!important;
	width:50px!important;
}
.a-propos-textes-forts{
	font-family:"Josefin Slab";
	color:var(--swatch-var-6211)!important;
	text-transform:uppercase;
	font-size:30px;
}
.p-31-style{
	line-height:30px;
}
.p-bloc-15-style{
	line-height:14px;
}
.p-bloc-12-style{
	line-height:40px;
}
.img-bloc-11-style{
	width:306px;
}
.p-19-style{
	line-height:40px;
}
.img-111-style{
	width:180px;
}
.logiciels{
	width:122px;
}
.p-bloc-8-style-copy-1{
	font-family:"Josefin Sans";
	text-align:center;
	text-transform:none;
	color:var(--swatch-var-7123)!important;
	font-size:18px;
}
.img-141-style{
	width:373px;
	transform:scale(1);
	transition:all 0.5s ease-in-out 0s;
}
.visuels-bouge{
	transform:scale(1);
	transition:all 0.5s ease-in-out 0s;
}
.visuels-bouge:hover{
	transform:scale(1.02);
	transition:all 0.5s ease-in-out 0s;
}
.img-141-style:hover{
	transform:scale(1.02);
	transition:all 0.5s ease-in-out 0s;
}
.img-bloc-69-style{
	width:340px;
}
.img-perso-style{
	width:189px;
}
.img-bloc-33-style{
	width:410px;
}
.img-315-style{
	width:410px;
}
.img-312-style{
	width:410px;
}
.img-318-style{
	width:241px;
}
.img-bloc-26-style{
	width:98px;
}
.img-bloc-13-style{
	width:227px;
}
.img-bloc-34-style{
	width:319px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-565:rgba(27,35,46,1.00);
	
	--swatch-var-7123:rgba(255,255,255,1.00);
	
	--swatch-var-7625:rgba(0,0,0,1.00);
	
	--swatch-var-5927:rgba(178,178,178,1.00);
	
	--swatch-var-1790:rgba(28,28,28,1.00);
	
	--swatch-var-6211:rgba(172,128,57,1.00);
	
	--swatch-var-3426:rgba(0,0,0,1.00);
	
	--swatch-var-646:rgba(0,0,0,0.00);
	
	--swatch-var-1012:rgba(0,0,0,0.00);
	
	--swatch-var-2281:rgba(0,0,0,0.68);
	
	--swatch-var-5065:rgba(255,255,255,0.69);
	
	--swatch-var-526:rgba(0,0,0,0.80);
	
}


/* Background colour styles */

.bgc-1790{
	background-color:var(--swatch-var-1790);
}

/* Text colour styles */

.tc-7123{
	color:var(--swatch-var-7123)!important;
}
.tc-5927{
	color:var(--swatch-var-5927)!important;
}
.tc-6211{
	color:var(--swatch-var-6211)!important;
}

/* Bloc image backgrounds */

.bg-MONOGRAMME-POUR-SITE-REEL{
	background-image:url("img/MONOGRAMME_POUR_SITE_REEL.jpg");
	background-image: -webkit-image-set(url("img/MONOGRAMME_POUR_SITE_REEL.webp") 1x,
url("img/MONOGRAMME_POUR_SITE_REEL.webp") 2x);background-image: image-set(url("img/MONOGRAMME_POUR_SITE_REEL.jpg") 1x,
url("img/MONOGRAMME_POUR_SITE_REEL.jpg") 2x,url("img/MONOGRAMME_POUR_SITE_REEL.webp") 1x,
url("img/MONOGRAMME_POUR_SITE_REEL.webp") 2x);
}
.bg-ROBE-DEF-16-9-COMPRESS{
	background-image:url("img/Nicolas%20Waterkeyn%20Robe%20de%20Ballet.jpg?timestamp=4935");
}
.bg-LANCIA-FLUVIA-NEW{
	background-image:url("img/LANCIA_FLUVIA_NEW.jpg");
	background-image: -webkit-image-set(url("img/LANCIA_FLUVIA_NEW.webp") 1x,
url("img/LANCIA_FLUVIA_NEW.webp") 2x);background-image: image-set(url("img/LANCIA_FLUVIA_NEW.jpg") 1x,
url("img/LANCIA_FLUVIA_NEW.jpg") 2x,url("img/LANCIA_FLUVIA_NEW.webp") 1x,
url("img/LANCIA_FLUVIA_NEW.webp") 2x);
}
.bg-test{
	background-image:url("img/test.gif");
}
.bg-FOND-TACHE{
	background-image:url("img/FOND-TACHE.jpeg");
	background-image: -webkit-image-set(url("img/FOND-TACHE.webp") 1x,
url("img/FOND-TACHE.webp") 2x);background-image: image-set(url("img/FOND-TACHE.jpeg") 1x,
url("img/FOND-TACHE.jpeg") 2x,url("img/FOND-TACHE.webp") 1x,
url("img/FOND-TACHE.webp") 2x);
}
.bg-FOND-TACHE{
	background-image:url("img/FOND-TACHE.jpeg");
	background-image: -webkit-image-set(url("img/FOND-TACHE.webp") 1x,
url("img/FOND-TACHE.webp") 2x);background-image: image-set(url("img/FOND-TACHE.jpeg") 1x,
url("img/FOND-TACHE.jpeg") 2x,url("img/FOND-TACHE.webp") 1x,
url("img/FOND-TACHE.webp") 2x);
}
.bg-FOND-OK-compress{
	background-image:url("img/FOND-OK-compress.jpg");
	background-image: -webkit-image-set(url("img/FOND-OK-compress.webp") 1x,
url("img/FOND-OK-compress.webp") 2x);background-image: image-set(url("img/FOND-OK-compress.jpg") 1x,
url("img/FOND-OK-compress.jpg") 2x,url("img/FOND-OK-compress.webp") 1x,
url("img/FOND-OK-compress.webp") 2x);
}
.bg-observer{
	background-image:url("img/observer.png?timestamp=9636?timestamp=9636?timestamp=9636");
}
.bg-NOCCIOLATA-COMPRESS{
	background-image:url("img/NOCCIOLATA-COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/NOCCIOLATA-COMPRESS.webp") 1x,
url("img/NOCCIOLATA-COMPRESS.webp") 2x);background-image: image-set(url("img/NOCCIOLATA-COMPRESS.jpg") 1x,
url("img/NOCCIOLATA-COMPRESS.jpg") 2x,url("img/NOCCIOLATA-COMPRESS.webp") 1x,
url("img/NOCCIOLATA-COMPRESS.webp") 2x);
}
.bg-PALME-D-OR-CHAPITRE-1{
	background-image:url("img/PALME_D_OR_CHAPITRE_1.jpg");
	background-image: -webkit-image-set(url("img/PALME_D_OR_CHAPITRE_1.webp") 1x,
url("img/PALME_D_OR_CHAPITRE_1.webp") 2x);background-image: image-set(url("img/PALME_D_OR_CHAPITRE_1.jpg") 1x,
url("img/PALME_D_OR_CHAPITRE_1.jpg") 2x,url("img/PALME_D_OR_CHAPITRE_1.webp") 1x,
url("img/PALME_D_OR_CHAPITRE_1.webp") 2x);
}
.bg-PALME-D-OR-CHAPITRE-3{
	background-image:url("img/PALME_D_OR_CHAPITRE_3.jpg");
	background-image: -webkit-image-set(url("img/PALME_D_OR_CHAPITRE_3.webp") 1x,
url("img/PALME_D_OR_CHAPITRE_3.webp") 2x);background-image: image-set(url("img/PALME_D_OR_CHAPITRE_3.jpg") 1x,
url("img/PALME_D_OR_CHAPITRE_3.jpg") 2x,url("img/PALME_D_OR_CHAPITRE_3.webp") 1x,
url("img/PALME_D_OR_CHAPITRE_3.webp") 2x);
}
.bg-PALME-D-OR-CHAPITRE-4{
	background-image:url("img/PALME_D_OR_CHAPITRE_4.jpg");
	background-image: -webkit-image-set(url("img/PALME_D_OR_CHAPITRE_4.webp") 1x,
url("img/PALME_D_OR_CHAPITRE_4.webp") 2x);background-image: image-set(url("img/PALME_D_OR_CHAPITRE_4.jpg") 1x,
url("img/PALME_D_OR_CHAPITRE_4.jpg") 2x,url("img/PALME_D_OR_CHAPITRE_4.webp") 1x,
url("img/PALME_D_OR_CHAPITRE_4.webp") 2x);
}
.bg-Palmes-20d-27Or-20Prowein{
	background-image:url("img/Palmes%20d%27Or%20Prowein.jpg");
	background-image: -webkit-image-set(url("img/Palmes%20d%27Or%20Prowein.webp") 1x,
url("img/Palmes%20d%27Or%20Prowein.webp") 2x);background-image: image-set(url("img/Palmes%20d%27Or%20Prowein.jpg") 1x,
url("img/Palmes%20d%27Or%20Prowein.jpg") 2x,url("img/Palmes%20d%27Or%20Prowein.webp") 1x,
url("img/Palmes%20d%27Or%20Prowein.webp") 2x);
}
.bg-NF-CDS-MAKING-OF-COMPRESS{
	background-image:url("img/NF_CDS_MAKING_OF_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/NF_CDS_MAKING_OF_COMPRESS.webp") 1x,
url("img/NF_CDS_MAKING_OF_COMPRESS.webp") 2x);background-image: image-set(url("img/NF_CDS_MAKING_OF_COMPRESS.jpg") 1x,
url("img/NF_CDS_MAKING_OF_COMPRESS.jpg") 2x,url("img/NF_CDS_MAKING_OF_COMPRESS.webp") 1x,
url("img/NF_CDS_MAKING_OF_COMPRESS.webp") 2x);
}
.bg-SAKURA{
	background-image:url("img/SAKURA.jpg");
	background-image: -webkit-image-set(url("img/SAKURA.webp") 1x,
url("img/SAKURA.webp") 2x);background-image: image-set(url("img/SAKURA.jpg") 1x,
url("img/SAKURA.jpg") 2x,url("img/SAKURA.webp") 1x,
url("img/SAKURA.webp") 2x);
}
.bg-UNLEASH-BUBBLES-1{
	background-image:url("img/UNLEASH_BUBBLES_1.jpg");
	background-image: -webkit-image-set(url("img/UNLEASH_BUBBLES_1.webp") 1x,
url("img/UNLEASH_BUBBLES_1.webp") 2x);background-image: image-set(url("img/UNLEASH_BUBBLES_1.jpg") 1x,
url("img/UNLEASH_BUBBLES_1.jpg") 2x,url("img/UNLEASH_BUBBLES_1.webp") 1x,
url("img/UNLEASH_BUBBLES_1.webp") 2x);
}
.bg-NF-CIRCUIT-VISITEUR-16-9-V2{
	background-image:url("img/NF_CIRCUIT_VISITEUR_16_9_V2.jpg");
	background-image: -webkit-image-set(url("img/NF_CIRCUIT_VISITEUR_16_9_V2.webp") 1x,
url("img/NF_CIRCUIT_VISITEUR_16_9_V2.webp") 2x);background-image: image-set(url("img/NF_CIRCUIT_VISITEUR_16_9_V2.jpg") 1x,
url("img/NF_CIRCUIT_VISITEUR_16_9_V2.jpg") 2x,url("img/NF_CIRCUIT_VISITEUR_16_9_V2.webp") 1x,
url("img/NF_CIRCUIT_VISITEUR_16_9_V2.webp") 2x);
}
.bg-Cuvee-organique-COMPRESS{
	background-image:url("img/Cuvee-organique-COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/Cuvee-organique-COMPRESS.webp") 1x,
url("img/Cuvee-organique-COMPRESS.webp") 2x);background-image: image-set(url("img/Cuvee-organique-COMPRESS.jpg") 1x,
url("img/Cuvee-organique-COMPRESS.jpg") 2x,url("img/Cuvee-organique-COMPRESS.webp") 1x,
url("img/Cuvee-organique-COMPRESS.webp") 2x);
}
.bg-Cuvée-légendaire-COMPRESS{
	background-image:url("img/Cuve%CC%81e-le%CC%81gendaire-COMPRESS.jpg");
}
.bg-NF-PATRIMOINE-MONDIAL{
	background-image:url("img/NF_PATRIMOINE_MONDIAL.jpg");
	background-image: -webkit-image-set(url("img/NF_PATRIMOINE_MONDIAL.webp") 1x,
url("img/NF_PATRIMOINE_MONDIAL.webp") 2x);background-image: image-set(url("img/NF_PATRIMOINE_MONDIAL.jpg") 1x,
url("img/NF_PATRIMOINE_MONDIAL.jpg") 2x,url("img/NF_PATRIMOINE_MONDIAL.webp") 1x,
url("img/NF_PATRIMOINE_MONDIAL.webp") 2x);
}
.bg-NF-VOEUX-SIGNATURE-PORTRAIT-SITE{
	background-image:url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.jpg");
	background-image: -webkit-image-set(url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.webp") 1x,
url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.webp") 2x);background-image: image-set(url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.jpg") 1x,
url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.jpg") 2x,url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.webp") 1x,
url("img/NF_VOEUX_SIGNATURE_PORTRAIT_SITE.webp") 2x);
}
.bg-Dassault-20Aviation-20Rafale-20Vue-201{
	background-image:url("img/Dassault%20Aviation%20Rafale%20Vue%201.jpg");
	background-image: -webkit-image-set(url("img/Dassault%20Aviation%20Rafale%20Vue%201.webp") 1x,
url("img/Dassault%20Aviation%20Rafale%20Vue%201.webp") 2x);background-image: image-set(url("img/Dassault%20Aviation%20Rafale%20Vue%201.jpg") 1x,
url("img/Dassault%20Aviation%20Rafale%20Vue%201.jpg") 2x,url("img/Dassault%20Aviation%20Rafale%20Vue%201.webp") 1x,
url("img/Dassault%20Aviation%20Rafale%20Vue%201.webp") 2x);
}
.bg-D5-VUE-1-2-20240208-191326-RETOUCHE{
	background-image:url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.jpg");
	background-image: -webkit-image-set(url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.webp") 1x,
url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.webp") 2x);background-image: image-set(url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.jpg") 1x,
url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.jpg") 2x,url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.webp") 1x,
url("img/D5_VUE_1-2_20240208_191326_RETOUCHE.webp") 2x);
}
.bg-BLOC-MARQUE-JAUNE{
	background-image:url("img/BLOC-MARQUE_JAUNE.jpg");
	background-image: -webkit-image-set(url("img/BLOC-MARQUE_JAUNE.webp") 1x,
url("img/BLOC-MARQUE_JAUNE.webp") 2x);background-image: image-set(url("img/BLOC-MARQUE_JAUNE.jpg") 1x,
url("img/BLOC-MARQUE_JAUNE.jpg") 2x,url("img/BLOC-MARQUE_JAUNE.webp") 1x,
url("img/BLOC-MARQUE_JAUNE.webp") 2x);
}
.bg-SUPRATEC-BOURGET{
	background-image:url("img/SUPRATEC_BOURGET.jpg");
	background-image: -webkit-image-set(url("img/SUPRATEC_BOURGET.webp") 1x,
url("img/SUPRATEC_BOURGET.webp") 2x);background-image: image-set(url("img/SUPRATEC_BOURGET.jpg") 1x,
url("img/SUPRATEC_BOURGET.jpg") 2x,url("img/SUPRATEC_BOURGET.webp") 1x,
url("img/SUPRATEC_BOURGET.webp") 2x);
}
.bg-SUPRATEC-CDV{
	background-image:url("img/SUPRATEC_CDV.jpg");
	background-image: -webkit-image-set(url("img/SUPRATEC_CDV.webp") 1x,
url("img/SUPRATEC_CDV.webp") 2x);background-image: image-set(url("img/SUPRATEC_CDV.jpg") 1x,
url("img/SUPRATEC_CDV.jpg") 2x,url("img/SUPRATEC_CDV.webp") 1x,
url("img/SUPRATEC_CDV.webp") 2x);
}
.bg-EVIEW-STATIQUE-15-05-2019-VUE-3-4-POUR-MON-SITE-OK{
	background-image:url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.jpg");
	background-image: -webkit-image-set(url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.webp") 1x,
url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.webp") 2x);background-image: image-set(url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.jpg") 1x,
url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.jpg") 2x,url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.webp") 1x,
url("img/EVIEW_STATIQUE_15_05_2019_VUE_3_4_POUR_MON_SITE_OK.webp") 2x);
}
.bg-FAURECIA-VIGNETTE-BD{
	background-image:url("img/FAURECIA_VIGNETTE_BD.jpg");
	background-image: -webkit-image-set(url("img/FAURECIA_VIGNETTE_BD.webp") 1x,
url("img/FAURECIA_VIGNETTE_BD.webp") 2x);background-image: image-set(url("img/FAURECIA_VIGNETTE_BD.jpg") 1x,
url("img/FAURECIA_VIGNETTE_BD.jpg") 2x,url("img/FAURECIA_VIGNETTE_BD.webp") 1x,
url("img/FAURECIA_VIGNETTE_BD.webp") 2x);
}
.bg-FAURECIA-FRESH-NEWS{
	background-image:url("img/FAURECIA_FRESH_NEWS.jpg");
	background-image: -webkit-image-set(url("img/FAURECIA_FRESH_NEWS.webp") 1x,
url("img/FAURECIA_FRESH_NEWS.webp") 2x);background-image: image-set(url("img/FAURECIA_FRESH_NEWS.jpg") 1x,
url("img/FAURECIA_FRESH_NEWS.jpg") 2x,url("img/FAURECIA_FRESH_NEWS.webp") 1x,
url("img/FAURECIA_FRESH_NEWS.webp") 2x);
}
.bg-FAURECIA-FAURUS{
	background-image:url("img/FAURECIA_FAURUS.jpg");
	background-image: -webkit-image-set(url("img/FAURECIA_FAURUS.webp") 1x,
url("img/FAURECIA_FAURUS.webp") 2x);background-image: image-set(url("img/FAURECIA_FAURUS.jpg") 1x,
url("img/FAURECIA_FAURUS.jpg") 2x,url("img/FAURECIA_FAURUS.webp") 1x,
url("img/FAURECIA_FAURUS.webp") 2x);
}
.bg-BIOTHERM-RED-ALGAE-CAPTURE{
	background-image:url("img/BIOTHERM_RED_ALGAE_CAPTURE.jpg");
	background-image: -webkit-image-set(url("img/BIOTHERM_RED_ALGAE_CAPTURE.webp") 1x,
url("img/BIOTHERM_RED_ALGAE_CAPTURE.webp") 2x);background-image: image-set(url("img/BIOTHERM_RED_ALGAE_CAPTURE.jpg") 1x,
url("img/BIOTHERM_RED_ALGAE_CAPTURE.jpg") 2x,url("img/BIOTHERM_RED_ALGAE_CAPTURE.webp") 1x,
url("img/BIOTHERM_RED_ALGAE_CAPTURE.webp") 2x);
}
.bg-BIOTHERM-AQUAPOWER-VIGNETTE{
	background-image:url("img/BIOTHERM_AQUAPOWER_VIGNETTE.jpg");
	background-image: -webkit-image-set(url("img/BIOTHERM_AQUAPOWER_VIGNETTE.webp") 1x,
url("img/BIOTHERM_AQUAPOWER_VIGNETTE.webp") 2x);background-image: image-set(url("img/BIOTHERM_AQUAPOWER_VIGNETTE.jpg") 1x,
url("img/BIOTHERM_AQUAPOWER_VIGNETTE.jpg") 2x,url("img/BIOTHERM_AQUAPOWER_VIGNETTE.webp") 1x,
url("img/BIOTHERM_AQUAPOWER_VIGNETTE.webp") 2x);
}
.bg-MONUMENTAL-VIGNETTE-BD{
	background-image:url("img/MONUMENTAL_VIGNETTE_BD.jpg");
	background-image: -webkit-image-set(url("img/MONUMENTAL_VIGNETTE_BD.webp") 1x,
url("img/MONUMENTAL_VIGNETTE_BD.webp") 2x);background-image: image-set(url("img/MONUMENTAL_VIGNETTE_BD.jpg") 1x,
url("img/MONUMENTAL_VIGNETTE_BD.jpg") 2x,url("img/MONUMENTAL_VIGNETTE_BD.webp") 1x,
url("img/MONUMENTAL_VIGNETTE_BD.webp") 2x);
}
.bg-Monumental-20--20Vue-201{
	background-image:url("img/Monumental%20-%20Vue%201.jpg");
	background-image: -webkit-image-set(url("img/Monumental%20-%20Vue%201.webp") 1x,
url("img/Monumental%20-%20Vue%201.webp") 2x);background-image: image-set(url("img/Monumental%20-%20Vue%201.jpg") 1x,
url("img/Monumental%20-%20Vue%201.jpg") 2x,url("img/Monumental%20-%20Vue%201.webp") 1x,
url("img/Monumental%20-%20Vue%201.webp") 2x);
}
.bg-MON-PARFUM-DE-CHATEAU-VUE-1-COMPRESS{
	background-image:url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.webp") 1x,
url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.webp") 2x);background-image: image-set(url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.jpg") 1x,
url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.jpg") 2x,url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.webp") 1x,
url("img/MON_PARFUM_DE_CHATEAU_VUE_1_COMPRESS.webp") 2x);
}
.bg-Michael-20Kors-20Collection-20Gatsby{
	background-image:url("img/Michael%20Kors%20Collection%20Gatsby.jpg");
	background-image: -webkit-image-set(url("img/Michael%20Kors%20Collection%20Gatsby.webp") 1x,
url("img/Michael%20Kors%20Collection%20Gatsby.webp") 2x);background-image: image-set(url("img/Michael%20Kors%20Collection%20Gatsby.jpg") 1x,
url("img/Michael%20Kors%20Collection%20Gatsby.jpg") 2x,url("img/Michael%20Kors%20Collection%20Gatsby.webp") 1x,
url("img/Michael%20Kors%20Collection%20Gatsby.webp") 2x);
}
.bg-MISE-EN-SITUATION-AFFICHE-LIEU-DE-VIE-COMPRESS{
	background-image:url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.webp") 1x,
url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.webp") 2x);background-image: image-set(url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.jpg") 1x,
url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.jpg") 2x,url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.webp") 1x,
url("img/MISE_EN_SITUATION_AFFICHE_LIEU_DE_VIE_COMPRESS.webp") 2x);
}
.bg-Amour-20en-20Cage{
	background-image:url("img/Amour%20en%20Cage.jpg");
	background-image: -webkit-image-set(url("img/Amour%20en%20Cage.webp") 1x,
url("img/Amour%20en%20Cage.webp") 2x);background-image: image-set(url("img/Amour%20en%20Cage.jpg") 1x,
url("img/Amour%20en%20Cage.jpg") 2x,url("img/Amour%20en%20Cage.webp") 1x,
url("img/Amour%20en%20Cage.webp") 2x);
}
.bg-AMOUR-EN-CAGE-COEUR-PAPILLON{
	background-image:url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.jpg");
	background-image: -webkit-image-set(url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.webp") 1x,
url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.webp") 2x);background-image: image-set(url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.jpg") 1x,
url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.jpg") 2x,url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.webp") 1x,
url("img/AMOUR_EN_CAGE_COEUR_PAPILLON.webp") 2x);
}
.bg-LEICA-STATIQUE-VUE-9-00605{
	background-image:url("img/LEICA_STATIQUE_VUE_9_00605.jpg");
	background-image: -webkit-image-set(url("img/LEICA_STATIQUE_VUE_9_00605.webp") 1x,
url("img/LEICA_STATIQUE_VUE_9_00605.webp") 2x);background-image: image-set(url("img/LEICA_STATIQUE_VUE_9_00605.jpg") 1x,
url("img/LEICA_STATIQUE_VUE_9_00605.jpg") 2x,url("img/LEICA_STATIQUE_VUE_9_00605.webp") 1x,
url("img/LEICA_STATIQUE_VUE_9_00605.webp") 2x);
}
.bg-LEICA-STATIQUE-VUE-1-00000{
	background-image:url("img/LEICA_STATIQUE_VUE_1_00000.jpg");
	background-image: -webkit-image-set(url("img/LEICA_STATIQUE_VUE_1_00000.webp") 1x,
url("img/LEICA_STATIQUE_VUE_1_00000.webp") 2x);background-image: image-set(url("img/LEICA_STATIQUE_VUE_1_00000.jpg") 1x,
url("img/LEICA_STATIQUE_VUE_1_00000.jpg") 2x,url("img/LEICA_STATIQUE_VUE_1_00000.webp") 1x,
url("img/LEICA_STATIQUE_VUE_1_00000.webp") 2x);
}
.bg-JUNGLE-EDITION-01-COMPRESS{
	background-image:url("img/JUNGLE_EDITION-01_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/JUNGLE_EDITION-01_COMPRESS.webp") 1x,
url("img/JUNGLE_EDITION-01_COMPRESS.webp") 2x);background-image: image-set(url("img/JUNGLE_EDITION-01_COMPRESS.jpg") 1x,
url("img/JUNGLE_EDITION-01_COMPRESS.jpg") 2x,url("img/JUNGLE_EDITION-01_COMPRESS.webp") 1x,
url("img/JUNGLE_EDITION-01_COMPRESS.webp") 2x);
}
.bg-REAMENAGEMENT-PELOUSE-VUE-5-COMPRESS{
	background-image:url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.webp") 1x,
url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.webp") 2x);background-image: image-set(url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.jpg") 1x,
url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.jpg") 2x,url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.webp") 1x,
url("img/REAMENAGEMENT_PELOUSE_VUE_5_COMPRESS.webp") 2x);
}
.bg-Cuisine-ete-VUE-1-COMPRESS{
	background-image:url("img/Cuisine-ete-VUE_1_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/Cuisine-ete-VUE_1_COMPRESS.webp") 1x,
url("img/Cuisine-ete-VUE_1_COMPRESS.webp") 2x);background-image: image-set(url("img/Cuisine-ete-VUE_1_COMPRESS.jpg") 1x,
url("img/Cuisine-ete-VUE_1_COMPRESS.jpg") 2x,url("img/Cuisine-ete-VUE_1_COMPRESS.webp") 1x,
url("img/Cuisine-ete-VUE_1_COMPRESS.webp") 2x);
}
.bg-Alpine-Sunbeams-COMPRESS{
	background-image:url("img/Alpine-Sunbeams_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/Alpine-Sunbeams_COMPRESS.webp") 1x,
url("img/Alpine-Sunbeams_COMPRESS.webp") 2x);background-image: image-set(url("img/Alpine-Sunbeams_COMPRESS.jpg") 1x,
url("img/Alpine-Sunbeams_COMPRESS.jpg") 2x,url("img/Alpine-Sunbeams_COMPRESS.webp") 1x,
url("img/Alpine-Sunbeams_COMPRESS.webp") 2x);
}
.bg-KLIMT-VUE-2-COMPRESS{
	background-image:url("img/KLIMT_VUE_2_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/KLIMT_VUE_2_COMPRESS.webp") 1x,
url("img/KLIMT_VUE_2_COMPRESS.webp") 2x);background-image: image-set(url("img/KLIMT_VUE_2_COMPRESS.jpg") 1x,
url("img/KLIMT_VUE_2_COMPRESS.jpg") 2x,url("img/KLIMT_VUE_2_COMPRESS.webp") 1x,
url("img/KLIMT_VUE_2_COMPRESS.webp") 2x);
}
.bg-QUEEN-ELIZABETH-II-CORONATION{
	background-image:url("img/QUEEN_ELIZABETH_II_CORONATION.jpg");
	background-image: -webkit-image-set(url("img/QUEEN_ELIZABETH_II_CORONATION.webp") 1x,
url("img/QUEEN_ELIZABETH_II_CORONATION.webp") 2x);background-image: image-set(url("img/QUEEN_ELIZABETH_II_CORONATION.jpg") 1x,
url("img/QUEEN_ELIZABETH_II_CORONATION.jpg") 2x,url("img/QUEEN_ELIZABETH_II_CORONATION.webp") 1x,
url("img/QUEEN_ELIZABETH_II_CORONATION.webp") 2x);
}
.bg-Salon-Vue-1{
	background-image:url("img/Salon-Vue-1.jpg");
	background-image: -webkit-image-set(url("img/Salon-Vue-1.webp") 1x,
url("img/Salon-Vue-1.webp") 2x);background-image: image-set(url("img/Salon-Vue-1.jpg") 1x,
url("img/Salon-Vue-1.jpg") 2x,url("img/Salon-Vue-1.webp") 1x,
url("img/Salon-Vue-1.webp") 2x);
}
.bg-EIFFEL-TELEPHONE-VUE-10-COMPRESS{
	background-image:url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.webp") 1x,
url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.webp") 2x);background-image: image-set(url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.jpg") 1x,
url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.jpg") 2x,url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.webp") 1x,
url("img/EIFFEL_TELEPHONE_VUE_10_COMPRESS.webp") 2x);
}
.bg-LE-JOYAU-1904-PUB-MAG-V1{
	background-image:url("img/LE_JOYAU_1904_PUB_MAG_V1.jpg");
	background-image: -webkit-image-set(url("img/LE_JOYAU_1904_PUB_MAG_V1.webp") 1x,
url("img/LE_JOYAU_1904_PUB_MAG_V1.webp") 2x);background-image: image-set(url("img/LE_JOYAU_1904_PUB_MAG_V1.jpg") 1x,
url("img/LE_JOYAU_1904_PUB_MAG_V1.jpg") 2x,url("img/LE_JOYAU_1904_PUB_MAG_V1.webp") 1x,
url("img/LE_JOYAU_1904_PUB_MAG_V1.webp") 2x);
}
.bg-SITE-STATIQUE{
	background-image:url("img/SITE_STATIQUE.jpg");
	background-image: -webkit-image-set(url("img/SITE_STATIQUE.webp") 1x,
url("img/SITE_STATIQUE.webp") 2x);background-image: image-set(url("img/SITE_STATIQUE.jpg") 1x,
url("img/SITE_STATIQUE.jpg") 2x,url("img/SITE_STATIQUE.webp") 1x,
url("img/SITE_STATIQUE.webp") 2x);
}
.bg-BARTERLINK-CONCEPT-1-VIGNETTE{
	background-image:url("img/BARTERLINK_CONCEPT_1_VIGNETTE.jpg");
	background-image: -webkit-image-set(url("img/BARTERLINK_CONCEPT_1_VIGNETTE.webp") 1x,
url("img/BARTERLINK_CONCEPT_1_VIGNETTE.webp") 2x);background-image: image-set(url("img/BARTERLINK_CONCEPT_1_VIGNETTE.jpg") 1x,
url("img/BARTERLINK_CONCEPT_1_VIGNETTE.jpg") 2x,url("img/BARTERLINK_CONCEPT_1_VIGNETTE.webp") 1x,
url("img/BARTERLINK_CONCEPT_1_VIGNETTE.webp") 2x);
}
.bg-BARTERLINK-CONCEPT-2-VIGNETTE{
	background-image:url("img/BARTERLINK_CONCEPT_2_VIGNETTE.jpg");
	background-image: -webkit-image-set(url("img/BARTERLINK_CONCEPT_2_VIGNETTE.webp") 1x,
url("img/BARTERLINK_CONCEPT_2_VIGNETTE.webp") 2x);background-image: image-set(url("img/BARTERLINK_CONCEPT_2_VIGNETTE.jpg") 1x,
url("img/BARTERLINK_CONCEPT_2_VIGNETTE.jpg") 2x,url("img/BARTERLINK_CONCEPT_2_VIGNETTE.webp") 1x,
url("img/BARTERLINK_CONCEPT_2_VIGNETTE.webp") 2x);
}
.bg-BARTERLINK-EXEMPLE-VIGNETTE{
	background-image:url("img/BARTERLINK_EXEMPLE_VIGNETTE.jpg");
	background-image: -webkit-image-set(url("img/BARTERLINK_EXEMPLE_VIGNETTE.webp") 1x,
url("img/BARTERLINK_EXEMPLE_VIGNETTE.webp") 2x);background-image: image-set(url("img/BARTERLINK_EXEMPLE_VIGNETTE.jpg") 1x,
url("img/BARTERLINK_EXEMPLE_VIGNETTE.jpg") 2x,url("img/BARTERLINK_EXEMPLE_VIGNETTE.webp") 1x,
url("img/BARTERLINK_EXEMPLE_VIGNETTE.webp") 2x);
}
.bg-BARTERLINK-VIGNETTE-BD-V2{
	background-image:url("img/BARTERLINK_VIGNETTE_BD_V2.jpg");
	background-image: -webkit-image-set(url("img/BARTERLINK_VIGNETTE_BD_V2.webp") 1x,
url("img/BARTERLINK_VIGNETTE_BD_V2.webp") 2x);background-image: image-set(url("img/BARTERLINK_VIGNETTE_BD_V2.jpg") 1x,
url("img/BARTERLINK_VIGNETTE_BD_V2.jpg") 2x,url("img/BARTERLINK_VIGNETTE_BD_V2.webp") 1x,
url("img/BARTERLINK_VIGNETTE_BD_V2.webp") 2x);
}
.bg-SMART-COUV-STATIQUE{
	background-image:url("img/SMART_COUV_STATIQUE.jpg");
	background-image: -webkit-image-set(url("img/SMART_COUV_STATIQUE.webp") 1x,
url("img/SMART_COUV_STATIQUE.webp") 2x);background-image: image-set(url("img/SMART_COUV_STATIQUE.jpg") 1x,
url("img/SMART_COUV_STATIQUE.jpg") 2x,url("img/SMART_COUV_STATIQUE.webp") 1x,
url("img/SMART_COUV_STATIQUE.webp") 2x);
}
.bg-DIOR-SACS-COLLECTION-FRAGONARD-COMPRESS{
	background-image:url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.webp") 1x,
url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.webp") 2x);background-image: image-set(url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.jpg") 1x,
url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.jpg") 2x,url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.webp") 1x,
url("img/DIOR_SACS_COLLECTION_FRAGONARD_COMPRESS.webp") 2x);
}
.bg-Nexity{
	background-image:url("img/Nexity.jpg");
	background-image: -webkit-image-set(url("img/Nexity.webp") 1x,
url("img/Nexity.webp") 2x);background-image: image-set(url("img/Nexity.jpg") 1x,
url("img/Nexity.jpg") 2x,url("img/Nexity.webp") 1x,
url("img/Nexity.webp") 2x);
}
.bg-General-20GUAN-20YU{
	background-image:url("img/General%20GUAN%20YU.jpg");
	background-image: -webkit-image-set(url("img/General%20GUAN%20YU.webp") 1x,
url("img/General%20GUAN%20YU.webp") 2x);background-image: image-set(url("img/General%20GUAN%20YU.jpg") 1x,
url("img/General%20GUAN%20YU.jpg") 2x,url("img/General%20GUAN%20YU.webp") 1x,
url("img/General%20GUAN%20YU.webp") 2x);
}
.bg-fond-COMPLET-COMPRESS{
	background-image:url("img/fond-COMPLET-COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/fond-COMPLET-COMPRESS.webp") 1x,
url("img/fond-COMPLET-COMPRESS.webp") 2x);background-image: image-set(url("img/fond-COMPLET-COMPRESS.jpg") 1x,
url("img/fond-COMPLET-COMPRESS.jpg") 2x,url("img/fond-COMPLET-COMPRESS.webp") 1x,
url("img/fond-COMPLET-COMPRESS.webp") 2x);
}
.bg-fond-COMPLET-COMPRESS{
	background-image:url("img/fond-COMPLET-COMPRESS.jpg");
	background-image: -webkit-image-set(url("img/fond-COMPLET-COMPRESS.webp") 1x,
url("img/fond-COMPLET-COMPRESS.webp") 2x);background-image: image-set(url("img/fond-COMPLET-COMPRESS.jpg") 1x,
url("img/fond-COMPLET-COMPRESS.jpg") 2x,url("img/fond-COMPLET-COMPRESS.webp") 1x,
url("img/fond-COMPLET-COMPRESS.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}

/* = Additional CSS
-------------------------------------------------------------- */
vignette {
transition: filter 0.5s ease;
transform-origin: center center;
will-change: transform;
cursor: pointer;
}

.vignette:hover {
filter: brightness(1.12);
}


/* ==========================================================
   Navigation Premium
   Trait animé centré
   ========================================================== */

.nav-premium .nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.nav-premium .nav-link::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: 5px;

    width: 40%;
    height: 1px;

    background: #B99A5F;

    transform: translateX(-50%) scaleX(0);
    transform-origin: center;

    transition: transform .35s ease;
}

.nav-premium .nav-link:hover::after,
.nav-premium .nav-link:focus-visible::after {
    transform: translateX(-50%) scaleX(1);
}




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.menu-icon-header-stroke{
		stroke:var(--swatch-var-7123)!important;
		fill:var(--swatch-var-7123)!important;
	}
	.da{
		font-size:10px;
	}
	.h3-style{
		font-size:37px;
		text-align:left;
		line-height:40px;
	}
	.p-style{
		font-size:10px;
		line-height:15px;
	}
	.menu-josefinsans{
		font-size:10px;
	}
	.header-devant-crea{
		margin-top:-10px;
	}
	.btn-style{
	}
	.accueiltexte{
		left:-5px;
	}
	.vignette-robeok{
		left:90px;
	}
	.vignette-rafale{
		left:100px;
	}
	.vignette-lancia{
		left:100px;
	}
	.vignette-palmes-or{
		top:90px;
	}
	.vignette-general{
		top:115px;
	}
	.ecrit-creation{
		width:200px;
		font-size:12px;
	}
	.icones-competence-svg{
		width:125px;
	}
	.footer-ecrits-entete{
		font-size:20px;
	}
	.discutons{
		font-size:12px;
	}
	.footer-lien{
		font-size:12px;
	}
	.footer-ecrits{
		font-size:12px;
	}
	.carousel-texte{
		margin-left:-50px;
	}
	header{
		z-index:10;
	}
	.carousel-sous-header{
		z-index:-10;
		margin-top:-40px;
	}
	.header-md{
		margin-top:-5px;
		margin-bottom:-10px;
	}
	.header-md-ok{
		margin-top:-7px;
		margin-bottom:-12px;
		background-color:var(--swatch-var-1012);
		background-size:auto auto;
	}
	.headerok{
		background-color:var(--swatch-var-7123);
	}
	.footer-ok{
		background-color:var(--swatch-var-7123);
	}
	.btn-en-savoir-plus{
		background-color:var(--swatch-var-1012);
	}
	.btn-me-contacter{
	}
	.menuplacement{
		padding-left:100px;
	}
	.exploreztouteslescrea{
	}
	.img-diviseur-1-style{
	}
	.img-diviseur-1-style-copy-1{
		top:100px;
	}
	.explorez-boug{
		position:relative;
		top:125px;
	}
	.vignette-les-faitieres{
		top:30px;
	}
	.vignette-dior{
		top:30px;
	}
	.vignette-nexity{
		top:30px;
	}
	.btn-voir-toutes-les-creations{
	}
	.opacite{
		padding-bottom:75px;
		margin-left:50px;
		margin-right:50px;
		padding-top:75px;
	}
	.a-propos{
		margin-left:100px;
		margin-right:100px;
		margin-top:100px;
		padding-top:50px;
		padding-bottom:50px;
	}
	.background-a-propos{
	}
	.competences{
		font-size:15px;
	}
	.h3-bloc-1-style{
		font-family:"Josefin Slab";
		text-transform:uppercase;
		color:var(--swatch-var-6211)!important;
		font-size:15px;
	}
	.videosok{
		transform:scale(1.5);
		margin-top:-10px;
	}
	.textesvideos{
		margin-top:90px;
	}
	.texteimage{
		margin-top:10px;
	}
	.videosok-copy-1{
		transform:scale(1.5);
		margin-top:-10px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6211)!important;
		fill:var(--swatch-var-6211)!important;
	}
	.touteslescreations{
	}
	.a-propos-competences{
		font-size:15px;
	}
	.a-propos-ecrit-creation{
		width:200px;
		font-size:12px;
	}
	.a-propos-textes-forts{
		font-size:15px;
	}
	.h3-bloc-8-style{
		font-size:20px;
	}
	.explicationsok{
		font-size:14px;
	}
	.p-bloc-8-style{
		font-size:13px;
	}
	.nicolas-feuillate-po-3{
		transform:scale(.85);
	}
	.nicolas-feuillate-po-3:hover{
		transform:scale(.85);
	}
	.p-bloc-8-style-copy-1{
		font-size:13px;
	}
	.chaque-projet{
		font-size:20px;
	}
	
}

@media (max-width: 767px){
	.menu-icon-header-stroke{
		stroke:var(--swatch-var-7123)!important;
		fill:var(--swatch-var-7123)!important;
	}
	.btn-style{
	}
	.header-devant-crea{
		margin-bottom:-5px;
		background-color:var(--swatch-var-3426);
	}
	.visuels-sous-header{
		top:-43px;
		margin-bottom:-43px;
	}
	header{
	}
	.vignette-palmes-or{
		top:70px;
	}
	.vignette-general{
		top:85px;
		right:55px;
	}
	.vignette-robeok{
		left:60px;
	}
	.vignette-lancia{
		left:70px;
	}
	.vignette-rafale{
		left:60px;
	}
	.vignette-nexity{
		top:20px;
	}
	.vignette-dior{
		top:20px;
	}
	.vignette-les-faitieres{
		top:20px;
	}
	.ecrit-creation{
		width:150px;
		font-size:10px;
	}
	.competences{
		font-size:15px;
	}
	.p-bloc-4-style{
		font-size:13px;
	}
	.header-md{
	}
	.vignette{
		box-shadow:2.72px 5.35px 34px #000000;
	}
	.carousel-sous-header{
		margin-top:-44px;
	}
	.btn-en-savoir-plus{
		width:34.51%;
	}
	.btn-me-contacter{
		width:55%;
	}
	.btn-voir-toutes-les-creations{
		width:40%;
	}
	.menuplacement{
		margin-top:-40px;
	}
	.opacite{
		margin-left:10px;
		margin-right:10px;
	}
	.menu-icon-footer2-stroke{
		stroke:var(--swatch-var-6211)!important;
		fill:var(--swatch-var-6211)!important;
	}
	.menu-icon-0-header-stroke{
		stroke:var(--swatch-var-6211)!important;
		fill:var(--swatch-var-6211)!important;
	}
	.monte-hamburger-menu{
		margin-top:-26px;
	}
	.menuplacementnom{
		margin-top:-25px;
		margin-left:10px;
		margin-right:0px;
	}
	.da{
	}
	.h3-bloc-1-style{
		font-family:"Josefin Slab";
		font-size:13px;
		text-transform:uppercase;
		color:var(--swatch-var-6211)!important;
	}
	.videosok{
		transform:scale(1.2);
		margin-top:-50px;
	}
	.textesvideos{
		margin-top:50px;
	}
	.texteimage{
		margin-top:0px;
	}
	.videosok-copy-1{
		transform:scale(1.2);
		margin-top:-50px;
	}
	.navbar-logo{
		font-size:10px;
	}
	.a-propos-competences{
		font-size:15px;
	}
	.a-propos-ecrit-creation{
		width:150px;
		font-size:10px;
	}
	.a-propos-textes-forts{
		font-size:15px;
	}
	.nicolas-feuillate-po-3{
		transform:scale(.65);
	}
	.nicolas-feuillate-po-3:hover{
		transform:scale(.65);
	}
	.img-141-style{
		width:274px;
	}
	.btn-bloc-5-style{
		width:35.81%;
	}
	.btn-en-savoir-plus-style{
		width:27.88%;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:10px;
		text-align:center;
	}
	.footer-link{
		text-align:center;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6211)!important;
		fill:var(--swatch-var-6211)!important;
	}
	.h3-style{
		width:100%;
		color:var(--swatch-var-7625)!important;
		font-size:35px;
		text-align:center;
	}
	.btn-style{
	}
	.p-style{
		width:100%;
		font-size:13px;
	}
	.h4-bloc-4-style{
		font-size:15px;
	}
	.vignette-robeok{
		left:0px;
	}
	.menu-josefinsans{
		width:125px;
	}
	.vignette-robe-xs{
		transform:scale(1.3) rotate(3deg);
	}
	.vignette-rafale-xs{
		transform:scale(1.3) rotate(-3deg);
	}
	.vignette-lancia-xs{
		transform:scale(1.3) rotate(3deg);
	}
	.icones-competence-svg{
		width:250px;
	}
	.competences{
		font-size:20px;
	}
	.ecrit-creation{
		font-size:14px;
	}
	.header-md-ok{
	}
	.carousel-sous-header{
		margin-top:0px;
	}
	.btn-en-savoir-plus{
	}
	.btn-me-contacter{
	}
	.btn-voir-toutes-les-creations{
	}
	.da{
		color:var(--swatch-var-7123)!important;
		text-transform:uppercase;
		text-shadow:0.00px 0.00px 0px #000000;
		font-size:15px;
	}
	.da:hover{
	}
	.img-diviseur-1-style-copy-1{
		width:200px;
	}
	.exploreztouteslescrea{
		font-size:18px;
	}
	.vignette-rafale{
	}
	.vignette-nocciolata{
	}
	.img-style{
	}
	.xs-robe{
		transform:scale(1.3) rotate(-2deg);
	}
	.xs-rafale{
		transform:scale(1.3) rotate(2deg);
	}
	.opacite{
	}
	.fond{
	}
	.videoxs{
	}
	.containervideoi{
	}
	.containervideo{
		margin-left:-20px;
		padding-left:-20px;
	}
	.menuplacementnom{
		text-decoration:none;
		font-size:10px;
		text-align:left;
		text-transform:uppercase;
		margin-left:-15px;
		margin-top:-20px;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-6211)!important;
		fill:var(--swatch-var-6211)!important;
	}
	.monte-hamburger-menu{
		margin-right:-10px;
	}
	.headerok{
	}
	.footer-nom{
		text-decoration:none;
		text-transform:uppercase;
		color:var(--swatch-var-6211)!important;
		text-align:left;
		margin-left:-15px;
	}
	.footer-ecrits{
		text-align:center;
	}
	.h3-bloc-2-style{
		font-family:"Josefin Slab";
	}
	.videosok{
		margin-top:-80px;
		transform:scale(1);
	}
	.textesvideos{
		margin-top:20px;
	}
	.titres{
		font-size:20px;
	}
	.explications{
		font-size:15px;
	}
	.texteimage{
		margin-top:0px;
		margin-bottom:15px;
	}
	.videosok-copy-1{
		margin-top:-80px;
		transform:scale(1);
	}
	.h3-bloc-8-style{
		font-size:18px;
	}
	.p-bloc-8-style{
		font-size:12px;
	}
	.touteslescreations{
		font-size:18px;
	}
	.a-propos-competences{
		font-size:20px;
	}
	.a-propos-ecrit-creation{
		font-size:14px;
	}
	.a-propos-textes-forts{
		font-size:20px;
	}
	.p-bloc-9-style{
		font-size:14px;
	}
	.img-36-style{
		width:150px;
	}
	.p-bloc-8-style-copy-1{
		font-size:12px;
	}
	.img-141-style{
		width:238px;
	}
	.btn-bloc-5-style{
		width:66.67%;
	}
	.btn-en-savoir-plus-style{
		width:54.2%;
	}
	.p-bloc-11-style{
		font-size:40px;
	}
	.p-bloc-10-style{
		left:-30px;
	}
	
}

