/*
Theme Name: Pizzeria Melina
Author: Rougevert
Tags: blog, custom-menu
Version: 1.0.0
Requires at least: 5.0.0
Tested up to: 5.8.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pizzeriamelina
*/

/* COULEURS */
.rouge{color: var( --e-global-color-text );}

/* GENERAL */
body, .pas-de-marge p, h5 {margin: 0;}

.bottom-marge p{margin-bottom: 15px; margin-top: 0;}

html {overflow-x: hidden;}

/* FORMULAIRE */
span.gfield_required.gfield_required_asterisk {display: inline-block !important;}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus {
	outline: none;
}

[id^='gform_submit_button_'] {
	padding: 0.5rem 1rem;
	border-width: 2px;
	border-radius: 0 !important;
	border-style: solid;
	border-color: white !important;
	color: var(--e-global-color-primary) !important;
	background-color: white !important;
	transition: all .5s;
	font-family: 'Roboto', sans-serif !important;
}

[id^='gform_submit_button_']:hover {
	background-color: var(--e-global-color-primary) !important;
	color: white !important;
	transform: scale(0.90);
}

[id^="gform_"] textarea,
[id^="gform_"] input:not([type="submit"]):not([type="checkbox"]) {
	border-radius: 0 !important;
	border: none !important;
	font-family: 'Roboto', sans-serif !important;
}

[id^="gform_"] label {
	font-family: 'Roboto', sans-serif !important;
}

[id^="gform_"] label a {
	color: white !important;
	font-weight: bold !important;
}

[id^="gform_fields_"] {
	row-gap: 10px !important;
}

[id^="gform_"] input[type="checkbox"] {
	padding: 8px !important;
}

[id^="gform_wrapper_"] .gform_required_legend {
	display: none !important;
}

div[id^='gform_confirmation_message_'] {
	text-align: center;
}

div[id^='elementor-tab-content-'] p {margin: 0;}


.swiper-slide:nth-child(odd) figure.swiper-slide-inner img {height: 250px !important;}

.swiper-slide:nth-child(even) figure.swiper-slide-inner img {height: 300px !important;}

::selection {
    background-color: black;
    color: white;
}

#bon-app .elementor-video {
    -o-object-fit: contain;
    object-fit: contain;
    height: 115px;
    background-color: #F2EDE9;
}


#fabrication-pizza-home{background-color: #F2EDE9;}

#bon-app .e-hosted-video.elementor-wrapper.elementor-open-inline {height: 115px; width: 100%;}

#logo-pizza-melina img {transition: all 0.5s ease;}

#privacy_tools>.elementor-widget-container,
#privacy_tools>.elementor-widget-container>form {
	display: flex;
	flex-direction: column;
}

#privacy_tools #gdpr_email {
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 50px;
	border: solid 2px var(--e-global-color-text);
	padding: 15px;
	font-size: 18px;
	text-align: center;
	font-family: "Rufina", Sans-serif;
}

#privacy_tools #gdpr-submit,
#privacy_tools .gdpr-download-button input[type="submit"],
#privacy_tools .gdpr-export-button input[type="submit"] {
	padding: 15px;
    border-radius: 50px;
    background-color: var(--e-global-color-text);
    font-family: 'Rufina', sans-serif;
    font-size: 18px;
    cursor: pointer;
	transition: all .5s;
	border: solid 2px var(--e-global-color-text);
}

#privacy_tools #gdpr-submit:hover,
#privacy_tools .gdpr-download-button input[type="submit"]:hover,
#privacy_tools .gdpr-export-button input[type="submit"]:hover {
	background-color: transparent;
	color: var(--e-global-color-text);
}

#privacy_tools label[for="gdpr_email"] {
	display: none !important;
}


@media screen and (max-width: 768px) {
	#encore-un-menu a{color: white;}
}
