/* GLOBALE */

body
 {
    font-family: 'Montserrat', sans-serif;
     animation: fadeIn 2.5s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
h1,
h2,
h3,
h4,
h5,
h6,
 {
    font-weight:700;
}
body:not(.woocommerce-account) .woocommerce button.button {
    background: transparent !important;
}
strong {
    color:#ca2a2e
}

/* VARIABLES */
:root {
    --drop_shadow_medium:0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    --mineShaft:#323232;
    --pacific:#00acc1;
    --persianRed:#ca2a2e;
}

/* HEADER */


.Bompard,
.Negresco {
    display: initial;
}
.top-bar {
    background: transparent;
}
a[rel=home]{
    margin: 0 auto;
    padding-top:1rem;
}
a[href^="tel:"] {
    color: #ca2a2e;
  }
.texture {
    background:#fff url(/wp-content/themes/publicom-press/img/header/texture-les-2-frangins.png) center center repeat;
}
.header-identite {
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.header a[href="tel"]{
    color:#323232;
}
.texture .button.hollow {
    margin: 0;
    border: 2px solid #323232;
    color: #323232;
    background: transparent !important;
    font-size: 100%;
    font-weight:800;
    line-height: 1;
    border-radius: 3px;
    padding: .618em 1em;
}

.conteneur-header-padding {
    border-top: 1px dashed #323232;
    border-bottom: 1px dashed #323232;
    padding: 2rem 0;
}
.header-search {
    padding: 2rem 0;
}
.header-search .callout {
    position: relative;
    margin: 0;
    padding: 1rem;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
    border-radius: 10px;
}
.header-search .callout p {
    margin: 0;
}
.texture h1 {
    font-size:1.3rem;
    text-transform: uppercase;
    color:#323232;
    margin-bottom: 2rem;
}
.texture [type=search] {
    height:4rem;
    padding: 0.75rem 1.25rem 0.75rem 4rem;
    background-image: url(/wp-content/themes/publicom-press/shortcodes/assets/rechercher.png);
    background-repeat: no-repeat;
    background-position: 0.625rem 0.625rem;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow:none;
}
.texture input.button.frangins-input-search {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #323232;
    color:#fff;
}
input.button.frangins-input-search:hover {
    background: #ca2a2e !important; 
}
.ribbon {
    font-size: 16px !important;
    position: relative;
    z-index: 777;
    color: #fff;
    background:#fff;
    text-align: center;
    padding: 0em;
    margin: 2em auto 0em;
    border: 2px #fff;
    box-shadow: 0 0 0 4px #ca2a2e;
}
.ribbon-content {
    position: relative;
    z-index: 777;
    background: #ca2a2e;
    display:block;
    margin:0;
    text-transform:uppercase
}
.ribbon p {
    color:#323232;
    padding:0.5rem;
    font-size:1em;
    margin:0
}
.ribbon.stitched:before {
    content: url(/wp-content/themes/publicom-press/img/home/pizza.png);
    position: absolute;
    top: -50%;
    z-index: 666;
    left: 50%;
    transform: translate(-50%);
}

/* FIN HEADER */

/* DEBUT ALACARTE */
.alacarte {
    padding: 2rem 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #f5f5f5 71%, #f5f5f5 100%); 
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 71%,#f5f5f5 71%,#f5f5f5 100%); 
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 71%,#f5f5f5 71%,#f5f5f5 100%);
}
figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 span {
	font-weight: 800;
}

figure h2 {
	margin: 0;
}

figure.hover-carte img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.hover-carte figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.hover-carte figcaption:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: all ease-in-out 0.5s;
}

figure.hover-carte h3 {
    text-align: center;
    z-index: 777;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

figure.hover-carte:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.hover-carte:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.hover-carte:hover figcaption::after {
    background: rgba(0,0,0,0);
}

.alacarte h2 {
    color:#434343;
    opacity: 0.8;
}
/* FIN ALACARTE */
/* DÉBUT INFO HOME */
.infoHome {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 50%, #c92d2d 50%, #c92d2d 100%); 
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#f5f5f5 50%,#c92d2d 50%,#c92d2d 100%); 
    background: linear-gradient(to bottom, #f5f5f5 0%,#f5f5f5 50%,#c92d2d 50%,#c92d2d 100%);
    padding: 0rem 0 8rem
}
.infoHome .cell {
    background: #fff;
    margin-bottom:.625rem;
}
.infoHome h4 {
    color: #636363;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 1rem
}
.infoHome img {
    margin:1rem 0
}
.infoHome p {
    font-size: 0.9rem;
}
.infoHome strong {
    display: block;
}
/* FIN INFO HOME */

/* MODAL */
.reveal small {
    color:#323232;
}
#pizza-inscription {
    background: #323232;
    color: #ca2a2e;
    border:none;
}
#pizza-inscription label {
    color:#fff
}
#pizza-inscription input {
    margin-top: 0.5rem;
}
.reveal ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.reveal li:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}
.reveal strong {
    display:block;
}

