/*-----------------------------------------------------------------------------------
	Franck BREMEAULT - Photographe
	Author: Franck
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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:'Antonio-Bold';
	src: url('./fonts/Antonio-Bold/Antonio-Bold.ttf');
	src: url('./fonts/Antonio-Bold/Antonio-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Michroma-Regular';
	src: url('./fonts/Michroma-Regular/Michroma-Regular.ttf');
	src: url('./fonts/Michroma-Regular/Michroma-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;
}

/* = 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;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}


/* 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);
}
.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);
}
.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);
}


/* = 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;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




.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%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	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;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.para-gauche{
	font-family:"Michroma-Regular";
	text-align:left;
	width:400px;
	color:#000000!important;
}
.para-droit{
	font-family:"Michroma-Regular";
	text-align:right;
	color:#000000!important;
}
.titre-gauche{
	font-family:"Antonio-Bold";
	font-weight:normal;
	font-size:50px;
	text-align:left;
	letter-spacing:-2px;
	width:500px;
	color:var(--swatch-var-2426)!important;
}
.titre-droit{
	font-family:"Antonio-Bold";
	font-size:50px;
	text-align:right;
	letter-spacing:-2px;
	font-weight:normal;
}
.carousel-style{
	width:100%;
}
.p-style{
	width:80.65%;
	padding-top:16px;
	margin-top:0px;
}
.p-padding-left{
	padding-left:90px;
}
.p-5-padding-left{
	padding-left:16px;
	width:70.58%;
	margin-left:190px;
	padding-right:187px;
	padding-top:47px;
	margin-top:71px;
}
.bloc-padding-top{
	padding-top:0px;
	padding-left:30px;
	margin-top:69px;
}
.img-style{
	width:294px;
	padding-top:9px;
	margin-top:15px;
}
.container-div-min-height{
	min-height:49px;
	width:3.77%;
	color:var(--swatch-var-504)!important;
}
.icone-next{
	position:static;
}
.container-div-bloc-top-min-height{
	min-height:92px;
}
.bloc-padding-left{
	padding-left:40px;
	padding-right:0px;
}
.form-style{
	width:90.97%;
}
.form-titres{
	font-family:"Helvetica";
	color:var(--swatch-var-2426)!important;
	font-size:14px;
	font-weight:500;
}
.form-champs{
	background-color:var(--swatch-var-504);
	border-width:0px 0px 0px 0px;
}
.h2-style{
	width:100%;
}
.bouton-envoyer{
	font-family:"Helvetica";
	font-size:14px;
}
.h2-padding-right{
	padding-right:22px;
}
.bloc-padding-bottom{
	padding-bottom:62px;
}
.img-typo-2023-v2-p-style{
	width:615px;
	position:static;
}
.icon-bloc-3-padding-right{
	padding-right:0px;
	margin-right:23px;
	color:var(--swatch-var-2426)!important;
}
.h2-bloc-4-style{
	padding-left:0px;
	margin-left:130px;
}
.p-bloc-4-style{
	font-size:12px;
	width:93.28%;
}
.row-style{
	width:100%;
}
.img-typo-2023-v3-p-style{
	width:409px;
}
.bouton{
	border-width:1px 1px 1px 1px;
	border-radius:5px 5px 5px 5px;
	border-color:var(--swatch-var-2661)!important;
	font-family:"Lato";
	font-weight:400;
}
.bouton:hover{
	color:var(--swatch-var-504)!important;
	background-color:rgba(255,255,255,0.35);
}
.titre-gauche-copy-1{
	font-family:"Antonio-Bold";
	font-weight:700;
	font-size:50px;
	text-align:left;
	letter-spacing:-2px;
	width:500px;
	color:var(--swatch-var-504)!important;
	border-color:var(--swatch-var-504)!important;
}
.para-gauche-blanc{
	font-family:"Michroma-Regular";
	text-align:left;
	width:400px;
	color:var(--swatch-var-504)!important;
}
.titre-droit-blanc{
	font-family:"Antonio-Bold";
	font-size:50px;
	text-align:right;
	letter-spacing:-2px;
	color:var(--swatch-var-504)!important;
}
.para-droit-blanc{
	font-family:"Michroma-Regular";
	text-align:right;
	color:var(--swatch-var-504)!important;
}
.h2-5-style{
	width:100%;
}
.btn-style{
	width:100%;
}
.icon-padding-left{
	padding-left:24px;
}
.text-span-style{
	font-weight:normal;
}
.h2-bloc-1-style{
	letter-spacing:-1px;
}
.h1-style{
	width:100%;
	letter-spacing:-1px;
}
.titre-card{
	font-family:"Open Sans";
	font-weight:600;
	font-size:25px;
	margin-top:15px;
	text-decoration:none;
	text-align:center;
}
.h3-style{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	letter-spacing:px;
}
.p-bloc-9-style{
	font-family:"Lato";
	font-weight:300;
	font-size:12px;
	width:100%;
}
.cartes{
	background-color:rgba(0,0,0,0.20);
	height:400px;
	color:var(--swatch-var-504)!important;
	padding:15px 15px 15px 15px;
	border-radius:20px 20px 20px 20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	background-size:cover;
	margin:20px 10px 20px 10px;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}
.cartes-links{
	color:var(--swatch-var-504)!important;
	text-decoration:none;
	font-size:14px;
}
.cartes:hover{
	background-color:rgba(255,255,255,0.10);
	background-blend-mode:lighten;
}
.cartes-img-4{
	background-image:url("img/P1130643.jpg");
	background-image: -webkit-image-set(url("img/P1130643.webp") 1x,
url("img/P1130643.webp") 2x);background-image: image-set(url("img/P1130643.jpg") 1x,
url("img/P1130643.jpg") 2x,url("img/P1130643.webp") 1x,
url("img/P1130643.webp") 2x);
	background-size:cover;
	background-position:left center;
}
.cartes-img-2{
	background-size:cover;
	background-image:url("img/P1145932.jpg");
	background-image: -webkit-image-set(url("img/P1145932.webp") 1x,
url("img/P1145932.webp") 2x);background-image: image-set(url("img/P1145932.jpg") 1x,
url("img/P1145932.jpg") 2x,url("img/P1145932.webp") 1x,
url("img/P1145932.webp") 2x);
	background-position:left center;
}
.cartes-img-3{
	background-image:url("img/P1145588.jpg");
	background-image: -webkit-image-set(url("img/P1145588.webp") 1x,
url("img/P1145588.webp") 2x);background-image: image-set(url("img/P1145588.jpg") 1x,
url("img/P1145588.jpg") 2x,url("img/P1145588.webp") 1x,
url("img/P1145588.webp") 2x);
	background-position:left center;
}
.cartes-img-1{
	background-image:url("img/P1146270.jpg");
	background-image: -webkit-image-set(url("img/P1146270.webp") 1x,
url("img/P1146270.webp") 2x);background-image: image-set(url("img/P1146270.jpg") 1x,
url("img/P1146270.jpg") 2x,url("img/P1146270.webp") 1x,
url("img/P1146270.webp") 2x);
	background-position:left center;
}
.cartes-img-5{
	background-image:url("img/P1131361.jpg");
	background-image: -webkit-image-set(url("img/P1131361.webp") 1x,
url("img/P1131361.webp") 2x);background-image: image-set(url("img/P1131361.jpg") 1x,
url("img/P1131361.jpg") 2x,url("img/P1131361.webp") 1x,
url("img/P1131361.webp") 2x);
	background-position:left center;
}
.cartes-img-6{
	background-image:url("img/P1129987.jpg");
	background-image: -webkit-image-set(url("img/P1129987.webp") 1x,
url("img/P1129987.webp") 2x);background-image: image-set(url("img/P1129987.jpg") 1x,
url("img/P1129987.jpg") 2x,url("img/P1129987.webp") 1x,
url("img/P1129987.webp") 2x);
	background-position:left center;
}
.cartes-img-7{
	background-image:url("img/P1118810.jpg");
	background-image: -webkit-image-set(url("img/P1118810.webp") 1x,
url("img/P1118810.webp") 2x);background-image: image-set(url("img/P1118810.jpg") 1x,
url("img/P1118810.jpg") 2x,url("img/P1118810.webp") 1x,
url("img/P1118810.webp") 2x);
	background-position:left center;
}
.cartes-img-8{
	background-image:url("img/P1092883.jpg");
	background-image: -webkit-image-set(url("img/P1092883.webp") 1x,
url("img/P1092883.webp") 2x);background-image: image-set(url("img/P1092883.jpg") 1x,
url("img/P1092883.jpg") 2x,url("img/P1092883.webp") 1x,
url("img/P1092883.webp") 2x);
	background-position:left bottom;
}
.cartes-img-9{
	background-image:url("img/P1165368.jpg");
	background-image: -webkit-image-set(url("img/P1165368.webp") 1x,
url("img/P1165368.webp") 2x);background-image: image-set(url("img/P1165368.jpg") 1x,
url("img/P1165368.jpg") 2x,url("img/P1165368.webp") 1x,
url("img/P1165368.webp") 2x);
	background-position:left bottom;
}
.copyright{
	background-color:rgba(0,0,0,0.50);
	background-blend-mode:screen;
}
.p-24-style{
	font-size:12px;
}
.row-bloc-top-style{
	width:25.35%;
}
.btn-4-style{
	width:18.25%;
}
.btn-5-style{
	width:18.25%;
}
.titre-blanc-centré-clic{
	font-family:"Antonio-Bold";
	text-decoration:none;
	color:#FFFFFF!important;
	font-size:50px;
}
.bloc-bloc-1-padding-left{
	color:var(--swatch-var-504)!important;
}
.fond-gris{
	background:linear-gradient(0deg, #121212   0%, var(--swatch-var-2276) 100%);
}
.link-bloc-9-style{
	text-decoration:none;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4750:rgba(255,147,0,1.00);
	
	--swatch-var-504:rgba(255,255,255,1.00);
	
	--swatch-var-2426:rgba(0,0,0,1.00);
	
	--swatch-var-2661:rgba(255,255,255,0.20);
	
	--swatch-var-2276:rgba(0,0,0,0.75);
	
	--swatch-var-6638:rgba(255,147,0,0.20);
	
	--swatch-var-3748:rgba(18,18,18,1.00);
	
}



/* Text colour styles */

