/*
Theme Name: Pizza Delamama
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème Pizza Delamama - By iDizBox - 2025
Version: 1.00
Text Domain: idbxboostrap1
*/

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-BoldItalic.eot');
    src: url('fonts/NeueMontreal-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-BoldItalic.woff2') format('woff2'),
        url('fonts/NeueMontreal-BoldItalic.woff') format('woff'),
        url('fonts/NeueMontreal-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Bold.eot');
    src: url('fonts/NeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Bold.woff2') format('woff2'),
        url('fonts/NeueMontreal-Bold.woff') format('woff'),
        url('fonts/NeueMontreal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Italic.eot');
    src: url('fonts/NeueMontreal-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Italic.woff2') format('woff2'),
        url('fonts/NeueMontreal-Italic.woff') format('woff'),
        url('fonts/NeueMontreal-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Light.eot');
    src: url('fonts/NeueMontreal-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Light.woff2') format('woff2'),
        url('fonts/NeueMontreal-Light.woff') format('woff'),
        url('fonts/NeueMontreal-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-LightItalic.eot');
    src: url('fonts/NeueMontreal-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-LightItalic.woff2') format('woff2'),
        url('fonts/NeueMontreal-LightItalic.woff') format('woff'),
        url('fonts/NeueMontreal-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Medium.eot');
    src: url('fonts/NeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Medium.woff2') format('woff2'),
        url('fonts/NeueMontreal-Medium.woff') format('woff'),
        url('fonts/NeueMontreal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-MediumItalic.eot');
    src: url('fonts/NeueMontreal-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-MediumItalic.woff2') format('woff2'),
        url('fonts/NeueMontreal-MediumItalic.woff') format('woff'),
        url('fonts/NeueMontreal-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Regular.eot');
    src: url('fonts/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeueMontreal-Regular.woff2') format('woff2'),
        url('fonts/NeueMontreal-Regular.woff') format('woff'),
        url('fonts/NeueMontreal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonine Personal Use';
    src: url('fonts/AntoninePersonalUse-Regular.eot');
    src: url('fonts/AntoninePersonalUse-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AntoninePersonalUse-Regular.woff2') format('woff2'),
        url('fonts/AntoninePersonalUse-Regular.woff') format('woff'),
        url('fonts/AntoninePersonalUse-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Norican';
    src: url('fonts/Norican-Regular.eot');
    src: url('fonts/Norican-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Norican-Regular.woff2') format('woff2'),
        url('fonts/Norican-Regular.woff') format('woff'),
        url('fonts/Norican-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible !important;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Neue Montreal';
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nopadding { padding: 0; }
.no-padding-left {padding-left: 0;}
.no-padding-right {padding-right: 0;}
.padding_t10 { padding-top: 10px; }
.padding_t15 { padding-top: 15px; }
.padding_t20 { padding-top: 20px; }
.padding_t25 { padding-top: 25px; }
.padding_t30 { padding-top: 30px; }
.padding_t40 { padding-top: 40px; }
.padding_t50 { padding-top: 50px; }
.padding_t60 { padding-top: 60px; }
.padding_t70 { padding-top: 70px; }
.padding_t80 { padding-top: 80px; }
.padding_t100 { padding-top: 100px; }
.padding_t115 { padding-top: 115px; }
.padding_t120 { padding-top: 120px; }
.padding_t150 { padding-top: 150px; }
.padding_b10 { padding-bottom: 10px; }
.padding_b15 { padding-bottom: 15px; }
.padding_b20 { padding-bottom: 20px; }
.padding_b22 { padding-bottom: 22px; }
.padding_b30 { padding-bottom: 30px; }
.padding_b40 { padding-bottom: 40px; }
.padding_b50 { padding-bottom: 50px; }
.padding_b60 { padding-bottom: 60px; }
.padding_b70 { padding-bottom: 70px; }
.padding_b80 { padding-bottom: 80px; }
.padding_b90 { padding-bottom: 90px; }
.padding_b120 { padding-bottom: 120px; }
.padding_b150 { padding-bottom: 150px; }
.margin_t10 { margin-top: 10px; }
.margin_t15 { margin-top: 15px; }
.margin_t20 { margin-top: 20px; }
.margin_t30 { margin-top: 30px; }
.margin_t40 { margin-top: 40px; }
.margin_t50 { margin-top: 50px; }
.margin_t60 { margin-top: 60px; }
.margin_t70 { margin-top: 70px; }
.margin_t80 { margin-top: 80px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b15 { margin-bottom: 15px; }
.margin_b20 { margin-bottom: 20px; }
.margin_b30 { margin-bottom: 30px; }
.margin_b40 { margin-bottom: 40px; }
.margin_b50 { margin-bottom: 50px; }
.margin_b60 { margin-bottom: 60px; }
.margin_b70 { margin-bottom: 70px; }
.margin_b80 { margin-bottom: 80px; }

.make_me_pretty {
    font-family: 'Antonine Personal Use';
}

.fix_me_pretty {
    font-family: 'Norican';
}

.is_red {
    color: #FF0000;
}

.is_cap {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 0;
}

h1 {
    font-size: 86px;
}

h1 .fix_me_pretty {
    font-size: 96px;
    font-weight: 400;
}

h2 {
    font-size: 50px;
}

h2 .fix_me_pretty {
    font-size: 60px;
}

h3 {
    font-size: 48px;
    font-weight: bold;
}

.btn, .btn:active, .btn:focus, .btn:visited {
    font-family: 'Neue Montreal';
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: initial;
    border-radius: 15px;
    border: 2px solid #FF0000;
    padding: 5px;
    overflow: hidden;
}

.btn:hover {
    background-color: #FF0000;
    color: #FFFFFF;
}

.btn span {
    background-color: #FF0000;
    padding: 22.5px 40px;
    display: block;
    border-radius: 10px;
}

.section_img_cont {
    height: 50vh;
    min-height: 500px;
    position: relative;
/*    background-color: #FF0000;*/
}

.img_cover {
    object-fit: cover;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-position: center center;
    max-width: none;
}

.section_is_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.section_is_container:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(img/squares.jpg);
    background-size: auto 24px;
    background-repeat: repeat-x;
}

.section_is_content {
    width: 100%;
    padding: 64px 40px 30px 40px;
}

#go_pizza_marquee {
    background-color: #FF0000;
    color: #FFFFFF;
/*    font-size: 84px;*/
/*    font-size: 74px;*/
/*    font-size: 48px;*/
    font-size: 38px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    line-height: 114px;
/*    padding: 36px 0;*/
/*    padding: 26px 0;*/
/*    padding: 10px 0;*/
    padding: 0px 0;
    font-weight: bold;
}

#go_pizza_marquee .make_me_pretty {
    font-weight: 400;
    display: inline-block;
    padding: 0px 10px;
}

.is_bold {
    font-weight: bold;
}

.is_justified {
    text-align: justify;
}

/******************************/
/*********** NAVBAR ***********/
/******************************/

nav.navbar {
/*    min-height: 134px;*/
    background-color: #ffffff;
    padding: 0;
    padding-top: 24px;
}

nav.navbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(img/squares.jpg);
    background-size: auto 24px;
    background-repeat: repeat-x;
}