/* DÉBUT FOOTER */
.footer-container {
    margin-top:0;
}
footer {
    background:#fff url(/wp-content/themes/publicom-press/img/header/texture-les-2-frangins.png) 
}
.footer-grid section {
    text-align: center;
}
footer img {
    margin:1rem 0;
}
footer strong {
    display: block;
}
footer p {
    margin-bottom: 0;
    font-size: 0.8rem;
}
.copyright {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.8rem 0
}
.copyright a {
    color:#ca2a2e;
    font-size: 0.6rem;
}
.copyright .pizza-social a {
    display: inline-block;
    vertical-align: middle;
}
a[class^="bg-"]:first-child {
    margin-left: 0.5rem;
}
a[class^="bg-"] {
    margin-right:0.5rem;
    background:all ease-in-out 0.2s;
}
/* .bg-facebook:hover {
    width: 25px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -136px -10px;
}

.bg-instagram:hover {
    width: 26px; height: 26px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -10px -55px;
}

.bg-tripadvisor:hover {
    width: 43px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -10px -10px;
}

.bg-instagram {
    width: 26px; height: 26px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -56px -55px;
}

.bg-facebook {
    width: 25px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -136px -55px;
}

.bg-tripadvisor {
    width: 43px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -73px -10px;
} */
.bg-instagram {
    width: 26px; height: 26px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -136px -10px;
}
.bg-instagram:hover {
    width: 26px; height: 26px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -10px -101px;
}
.bg-facebook {
    width: 25px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -136px -56px;
}
.bg-facebook:hover {
    width: 25px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -56px -101px;
}
.bg-tripadvisor {
    width: 43px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -10px -10px;
}
.bg-tripadvisor:hover {
    width: 43px; height: 25px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -73px -10px;
}
.bg-pagesjaunes {
    width: 28px; height: 26px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -58px -55px;
}
.bg-pagesjaunes:hover {
    width: 28px; height: 26px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -10px -55px;
}

.bg-linkedin{
	width: 25px;
    height: 25px;
    background: url(/wp-content/uploads/2023/11/Linkedin.png);
}

.bg-linkedin:hover{
	width: 25px;
    height: 25px;
    background: url(/wp-content/uploads/2023/11/Linkedin-1.png);
}

