/*!
Theme Name: delhaize
Author: delhaize
Author URI: https://www.delhaize.lu/
Text Domain: delhaize
Version: 1.0

*/


* {
  box-sizing: border-box;
  outline: none;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url("https://use.typekit.net/hsp2ami.css");

@font-face {
  font-family:"usual";
  src:url("https://use.typekit.net/af/393a58/00000000000000000001771d/27/l?subset_id=2&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/393a58/00000000000000000001771d/27/d?subset_id=2&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/393a58/00000000000000000001771d/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;
  }

@font-face{
  font-family: "BreveTitle-Black";
  src: url("/wp-content/themes/delhaize/assets/fonts/BreveTitle-Black.woff2") format("woff2"),
  url("/wp-content/themes/delhaize/assets/fonts/BreveTitle-Black.woff") format("woff");
}
.messageDialog.active{
  animation: dialogAnimation 0.3s normal;
}
.messageDialog{
  display: none;
  background-color: rgba(0,0,0,0.3);
  position:fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 30px 15px; */
  z-index: 100;
  overflow-y: scroll;
}
.nondesktop {
  display: none !important;
}
.messageDialogOuter{
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  position: relative;
  max-width: 661px;
  width: 100%;
  margin: auto;
}
.messageDialogInner{
  position: relative;
  margin: 30px 15px;
  background-color: #fff;
  background-image: linear-gradient(0deg, #036E9E 0%, #036FA0 20%, #00A6E1 57%, #00B3E9 100%);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}
.dialogBox{
  display: none;
}
.closeDialog{
  position: absolute;
  top:30px;
  right:22px;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 1;
}
.dialogContent p{
  color: #FFFFFF;
}
.dialogBox .skewBoxHeader {
  min-height: 102px;
}
.partecipationSentp:nth-of-type(2){
  max-width: 290px;
}
.partecipationSentp:nth-of-type(1){
  max-width: 260px;
  margin-bottom: 11px;
}
.dialogBox .dialogContentRow{
  padding-top: 40px;
  /* padding-bottom: 5px; */
}
.dialogBox .headerBoxesContainer{
  margin-top: 75px;
}
.dialogBox .headerBarSection .skewBoxHeader:nth-child(1):before {
  background: -ms-linear-gradient(135deg, rgb(255,190,169) 0%, rgb(255,97,63) 100%);
  background: linear-gradient(135deg, rgb(255,190,169) 0%, rgba(255,97,63) 100%);
  transform: none;
}
.dialogBox .dialogContent{
  margin-left: -3px;
}
.dialogBox .imgHeaderBar{
  max-width: 178px;
  max-height: 115px;
}
.dialogBox .dialogBg{
  position: static;
}
.dialogBox .mainImgDialog{
    position: absolute;
    height: 119.2%;
    top: -16%;
    left: -38.8%;
}
.dialogBox .headerBarSection.skewBoxHeader:nth-child(1):before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: bottom left;
  /* transform: skewX(-15.8deg); */
  background: linear-gradient(135deg, rgb(255,190,169) 0%, rgba(255,97,63) 100%);
  border-radius: 8px;
  z-index: 0;
}
.dialogBox .skewBoxHeader:nth-child(1) {
  padding-left: 38px;
}
.dialogBox .skewBoxHeader h2  {
  font-size: 9px;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 8px;
}
.dialogBox .skewBoxHeader h2 img {
    height: 11px;
}
.messageDialogOuterContainer{
  height: 100%;
}
.usualExtraBold{
  font-family: "usual";
  font-weight: 800;

}
.usualBold{
  font-family: "usual";
  font-weight: bold;
}
.usualRegular{
  font-family: "usual";

}
.usualMedium{
  font-family: "usual";
  font-weight: 600;
}

.dinosaurBold{
  font-family: "dinosaur";
  font-weight: bold;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

}
body, p {
  font-family: "usual";
  font-size: 14px;
  line-height: 21px;
}
p strong{
  font-family: "usual";
  font-weight: bold;
}
a, a:visited, a:hover{
  text-decoration: none;
}
h3,h1,h2,h4{
  font-family: "BreveTitle-Black";

}
h3{
  color: #123848;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.custom-logo{
  height: 50px;
  width: auto;
}
.box {
  margin: 1rem;
  width: 18.75rem;

}
.box img {
width: 100%;
}

/* .btn:hover canvas{
  opacity: 0.25 !important;
}
.btn canvas{
  opacity:0 !important;
} */
.btn {
  border: none;
  font-family: "usual";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: white;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  padding-bottom: 14px;
  padding-top: 14px;
  border-radius: 8px;
  letter-spacing: 0;
  transition: color background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;

}
.btn img{
  height: 15px;
  width: auto;
  margin-right: 18px;
}
.blue1{
  color: #123848 !important;
}
.blue2{
  color: #113E96;
}
.blue3{
  color: #154194;
}
.red1, .error{
  color: #E62D3B;
}
.error{
  margin-top: -15px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.white{
  color: #FFFFFF;
}
.btn.color-1:hover,
.btn.color-2:hover,
.btn.color-3:hover,
.btn.color-4:hover,
.btn.color-5:hover
{
  color:#FFFFFF;
}

.btn.color-1 .ripple{
  background-color: rgba(221, 223, 236,0.8);
}
.btn.color-1 {
  background: #172345;
  border: 1px solid #123848;
  border-radius: 8px;
}
.btn.color-1:hover {
  color: #123848;
  background-color: #FFFFFF;
}
.btn.color-1:hover .btnIconInner{
  fill:#123848;
}

.btn.color-2 .ripple{
  background-color: rgba(255, 218, 224,0.8);
}
.btn.color-2 {
  background: #E62D3B;
  border: 1px solid #CD1631;
  border-radius: 8px;
}
.btn.color-2:hover {
  background-color: #FFFFFF;
  color: #CD1631;
}
.btn.color-2:hover .btnIconInner{
  stroke: #CD1631;
  /* stroke: #CD1631; */
}

.btn.color-3 .ripple{
  background-color: rgba(251, 242, 239,0.8);
}
.btn.color-3 {
  background: #E9531A;
  border: 1px solid #E9531A;
  border-radius: 8px;
}
.btn.color-3:hover {
  color: #E9531A;
  background-color: #fff;
}

.btn.color-4 .ripple{
  background-color: rgba(207, 244, 255, 0.8);
}
.btn.color-4 {
  background: #154194;
  border: 1px solid #154194;
  border-radius: 8px;
}
.btn.color-4:hover {
  color: #154194;
  background-color: #FFFFFF;
}

.btn.color-5 .ripple{
  background-color: rgba(251, 242, 239,0.8);
}
.btn.color-5 {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #78B532;
}
.btn.color-5:hover {
  border: 1px solid transparent;
  background-color: #78B532;
  color: #FFFFFF;
}


.btn-border.color-1 {
background-color: transparent;
border: 2px solid #426FC5;
color: #426FC5;
}

.btn-border.color-2 {
background-color: transparent;
border: 2px solid #00897b;
color: #00897b;
}

.btn-border.color-3 {
background-color: transparent;
border: 2px solid #f6774f;
color: #f6774f;
}

.btn-border.color-4 {
background-color: transparent;
border: 2px solid #e94043;
color: #e94043;
}

.btn-round {
  border-radius: 10em;
}

.material-design {
  position: relative;

}
.material-design canvas {
opacity: 0.25;
position: absolute;
top: 0;
left: 0;
}

#masthead{
  height: 100vh;
  background: -ms-linear-gradient(6deg, #036E9E 19%, #00A6E1 54%, #00B3E9 88%);
  background: linear-gradient(6deg, #036E9E 19%, #00A6E1 54%, #00B3E9 88%);
  position: relative;
  overflow: hidden;
  min-height: 804px;
}
.headerImgOuter{
  position: absolute;
    width: 100%;
    height: 100%;
}
.headerImg{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.headerImgOuter .headerImg{
  max-height: 804px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.container{
  max-width: 1200px;
}
.bgiCenter{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.main-navigation{
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 10px 0px;

}
.logoMobile img{
  height: auto;
  width: 137px;
}
.logoMobile, .hamburger{
  display: none;
}
.main-navigation.is-sticky .custom-logo{
  fill: #000000;
}
.main-navigation.is-sticky .main-menu a, .main-navigation.is-sticky .main-menu a:visited, .main-navigation.is-sticky .main-menu a:hover{
    text-decoration: none;
    color: #123848!important;
}
.main-navigation.is-sticky{
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;

}
#main-menu{
  list-style: none;
}
#main-menu li{
  margin-right: 46px;
}
#main-menu li a{
  color: #ffffff;
}
.site-header{
  height: 100%;
  position: relative;
}
.headerBar{
    position: absolute;
    bottom:0;
    left: 15px;
    right: 15px;
    width: auto;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
    border-radius: 8px 8px 0 0;
    /* overflow: hidden; */
    margin: 0 auto;
    max-width: 1170px;
}
h3.headerBarSection{
  max-width: 34.36%;
}
.headerBoxesContainer{
  width: 65.65%;
}
.headerDescription{
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 16px;
}
.patchImg img{
  max-width: 230px;
  max-height: 230px;
  position: relative !important;
  transform: none !important;
}

.patchImg{
  position:absolute;
  left: 37.5%;
  top: 11.8%;
  z-index: 1;
}
.header-right{
  text-align: right;

}
#masthead:before{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 56%;
  height: 100%;
  opacity: 0.5;
  transform: scaleY(-1);
  background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 3%, rgba(0,0,0,0.30) 47%, rgba(0,0,0,0.63) 100%);

}
.header-row{
  height: calc( 100% - 120px);
}
.header-left{
  /* height: 100vh; */
}
/* .header-left .patchImg{
  display: none;
} */
.header-right h2{
  font-size: 36px;
  line-height: 32px;
  margin-bottom: 3px;
}
.header-right p.heaader-content{
  max-width: 322px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 25px;
}
.header-right h1{
  font-family: BreveTitle-Black;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 64px;
  margin-bottom: 27px;
}

.headerBarSection:nth-child(1){
  padding: 24px 70px;
  padding-right: 52px;
  margin: 0;
}
.skewBoxHeader:last-of-type h2:first-of-type, .first_text{
  position: relative;
  top:9px;
  padding: 9px 16px;
}
.skewBoxHeader h2{
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 8px;
}
.skewBoxHeader:nth-child(1) h2{

  background-color: #E8531B;
}
.skewBoxHeader:nth-child(2) h2{

  background-color: #A3C517;
}
.skewBoxHeader:nth-child(3) h2{
  background-color: #E52D3C;
}
.skewBoxHeader:nth-child(1){
    width: 34.5%;
  padding-left: 54px;
  padding-bottom: 18px;
  padding-right: 30px;
}
.skewBoxHeader:nth-child(2){
    width: 37.5%;
    padding-left: 38px;
    padding-bottom: 18px;
    padding-right: 12px;
  }
  .skewBoxHeader:last-of-type .headerBarSectionContent{
    padding-left: 31px;
    padding-bottom: 13px;
    padding-right: 13px;

  }
  .skewBoxHeader:last-of-type{
    width: 28%;
}
.skewBoxHeader:nth-child(1) .imgHeaderBar{

}
.skewBoxHeader:nth-child(2) .imgHeaderBar{
    left: 23%;
    top: -41%;
}
.skewBoxHeader:nth-child(3) .imgHeaderBar{
    left:33%;
}
.skewBoxHeader:after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  transform-origin: bottom left;
  transform: skewX(-15.8deg);
  -ms-transform: skewX(-15.8deg);
}
.skewBoxHeader:last-of-type:after{
  content: none;
}
.skewBoxHeader h2, .skewBoxHeader img{
  z-index: 1;
  display: inline-block;
}
.lastSkewBox{
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  width: 101%;
  border-top-right-radius: 8px;
}
.skewBoxHeader:nth-child(1):after{
  background: -ms-linear-gradient(135deg,  rgb(255,190,169) 0%, rgb(255,97,63) 100%);
  background: linear-gradient(135deg,  rgb(255,190,169) 0%, rgba(255,97,63) 100%);
}
.skewBoxHeader:nth-child(2):after{
  /* background: rgb(184,212,85); */
  background: -ms-linear-gradient(135deg, rgb(163,188,62) 0%, rgb(211,224,148) 100%);
  background: linear-gradient(135deg, rgba(163,188,62) 0%, rgba(211,224,148) 100%);
}
.skewBoxHeader:last-of-type .lastSkewBox:after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  transform-origin: bottom left;
  transform: skewX(-15.8deg);
  /* background: rgb(184,212,85); */
  background: -ms-linear-gradient(135deg, rgb(243,211,215) 0%, rgb(243,215,218) 100%);
  background: linear-gradient(135deg, rgba(243,211,215) 0%, rgba(243,215,218) 100%);
}
/* .skewBoxHeader:nth-child(1){
  background: url('/wp-content/themes/delhaize/assets/images/BG_KDO_1.png');
} */
.skewBoxHeader{
  position: relative;
  /* padding: 17px 55px !important; */
}
.imgHeaderBar{
  max-width: 213px;
  max-height: 138px;
  position: absolute;
    bottom: 43px;
}
.headerBarSectionContent{
  z-index: 1;
  position: relative;
  text-align: center;
}
.skewBoxHeader:last-of-type .headerBarSectionContent{
  /* overflow: hidden;
  border-top-right-radius: 8px; */
}
.footer-menu{
    list-style: none;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 0;
}
.site-footer .footerPosition{
  max-width: 347px;
}
.site-footer{
  color: #FFFFFF;
  background-color: #282E32;
  padding: 50px 15px;
}
.noophereLogo{
  margin: 0 5px;
}
.footer-menu li a, .copyright{
  color: rgba(255,255,255,0.7);
}
.footer-menu li{
  margin-right: 43px;
}
.footer-menu li:last-of-type{
  margin: 0;
}
.site-info>.container>.row>div{
  padding: 0 15px;
}
.site-footer svg{
  fill: #FFFFFF;
}
.widget-area a .iconFooter{
  fill: #FFFFFF;
  transition: fill 0.3s ease-in-out;
}
.widget-area a:hover .iconFooter{
  fill: #78B532;
}
/* .footer-widget a{
  color: #FFFFFF;
  font-weight: normal;
  transition: font-weight 2s ease-in-out;
} */
.widget-area a:hover,.widget-area a:hover:visited{
  color: #78B532;
  font-family: "usual";
  font-weight: bold;
}
.footer-widget-email{
  margin-left: 76px;
}
.footer-widget-address a:hover .footerPosition{
  max-width: 355px;
}
.footer-widget-address{
    margin-left: 52px;
}
.socialLink:hover{
  font-weight: normal !important;
}
.widget-area a, .widget-area a:visited{
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}
.widget-area{
  margin-bottom: 50px;
}
.widget-area svg{
  margin-right: 15px;
}
.widget-area .footer-widget-social svg:last-of-type{
  margin-right: 0;
}
.footer-widget-social a{
  margin-right: 31px;
}
.footer-widget-social a:last-of-type{
  margin: 0;
}
.backSite .redLogoFooter{
  height: 110px;
  width: auto;
  position: relative;
  left: 8px;
}
.backSite .btn{
  margin-top: 20px;
}
.backSite{
  padding-top: 50px;
  background-color: #F7C2C3;
  border-bottom: 10px solid #E62D3B;
}
.partnersBlock h3{
  margin-bottom: 33px;
}
.partnersBlock{
  padding-top: 72px;
  padding-bottom: 63px;
}
.partnersCarousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.partnersCarousel .owl-nav button{
  pointer-events: unset;
}
.partnersCarousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.owl-stage {
  margin: 0 auto;
}
.partnersCarousel .owl-stage-outer {
  margin: 0 12px;
}
.partnersCarousel .owl-stage {
  display: flex;
  align-items: center;
  position: relative;
    left: -10px;
}
.partnersCarousel img{
  max-width: 200px;
  max-height: 85px;
  margin: auto;
}
.partnersCarousel .owl-nav button{
  outline: none;
}
.partnersCarousel .owl-nav .arrowCarousel{
  opacity: 1;
}
.partnersCarousel .owl-nav .disabled .arrowCarousel{
  opacity: 0.5;
}
.rolesSection p:last-of-type{
  margin-bottom: 30px;
}
.rolesSection .tomato{
  right:-17px;
  height: 163px;
  width: auto;
  top: 52px;

}
.rolesSection .salad{
  left:-49px;
  bottom:-33px;
  width: 346px;
  height: auto;

}
.rolesSection .fruitsImg{
  position: absolute
}
.rolesSection .container{
  z-index: 1;
  position: relative;
}

.rolesSection{
    padding: 84px 0px;
    background-image: -ms-linear-gradient(45deg, #00B3E9 0%, #00A6E1 50%, #036E9E 100%);
    background-image: linear-gradient(45deg, #00B3E9 0%, #00A6E1 50%, #036E9E 100%);
    position: relative;
    overflow: hidden;
}
.btn svg{
  margin-right: 10px;
}
.leasingSection{
  position: relative;
  overflow: hidden;
}
.leasingSection h3{
  font-size: 56px;
  letter-spacing: 0;
  line-height: 64px;
  margin-bottom: 14px;
}
.leasingSection p:last-of-type{
  margin-bottom: 21px;
}
.leasingSection .container{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.leasingSectionBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: -ms-linear-gradient(269deg, rgb(125,125,125,0.00) 48%, #474747 92%);
  background-image: linear-gradient(269deg, rgba(125,125,125,0.00) 48%, #474747 92%);
  z-index: -1;

}
.leasing-left-container{
  margin-top: -72px;
  margin-left: 70px;
  position: relative;
}
.leasingCarImg{

  /* position: absolute;
  top: 0;
  right: 0;
  width:100%;
  height: 100%; */

}

.partnersBoxContainer a img{
  width: auto;
  height: auto;
  max-height: 49px;
  max-width: 105px;
}
.partnersBoxContainer a:nth-child(2) img{
  margin-left: 17px;
  margin-right: 14px;
}
.partnersBoxContainer a:nth-child(3) img{
  margin-left: 15px;
  margin-right: 13px;
}
.partnersBoxContainer a{
  text-align: center;
  line-height: 90px;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
  margin-right: 30px;
  min-height: 90px;
  min-width: 90px;
}
.partnersBoxContainer{
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 85px;
}
.partecipateSection,.choiceLotterie{
  background-color: rgb(244,244,244);
  padding-top: 49px;
  padding-bottom: 93px;
  overflow: hidden;
}
.choiceLotterie p{
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;

}
.choiceLotterie h3{
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.partecipateInner>p{
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.partecipateInner, .formChoiceContainer{
  max-width: 1030px;
  margin: 0 auto;
}
.partecipaterFormLeft{
  background-color: #FFFFFF;
  padding: 52px 100px;
  max-width: 600px;
  z-index: 1;
}
.partecipaterFormRight{
  z-index: 1;
}
fieldset{
  opacity: 0.5;
  border: 1px solid #123848;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
input:focus, select:focus{
  border-color: unset !important;
    outline: none !important;
  box-shadow: none !important;
  outline: 0!important;
}
legend{
  margin-bottom: 0;
}
fieldset.active{
  opacity: 1;
}

select{
  /* appearance: button;
  -webkit-appearance: button; */
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position:relative;
    padding-right: 35px !important;
}
select::-ms-expand {
  display: none;
}
.selectBox{
  position: relative;
}
.selectBox:after{
  position: absolute;
  content:  " ";
  top: 50%;
  right: 18px;
  height: 8px;
  width: 15px;
  background-image: url("/wp-content/themes/delhaize/assets/images/arrowDown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select {
  background-color: transparent !important;
  height: 21px !important;
  border: 0 !important;
  margin-bottom: 10px;
  font-size: 14px !important;
  line-height: 21px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 13px;
}
legend {
  width: auto;
  max-width: none;
  text-align: left;

  font-family: "usual";
  font-size: 12px;
  color: #172345;
  line-height: 24px;
  margin-left: 20px;
  padding-left: 3px;
  padding-right: 10px;
  position: absolute;
  top: -13px;
  background-color: #FFFFFF;
}
.formTitle{
  font-family: "usual";
  font-weight: bold;
  font-size: 18px;
  color: #123848;
  letter-spacing: 0;
  line-height: 24px;
}
.datePartecipate{
  color: #E62D3B;
}
.partecipaterFormContainer .formTitle{
  margin-bottom: 25px;
}

.form-row{
  position: relative;
}
.form-row.last .error{
  bottom:-16px;
}
.form-row.last .form-group{
  margin-bottom: 16px !important;

}
.form-group{
  margin-bottom: 26px;
}
.partecipaterFormContainer{
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
  z-index:1;
}
.partecipateInner>p:last-of-type{
  margin-bottom: 30px;
}
.partecipaterFormContainer label{
  margin-bottom: 21px;
}
.partecipaterFormContainer label, .requiredText{
  font-family: Usual-Regular;
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0;
  line-height: 18px;
}
.requiredText{
  margin-bottom: 9px;
}
.chekcbox label{
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}
.textBlockSection p:last-of-type{
  margin-bottom: 23px;
}
.textBlockSection .carote{
  height: 278px;
  top: 15px;
  left: -65px;
}
.textBlockSection .banana{
  right: -60px;
  height: 260px;
  bottom: -61px;
  z-index: -1;
}
.textBlockSection .container{
  position: relative;
}
.textBlockSection p{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.textBlockSection{
  padding-top: 43px;
  padding-bottom: 65px;
  overflow: hidden;
  position: relative;
}
.imgBlockSection{
  position:relative;
  overflow: hidden;
}
.imgBlockSection h3{
  font-family: BreveTitle-Black;
  font-size: 42px;
  line-height: 54px;
}
.imgBlockSection:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index:-1;
  box-shadow: 0 -2px 5px 0 rgba(95,95,95,0.25);

}
.diamondSection .partnersBoxContainer a{
  min-height: 111px;

}
.diamondSection .partnersBoxContainer{
  margin-left: 35px;
}
.diamondSection .partnersBoxContainer img{
  top: 17px;
}

.partner>div {
  position: absolute;
  bottom: -5px;
  right: 200px;
  width: 117px;
  padding: 19px;
  padding-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  border-radius: 5px;
}

.bikeSection .partner a {
  min-width: auto;
  top: 0px;
}
.partner>div img {
  width: 100%;
  top: auto;
}

.partner.bike>div {
  bottom: 30px;
  padding: 0px 0px 40px 0px;
}

.cartSectionOuter .imgBlockTextSpacing {
  padding-bottom: 20px;
  margin-top: -20px;
}

.diamondSection:after{
    background-image: -ms-linear-gradient(130deg, #FF8E98 0%, #E9531A 0%, #FFF5F1 100%);
    background-image: linear-gradient(130deg, #FF8E98 0%, #E9531A 0%, #FFF5F1 100%);
}

.imgBlockSection:before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/delhaize/assets/images/diamond_bg.png');
  opacity: 0.25;
  background-position: center ;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.diamondSection img{
  position:relative;
  top: 35px;
  width: 100%;
  height: auto;
}
.diamondSection .btn{
  min-width: 250px;
}
.diamondSection .imgBlockTextSpacing h3{
  max-width: 442px;
}
.diamondSection .imgBlockTextSpacing p{
  max-width: 471px;
}
.diamondSection{
  position: relative;
  background: #FFA55B;
  padding-top: 121px;
  padding-bottom: 137px;
  -webkit-clip-path: polygon(0% 0%,100% 9.71%,100% 86.4%,0% 100%);
  clip-path: polygon(0% 0%,100% 9.71%,100% 86.4%,0% 100%);
  margin-top: -57px;
  margin-bottom: -78px;
}
.no-clip .diamondSection {
  margin-bottom: -30px;
}
.imgBlockTextSpacing sup{
  font-size: 39px;
  left:-3px;
  top: -9px;
}
.imgBlockTextSpacing{
  padding-left: 70px;
}
.bikeSection:after{
  background-image: -ms-linear-gradient(132deg, #FFF5F1 0%, #A2C516 78%, #98BA0F 100%);
  background-image: linear-gradient(132deg, #FFF5F1 0%, #A2C516 78%, #98BA0F 100%);
}
.cartSection:after{
  background-image: -ms-linear-gradient(130deg, #FF8E98 0%, #FBE0E3 100%);
  background-image: linear-gradient(130deg, #FF8E98 0%, #FBE0E3 100%);
}
.cartSection h3{
  max-width: 435px;
}
.cartImgInside{
  display: none;
}
/* .cartSectionOuter{
  overflow: hidden;
} */
.bikeSection img{
  position:relative;
  top: -88px;
}
.bikeSection a{
  min-width: 291px;
}

.bikeSection h3{
  max-width: 495px;
}
.bikeSection{
  padding-top: 140px;
  /*margin-top: -78px;*/
  background: #A2C516;
  -webkit-clip-path: polygon(0% 13.55%, 100% 0%, 100% 100%, 0% 90.32%);
  clip-path: polygon(0% 13.55%, 100% 0%, 100% 100%, 0% 90.32%);
  max-height: 568px;

}
.cartSection img{
  position: absolute;
    top: -166px;
    left: 62px;
    z-index: 8;
    height: 587px;
}
.cartSection a{
  min-width: 300px;
}
.cartSection{
  margin-top: -55px;
  -webkit-clip-path: polygon(0% 0%, 100% 9.04%, 100% 79.77%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 9.04%, 100% 79.77%, 0% 100%);
  padding-top: 134px;
  padding-bottom: 187px;

}
.cartImgSection{
  position: absolute;
  z-index:5;
  left:64px;
  top: -30px;
  height: 587px;
}
.choiceLotterie{
  -webkit-clip-path: polygon(0% 123px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 123px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -123px;
  padding-top: 184px;
  overflow: hidden;
}
.formChoiceContainerOuter{
  position: relative;
  margin: 0 auto;
  padding: 0px 15px;
  max-width:1060px;
  width: 100%;
}
.formChoiceContainer .btn{
  width: 230px;
}
.formChoiceContainer input{
  min-width: 800px;
}
.formChoiceContainer .messageDesc, .error{
  font-size: 12px;
  line-height: 18px;

}
.formChoiceContainer .form-group{
  margin-bottom: 26px;
}
.formChoiceContainerOuter .orange{
  height: 182px;
  width: auto;
  right:-116px;
  top: -133px;
  /* transform: translate(61%,-73%); */
}
.formChoiceContainerOuter .milk{
    height: 325px;
    width: auto;
    left: -139px;
    top: -107px;
    /* transform: translate(-77%,-33%); */
}
.formChoiceContainerOuter .fruitsImg{
    position: absolute;
    /* top: 0; */
}
.formChoiceContainer{
  padding-top: 45px;
  padding-left: 100px;
  padding-right: 130px;
  padding-bottom: 36px;
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
  padding-top: 47px;
  margin-top: 13px;
  position:relative;
  z-index: 1;
  width: 100%;
}

.semainesOuter{
  position: relative;
  display: inline-block;
}
.semainesOuter::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-1deg);
  background: #123848;

  /* z-index: -1; */
}
.choiceLotterie h3 span{
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 12px;
}
.conditionsText{
  width: 400px;
  margin-right: -23px;
  margin-top: -2px;
}
.partecipaterFormContainer .btn img{
  margin-right: 13px;
}
.partecipaterFormContainer .btn{
  min-width: 345px;
  padding-left: 21px!important;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 21px;
}
.partecipaterFormContainerOuter .fruitsImg:nth-of-type(1){
  height: 310px;
  width: auto;
  top: -155px;
  left: -180px;
  /* transform: translate(-54%, -50%); */
}
.partecipaterFormContainerOuter .fruitsImg:nth-of-type(2){
  height: 168px;
  width: auto;
  bottom: -30px;
  left: -85px;
  /* transform: translate(-59%, 18%); */
}
.partecipaterFormContainerOuter .fruitsImg:nth-of-type(3){
  height: 140px;
  width: auto;
  bottom: 75px;
  right: -100px;
  /* transform: translate(100%, 0%); */
}
.partecipaterFormContainerOuter .fruitsImg:nth-of-type(4){
  height: 329px;
  width: auto;
  top: -171px;
  right: -115px;
  /* transform: translate(43%, -52%); */
}
.partecipaterFormContainerOuter{
  position: relative;
}
.fruitsImg{
  position: absolute;
}

.leaseImgTitle{
  position: relative;
  top: -14px;
  left: 7px;
  width:200px;
  height:60px;
}
.roleContainer p:last-of-type{
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}
.roleContainer{
  max-width: 850px;
  margin: 0 auto;
}
/* .partnersCarousel img{
  margin-right: 0;
} */
.headerImg img{
  height: 136%;
  position: absolute;
  top: 50%;
  transform: translate(-31%, -49%);
  left: 0;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
  background: #4A4A4A !important;
  border-top: 3px solid #9B9B9B !important;
}
.moove-gdpr-info-bar-container{
  max-width: 1200px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{
  background: #E9FF90;
  color: #78B532;

}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
  border-radius: 8px 0 0 8px !important;
  background-color: #78B532!important;
  border: 1px solid #78B532 !important;
  border-radius: 8px !important;
  font-family: usual;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
  letter-spacing: 0 !important;
  text-align: center;
  line-height: 24px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{
  padding-left: 90px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
  margin-right: 0 !important;
}
.moove-gdpr-cookie-notice{
  width: 100%;
}
.tooltip .arrow::before{
  border-bottom-color:#123848;
}
.tooltip{
  width: 80%;
  max-width: 700px;

}
.tooltip-inner{
  /* width: 600px !important; */
  max-width: 700px !important;
  margin: auto;
  background-color: #fff;
  color: #123848;
  border: 1px solid #123848;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(192,192,192,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(192,192,192,0.75);
  box-shadow: 5px 5px 5px 0px rgba(192,192,192,0.75);
  text-align: left;
  font-family: usual;
  font-size: 12px;
}
.dialogBox .headerBoxesContainer {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}
.dialogBox:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  opacity: 0.5;
  /* transform: scaleY(-1); */
  background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 3%, rgba(0,0,0,0.30) 47%, rgba(0,0,0,0.63) 100%);
  height: 100%;
}

.page-id-269 .wysiwyg a,
.privacy-policy #main a {
  color: #282E32;
}
.page-id-269 .wysiwyg a:hover,
.privacy-policy #main a:hover {
  text-decoration: underline;
}
input[name="code_shop"]{
  text-transform: uppercase;
}
/* {
  transform: scaleY(-1);
background: #A2C516;
box-shadow: 0 -2px 5px 0 rgba(95,95,95,0.25);
transform: scaleX(-1) scaleY(-1);
background: #D8D8D8;

opacity: 0.5;
transform: scaleX(-1) scaleY(-1);
background-image: -ms-linear-gradient(132deg, #FFF5F1 0%, #A2C516 78%, #98BA0F 100%);
background-image: linear-gradient(132deg, #FFF5F1 0%, #A2C516 78%, #98BA0F 100%);
box-shadow: 0 -2px 5px 0 rgba(95,95,95,0.25);
} */
@media only screen and (max-width:1350px)
{
  .bikeSection img{
    /*width: 100%;*/
  }
}
@media only screen and (max-width:1199px)
{
  .imgHeaderBarDiamond{
    left: 19%;
  }
  .imgHeaderBar {
    max-width: 199px;
    max-height: 128px;
  }
  .skewBoxHeader:last-of-type {
      /* width: 163px; */
  }
  .skewBoxHeader:nth-child(2) {
    /* width: 236px; */
    padding-left: 5px;
    padding-bottom: 18px;
    padding-right: 12px;
}
.skewBoxHeader:nth-child(1) {
    /* width: 213px; */
    padding-left: 25px;
    padding-bottom: 18px;
    padding-right: 30px;
}
.skewBoxHeader:last-of-type .headerBarSectionContent {
  padding-left: 6px;
  padding-bottom: 13px;
  padding-right: 13px;
}
  h3.headerBarSection {
      max-width: 349px;
      font-size: 25px;
  }
  .headerImgOuter .main-img-header{
    left: 50%!important;
    transform: translate(-56%, -50%) !important;
  }
  .leasingSection h3{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .header-left{
    min-height: 720px;
  }
  .headerImgOuter .headerImg{
    transform: none;
    top: 0;
    bottom: unset;
    left:-20%;
  }
  .headerImg img{
    transform: translate(-25%, -49%);
    top: 55%;
  }
  .diamondSection .partnersBoxContainer img{
    position: relative !important;
  }
  .diamondSection .partnersBoxContainer {
      left: 0;
      transform: none;
  }
  .patchImg{
    left:55%;
  }

  .header-right{
    max-width: 392px;
  }

  #masthead{
    height: auto;

  }
  .partecipaterFormLeft {
  }

  .header-row {
      height: auto;
  }

  .textBlockSection .fruitsImg{
    display: none;
  }
  .imgBlockTextSpacing{
    padding-left: 30px;
  }
  .footer-widget-address,.footer-widget-social{
    width: 100%;
  }
  .footer-widget{
    margin-left: 0;
    text-align: center;
  }
  .leasing-left-container{
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .leasingSection .container{
    padding-bottom: 120px;
  }
  .partnersBoxContainer{
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .leasingCarImg{
    position: relative;
    left: 37px;
  }
  .diamondSection {
    -webkit-clip-path: polygon(0% 0%,100% 55px,100% 100%,0% 100%);
    clip-path: polygon(0% 0%,100% 55px,100% 100%,0% 100%);
  }
  .bikeSection {
    -webkit-clip-path: polygon(0% 75px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 75px, 100% 0%, 100% 100%, 0% 100%);
    padding-bottom: 80px;

  }
  .cartSection {
    -webkit-clip-path: polygon(0% 0%, 100% 55px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 55px, 100% 100%, 0% 100%);
  }
  .cartSection:after{
    opacity: 1;
  }
  .bikeSection{
    max-height: none;
  }
  .bikeSection img {
    position: relative;
    /*top: 50%;*/
    /* transform: translateY(-50%); */
  }

  .bikeSection .partner>div {
    bottom: -90px;
  }
}
@media only screen and (max-width:1060px)
{

  .nondesktop {
    display: block !important;
    padding: 30px;
  }

  .desktop {
    display: none !important;
  }
  .formChoiceContainer input{
    min-width: auto;
  }
}
@media only screen and (max-width:991px)
{
  .dialogBox .skewBoxHeader:nth-child(2), .dialogBox .skewBoxHeader:nth-child(1) {
    margin-bottom: 75px ;
}
  .dialogBg{
    position: relative !important;
  }
  .dialogBox .mainImgDialog{
    height: 207.2%;
    top: -36%;
    left: -54.8%;
  }
  .headerBoxesContainer {
    width: auto;
}
  .skewBoxHeader:nth-child(1) {
    width: 265px;
}
  .skewBoxHeader:nth-child(2) {
    width: 288px;
}
  .skewBoxHeader:nth-child(3) {
    width: 215px;
}
  .site-header{
    height: auto !important;
  }
  .headerBoxesContainer .headerBarSection:nth-child(1)>img{
    left: 50%;
    transform: translateX(-50%);
  }
  .skewBoxHeader:after,.skewBoxHeader:last-of-type .lastSkewBox:after{
    transform: none;
  }
  h3.headerBarSection{
    max-width: none;
  }
.lastSkewBox{
    overflow: visible;
    border-radius: 0;
  }
  .headerBarSection:nth-child(2) img{
    top: -68px!important;
  }
.headerBoxesContainer{
    margin-left: auto;
    margin-right: auto;
  }
  h3.headerBarSection{
    margin-bottom: 80px !important;
  }
  .headerBar{
    position: relative;
    left:0;
    right: 0;
    margin-right: 15px;
    margin-left: 15px;
  }
  .headerBarSection {
    width: 100%;
    text-align: center;
    font-size: 32px !important;
  }
  .header-right h1 {
    font-size: 39px;
    line-height: 47px;
}
.header-right h2 {
  font-size: 27px;
  line-height: 32px;
}
.headerDescription {
  margin-bottom: 15px;
  font-size: 13px;
}
  .main-img-header{
    /* height: 100% !important; */
    top:59% !important;
  }
  .patchImg{
    top: 16.8%;
  }
  .patchImg img{
    max-height: 170px;
  }
  .headerImg img {
    transform: translate(-32%, -49%);
}
  .diamondSection .imgBlockTextSpacing p{
    margin-left: auto;
    margin-right: auto;
  }
  .header-left img {
    height: 100vh;
    left: -25%;
    position: relative;
  }
  .conditionsText{
    width: 100%;
    padding-right: 25px;
  }
  .lnlg{
    display: none;
  }
  .partecipaterFormLeft{
    width: 100%;
    max-width: none;
  }
  .imgBlockTextSpacing h3{
    margin-left: auto;
    margin-right: auto;
  }
  .cartImgSection{
    display: none;
  }
  .imgBlockSection img{
    position: static !important;
    display: block;
    max-width: 530px;
    /* max-height: 282px; */
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    top: 0;
    transform: none;
  }
  .cartImgInside{
    max-width: 350px !important;
  }
  .fruitsImg{
    display: none;
  }
  .imgBlockTextSpacing{
    padding-left: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .dialogBox .lastSkewBox {
      width: 100%;
  }

  .bikeSection .partner>div {
    right: 30px;
    bottom: -110px;
  }
  .partner.bike>div {
    bottom: 50px;
  }
}
@media only screen and (max-width:797px)
{

  .headerBarSection {
    margin-bottom: 75px !important;
    min-height: 80px;
  }
  .headerBarSection:last-of-type {
    margin-bottom: 20px !important;
  }
  .site-header .headerBar .headerBarSectionMainTitle {
    margin-bottom: 80px !important;
  }
  .headerPartecipateBtn{
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width:767px)
{
  .nondesktop {
    padding: 20px;
  }
  .dialogBox .dialogContent{
    padding-left: 48px;
    padding-right: 48px;
  }
  .partecipationSentp{
      margin: 0 auto;
  }
  .dialogBox .mainImgDialog {
    height: 173.2%;
    top: -30%;
    left: -11%;
  }
  .dialogBg {
    position: relative !important;
    padding-bottom: 50%;
    margin-bottom: 45px;
  }
  .header-right p.heaader-content{
    margin-right: auto;
  }
  .headerImgOuter .headerImg{
    left: 0;
  }
  .header-left {
      min-height: 760px;
  }
  .site-header{
    height: 100vh;
  }
  .headerImgOuter{
    top:90px;
  }
  .patchImg {
      left: 57%;
      top: 11.8%;
  }
  .patchImg img{
    max-height: 230px;
  }
  .headerImg .main-img-header{
      height: 136% !important;
      top: 50% !important;
      transform: translate(-37%, -49%);
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{
    padding-left: 0 !important;
  }
    .main-navigation{
      padding: 25px 33px;
    }
    .partecipaterFormLeft {
        padding: 52px 50px;
    }
    .partnersBoxContainer a:last-of-type{
      margin-right: 0;
    }
    .main-navigation{
      background-color: #fff;
    }
    .custom-logo-link{
      display: none;
    }
    .hamburger:visited, .hamburger:hover{
      color: #000000;
    }
    .logoMobile, .hamburger{
      font-size: 30px;
      color: #000000;
      display: inline-block;
    }
    .menu{
      display: none;
      width: 100%;
      position: absolute;
      bottom: 1px;
      transform: translateY(100%);
      left: 0;
      background-color: #FFFFFF;
      /* color: #172345; */
      text-align: center;
      padding: 30px;
      overflow: hidden;
      /* height: 0; */
    }
    .navbar-container{
      width: 100%;
    }
    .main-menu{
      padding-left: 0;
    }
    #main-menu li {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #main-menu li a {
        color: #172345;
    }
    .backSite .btn{
      margin-top: 0;
      margin-bottom: 40px;
    }
    .formChoiceContainer{
      padding-left: 50px;
      padding-right: 50px;
    }
}
@media only screen and (max-width:582px)
{
  .skewBoxHeader:nth-child(2) {
      margin-bottom: 20px !important;
  }
}
@media only screen and (max-width:576px)
{
  .headerImg .main-img-header {
    height: 136% !important;
    top: 30.5% !important;
  }

  .headerImgOuter .main-img-header {
      left: 50%!important;
      transform: translate(-59%, -50%) !important;
  }

  .headerImg, .headerImg .main-img-header{
    height: 86.5% !important;
  }
  .header-left{
    min-height: 428px;
    height: auto;
  }
  .patchImg{
    top: 2.8%;
    left:50%;
  }
  .patchImg img{
    height: 140px;
  }
  .main-img-header{
    height: 100% !important;
    top:24% !important;
    left:-5px !important;
  }
  .rolesSection .btn{
    padding: 14px 20px;
  }
  .partnersBoxContainer a img {
      max-height: 35px;
      max-width: 65px;
  }
  .diamondSection .partnersBoxContainer {
    margin-left: 25px;
}
  .headerDescription{
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .header-right h2{
    display: none;
  }
  .header-right h1{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
  .heaader-content{
    font-size: 12px;
    line-height: 21px;
  }
  .btnHide{
    display: none;

  }
  .partecipateBtn{
    min-width: unset !important;
    padding-right: 21px !important;
  }

  .partecipaterFormLeft {
      padding: 20px;
  }
  .cartSection img {
    width: auto !important;
    max-height: 282px;
}
  .imgBlockSection img{
    width: 100%;
  }
    h3{
      font-size: 28px;
    }
    .imgBlockSection h3 {
      font-size: 35px;
      line-height: 43px;
  }
    #menu-footer-menu li{
      text-align: center;
      margin-right: 0;

    }
    .copyright{
      text-align: center;
    }
    .leasingCarImg{
      max-width: 100%;
      height: auto;
      left: unset;
    }
    .partnersBoxContainer a{
      margin-right: 5px;
      min-height: 80px;
      min-width: 80px;
      line-height: 80px;
    }
    .partnersBoxContainer a img {
      margin-left: 10px!important;
      margin-right: 10px!important;
  }
  .leaseImgTitle{
    top: -9px;
    left: -25px;
    transform: scale(0.66);
  }
  .leasingSection h3 {
    font-size: 40px;
    line-height: 55px;
}
.formChoiceContainer {
  padding: 20px;
  padding-top: 35px;
}
.partner>div {
  padding: 10px;
  width: 85px;
  padding-bottom: 0px;
}
.partner.bike>div {
    padding: 0px 0px 43px 0px;
    right: 30px;
}
.bikeSection {
  padding-bottom: 110px;
}
}
@media only screen and (max-width:532px)
{
  .dialogBox .skewBoxHeader:nth-child(2), .dialogBox .skewBoxHeader:nth-child(1) {
      margin-bottom: 75px !important;
  }
  .btn,.partecipaterFormContainer .btn{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .site-header .headerBar .skewBoxHeader{
      margin-bottom: 75px !important;
  }
  .site-header .headerBar .skewBoxHeader:last-of-type {
      margin-bottom: 20px !important;
  }
}
/* @media only screen and (min-height: 684px){
  .header-right{
    margin-top: -120px;
  }
} */

/*
.leasingSection .text-xl-left {
  height: 534px;
}

.leasingCarImg {
    margin-top: -50px;
    margin-bottom: -50px;
    left: -20px;
    position: absolute;
    height: 640px;
    width: auto;
}
@media only screen and (max-width:1520px) {
  .leasingSection .text-xl-left {
    height: 534px;
  }

  .leasingCarImg {
    top: 20px;
      left: -40px;
      height: 600px;
  }
}
*/
.isIE .headerBar {
  left: 50%;
  margin-left: -585px;
}

.isIE .cartImgSection {
  top: 70px;
  height: 400px;
}
.isIE .partner.bike {
  bottom: -94px !important;
}
.isIE .cartSection {
  padding-bottom: 0px;
  height: 500px;

}

.isIE .choiceLotterie {
  padding-top: 180px;
  margin-top: 0px;
  z-index: 1;
  position: relative;
}


.isIE .nondesktop {
    display: block !important;
    padding: 30px;
  }

.isIE .desktop {
    display: none !important;
  }