@media (min-width: 1200px) {
.navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

#collapseNavbar {
    max-width: 1470px;
    margin: auto;
    padding: 0 50px;
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: #000000;
    font-family: 'Neue Montreal';
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    padding: 41.5px 0;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #FF0000;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
    color: #FF0000;
}

ul li.nav-item {
    padding: 0 15px;
}

ul li.nav-item:first-of-type {
    padding-left: 0;
}

ul li.nav-item:last-of-type {
    padding-right: 0;
}

ul li.nav-item.nav-item_social {
    padding: 0 5px;
    display: flex;
    align-items: center;
}

ul.social_ul {
    display: flex;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    list-style: none;
    gap: 10px;
}

li.main_social_li {
    display: flex;
    align-items: center;
}

li.nav-item_social a {
    line-height: 16px;
}

li.nav-item_social a svg {
    display: block;
}

li.nav-item_social a svg path {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

li.nav-item_social a:hover svg path {
    fill: #FF0000;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 62px;
}

.navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 3px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 6px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35sease-out;
    transform-origin: center left;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
    margin-top: 7px;
}

#navbar-bg {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    background: #000000;
    z-index: 300;
    -webkit-transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    opacity: 0;
    visibility: hidden;
}

body.navbar-on #navbar-bg {
    visibility: visible;
    opacity: .5;
    pointer-events: auto;
    -webkit-transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1029;
}

