/*-----------------------------------------------------------------------------------
	PIZZ-A-DOM
	About: A shiny new Blocs website.
	Author: Ubrich Bernard
	Version: 2.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:'JosefinSans';
	src: url('./fonts/JosefinSans/JosefinSans-Regular.ttf');
	src: url('./fonts/JosefinSans/JosefinSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

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

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

@font-face {
	font-family:'OpenSans-Semibold';
	src: url('./fonts/OpenSans-Semibold/OpenSans-Semibold.ttf');
	src: url('./fonts/OpenSans-Semibold/OpenSans-Semibold.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-sm{
	padding:20px;
}


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




/* = Text & Icon Styles
-------------------------------------------------------------- */
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.text-justify{
	text-align: justify;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


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




/* 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;
}
.logo-arteamedia-text{
	font-size:20px;
	font-weight:900;
	font-family:"Montserrat-Bold";
}
.hoover-arteamedia{
	background-color:var(--swatch-var-5326);
}
.menu-icon-stroke{
	stroke:var(--swatch-var-4088);
	fill:var(--swatch-var-4088);
}
.head-arteamedia{
	background:linear-gradient(0deg, #000000 0%, #00D650 100%);
}
.bck-list-video{
	background:linear-gradient(274deg, #000000   0%, #009193 100%);
}
.bloc-padding-top{
	padding-top:0px;
}
.titre-arteamedia{
	font-family:"Montserrat-Bold";
}
.footer-arteamedia-2024{
	font-family:"Montserrat-Regular";
	font-weight:900;
}
.menu-icon-bloc-0-stroke{
	stroke:#FF2600!important;
	fill:#FF2600!important;
}
.dropdown-red{
	background-color:#D32F2F;
}
.bas-se-page{
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-6455)!important;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	font-family:"Helvetica";
	background-color:#FEFFFF;
}
.text-span-style{
	font-style:normal;
	font-weight:bold;
	font-size:25px;
	color:var(--swatch-var-6455)!important;
}
.menu-arteamedia{
	border-width:1px 1px 1px 1px;
	border-radius:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5771)!important;
}
.fond-2{
	margin-top:0px;
	height:0px;
}
.video-lg{
	padding-top:500px;
}
.hype-wrapper{
	margin:20px auto 20px auto;
	padding:15px 15px 15px 15px;
	border-width:200px 200px 200px 200px;
	width:1200px;
	height:992px;
}
.lg-barre-pizza{
	margin-top:-100px;
}
.lg-nav-pizza{
	margin-top:-600px;
}
.fon-video-carte{
	width:1200px;
	margin-top:-200px;
	height:800px;
}
.hype-notre-carte-lg{
	background-color:var(--swatch-var-6992);
}
.accuei-wrapper{
	width:1200px;
	height:992px;
	margin:20px auto 20px auto;
	border-width:200px 200px 200px 200px;
}
.hype-wrapper-carte{
	width:1200px;
	height:200px;
}
.p-style{
	font-size:30px;
	color:var(--swatch-var-6455)!important;
	border-width:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
	border-color:var(--swatch-var-7343)!important;
	text-align:center;
	background-color:var(--swatch-var-1792);
	font-family:"JosefinSans-SemiBold";
	border-style:empty;
}
.fond-rgpd{
	background-repeat:repeat;
	background-color:transparent;
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-radius:30px 30px 30px 30px;
}
.fond-pr-menu{
	background-repeat:space;
	background:linear-gradient(0deg, var(--swatch-var-7275) 79%, var(--swatch-var-5771) 95%);
}
.fond-pr-rgpd{
	background-repeat:repeat;
	background-size:length;
	background-color:transparent;
	caret-color:transparent;
	content:"";
}
.titre-rgpd{
	background-color:var(--swatch-var-5771);
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.blue-bg-gradient{
	background:linear-gradient(190deg, #00F9F0, #0149FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.fond-titre-qsn{
	background-color:var(--swatch-var-7275);
	border-width:7px 7px 7px 7px;
	border-radius:30px 30px 30px 30px;
	box-shadow:inset 15.76px 6.37px 22px #000000;
	border-color:var(--swatch-var-5771)!important;
	border-style:solid;
	color:#FEFFFF!important;
	letter-spacing:4px;
	font-size:90px;
	font-family:"JosefinSans-SemiBold";
	font-weight:normal;
}
.h1-style{
	font-size:110px;
}
.h2-style{
	font-size:50px;
}
.p-bloc-9-style{
	font-size:40px;
	font-family:"JosefinSans";
}
.fond-qsn{
	color:var(--swatch-var-6455)!important;
	background-color:var(--swatch-var-1792);
	border-width:1px 1px 1px 1px;
	border-radius:10px 10px 10px 10px;
	border-style:solid;
	border-color:var(--swatch-var-6455)!important;
}
.mention-abus{
	background-color:var(--swatch-var-7275);
}
.h6-style{
	font-size:40px;
	line-height:px;
	letter-spacing:px;
	text-indent:px;
}
.titre-info-légales{
	background-color:var(--swatch-var-5771);
	box-shadow:inset 5.44px 2.54px 7px #000000;
}
.h2-bloc-2-style{
	color:#FEFFFF!important;
	font-family:"JosefinSans-SemiBold";
	font-size:90px;
}
.lien-mail{
	color:#FF2600!important;
}
.lien-tel{
	color:#FF2600!important;
}
.hype-wrapper-contact{
	width:1200px;
	height:200px;
}
.footer-pizzadom{
	background-color:var(--swatch-var-5771);
}
.p-8-style{
	font-size:40px;
}
.h1-horaires--style{
	background-color:var(--swatch-var-5771);
	box-shadow:inset 8.16px 3.80px 12px #000000;
	font-size:60px;
	font-family:"JosefinSans-Bold";
}
.photo-10-lg{
	background-image:url("img/P10bisLG.webp");
}
.photo-all-class{
	background-image:url("img/P10bisLG.webp");
	background-size:cover;
	background-position:center center;
	height:700px;
	background-repeat:no-repeat;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-width:10px 10px 10px 10px;
	border-color:var(--swatch-var-5771)!important;
}
.films{
	padding-bottom:20px;
	padding-top:50px;
}
.texte-films{
	font-family:"JosefinSans";
	font-size:35px;
	background-color:var(--swatch-var-1792);
	color:var(--swatch-var-6455)!important;
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-7275)!important;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px 20px 20px 20px;
	border-width:5px 5px 5px 5px;
	box-shadow:inset 4.66px 3.78px 15px #000000;
	text-align:center;
}
.texte-mentions{
	font-family:"OpenSans-Semibold";
	font-size:28px;
	border-radius:20px 20px 20px 20px;
	background-color:var(--swatch-var-1792);
	color:var(--swatch-var-6455)!important;
}
.lien-rpdg{
	color:var(--swatch-var-7275)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3022:rgba(0,60,102,1.00);
	
	--swatch-var-4088:rgba(51,51,51,1.00);
	
	--swatch-var-6455:#000000;
	
	--swatch-var-7343:rgba(178,103,137,1.00);
	
	--swatch-var-5326:rgba(255,255,255,0.67);
	
	--swatch-var-5825:rgba(4,59,6,1.00);
	
	--swatch-var-2256:#02233A;
	
	--swatch-var-5639:rgba(255,255,255,0.69);
	
	--swatch-var-7275:rgba(211,47,47,1.00);
	
	--swatch-var-5771:rgba(250,225,85,1.00);
	
	--swatch-var-7536:rgba(255,244,255,0.80);
	
	--swatch-var-2019:rgba(255,255,255,0.30);
	
	--swatch-var-1792:rgba(255,255,255,0.85);
	
	--swatch-var-6992:rgba(254,255,153,1.00);
	
}



/* Button colour styles */

.btn-c-5771{
	background:var(--swatch-var-5771);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5771:hover{
	background:#C7AE22!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-5639{
	color:var(--swatch-var-5639)!important;
}
.ltc-5639:hover{
	color:rgba(204,204,204,0.69)!important;
}

/* Bloc image backgrounds */

.bg-IMG-6161-3{
	background-image:url("img/IMG_6161-3.webp");
}
.bg-IMG-6155-3{
	background-image:url("img/IMG_6155-3.webp");
}
.bg-IMG-6165-3{
	background-image:url("img/IMG_6165-3.webp");
}
.bg-IMG-6159-3{
	background-image:url("img/IMG_6159-3.webp");
}
.bg-IMG-6158-3{
	background-image:url("img/IMG_6158-3.webp");
}

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

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}

/* = Additional CSS
-------------------------------------------------------------- */
/* Fond rouge pour la liste déroulante du Bric "Liste" */
.dropdown-red .dropdown-menu {
    background-color: #dc3545 !important;
    color: white !important;
}

.dropdown-red .dropdown-item {
    color: white !important;
}

.dropdown-red .dropdown-item:hover {
    background-color: rgba(255,255,255,0.15) !important;
}
/* ==== MENU CENTRÉ SUR TOUTES LES TAILLES – VERSION QUI MARCHE CHEZ TOI ==== */
@media (min-width: 992px) {
    .navbar-nav {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav .nav-item {
        margin: 0 1.5rem !important;   /* espace entre les liens sur grand écran */
    }
}

/* Sur mobile : centré (déjà bon avec ton ancien état) */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        text-align: center !important;
    }
}