.bg-yelp {
    width: 21px; height: 27px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -182px -57px;
}
.bg-yelp:hover {
    width: 21px; height: 27px;
    background: url('/wp-content/themes/publicom-press/img/footer/footer_sprites.png') -182px -10px;
}
/* PRODUITS CATEGORIES */
.frangins-category {
    padding: 2rem 0;
    background: #f5f5f5;
}
.frangins-category a {
    font-weight: 100;
    color:#434343;
}
.frangins-category a:hover {
    color:#cb2b26;
}
.frangins-category .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #434343 transparent transparent;
}
.dropdown.menu .is-active>a {
    color:#cb2b26;
}
#menu-category small {
    color:#cb2b26;
    font-size: 70%;
    display:block;
}
/* PRODUITS */
/******************/
.box {
    position: relative;
}
.nouvellePizza {
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.nouvellePizza span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#CA2A2E 0%, #ca2a2e 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.nouvellePizza span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #CA2A2E;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CA2A2E;
}
.nouvellePizza span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #CA2A2E;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CA2A2E;
}
.pig {
    position: absolute;
    bottom: -25px !important;
    z-index: 9999999;
    background: #ca2a2e;
    right: 10px;
    border-radius: 50px;
    padding: 1rem;
}
.frozen {
    position: absolute;
    bottom: -25px !important;
    z-index: 9999999;
    background: #ca2a2e;
    right: 80px;
    border-radius: 50px;
    padding: 1rem;
}
/******************/
.illustration-category {
	background:url(/wp-content/themes/publicom-press/img/produit/illustration-produit.jpg) center center no-repeat;
	min-height: 30vh;
    position: relative;
}
.illustration-category h1{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
.frangins-shop {
    background-size: contain;
    padding:2rem 0;
}
.frangin-item {
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    padding: 0.8rem;
    border-radius: 5px;
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    transition: all ease-in 0.1s;
    cursor: pointer;
    position:relative;
}
.frangin-item:hover {
    box-shadow: none;
    border-left:10px solid #cb2b26;
    background: #f5f5f5;
    border-radius: 0px;
}
.frangin-item h4{
    color:#434343;
    opacity: 0.8;
    font-size: 1rem;
    margin-bottom: 0;
}
.frangin-item p{
    color:#434343;
    opacity: 0.8;
    margin-bottom:0;
    font-size: 0.8rem;
}
.pizza-desc {
    padding-left: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pizza-desc img {
    border-radius: 5px;
}
.pizza-desc .cara-pizza {
    display: flex;
    justify-content: space-between;
}
.pizza-desc strong {
    box-shadow: 0px 4px 8px rgba(128,129,133,0.2);
    border-radius: 50px;
    padding: 0 0.8rem;
}
.nouveau {
    background:  #ca2a2e;
    color: #fff;
    border-radius: 50px;
    font-size: 0.7rem;
    padding: 0 0.5rem;
    line-height: 1.4rem;
    font-weight: bold;
}

/* MODULE LIVRAISON */

.frangins-livraisons {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    padding: 1rem;
}
.listing-pizzas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.frangins-livraisons p {
    font-size: 0.8rem;
    color: #434343;
    opacity: 0.8;
}
.listing-pizzas p,
.listing-pizzas .button-group {
    margin-bottom: 0;
}
.listing-pizzas p:first-child {
    min-width: 50%;
}
.prizza {
    font-weight: bold;
}
.detail-formule {
    display:flex;
}
.detail-formule p {
    font-size:0.6rem;
    max-width: 80%;
}
select.frangins-alert {
    background:#ca2a2e;
    color:#fff;
}
select.frangins-alert option{
    background: #fff;
    color: initial;
}
.module-livraison .button,
#pizza-configuration .button.annulation,
#pizza-panier .button,
.frangins-increment .button,
.frangins-nombre-item {
    background-color:#ca2a2e !important;
    color:#fff !important;

}
#pizza-detail-pop .tiny .button ,
.listing-pizzas .button-group .button {
    border-radius: 50px;
    height: 26px;
    line-height: calc(26px/2);
}
#pizza-detail-pop .tiny .button {
    transform: scale(0.8);
    height: 40px;
    width: 40px;
}
.validation {
    background-color:#1f9426 !important;
    border:2px solid #1f9426 !important;
    color:#fff !important;
    transition:all ease 0.2s
}
.validation:hover {
    background-color:#fff !important;
    border:2px solid #1f9426 !important;
    color:#1f9426 !important;
}
.validation-confirmer-annuler {
    padding-top: 2rem;
    border-top: 2px solid #f2f2f2;
}
.validation-confirmer-annuler .button {
    margin-bottom: 0;
    background: #1779ba;
    color:#fff;
}
.frangins-increment {
    min-width: 30%;
    justify-content: space-between;
    display: flex;
    margin: 0rem auto;
    align-items: center;
    margin-top:1rem;
}
.frangins-increment .button {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 0 1rem 0 !important;
    font-family: inherit !important;
    padding: .85em 1em !important;
    -webkit-appearance: none !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    transition: background-color .25s ease-out, color .25s ease-out !important;
    font-size: .9rem !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: #ca2a2e !important;
    border-radius:50px !important;
    color: #fefefe !important;

}
/* #pizza-detail-pop  .button {
    font-size:1rem;
} */
@keyframes colorchange
    {
      0%   {background:#ca2a2e;}
      20%  {background:#323232;}
      40%  {background: #ca2a2e;}
      60%  {background: #323232;}
      80%  {background: #ca2a2e;}
      100%  {background: #323232;}
    }
.input-group-field:active+.input-group-button>.frangins-input-search,
.input-group-field:focus+.input-group-button>.frangins-input-search {
    animation:colorchange 5s infinite;
}
.frangins-nombre-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-size: 1rem;
    height: 44px;
    width:44px;
}
.listing-pizzas .button-group .button+.button{
    margin-left: 0.5rem
}
.frangins-livraisons small {
    display: block;
    font-size: 65%;
}
.frangins-livraisons strong {
    font-size: 0.7rem;
}

#pizza-configuration,
#pizza-detail-pop,
#pizza-double-pop {
    padding:0;
    border:0;
    color:#fff;
}
#pizza-double-pop p,
#pizza-detail-pop .cell {
    color:#323232;
}
#pizza-configuration .grid-container,
#pizza-detail-pop .grid-container {
 padding:.9375rem;
}
.header-pizza-configuration {
    position:relative;
    top:0;
    right:0;
    left:0;
}
.header-pizza-configuration:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
}
#pizza-detail-pop .header-pizza-configuration:before{
    background:none;
}
/* .header-pizza-configuration h4,
.header-pizza-configuration h5 {
    position:absolute
} */
/* .header-pizza-configuration h4#product-title-formule,
.header-pizza-configuration h4#product-title-double {
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    margin-bottom: 0;
    position: absolute;
    text-align: center
} */
.pizza-name-new {
    position: absolute;
    top: 5%;
    left: 0;
}
#pizza-configuration h4,
#pizza-double-pop h4,
#pizza-detail-pop h4 {
    transform: initial;
    background:#323232;
    padding:0.2rem 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    margin-bottom:0;
}
#pizza-configuration h5,
#pizza-detail-pop h5,
#pizza-double-pop h5 {
    transform: initial;
    background: #ca2a2e;
    padding: .2rem 0.5rem;
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
}