/******************************/
/*********** ACCUEIL **********/
/******************************/

#home_header {
    position: relative;
    height: calc( 100vh - 134px );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 690px;
}

#home_header:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.14;
}

#home_logo {
    position: relative;
    z-index: 2;
    text-align: center;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.home_section_1_deco {
    position: absolute;
    right: -5px;
    bottom: 20%;
}

.home_section_1_deco img {
    width: auto;
    height: 160px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#home_pizzas .section_is_container:hover .home_section_1_deco img {
    transform: rotate(-20deg);
}

.home_section_2_deco {
    position: absolute;
    left: -40px;
    bottom: 20%;
}

.home_section_2_deco img {
    width: auto;
    height: 112px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#home_ou .section_is_container:hover .home_section_2_deco img {
    transform: rotate(-15deg);
}

/******************************/
/****** OÙ NOUS TROUVER *******/
/******************************/

#ou_marquee {
    background-color: #FF0000;
    height: 200px;
    display: flex;
    align-items: center;
}

#ou_marquee_in {
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.ou_logcont {
    display: inline-block;
}

.ou_logcont img {
    max-height: 60px;
    margin: 0 35px;
}

.ou_logcont img.h_60 {
    max-height: 60px;
}

.ou_logcont img.h_50 {
    max-height: 50px;
}

.ou_logcont img.h_40 {
    max-height: 40px;
}

.ou_logcont img.h_30 {
    max-height: 30px;
}

/******************************/
/*********** A PROPOS *********/
/******************************/

.page_apropos {
    margin-top: 134px;
}

.apropos_txt_container {
    padding: 60px 50px;
    text-align: justify;
    height: 100%;
    display: flex;
    align-items: center;
}

.videos_images_slider {
/*    height: 100%;*/
    aspect-ratio: 3 / 2.2;
    position: relative;
}

.videos_images_slider {
    visibility:hidden;
    opacity:0;	 
    transition: opacity 1s;
}

.videos_images_slider.slick-initialized {
    visibility:visible;
	opacity:1;
}

.videos_images_slider ..videos_images_slide {
	display:none ;
}

.videos_images_slider .videos_images_slide:first-child {
	display:block;
    visibility:hidden;
} 

.videos_images_slider.slick-initialized .videos_images_slide {
	display:block;
    visibility:visible!important;
}

.videos_images_slider .slick-list {
    height: 100%;
}

.videos_images_slider .slick-track {
    height: 100%;
}

.videos_images_slider .slick-slide {
    height: 100%;
}

.videos_images_slider .slick-slide > div {
    height: 100%;
}

.videos_images_slide {
    height: 100%;
    position: relative;
}

.videos_images_slide a {
    display: block;
    height: 100%;
    position: relative;
}

.video_slide_cont {
    height: 100%;
}

.videos_images_slide img {
    object-fit: cover;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-position: center center;
    max-width: none;
    height: 100%;
}

ul.slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0;
}

.slick-dots li {
    list-style: none;
    margin: 0 5px;
    opacity: 1;
    line-height: 0;
    display: inline-block;
}

.slick-dots button {
    border: 2px solid #FF0000;
    text-indent: -9999px;
    outline: 0;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: #FF0000;
}

.video_slide_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close_modal {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
}

.modal-content {
    background-color: transparent;
    border: 0;
}

.modal-body {
    padding: 30px;
}

.video-container iframe {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
}