/* = 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){
	.menu-arteamedia{
		font-family:"Montserrat-Bold";
		font-weight:900;
	}
	.logo-arteamedia-text{
		font-family:"Montserrat-Bold";
		font-weight:900;
	}
	.hoover-arteamedia{
		font-family:"Montserrat-Regular";
		font-weight:400;
	}
	.head-arteamedia{
		background:linear-gradient(0deg, #000000 0%, #00D650 100%);
	}
	.hype-wrapper{
		padding:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
		width:100%;
		height:auto;
		margin-left:auto;
		margin-top:20px;
		max-width:100%;
	}
	.md-barre-pizza{
		margin-top:-250px;
	}
	.video-hype{
		width:1200px;
		height:720px;
	}
	.sm-barre-pizza{
		margin-top:-100px;
	}
	.nav-bar-pizzadom{
		margin-top:-100px;
	}
	.accuei-wrapper{
		border-width:0px 0px 0px 0px;
		width:100px;
		height:auto;
		max-width:100px;
		padding:0px 0px 0px 0px;
	}
	.accueil-hype{
		width:1200px;
		height:720px;
	}
	.hype-wrapper-carte{
		width:992px;
		height:200px;
		margin:20px auto 20px auto;
		padding:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
	}
	.p-style{
		color:var(--swatch-var-6455)!important;
		border-width:0px 0px 0px 0px;
		border-radius:20px 20px 20px 20px;
		border-color:var(--swatch-var-7343)!important;
		text-align:center;
		text-decoration:none;
		font-family:"JosefinSans-Bold";
		font-size:28px;
	}
	.titre-rgpd{
		background-color:var(--swatch-var-5771);
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.fond-titre-qsn{
		background-color:var(--swatch-var-7275);
		border-style:solid;
		border-color:var(--swatch-var-5771)!important;
		border-width:7px 7px 7px 7px;
		border-radius:30px 30px 30px 30px;
		box-shadow:inset 15.76px 6.37px 22px #000000;
		color:#FEFFFF!important;
		letter-spacing:4px;
	}
	.h1-style{
		font-family:"JosefinSans-SemiBold";
		font-size:70px;
		box-shadow:inset 15.76px 6.37px 22px #000000;
	}
	.h2-style{
		font-size:40px;
		font-family:"JosefinSans-SemiBold";
	}
	.fond-qsn{
		border-width:1px 1px 1px 1px;
		border-radius:10px 10px 10px 10px;
		border-style:solid;
		border-color:var(--swatch-var-6455)!important;
		background-color:var(--swatch-var-1792);
		color:var(--swatch-var-6455)!important;
	}
	.p-bloc-9-style{
		font-size:30px;
	}
	.mention-abus{
		background-color:var(--swatch-var-7275);
	}
	.bas-se-page{
		background-color:#FEFFFF;
	}
	.text-span-style{
		font-size:20px;
	}
	.h6-style{
		font-size:px;
		line-height:px;
		letter-spacing:px;
		font-family:"Montserrat-Regular";
		text-indent:px;
	}
	.titre-info-légales{
		background-color:var(--swatch-var-5771);
		box-shadow:inset 5.44px 2.54px 7px #000000;
	}
	.h2-bloc-2-style{
		font-family:"JosefinSans-SemiBold";
		font-size:70px;
	}
	.hype-wrapper-contact{
		border-width:0px 0px 0px 0px;
		margin:20px auto 20px auto;
		padding:0px 0px 0px 0px;
		width:992px;
		height:200px;
	}
	.footer-pizzadom{
		background-color:var(--swatch-var-5771);
	}
	.h1-horaires--style{
		box-shadow:inset 5.44px 2.54px 2px #000000;
		background-color:var(--swatch-var-5771);
		font-size:50px;
	}
	.photo-10-md{
		background-image:url("img/P10bisMD.webp");
	}
	.photo-all-class{
		background-image:url("img/P10bisMD.webp");
	}
	.video-move{
		margin-top:-150px;
	}
	.hype-notre-carte-lg{
		background-color:var(--swatch-var-6992);
	}
	.films{
		padding-top:20px;
		padding-bottom:20px;
	}
	.texte-films{
		font-size:28px;
		border-width:5px 5px 5px 5px;
		box-shadow:inset 4.66px 3.78px 15px #000000;
	}
	.texte-mentions{
		border-radius:20px 20px 20px 20px;
		font-size:25px;
		font-family:"OpenSans-Semibold";
		color:var(--swatch-var-6455)!important;
		background-color:var(--swatch-var-5639);
	}
	.video-md{
		padding-top:300px;
	}
	.fond-pr-menu{
		background:linear-gradient(0deg, var(--swatch-var-7275)  78%, var(--swatch-var-5771) 92%);
	}
	
}

@media (max-width: 767px){
	.head-arteamedia{
		background:linear-gradient(180deg, #00D650 0%, #000000   100%);
	}
	.fond-1{
	}
	.hype-wrapper{
		margin-top:0px;
		margin-bottom:0px;
		padding:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
		width:100%;
		height:auto;
		margin-left:auto;
	}
	.nav-bar-pizzadom{
		margin-top:-100px;
	}
	.sm-barre-pizza{
		margin-top:-300px;
	}
	.md-barre-pizza{
	}
	.video-hype{
	}
	.accuei-wrapper{
		margin-top:0px;
		margin-bottom:0px;
		padding:0px 0px 0px 0px;
		width:100%;
		height:auto;
		max-width:100px;
	}
	.accueil-hype{
		position:relative;
	}
	.hype-wrapper-carte{
		border-width:150px 150px 150px 150px;
		margin:15px auto 15px auto;
		padding:10px 10px 10px 10px;
		width:768px;
		height:200px;
	}
	.p-style{
		border-width:0px 0px 0px 0px;
		text-align:center;
		background-color:var(--swatch-var-7536);
		font-family:"JosefinSans-Bold";
		font-size:25px;
	}
	.titre-rgpd{
		background-color:#FFFD8E;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.fond-titre-qsn{
		border-width:7px 7px 7px 7px;
		border-radius:30px 30px 30px 30px;
		border-style:solid;
		border-color:var(--swatch-var-5771)!important;
		box-shadow:inset 15.76px 6.37px 22px #000000;
		background-color:var(--swatch-var-7275);
		color:#FEFFFF!important;
		letter-spacing:4px;
	}
	.h1-style{
		font-family:"JosefinSans-SemiBold";
		font-size:77px;
	}
	.h2-style{
		font-family:"JosefinSans-SemiBold";
		font-size:40px;
	}
	.fond-qsn{
		background-color:var(--swatch-var-1792);
		color:#000000!important;
		border-width:1px 1px 1px 1px;
		border-radius:10px 10px 10px 10px;
		border-color:var(--swatch-var-6455)!important;
		border-style:solid;
	}
	.p-bloc-9-style{
		font-size:21px;
		line-height:31px;
	}
	.mention-abus{
		background-color:var(--swatch-var-7275);
	}
	.bas-se-page{
		background-color:#FEFFFF;
	}
	.h6-style{
		font-size:px;
		line-height:px;
		letter-spacing:1px;
		font-family:"Montserrat-Regular";
	}
	.text-span-style{
		font-size:17px;
	}
	.h2-bloc-2-style{
		font-family:"JosefinSans-SemiBold";
		font-size:70px;
		line-height:px;
	}
	.titre-info-légales{
		background-color:var(--swatch-var-5771);
		box-shadow:inset 5.44px 2.54px 7px #000000;
	}
	.hype-wrapper-contact{
		width:768px;
		height:200px;
		margin:15px auto 15px auto;
		padding:10px 10px 10px 10px;
		border-width:150px 150px 150px 150px;
	}
	.footer-pizzadom{
		background-color:var(--swatch-var-5771);
	}
	.h1-horaires--style{
		box-shadow:inset 5.44px 2.54px 2px #000000;
		background-color:var(--swatch-var-5771);
		font-size:50px;
		font-family:"JosefinSans-SemiBold";
	}
	.photo-all-class{
		background-image:url("img/P10bisSM.webp");
		height:600px;
	}
	.video-move{
		margin-top:-70px;
	}
	.promo3{
		width:768px;
		height:200px;
		margin:15px auto 15px auto;
		padding:10px 10px 10px 10px;
		border-width:150px 150px 150px 150px;
	}
	.hype-notre-carte-lg{
		background-color:var(--swatch-var-6992);
	}
	.films{
		padding-top:20px;
		padding-bottom:20px;
	}
	.texte-films{
		font-size:25px;
		box-shadow:inset 4.66px 3.78px 15px #000000;
		border-width:5px 5px 5px 5px;
	}
	.texte-mentions{
		border-radius:20px 20px 20px 20px;
		background-color:var(--swatch-var-5639);
		color:var(--swatch-var-6455)!important;
		font-family:"OpenSans-Semibold";
		font-size:20px;
	}
	.video-sm{
		padding-top:200px;
	}
	.fond-pr-menu{
		background:linear-gradient(0deg, var(--swatch-var-7275) 80%, var(--swatch-var-5771) 93%);
	}
	
}

@media (max-width: 575px){
	.logo-arteamedia-text{
		width:87.41%;
		text-decoration:none;
		padding-top:1px;
		padding-bottom:1px;
	}
	.head-arteamedia{
		background:linear-gradient(180deg, var(--swatch-var-3022) 0%, #000000     100%);
	}
	.bck-list-video{
		background:linear-gradient(274deg, #000000    0%, var(--swatch-var-5825) 100%);
	}
	.formulaire-moi{
	}
	.nom-formulaire{
		color:var(--swatch-var-5639)!important;
		font-family:"Helvetica";
	}
	.navbar-brand img{
		width:160px;
		height:90px;
	}
	.menu-icon-navigation-stroke{
		stroke:#FF0000!important;
		fill:#FF0000!important;
	}
	.dropdown-red{
		background-color:#D32F2F;
	}
	.p-style{
		font-family:"JosefinSans-SemiBold";
		background-size:auto auto;
		text-align:center;
		font-size:20px;
		background-color:var(--swatch-var-1792);
	}
	.h6-style{
		font-size:12px;
		font-family:"Montserrat-Regular";
		line-height:px;
		letter-spacing:px;
		width:100%;
		text-indent:px;
	}
	.hype-notre-carte-lg{
		background-color:var(--swatch-var-6992);
	}
	.hype-notre-carte-sm{
	}
	.hype-notre-carte-md{
	}
	.hype-notre-carte-xs{
	}
	.hype-wrapper{
		border-width:0px 0px 0px 0px;
		height:auto;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		width:1000%;
	}
	.nav-bar-pizzadom{
		position:relative;
		margin-top:-150px;
	}
	.navbar-pizzadom{
		margin-top:-100px;
	}
	.nav-pizza{
		margin-top:-100px;
	}
	.barre-pizza{
		margin-top:50px;
	}
	.hoover-arteamedia{
		margin-top:-100px;
	}
	.video-xs{
		background-size:cover;
		background-position:center center;
		padding-top:50px;
	}
	.hype-xs{
		width:528px;
		height:288px;
	}
	.video-hype{
		margin-left:auto;
		margin-right:auto;
		padding:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
		max-width:100px;
		height:992px;
	}
	.hype-range{
	}
	.hype-range-xs{
		width:auto;
		height:auto;
	}
	.bloc-accueil-xs{
		width:auto;
		height:auto;
	}
	.test{
	}
	.hype-scale{
	}
	.fix-hoover{
		margin-top:0px;
	}
	.accueil-hype{
		height:992px;
		margin-right:auto;
		margin-left:auto;
		padding:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
		max-width:100px;
		width:1200px;
	}
	.accuei-wrapper{
		width:100px;
		height:auto;
		max-width:100px;
	}
	.hype-wrapper-carte{
		width:800px;
		height:100px;
		margin:8px auto 8px auto;
		padding:0px 0px 0px 0px;
		border-width:120px 120px 120px 120px;
	}
	.titre-rgpd{
		box-shadow:inset 10.20px 4.12px 9px #000000;
		background-color:var(--swatch-var-5771);
	}
	.fond-pr-rgpd{
	}
	.hero-header-text{
		font-size:50px;
	}
	.h1-style{
		font-size:57px;
		font-family:"JosefinSans-SemiBold";
	}
	.h2-style{
		font-family:"JosefinSans-SemiBold";
		font-size:30px;
		margin:10px 10px 10px 10px;
	}
	.fond-titre-qsn{
		background-color:var(--swatch-var-7275);
		border-radius:30px 30px 30px 30px;
		border-style:solid;
		border-color:var(--swatch-var-5771)!important;
		border-width:7px 7px 7px 7px;
		box-shadow:inset 15.76px 6.37px 22px #000000;
		color:var(--swatch-var-1792)!important;
		margin:1px 1px 1px 1px;
		font-size:40px;
	}
	.fond-qsn{
		background-color:var(--swatch-var-1792);
		color:var(--swatch-var-6455)!important;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		border-radius:10px 10px 10px 10px;
	}
	.h2-bloc-2-style{
		font-family:"JosefinSans-SemiBold";
		writing-mode:horizontal-tb;
		font-size:40px;
		letter-spacing:4px;
	}
	.footer-pizzadom{
		background-color:var(--swatch-var-5771);
	}
	.bouton-accueil{
		box-shadow:inset 6.00px 0.00px 5px #000000;
		border-width:0px 0px 0px 0px;
		border-color:var(--swatch-var-7275)!important;
	}
	.mention-abus{
		background-color:var(--swatch-var-7275);
	}
	.texte-abus{
		background-color:#FEFFFF;
	}
	.video-lg{
	}
	.bas-se-page{
		background-color:#FEFFFF;
	}
	.text-span-style{
		font-size:12px;
		font-weight:normal;
	}
	.lien-mail{
		color:#FF2600!important;
		font-family:"Helvetica";
	}
	.lien-tel{
		color:#FF2600!important;
	}
	.titre-info-légales{
		background-color:var(--swatch-var-5771);
		box-shadow:inset 5.44px 2.54px 7px #000000;
	}
	.hype-wrapper-contact{
		width:800px;
		height:100px;
		margin:8px auto 8px auto;
		padding:0px 0px 0px 0px;
		border-width:120px 120px 120px 120px;
	}
	.lien-rpdg{
		color:var(--swatch-var-7275)!important;
	}
	.h1-horaires--style{
		font-size:30px;
		background-color:var(--swatch-var-5771);
		box-shadow:inset 5.44px 2.54px 2px #000000;
	}
	.p-bloc-9-style{
		font-family:"JosefinSans";
		margin:10px 10px 10px 10px;
	}
	.photo-all-class{
		background-image:url("img/P10bisXS.webp");
		height:250px;
		border-width:8px 8px 8px 8px;
	}
	.video-move{
		margin-top:-50px;
	}
	.films{
		padding-top:20px;
		padding-bottom:20px;
	}
	.texte-films{
		font-size:21px;
		text-align:center;
		border-width:5px 5px 5px 5px;
		box-shadow:inset 4.66px 3.78px 15px #000000;
	}
	.films-texte{
		margin-bottom:50px;
	}
	.text-span-bloc-2-style{
		font-weight:bold;
		text-decoration:none;
	}
	.texte-mentions{
		font-size:16px;
		font-family:"OpenSans-Semibold";
		color:var(--swatch-var-6455)!important;
		background-color:var(--swatch-var-5639);
		border-radius:20px 20px 20px 20px;
	}
	.bigpromo{
	}
	.fond-pr-menu{
		background:linear-gradient(0deg, var(--swatch-var-7275) 88%, var(--swatch-var-5771) 98%);
	}
	
}