#pizza-configuration label {
    font-size: 1rem;
    font-weight: bold;
    color: #ca2a2e;
}
#pizza-configuration select {
    margin-top:0.5rem;
    border-radius: 10px;
}
/* #pizza-configuration .button.validation {
    color:green;
} */
#pizza-configuration .close-button {
    color: #fff;
    font-size: 3rem;
}
.is-dropdown-submenu-parent {
    border:none;
}
.pizza-cart-total .button.large.expanded {
    margin-bottom:0
}
.pizza-button {
    border:2px solid #ca2a2e !important;
    transition: all ease 0.3s;
}
.pizza-button:hover {
    border:2px solid #ca2a2e;
    color:#ca2a2e !important;
    background:#fff !important;
}
.expanded.pizza-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.expanded.pizza-button span {
    font-weight: bold
}
.pizza-cart-item {
    border: 3px solid #ffffff61;
    padding: 0.2rem 0.4rem;
}
.cart-voir-le-panier {
    margin-bottom:1rem; 
}
.pizza-button span.validation-commande {
    width:100%;
}
#pizza-panier .pizza-cart-total {
    padding-top:2rem;
    border-top:2px solid #f2f2f2
}
#pizzaFooter h4 {
    font-size:0.8rem;
}
.cell.large-6.medium-6.small-12.frangin-item {
    position: relative;
    z-index: 60;
}

/* FIN FOOTER */