.apropos_slider {
    height: 100%;
    aspect-ratio: auto;
}

/******************************/
/********** NOS PIZZAS ********/
/******************************/

#home_header.pizzas_header {
    height: calc(50vh - 134px);
    color: #FFFFFF;
    min-height: 400px;
}

.pizza_is_container {
    height: 100%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.pizza_is_container:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(img/squares.jpg);
    background-size: auto 24px;
    background-repeat: repeat-x;
    background-position: right;
}

.is_odd .pizza_is_container:before {
    background-position: left;
}

.is_even .pizza_is_container:before {
    background-image: url(img/squares2.jpg);
    background-size: auto 24px;
    background-position: right;
}

.pizza_is_content h3 {
    font-size: 40px;
}

.pizza_maincont .videos_images_slider {
    border-top: 1px solid red;
}

/******************************/
/*********** GAZETTE **********/
/******************************/

#home_header.gazette_header {
    height: calc(50vh - 134px);
    color: #FFFFFF;
    min-height: 400px;
}

.gazette_is_container {
    height: 100%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.gazette_is_container:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(img/squares.jpg);
    background-size: auto 24px;
    background-repeat: repeat-x;
    background-position: right;
}

.gazette_is_content h3 {
    font-size: 40px;
}

/******************************/
/*********** CONTACT **********/
/******************************/

.page_contact {
    margin-top: 134px;
}

