/*
Theme Name: Racoon theme Child
Description: Child theme for Racoon theme
Author: Racoon-Factory
Author URI: https://www.racoon-factory.com
Template: racoon-wp-theme
Version: 1.0.0
Text Domain:  Racoon WP Theme
*/


a {
  color: #FF0101;
}
a:hover {
  color: #9b0000;
}

#rf-gab-footer{

  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.rf-footer-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}

.rf-footer-layer svg{
  width: 100%;
}

#rf-gab-footer .footer-menu-a div{
    line-height: 45px;
}

.rf-notes-a {
  animation-delay: 1s;
}
.rf-notes-b {
  animation-delay: 2s;
}

h1, .rf-txt-h1{
  line-height: 55px;
}

body.page-template {
    background-color: var(--rf-color-6-1) !important;
}

#rf-gab-header-block.sticky .header-col-content {
     margin-top: -5px ! important;
}

.rf-row-with-margin-white{
	display: block;
	width: 1070px;
	margin: 0 auto 0 auto !important;
	padding: 0;
  background-color: #FFFFFF;
}
.rf-row-with-margin-white-p32, .wp-block-woocommerce-cart{
	display: block;
	width: 1006px;
	margin: 0 auto 0 auto !important;
	padding: 32px;
  background-color: #FFFFFF;
}
@media (max-width: 1100px) {
  .rf-row-with-margin-white{
		width: 100%;
	}
  .rf-row-with-margin-white-p32, .wp-block-woocommerce-cart{
		width: calc(100% - 64px);
	}
}

@media (max-width: 780px) {
  #rf-gab-page div[data-elementor-type="wp-page"]{
		margin-top: 20px;
	}
  #rf-gab-page.sticky-mode div[data-elementor-type="wp-page"]{
    padding-top: 0;
  }
}


.titleH1 h1{
  font-family: primary-font !important;
  font-weight: 400 !important;
  color: #e6c667 !important;
  line-height: 40px !important;
  font-size: 57px !important;
}
.titleH1Cap{
  color: #FFFFFF !important;
  background-color: #bf2026;
  padding: 4px 10px 4px 10px;
  font-size: 55px;
}

/*
.page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .header-menu-a{
  height: inherit;
}
.page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .header-menu-a div{
  display:block !important;
  text-align: left;
}
.page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu{
  margin: 10px 0 0 30px;
}

.page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .menu-level-1-lnk-content{
  margin: 0;
  padding: 4px 5px 3px 5px;
  height: 18px;
}
@media (max-width: 1470px) {
  .page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .menu-level-1-lnk-content{
    margin: 0;
    padding: 2px 5px 0 5px;
    height: 18px;
  }
}
@media (max-width: 1270px) {
  .page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu{
    margin: 7px 0 0 30px;
  }
  .page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .menu-level-1-lnk-content{
    margin: 0;
    padding: 0 5px 0 5px;
    height: 18px;
  }
}
@media (max-width: 780px) {
  .page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .menu-level-1-lnk-content{
    margin: 0;
    padding: 0 5px 0 5px;
    height: 18px;
  }
}


.page-template-template-rf-simplepage #rf-gab-header-block:not(.sticky) .header-nav-standard-menu .header-menu-a-l-1 {
    height: inherit;
}
*/

.wc_products_table{

}

#form_product fieldset {
  background: white;
	border: 1px solid #7A7A7A;
	border-radius: 3px;
	padding: 20px 30px;
	/*width: calc(100% - 30px);*/
	margin: 0%;
	position: relative;
}
/*Hide all except first fieldset*/
#form_product fieldset:not(:first-of-type) {
	display: none;
}

@media (max-width: 780px) {
  #form_product fieldset {
  	padding: 12px;
    width: 100%;
  }
}