/* WOOCOMMERCE / CONTACT PAGE TEMPLATES */
.pizza-full-woocommerce {
    padding:2rem 0;
    background: #f7f6f754;
}
.pizza-full-woocommerce .main-grid,
.pizza-full-contact .main-grid {
    margin-top: 0rem;    
}
.pizza-full-woocommerce th {
    background:#323232;
    color:#fff;
}
.pizza-full-woocommerce button[name="update_cart"] {
    background:#ca2a2e !important;
    color:#fff !important;
    opacity:1 !important;
}
.pizza-full-woocommerce button[name="update_cart"]:hover {
    color:#ca2a2e !important;
    background:#fff !important;
    opacity:1 !important;
}
.pizza-full-woocommerce .woocommerce td.product-name dl.variation dd {
    margin: 10px;
}
.woocommerce button.button,
.pizza-full-woocommerce .woocommerce button.button.alt {
    background-color: #1779ba !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.pizza-full-woocommerce h3 {
    margin-top: 1rem;
}
.pizza-full-woocommerce input,
.pizza-full-contact input {
    border-radius:10px !important;
}
.pizza-full-contact {
    padding: 0 0 2rem 0;
    background: -moz-linear-gradient(top, #fff 0%, #fff 90%, #c92d2d 90%, #c92d2d 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#fff 90%,#c92d2d 90%,#c92d2d 100%);
    background: linear-gradient(to bottom, #fff 0%,#fff 90%,#c92d2d 90%,#c92d2d 100%);
    /* background: #f7f6f754; */
}
.pizza-title-section {
    padding: 2rem 0;
    margin-bottom: 1rem;
}
.pizza-contact {
    border-top:10px solid #ca2a2e;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    padding-top:1rem;
    background:#fff;
    /* border-radius:10px; */
}
.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    list-style-type: none;
}
.woocommerce-MyAccount-navigation li {
    border:2px solid #323232;
    border-bottom: none;
}
.woocommerce-MyAccount-navigation li a {
    padding: 0.5rem 0.5rem;
    display: block;
    color:#323232;
    font-weight:bold;
    transition:all ease-in-out 0.2s
}
.woocommerce-MyAccount-navigation li a:hover {
    background:#323232;
    color:#fff;
}
.woocommerce-MyAccount-navigation li:last-child {
    border-bottom:2px solid #323232;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width:70%;
    padding:0 2% 2% 2%;
}
.woocommerce-info {
    border-top-color: #ca2a2e;
}
.woocommerce-Address-title h3 {
    font-size: 1.5rem;
}
.woocommerce table.shop_table {
    border:none !important;
}
.woocommerce-column__title,
.woocommerce-order-details__title {
    font-size: 1.5rem;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color:#ca2a2e;
    font-size:1.5rem;
    font-weight: 800;
}
.woocommerce-customer-details adress {
    line-height: 1.9rem !important;
}


/* TIMELINE */

.timeline .timeline-item::after, .timeline .timeline-item::before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
  }
  
  .timeline {
    margin: 30px auto;
    padding: 0 10px;
    position: relative;
    transition: all 0.25s ease-in;
    width: 100%;
  }
  
  .timeline::before {
    background: #ca2a2e;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 3px;
  }
  
  .timeline::after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
  }
  
  .timeline a {
    color: #fefefe;
    font-weight: bold;
    transition: all 0.25s ease-in;
  }
  
  .timeline a:hover {
    box-shadow: 0 1px 0px 0px #fefefe;
    transition: all 0.25s ease-in;
  }
  
  .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
  }
  
  .timeline .timeline-item .timeline-icon {
    border: 2px solid #ca2a2e;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin-left: -23px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px;
  }
  
  .timeline .timeline-item .timeline-icon img,
  .timeline .timeline-item .timeline-icon svg {
    /* left: 14px; */
    position: relative;
    top: 11px;
  }
  
  .timeline .timeline-item .timeline-icon svg {
    top: 14px;
  }
  
  .timeline .timeline-item .timeline-content {
    padding: 20px;
    text-align: right;
    transition: all 0.25s ease-in;
    width: 45%;
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    border-top: 10px solid #ca2a2e;
  }
  
  
  .timeline .timeline-item .timeline-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  
  .timeline .timeline-item .timeline-content .timeline-content-date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  .timeline .timeline-item .timeline-content .timeline-content-month {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
  }
  
  .timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
  }
  
  @media screen and (max-width: 39.9375em) {
    .timeline {
      margin: 30px;
      padding: 0;
      width: 90%;
    }
    .timeline::before {
      left: 0;
    }
    .timeline .timeline-item .timeline-content {
      float: right;
      text-align: left;
      width: 90%;
    }
    .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
      border-left: 0;
      border-right: 7px solid #fefefe;
      left: 10%;
      margin-left: -6px;
    }
    .timeline .timeline-item .timeline-icon {
      left: 0;
    }
  }
  

  .full-width-testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.1)), url("/wp-content/themes/publicom-press/img/historique/historique-pizza.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .full-width-testimonial-icon .quote-path {
    fill: none;
    stroke: #fff;
    stroke-width: 2.5192;
    stroke-miterlimit: 10;
  }
  
  .full-width-testimonial-content,
  .full-width-testimonial-icon {
    text-align: center;
  }
  
  .full-width-testimonial-section {
    padding-top: 2rem;
  }
  
  .full-width-testimonial-section .full-width-testimonial-text {
    font-weight: 300;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -5px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.5em;
  }
  
  @media print, screen and (min-width: 40em) {
    .full-width-testimonial-section .full-width-testimonial-text {
      padding-left: 100px;
      padding-right: 100px;
    }
    .illustration-category {
        background-size: initial;
        background-attachment: fixed;
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .full-width-testimonial-section .full-width-testimonial-text {
      padding-left: 180px;
      padding-right: 180px;
      font-size: 1.8em;
    }
    .illustration-category {
        background-size: initial;
        background-attachment: fixed;
    }
  }
  
  @media screen and (min-width: 75em) {
    .full-width-testimonial-section .full-width-testimonial-text {
      padding-left: 300px;
      padding-right: 300px;
      font-weight: 800;
    }
    .illustration-category {
        background-size: cover;
        background-attachment: fixed;
    }
  }
  
  .full-width-testimonial-section .full-width-testimonial-source {
    font-size: 1.2em;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 0;
    margin-bottom: 0.2em;
    font-size: 1.0em;
  }
  
  .full-width-testimonial-section .full-width-testimonial-source-context {
    display: block;
    font-size: 0.9em;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8em;
  }
  
  .full-width-testimonial-section .slick-slider {
    margin-bottom: 0px;
  }
  
  .full-width-testimonial-text,
  .full-width-testimonial-content,
  .full-width-testimonial-source,
  .full-width-testimonial-icon {
    padding-bottom: 2rem;
  }
  
  .full-width-testimonial-content {
    width: 100%;
  }
  
/* CHARTE */

.marketing-site-content-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .marketing-site-content-section .button.round {
    border-radius: 5000px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .marketing-site-content-section .marketing-site-content-section-img {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  
  .marketing-site-content-section .marketing-site-content-section-img img {
    width: 100%;
  }
  
  @media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-img {
      -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
    }
  }
  
  .marketing-site-content-section .marketing-site-content-section-block {
    padding: 1rem;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #fafafa;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  @media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-block {
      -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      padding: 2rem;
    }
  }
  
  .marketing-site-content-section-block-header {
    font-size: 24px;
    color: #ca2a2e
  }
  
  .marketing-site-content-section-block-subheader {
    font-size: 13px;
  }
  
/* 404  MERCI*/
.error404 .container-404,
.page-template-page-full-merci .container-merci {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.1)), url(/wp-content/themes/publicom-press/img/404/404.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    color:#fff;
}
.page-template-page-full-merci .main-grid {
    padding: 0;
}
.page-template-page-full-merci .main-grid,
.error404 .main-grid {
    color: #fff;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    min-height: 50vh;
    text-align: center;
}
.entry-title {
    font-size: 2rem;
}
.page-id-522 h2,
.page-id-383 h2 {
    font-size: 1.5rem
}
.pizza-notification {
    z-index: 666;
    position:absolute;
    top:15%;
    right:5%;
    max-width:250px
}