.contact_form_container {
    padding: 60px 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.label_block {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.input100 {
    width: 100%;
}

.inputbb {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

textarea#contact_message {
    border-radius: 10px;
    resize: none;
}

select.inputbb {
    background-repeat:no-repeat;
    background-position:97% 50%;
    background-size:13px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M481.4,137.3c-6.4-6.4-16.7-6.4-23,0L256,340.1L53.2,137.3c-6.4-6.4-16.7-6.4-23,0c-6.4,6.4-6.4,16.7,0,23 l213.9,213.9c3.2,3.2,7.1,4.8,11.5,4.8c4,0,8.3-1.6,11.5-4.8L481,160.3C487.8,154,487.8,143.7,481.4,137.3L481.4,137.3z'/%3E%3C/svg%3E");
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    padding-right:25px
}

input.pretty_checkbox[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input.pretty_checkbox[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    color: inherit;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

input.pretty_checkbox[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    border-radius: 3px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.pretty_checkbox[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.humans_pizza, .contact_merci {
    display: none;
}

.isob {
    color: #FF0000;
}

.contact_merci_imgcont img {
    max-width: 200px;
}

.contact_image_cont {
    height: 100%;
}

.contact_image_cont img {
    object-fit: cover;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-position: top center;
    max-width: none;
    height: 100%;
}

/******************************/
/********* INSTA TIKTOK *******/
/******************************/

.social_feed {
    padding: 60px 50px;
}

.social_feed_title, .social_feed_title a {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.social_feed_link, .social_feed_link a {
    font-size: 22px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
    text-align: right;
}

.social_img_cont {
    padding-top: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.social_img_contin {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.social_img_contin img {
    object-fit: cover;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-position: center center;
    max-width: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social_img_contin:hover img {
    scale: 1.1;
}

#insta_tt_sep {
    height: 24px;
    background-image: url(img/squares.jpg);
    background-size: auto 24px;
    background-repeat: repeat-x;
}

/******************************/
/************ FOOTER **********/
/******************************/

.before_footer {
    height: 24px;
    background-image: url(img/squares.jpg);
    background-size: auto 24px;
    background-repeat: repeat-x;
}

.container_footer {
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 14px;
    padding: 30px 0;
}

.container_footer a {
    color: #FFFFFF;
}

/******************************/
/************ 404 *************/
/******************************/

.page_standard.page_404 {
    margin-top: 134px;
}

.h1_404 {
    color: #FF0000;
    font-size: 100px;
    font-weight: bold;
}

.img_404_img {
    width: 150px;
    margin-top: 40px;
}

/******************************/
/******** MEDIA QUERIES *******/
/******************************/

@media (max-width: 1199px) {
    
    #collapseNavbar {
        padding: 0;
    }
    
    ul li.nav-item {
        padding: 0;
    }
    
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 10px 0;
    }
    
    a.navbar-brand.abs {
        flex: 1;
        text-align: center;
        padding: 15px 0;
    }
    
    .navbar-nav {
        text-align: center;
    }
    
    ul.social_ul {
        text-align: center;
        margin: auto;
        padding: 30px 0;
    }
    
}

@media (max-width: 1176px) {
    
    h2 {
        font-size: 44px;
    }
    
    h2 .fix_me_pretty {
        font-size: 54px;
    }
    
    h3 {
        font-size: 38px;
        font-weight: bold;
    }
    
    .home_section_1_deco img {
        width: auto;
        height: 120px;
    }
    
    .home_section_2_deco img {
        width: auto;
        height: 86px;
    }
    
    #go_pizza_marquee {
        font-size: 64px;
        line-height: 94px;
    }
    
    .social_feed_title, .social_feed_title a,
    .social_feed_link, .social_feed_link a {
        font-size: 18px;
    }
    
    .gazette_is_content h3 {
        font-size: 30px;
    }
    
    .videos_images_slider {
        height: 100%;
        aspect-ratio: initial;
        position: relative;
    }
    
    .gazette_is_container {
        padding: 60px 15px 30px 15px;
    }
    
}

@media (max-width: 992px) { 
    
    .mob_text_center {
        text-align: center;
    }
    
    .mob_margin_b30 {
        margin-bottom: 30px;
    }
    
    h1 {
        font-size: 56px;
    }
    
    h2 {
        font-size: 36px;
    }
    
    h2 .fix_me_pretty {
        font-size: 46px;
    }
    
    h3 {
        font-size: 30px;
        font-weight: bold;
    }
    
    .btn, .btn:active, .btn:focus, .btn:visited {
        font-size: 14px;
    }
    
    .btn span {
        padding: 22.5px 15px;
    }
    
    #home_header {
        min-height: auto;
    }
    
    .social_feed_link, .social_feed_link a {
        text-align: center;
    }
    
    #home_pizzas:before {
        content: '';
        position: relative;
        height: 24px;
        width: 100%;
        display: block;
/*
        background-image: url(img/squares.jpg);
        background-size: auto 24px;
        background-repeat: repeat-x;
*/
    }
    
    .home_section_1_deco img {
        width: auto;
        height: 80px;
    }
    
    .home_section_2_deco img {
        width: auto;
        height: 58px;
        display: none;
    }
    
    #go_pizza_marquee {
/*        font-size: 50px;*/
        font-size: 34px;
        line-height: 75px;
    }
    
    .social_feed {
        padding: 60px 15px 30px 15px;
    }
    
    .pizza_is_container:before {
        top: auto;
        bottom: 0;
    }
    
    .pizza_maincont .videos_images_slider {
        border-top: 0;
    }
    
    .pizza_is_container {
        padding: 20px 15px 60px 15px;
    }
    
    .contact_form_container {
        padding: 60px 15px;
    }
    
    .ou_logcont img {
        max-height: 50px;
        margin: 0 15px;
    }

    .ou_logcont img.h_60 {
        max-height: 50px;
    }

    .ou_logcont img.h_50 {
        max-height: 40px;
    }

    .ou_logcont img.h_40 {
        max-height: 30px;
    }

    .ou_logcont img.h_30 {
        max-height: 20px;
    }
    
    .apropos_txt_container {
        padding: 60px 15px;
    }
    
    .videos_images_slider {
        /* height: 100%; */
        height: auto;
        aspect-ratio: 3 / 2.2;
        position: relative;
    }
    
    .gazette_is_container:before {
        top: auto;
        bottom: 0;
    }
    
    .gazette_is_container {
        padding: 40px 15px 50px 15px;
    }
    
    #home_header.gazette_header {
        margin-bottom: 24px;
    }
    
}

@media (max-width: 550px) { 
    
    #home_logo svg {
        width: 250px;
        height: auto;
    }
    
}