/*
#form_product input, #form_product textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
#form_product .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px;
	margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
}
#form_product .action-button:hover, #form_product .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
*/
/*progressbar*/
#form_product #progressbar {
	margin-bottom: 30px;
  padding:15px 0 15px 0;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
  background-color: #f5f6f3;
  border-radius: 15px;
}
#form_product #progressbar li {
	list-style-type: none;
	color: #7A7A7A;
	text-transform: uppercase;
	font-size: 14px;
	width: 20%;
  text-align: center;
	float: left;
	position: relative;
}
#form_product #progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 14px;
  font-weight: bold;
	color: #7A7A7A;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
  text-align: center;
}
/*progressbar connectors*/
#form_product #progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#form_product #progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#form_product #progressbar li.active:before, #form_product #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

@media (max-width: 780px) {
  #form_product #progressbar li span{
      display: none;
  }
}

.wc_upload-preview-img{
  width: 225px;
	border: 1 solid #7A7A7A !important;
}
#qrcodeImg{
  width: 225px;
	border: 1 solid #7A7A7A !important;
}
.edit-product-btn{
  width: 25px;
  font-size: 12px;
  color: #7A7A7A;
}

.woocommerce form.login{
  margin: 32px;
}
.page-id-127 h2{
  margin-left: 32px;
}
.woocommerce-account .img-product, .woocommerce-account .img-product-qrc{
  width: 110px;
	border: 1 solid #7A7A7A !important;
}