.pizza-notification .callout.alert,
.pizza-notification .close-button {
    background-color: #ca2a2e;
    color: #fff;
    border: none;
}
.pizza-notification p {
    margin: 0;
}



/* MEDIA QUERIES */
@media screen and (max-width: 39.9375em) {
    .nouveau {
       font-size: 0.5rem;
    }
    .pizza-desc {
        justify-content: space-around;
    }
    .pizza-button span.validation-commande {
        width:auto;
    }
    .Bompard,
    .Negresco {
        display: block;
    }
    .pizza-notification {
        position:fixed;
        top:0%;
        right: 0%;
        left: 0%;
        min-width:100%
    }
    br {
        display:none;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .nouveau {
        font-size: 0.5rem;
     }
     .pizza-desc {
         justify-content: space-around;
     }
     .frangin-item h4 {
        font-size: 1rem
    }
    /*.pizza-notification {
        position:fixed;
        top:0%;
        right: 0%;
        left: 0%;
        min-width:100%
    }
    br {
        display:none;
    }*/
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pizza-button span.validation-commande {
        width:auto;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .pizza-cart-total {
        padding-top:2rem;
        border-top:2px solid #f2f2f2
    }
    .pizza-button span.validation-commande {
        width:100%;
    }

}

#close-button-single {
    transition:all ease 0.5s;
    border:2px solid #1779ba!important;
}
#close-button-single:hover {
    color:#1779ba !important;
    background-color: #fff !important;
}
.is-dropdown-submenu {
    z-index: 999;
}
.sticky.is-stuck {
    z-index: 70 !important;
}
.reveal-overlay {
    z-index: 1200;
}

.virtual-visit h3 {
    font-size: 1rem;
    color: #434343;
    text-align: left;
    margin-bottom: 0;
    margin-top: 1rem;
}
.virtual-visit h3 span {
    color:#ca2a2e;
}