.tc-2426{
	color:var(--swatch-var-2426)!important;
}

/* Icon colour styles */

.icon-504{
	color:var(--swatch-var-504)!important;
	border-color:var(--swatch-var-504)!important;
}
.icon-2426{
	color:var(--swatch-var-2426)!important;
	border-color:var(--swatch-var-2426)!important;
}

/* Bloc image backgrounds */

.bg--1020701{
	background-image:url("img/_1020701.jpg");
	background-image: -webkit-image-set(url("img/_1020701.webp") 1x,
url("img/_1020701.webp") 2x);background-image: image-set(url("img/_1020701.jpg") 1x,
url("img/_1020701.jpg") 2x,url("img/_1020701.webp") 1x,
url("img/_1020701.webp") 2x);
}
.bg--1020685{
	background-image:url("img/_1020685.jpg");
	background-image: -webkit-image-set(url("img/_1020685.webp") 1x,
url("img/_1020685.webp") 2x);background-image: image-set(url("img/_1020685.jpg") 1x,
url("img/_1020685.jpg") 2x,url("img/_1020685.webp") 1x,
url("img/_1020685.webp") 2x);
}
.bg--1120135-orange-gauche{
	background-image:url("img/_1120135-orange-gauche.jpg");
	background-image: -webkit-image-set(url("img/_1120135-orange-gauche.webp") 1x,
url("img/_1120135-orange-gauche.webp") 2x);background-image: image-set(url("img/_1120135-orange-gauche.jpg") 1x,
url("img/_1120135-orange-gauche.jpg") 2x,url("img/_1120135-orange-gauche.webp") 1x,
url("img/_1120135-orange-gauche.webp") 2x);
}
.bg-P1144281{
	background-image:url("img/P1144281.jpg");
	background-image: -webkit-image-set(url("img/P1144281.webp") 1x,
url("img/P1144281.webp") 2x);background-image: image-set(url("img/P1144281.jpg") 1x,
url("img/P1144281.jpg") 2x,url("img/P1144281.webp") 1x,
url("img/P1144281.webp") 2x);
}
.bg-P1144744{
	background-image:url("img/P1144744.jpg");
	background-image: -webkit-image-set(url("img/P1144744.webp") 1x,
url("img/P1144744.webp") 2x);background-image: image-set(url("img/P1144744.jpg") 1x,
url("img/P1144744.jpg") 2x,url("img/P1144744.webp") 1x,
url("img/P1144744.webp") 2x);
}
.bg-P1144547{
	background-image:url("img/P1144547.jpg");
	background-image: -webkit-image-set(url("img/P1144547.webp") 1x,
url("img/P1144547.webp") 2x);background-image: image-set(url("img/P1144547.jpg") 1x,
url("img/P1144547.jpg") 2x,url("img/P1144547.webp") 1x,
url("img/P1144547.webp") 2x);
}
.bg-mariages{
	background-image:url("img/mariages.jpg");
	background-image: -webkit-image-set(url("img/mariages.webp") 1x,
url("img/mariages.webp") 2x);background-image: image-set(url("img/mariages.jpg") 1x,
url("img/mariages.jpg") 2x,url("img/mariages.webp") 1x,
url("img/mariages.webp") 2x);
}
.bg-Fond-home{
	background-image:url("img/Fond-home.jpg");
	background-image: -webkit-image-set(url("img/Fond-home.webp") 1x,
url("img/Fond-home.webp") 2x);background-image: image-set(url("img/Fond-home.jpg") 1x,
url("img/Fond-home.jpg") 2x,url("img/Fond-home.webp") 1x,
url("img/Fond-home.webp") 2x);
}
.bg-P1142726{
	background-image:url("img/P1142726.jpg");
	background-image: -webkit-image-set(url("img/P1142726.webp") 1x,
url("img/P1142726.webp") 2x);background-image: image-set(url("img/P1142726.jpg") 1x,
url("img/P1142726.jpg") 2x,url("img/P1142726.webp") 1x,
url("img/P1142726.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
-------------------------------------------------------------- */
.cartes {transition: all 0.35s ease-in-out}


/* = 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;}
}
@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;}
}
@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;}
}


/* = 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){
	.p-style{
		width:96.72%;
	}
	.p-5-padding-left{
		margin-left:0px;
		padding-right:0px;
		padding-left:16px;
		width:100%;
	}
	.p-bloc-2-style{
		padding-left:307px;
	}
	.bloc-padding-right{
		padding-right:0px;
	}
	.bloc-bloc-1-padding-left{
		padding-left:1px;
	}
	.row-padding-right{
		padding-right:23px;
	}
	.img-typo-2023-v3-p-style{
		width:447px;
	}
	.container-div-min-height{
		width:6.49%;
		min-height:46px;
	}
	.h2-bloc-3-style{
		font-size:40px;
	}
	.h2-padding-right{
		font-size:40px;
	}
	.h2-bloc-4-style{
		font-size:40px;
	}
	.p-bloc-4-style{
		padding-right:9px;
		padding-left:17px;
	}
	.bloc-padding-top{
		padding-left:48px;
	}
	.h2-style{
		font-size:50px;
	}
	.h2-8-style{
		font-size:50px;
	}
	.p-bloc-3-style{
		font-size:16px;
	}
	.icon-bloc-3-padding-right{
		padding-right:0px;
		margin-right:0px;
	}
	.p-9-style{
		padding-left:327px;
	}
	.container-div-bloc-top-style{
		width:100%;
	}
	.container-div-0-bloc-top-style{
		width:100%;
	}
	.btn-4-style{
		width:30.18%;
	}
	.btn-5-style{
		width:30.18%;
	}
	.btn-bloc-top-style{
		width:30.18%;
	}
	
}

@media (max-width: 767px){
	.img-style{
		width:311px;
	}
	.form-style{
		width:92.1%;
		padding-left:44px;
	}
	.h2-padding-right{
		padding-left:77px;
	}
	.img-typo-2023-v2-p-style{
		width:455px;
	}
	.container-div-min-height{
		min-height:91px;
		width:8.76%;
	}
	.container-div-bloc-top-min-height{
		min-height:176px;
	}
	.carousel-style{
		width:86.22%;
	}
	.p-5-padding-left{
		width:77.54%;
		padding-left:0px;
		margin-left:39px;
	}
	.p-style{
		width:87.28%;
		padding-left:63px;
	}
	.h2-bloc-4-style{
		width:94.43%;
	}
	.h2-style{
		font-size:40px;
	}
	.p-8-style{
		width:58.58%;
		font-size:14px;
	}
	.p-bloc-2-style{
		font-size:16px;
	}
	.h2-6-style{
		font-size:40px;
	}
	.p-bloc-3-style{
		font-size:12px;
	}
	.p-4-style{
		font-size:14px;
	}
	.container-div-style{
		width:92.41%;
		padding-left:55px;
	}
	.container-div-bloc-4-style{
		width:92.41%;
		padding-left:55px;
	}
	.container-div-0-style{
		width:92.41%;
		padding-left:55px;
	}
	.btn-style{
		width:80.48%;
		margin-left:56px;
	}
	.img-typo-2023-v3-p-style{
		width:364px;
	}
	.icon-bloc-1-padding-left{
		padding-left:28px;
	}
	.h2-bloc-2-style{
		font-size:40px;
	}
	.p-9-style{
		font-size:14px;
		padding-left:219px;
	}
	.p-bloc-1-style{
		width:66.24%;
	}
	.h1-style{
		font-size:40px;
	}
	.container-div-bloc-top-style{
		width:100%;
	}
	.btn-bloc-top-style{
		width:47.11%;
	}
	.btn-4-style{
		width:47.11%;
	}
	.btn-5-style{
		width:47.11%;
	}
	
}

@media (max-width: 575px){
	.carousel-style{
		width:100%;
	}
	.h2-padding-right{
		font-size:35px;
		letter-spacing:-1px;
	}
	.p-bloc-2-style{
		font-size:14px;
		padding-left:116px;
		width:100%;
	}
	.h2-bloc-3-style{
		font-size:35px;
		letter-spacing:-1px;
	}
	.p-padding-left{
		font-size:14px;
	}
	.icon-bloc-3-padding-right{
		padding-right:0px;
	}
	.h2-bloc-4-style{
		font-size:35px;
		letter-spacing:-1px;
		width:84.53%;
	}
	.p-5-padding-left{
		font-size:13px;
		padding-left:0px;
		margin-left:0px;
		width:100%;
	}
	.p-style{
		font-size:13px;
		width:100%;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
	.h2-style{
		font-size:35px;
		width:100%;
	}
	.form-style{
		width:98.1%;
		margin-left:-6px;
	}
	.img-style{
		padding-left:4px;
		width:255px;
	}
	.p-bloc-4-style{
		font-size:12px;
		width:96.44%;
		padding-left:11px;
	}
	.container-div-bloc-top-min-height{
		min-height:126px;
	}
	.para-droit{
	}
	.p-4-style{
		width:100%;
		font-size:13px;
	}
	.bloc-padding-top{
		padding-left:27px;
	}
	.para-droit-blanc{
	}
	.h2-6-style{
		font-size:35px;
		width:97.84%;
	}
	.p-8-style{
		font-size:14px;
	}
	.bloc-bloc-1-padding-left{
		padding-left:15px;
	}
	.h2-8-style{
		font-size:35px;
	}
	.row-padding-right{
		margin-right:-8px;
		padding-right:8px;
	}
	.bloc-padding-bottom{
		padding-left:4px;
	}
	.container-div-style{
		padding-left:10px;
		width:100%;
	}
	.container-div-bloc-4-style{
		padding-left:10px;
		width:100%;
	}
	.container-div-0-style{
		width:100%;
		padding-left:10px;
	}
	.btn-style{
		width:96.55%;
		padding-left:38px;
		margin-left:10px;
	}
	.btn-bloc-top-style{
		width:79%;
	}
	.btn-4-style{
		width:79%;
	}
	.btn-2-style{
		width:81.49%;
	}
	.container-div-min-height{
		min-height:32px;
		width:3.6%;
	}
	.link-padding-left{
		padding-left:0px;
	}
	.icon-bloc-1-padding-left{
		padding-left:0px;
	}
	.icon-padding-left{
		padding-left:19px;
		padding-right:3px;
	}
	.h2-5-style{
		font-size:35px;
	}
	.h2-9-style{
		font-size:35px;
		letter-spacing:-1px;
	}
	.h2-bloc-1-style{
		font-size:35px;
	}
	.p-bloc-1-style{
		font-size:14px;
		width:90.29%;
	}
	.p-bloc-3-style{
		font-size:14px;
	}
	.h2-bloc-2-style{
		font-size:35px;
	}
	.p-9-style{
		font-size:14px;
		padding-left:143px;
	}
	.h1-style{
		font-size:20px;
	}
	.btn-6-style{
		width:81.49%;
	}
	.img-typo-2023-v3-p-style{
		width:260px;
	}
	.btn-5-style{
		width:79%;
	}
	.titre-blanc-centré-clic{
		font-size:40px;
	}
	
}