.woocommerce-account .wc_products{
  margin: 0 0 15px 0;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.woocommerce-account .wc_product_item{
  display: block;
  margin: 0;
  padding: 0;
  background-color: #FEFEFE;
  font-size: 13px;
}
/*.woocommerce-account .wc_product_item:nth-child(even) {background: #FFFFFF}
.woocommerce-account .wc_product_item:nth-child(odd) {background: #ebebeb}*/

.woocommerce-account .wc_product_item .row-bg-grey{
  background-color: #ebebeb;
}
.woocommerce-account .wc_product_item .row-bg-orange{
  background-color: #f2b13e;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 5px;
}

.woocommerce-account .wc_product_item_col{
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  width: 25%;
}
.woocommerce-account .wc_product_item_col_img{
	display: inline-flex;
	justify-content: center;
  align-items: center;
  width: 20% !important;
  aspect-ratio: 1/1 !important;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  margin: 10px;
  vertical-align: middle;
	text-align: center;
  background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
  background-size: contain;
}
@media (max-width: 780px) {
  .woocommerce-account .wc_product_item_col_img{
    width: 30% !important;
  }
}
.woocommerce-account .wc_product_item_col_img img{
	width: 100% !important;
  aspect-ratio: 1/1 !important;
}
.wc_product_item_row{
  display: block;
}
.wc_product_item_title{
  display: inline-block;
}




.woocommerce-account .wc_product_item_title{
  display: inline-block;
  width: calc(100% - 110px);
  text-align: left;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  margin: 8px 0 8px 0;
  padding: 0 15px 0 15px;
}

.woocommerce-account .wc_product_item_millesime{
  display: inline-block;
  width: 100px;
  text-align: right;
  vertical-align: top;
  margin: 15px 0 3px 0;
  padding: 0 15px 0 15px;
  font-size: 16px;
}

.woocommerce-account .wc_product_item_contenant{
  display: block;
  text-align: right;
  padding: 5px 20px 0 20px;
  font-size: 13px;
}
.woocommerce-account .btn-list-porducts{
  width: 175px;
  margin: 2px !important;
  font-size: 13px;
}
.woocommerce-account .btn-list-porducts.add-product-btn{
  width: 175px;
  font-size: 13px;
  margin: 5px 2px 15px 5px !important;
}

.rf-resp-r2c{
  text-align: right;
}
@media (max-width: 780px) {
  .woocommerce-account .btn-list-porducts.add-product-btn{
    margin: 5px auto 15px auto !important;
  }
  .rf-resp-r2c{
    text-align: center;
  }
  .woocommerce-account h2{
    margin-left:0;
  }
}


.woocommerce-account .btn-secondary {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;

  color: #2271b1;
  border-color: #2271b1;
  background: #f6f7f7;
  vertical-align: top;
}
.woocommerce-account .btn-secondary:hover {
  background: #f0f0f1;
  border-color: #0a4b78;
  color: #0a4b78;
}

.woocommerce-account .wc_product_item_img_prev{
  width: 45px;
  height: 45px;
}
.woocommerce-account .wc_product_item_img_prev img{
  width: 45px;
  height: 45px;
}

/*
col:first-child {background: #FF0}
col:nth-child(2n+3) {background: #CCC}
*/
.rf-cf7-form .col-50p {
  width: calc(50% - 10px);
}
.rf-cf7-form > .col-50p:first-child {
  margin-right: 15px;
}
.wpcf7-form, .wpcf7-form label{
  width: 100%;
  font-family: secondary-font;
  font-weight: 400;
  color: #fbf6e5;
  font-size: 20px;
  line-height: 26px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email]{
  width: 100%;
  /*height: 37px;*/
  border-radius: 3px;
  border: 1px solid #5b5b5b;
}
.wpcf7-form textarea{
  width: 100%;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #5b5b5b;
}

.rf-cf7-form input[type=text], .rf-cf7-form input[type=email], .rf-cf7-form textarea  {
  margin-top: 10px;
}
.rf-cf7-form label  {
  color: var(--rf-color-1-1);
}

.rf-cf7-form input[type=submit] {
    background-color: #9b0000 !important;
    color: #f5f5f1 !important;
    border: 1px solid #f5f5f1 !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 20px 35px 20px 35px;
    margin: 15px 0 0 72px;
    cursor: pointer;
}
.rf-cf7-form input[type=submit]:hover {
    background-color: #c41e3a !important;
}
@media (max-width: 769px){
  .woocommerce-account .wc_product_item_col{
    width: 100% !important;
  }

}

.woocommerce-account .woocommerce-EditAccountForm{
  text-align: left;
}
.wc-block-components-checkout-return-to-cart-button{
  display: none;
}

.submit-mode{
  background-image: linear-gradient(-45deg, #49c97b 33%, #bce6cd  33%, #bce6cd 70%, #49c97b 70%);
  animation: components-button__submit-animation 2.5s linear infinite;
  /*background-image: linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);*/
  background-size: 100px 100%;
  opacity: 1;
}
@keyframes components-button__submit-animation {
  0% {
    background-position: 200px 0;
  }
}

 .woocommerce table.my_account_orders .button{
    margin: 0 3px 0 3px;
}

.socials_wrap .social_item .social_icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 25px 5px 0 5px;
  text-align: center;
  border-radius: 25px
}
.socials_wrap a, .socials_wrap a:hover{
  text-decoration: none;
}

.socials_wrap .social_item .social_icon i, .socials_wrap .social_item .social_icon i:before{
  /*display: block;*/
  width: 50px;
  height: 50px;
  line-height: 50px;
  color:#FFFFFF;
  font-size: 25px;
}

.socials_wrap .social_item .social_icon:before {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.social_icon_001_facebook {
    display: inline-block;
    background-color: #f2682a;
    border-radius: 25px;
}
.social_icon_instagramm {
    display: inline-block;
    background-color: #d6d6d6;
    border-radius: 25px;
}
.social_icon_youtube {
    display: inline-block;
    background-color: #efc429;
    border-radius: 25px;
}

.elementor-element-351a285b{
  overflow: hidden;
}

.wpcf7-submit{
  fill: #414040;
  color: #414040;
  background-color: #FFFFFF;
  border: 1px solid #414040;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 24px 12px 24px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  font-size: 15px;
  text-decoration: inherit;
}
.wpcf7-submit:hover{
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  text-decoration: inherit;
}

.red-bloc-title {
  padding: 6px 0 6px 0;
  margin-bottom: 20px;
}
.red-bloc-title h2{
  display: inline;
  padding: 6px 10px 6px 10px;
  background-color: #b71f24;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.wpcf7-response-output{
  font-family: secondary-font;
  font-weight: 700;
  color: #515151;
  font-size: 16px;
  text-align: center;
  border-color: #dc3232 !important;
  padding:25px !important;
  border-radius: 15px;
}



.categorie_spetacle_items{
  width: 100%;
}
.categorie_spetacle_item{
  display:inline-block;
  width: calc(33% - 30px);
  height: 250px;
  margin: 15px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px;
  cursor: pointer;
}
.categorie_spetacle_item h4{
  display: inline-block;
  padding: 10px;
  color: var(--header-simple-3-col1-color);
  background-color: #FFFFFFbb;
  border-radius: 10px;
  margin-top: 180px;
  /*text-shadow: 1px 1px 2px #00000055, 0 0 1em #00000025, 0 0 0.2em #00000025;*/
}

.spetacle_items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.spetacle_item{
  display: inline-block;
  position: relative;
  /*transform: translateX(-1000px);*/
  height: 250px;
  margin: 0;
  border-radius: 10px;
  background-color: #FFFFFF85;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}

.spetacle_item .title-overlay {
    position: absolute;
    bottom: 0;
    transform: translateY(50px);
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 0;
    opacity: 0;
    transition: all 0.4s ease;
    box-sizing: border-box;
}

/* Animation */
.spetacle_item.visible {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.spetacle_item.visible .title-overlay {
    bottom: 0;
    transform: translateY(0);
    opacity: 1;
    transition: opacity 1.8s ease, transform 1.8s ease;
}

/* Style du titre */
.title-overlay h4 {
    margin: 10px 15px 0 15px;
    /*margin: 8px 15px 8px 15px !important;*/
    font-size: 18px;
}

.title-overlay p {
    margin: 5px 0 0;
    font-size: 14px;
}

.slide-descriptif h2, .slide-descriptif p{
  color:#FFFFFF;
}

.header-col-content {
  font-size: 22px !important;
}
.header-col-content span{
  font-size: 28px !important;
}

.spetacle_item h4{
  display: block;
  padding: 10px;
  color: var(--rf-color-7-1);
  /*color: var(--header-simple-3-col1-color);*/
  /*background-color: #FFFFFFbb;*/
  border-radius: 10px;
  /*margin: 180px 15px 0 15px;*/
  /*text-shadow: 1px 1px 2px #00000055, 0 0 1em #00000025, 0 0 0.2em #00000025;*/
}
.spetacle_item h3{
  display: block;
  padding: 10px;
  color: var(--rf-color-7-1);
  /*color: var(--header-simple-3-col1-color);*/
  /*background-color: #FFFFFFbb;*/
  border-radius: 10px;
  margin: -23px 15px 0 15px;
  font-size: 15px;
  /*text-shadow: 1px 1px 2px #00000055, 0 0 1em #00000025, 0 0 0.2em #00000025;*/
}

.rf-row-header-ban{
  background-size: cover;
  /*background-color: green;*/
  height: 620px;
}

.rf-row-header-ban h1{
  display: inline-block;
  padding: 10px;
  color: #bf2026;
  background-color: #FFFFFF80;
  border-radius: 10px;
  margin-top: 180px;
  text-shadow: 1px 1px 2px #00000055, 0 0 1em #00000025, 0 0 0.2em #00000025;
}

.fiche-content{
  display: inline-block;
  width: 65%;
  vertical-align: top;
  margin: 25px 0 0 0;
  font-family: secondary-font;
  font-weight: 400;
  color: var(--rf-color-4-1);
  font-size: 20px;
  line-height: 26px;
}
.fiche-tech{
  display: inline-block;
  width: calc(33% - 51px);
  background-color: #1a1a1a;
  color: #FFFFFF;
  padding: 0px;
  margin: -100px 0 0 25px;
  border-radius: 0px;
  border: 2px solid var(--rf-color-1-1);
  vertical-align: top;
  font-family: secondary-font;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
.fiche-tech-title{
  display: block;
  font-family: tertiary-font;
  font-size: 25px;
  color: var(--rf-color-1-1);
  border-bottom: 1px solid var(--rf-color-1-1);
  padding: 15px 10px 15px 10px;
  text-align: center;
}
.fiche-tech-content{
  display: block;
  color: var(--rf-color-4-1);
  padding: 15px 25px 15px 25px;
  text-align: left;
}
@media (max-width: 1470px) {
  .fiche-content{
    width: 100%;
  }
  .fiche-tech{
    width: calc(100% - 50px);
    margin: inherit;
    margin-top: 25px;
  }
  .spetacle_items{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1270px) {
  .spetacle_items{
    grid-template-columns: repeat(1, 1fr);
  }
}
.fiche-content .video-frame{
  display: block;
  text-align: center;
  padding: 15px 0  15px 0;
}

.fiche-content .rs-area{
  display: block;
  text-align: center;
  padding: 15px 0  15px 0;
}

.fiche-content .fiche-tech-file-area{
  display: block;

}
.fiche-tech-file-area{
  text-align: center;
  margin-bottom: 20px;
}
.fiche-tech-file-area a{
  font-family: secondary-font;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #FFFFFF;
  border-radius: 5px;
  background-color: var(--rf-color-3-1);
  text-decoration: none;
}
.fiche-tech-file-area a:hover{
  color: #FFFFFF90;
  background-color: var(--rf-color-3-3);
}

.site-area{
  text-align: center;
}
.site-area a{
  text-decoration: none;
}
.rs-area{
}
.rs-label{
    line-height: 53px;
}
.rs-area div{
  display: inline-block;
  vertical-align: top;
}

.rs-area .fb-area i{
  color: #0b6aff;
  font-size: 45px;
  margin: 4px 5px 4px 5px;
}
.rs-area .insta-area i{
  color: #fa7e1e;
  font-size: 45px;
  margin: 4px 5px 4px 5px;
}


.lb-number{
  font-family: secondary-font;
  font-weight: 400;
  font-size: 14px;
}
/* or object-fit: contain; */

.rf-slider-bg-1-paysage{
  background-size: 130% auto;
}

.rf-slider-bg-1-portrait{
  background-size: auto 130%;
}

@media only screen and (orientation: portrait) {
  .rf-slider-bg-1{
    background-size: auto 130%;
  }
}

@media only screen and (orientation: landscape) {
  .rf-slider-bg-1{
    background-size: 130% auto;
  }
}

/* test anim slidder rf */
@keyframes rf-slider-anim-bg-01-paysage {
  from {background-size: 130% auto;}
  to {background-size: 115% auto;}
}
@keyframes rf-slider-anim-bg-01-portrait {
  from {background-size: auto 130%;}
  to {background-size: auto 115%;}
}

@keyframes rf-slider-anim-mask-1 {
  from {
    background-size: auto 150%;
    transform:rotate(0deg);
    opacity: .9;
  }
  to {
    background-size: auto 120%;
    transform:rotate(720deg);
    opacity: .6;
  }
}



/* The element to apply the animation to */

.rf-slider-bg-1 {
  background-repeat: no-repeat;
  background-position: center center;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  /*animation-name: rf-slider-anim-bg-01;
  animation-duration: 4s;
  animation-fill-mode: forwards;*/
}

.rf-slider-mask-1{
  width:100%;
  height:100%;
  background-position: center center;
  background-size: auto 150%;
  background-repeat: no-repeat;
  /*animation-name: rf-slider-anim-mask-1;*/
  animation-duration: 10s;
  animation-fill-mode: forwards;
}

/* end test anim slidder rf */
