/*
Theme Name:       Atma Store
Theme URI:        https://
Description:      A storefront child theme
Author:           WooCommerce
Author URI:       https://woocommerce.com
Template:         storefront
Version:          1.1.1p
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Tags:             light, dark, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Text Domain:      atmastore
*/
/* General styles MC
-------------------------------------------------------------- */

:root {
  --logo-color : #ed1d35;
}

#bar {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 0, 0, 0.9);
  box-shadow: 1px 1px 2px rgba(255, 100, 100, 0.83);
  opacity: 0.9;
}
#progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

/* Loading */
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#sliderBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 93.25%;
  margin: -25px auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}

/* Fade-In */
.fadeout {
  webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}
.fadein {
  webkit-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}


#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 0!important;
  /* min-height: 50px; */
  display: grid;
  /* align-items: center; */
  padding: 0;
}

#mc_embed_signup {
  section {
    position: relative;
  }
  #mce-responses .response {
    position: absolute;
    background: #f2f2f2;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    align-content: center;
    padding: 10px;
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/*////////////////////PERSO////////////////*/

.single-product .summary .woocommerce-product-attributes-item__value ul {
  color: #555555;
  margin: 0 0 0 3em;
}
.woocommerce-product-gallery__image .featured-image {
  cursor: pointer;
}

.qual-text {
  font-size: 9px;
  margin: 8px 0 0 0px;
  vertical-align: top;
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.53);
  line-height: 10px;
}
.fa-shopping-cart {
  color: #888888;
}

.nouvelle_mini {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  vertical-align: top;
}

.single-product .variations_form {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .single-product.sp-product-gallery-hidden div.product .summary,
  .single-product.sp-product-gallery-hidden.storefront-full-width-content {
    padding: 0 px;
  }
  .sp-fixed-width.sp-header-sticky .site-header {
    width: 100%;
    min-width: 75.998em;
    margin: 0 auto;
    left: 0;
    right: auto;
  }
  .storefront-breadcrumb {padding: 25px 0 10px 0;margin: 0 auto;max-width: 1920px;}

  #masthead,
  .site-header {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media (max-width: 767px) {
  .storefront-breadcrumb {margin-top: 20px;}
  #masthead {margin-top: 0;background-color: #000;padding-top: 15px;}
	.site-branding {margin-bottom: 15px;}
	.site-branding h1 {margin-bottom:0;}
	.site-header .custom-logo-link img {max-width:150px;}
  .home .bigbox {display: none;margin-top: 60px;}
  .home .bigbox img {width: 100%;margin: 0 auto;max-width: 400px;height: auto;}
}


.primary-navigation {
  text-align: right;
}

#site-navigation{
  flex: 1 0;
}
.main-navigation ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 1em;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .woocommerce-active .site-header .site-branding {
    width: 20% !important;
  }

  .woocommerce-active .site-header .site-header-cart {
    width: 18%;
  }
  .site-header .col-full {
    padding: 0 !important;
    max-width: 95% !important;
    margin: auto;
    display: flex;
  }
} /*END*/

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .site-header .col-full {
    max-width: 90% !important;
  }
} /*END*/

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .site-header .col-full {
    max-width: 94% !important;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 70% !important;
  }
} /*END*/

/* XXL Large devices*/
@media (min-width: 1400px) {
  .site-header .col-full {
    max-width: 90% !important;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 60% !important;
  }
} /*END*/

#metaslider_13758 .layer {
  min-width: 140px;
  min-height: 20px;
}

/*MAX WIDTH 768*/
@media (max-width: 768px) {
  #metaslider_13758 .layer {
    min-width: 80px;
    min-height: 20px;
  }
  #layer_content_352426934 {
    font-size: 2.5em;
  }
}
.page-id-3294 #primary,
.page-id-3294 #secondary {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .site-search {
    position: absolute;
    right: 40px;
    top: 5px;
		width:35% !important;
  }
  .main-navigation ul li a {
    color: #fefefe;
  }
  .main-navigation ul.menu ul.sub-menu,
  .main-navigation ul.nav-menu ul.children {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header-widget-region .col-full {
    width: 100%;
    padding: 0;
    min-height: 10px;
  }
  .sp-max-width .col-full {
    max-width: 100%;
  }
  #masthead .col-full {
    background: rgba(0, 0, 0, 0);
  }
  .header-widget-region {
    position: relative;
    z-index: 99;
    top: 0;
  }
}
@media (min-width: 768px) {
  .site-branding {
    position: absolute;
    top: 18px;
  }
}
#menu-topmost-menu,
#menu-topmost-menu-english {
  text-align: right;
}
#barre-infolettre {
  background-color: #f2f2f2;
  margin: 0 auto;
  color: var(--logo-color);
  text-transform: uppercase;
  display: grid;
  align-items: baseline;
  justify-content: center;
  align-content: center;
  #mc_embed_signup_scroll {
    column-gap: 0.5em;
    display: grid;
    align-items: baseline;
    justify-items: stretch;
    align-content: space-evenly;
    justify-content: space-evenly;
  }
}

#barre-infolettre #cyberimpact_form{margin:2px;}

#barre-infolettre #mc-embedded-subscribe-form .button,
#barre-infolettre #mc-embedded-subscribe-form buttton,
#barre-infolettre #mc-embedded-subscribe-form input[type="button"],
#barre-infolettre #mc-embedded-subscribe-form input[type=submit],
#barre-infolettre #cyberimpact_form .button,
#barre-infolettre #cyberimpact_form buttton,
#barre-infolettre #cyberimpact_form input[type="button"],
#barre-infolettre #cyberimpact_form input[type=submit]{
	background-color: var(--logo-color) !important;
	color: white;
	border-radius: 3px;
	padding: 5px 20px;
}
#barre-infolettre #mc_embed_signup div.mce_inline_error {display:none !important}


#mc_embed_signup h2 {
  margin: 0 !important;
  color: var(--logo-color);
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
#cyberimpact_form h2 {
  margin: 0 !important;
  color: var(--logo-color);
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}

@media(min-width: 768px){
  #barre-infolettre #mc-embedded-subscribe-form { margin: 2px 0 !important; max-height:36px; }
  #barre-infolettre #mce-EMAIL { max-height:35px; }
	  #barre-infolettre #ci_email { max-height:35px; }
  #mc_embed_signup_scroll {grid-template-columns: 1fr 250px 100px;}
  .site-header .site-branding img {height: auto;max-width: 200px;max-height: 115px;width: auto;}
}
@media(max-width: 768px){
  #mc_embed_signup_scroll {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 0.25em;
  }
}
@media (max-width: 500px) {
	#barre-infolettre #mc-embedded-subscribe-form{max-height: fit-content;}
	#mc_embed_signup .mc-field-group {display: contents !important;}

}
#barre-promo { text-align: center; }


.secondary-header-menu{display: none;}
#menu-topmost-menu {font-size:14px;}
#menu-topmost-menu li:last-child{padding-right:40px}
@media (min-width: 768px) {
  .secondary-header-menu {display: contents!important;}
  .main-navigation ul li a,
  .secondary-header-menu ul li a,
  .site-title a,
  ul.menu li a,
  .site-branding h1 a,
  button.menu-toggle,
  button.menu-toggle:hover,
  .handheld-navigation .dropdown-toggle {color: #ffffff;}
  .site-header-cart .cart-contents {
    padding: 1em 0;
  }
}

#content {
  margin-top: 40px;
  background-color:#000000;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
ul.products li.product .button {
  background-color: var(--logo-color);
  color: #ffffff;
}

.popfont2 {
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  padding: 0px;
  font-weight: 600;
  color: #341e4d;
  text-transform: uppercase;
  font-size: 14px;
}
#layer_content_352426934 {
  border-radius: 3px 3px 3px 3px;
}

@media (max-width: 66.4989378333em) {
  .header-widget-region .col-full {
    margin-left: 0em;
    margin-right: 0em;
    padding: 0;
  }
}

/* PRELOADER */

.preloader-bg {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111111;
  top: 0;
  left: 0;
}
#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
  z-index: 9999999;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 0;
  margin-left: -22px;
  margin-top: 0px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 0, 42, 0.55);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader-after {
  position: fixed;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.55s;
  -moz-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.55s;
  -ms-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.55s;
  -o-transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.55s;
  transition: 1s cubic-bezier(0.67, 0.02, 0.2, 0.97) 0.55s;
  overflow: hidden;
  z-index: 999;
}

/* SPLITTING */
.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}
.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}
.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}
.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect.masker:after {
  background-color: #000000;
}
.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes show-img-1 {
  0%,
  66.6% {
    visibility: hidden;
  }

  100%,
  66.7% {
    visibility: visible;
  }
}

@keyframes show-img-1 {
  0%,
  66.6% {
    visibility: hidden;
  }

  100%,
  66.7% {
    visibility: visible;
  }
}
@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }

  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }

  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

/*PARALLAX FAIIN DOWN*/

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*PARALLAX DEBUT*/

#parallax-home-div img.gm-logo-home {
  position: relative;
  z-index: 9;
  margin-bottom: 70px;
}
@-moz-keyframes spinro {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinro {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinro {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#parallax-home-div a.button {
  background-color: #000;
  max-width: 380px;
  font-size: 0.8em;
  padding: 20px;
}
#parallax-home-div a.button:hover {
  color: #d7f0f4;
}

#parallax-home-div {
  text-align: center;
  font-size: 2em;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 800px;
}

#parallax-home-div img {
  text-align: center;
  margin: 0 auto 40px auto;
}
.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -410px;
  margin-right: -410px;
}

.parallax-content {
  width: 50%;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 400px;
}
.text-parallax {
  font-size: 2em;
}

/*PARALLAX FIN*/

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
  font-size: 1.2em;
  font-weight: bold;
  height: 100%;
  max-height: 50px;
  padding-top: 0px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  max-width: 200px;
  width: 100%;
  z-index: 100;
  margin-left: -100px;
}
.viewport a span em {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
}

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
  background-color: rgba(15, 15, 15, 0.6);
  color: #fff;
  text-shadow: #000 0px 0px 20px;
}
.dark-background i {
  color: #ccc;
}
.dark-background .fa-headphones {
  opacity: 0.95; /* Opacity (Transparency) */
  color: rgba(255, 255, 255, 0.95);
}
.dark-background em {
  color: #ccc;
}

.photo {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.photo1 {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}
.photo2 {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

@media screen and (max-width: 420px) {
  .viewport a span {
    height: 100%;
    max-height: 280px;
    max-width: 280px;
    padding-top: 105px;
  }
  .logo-identite img {
    margin-left: 0px;
  }
  .photo {
    width: 100%;
    max-width: 280px;
    height: auto;
  }
  .photo1 {
    width: 100%;
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  }
  .photo2 {
    width: 100%;
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  }
  .sfm-navicon-button.sf_label_default {
    width: 43px;
    height: 43px;
  }
  .logo-identite {
    margin-top: 5px;
    max-width: 80px;
  }
  .sociaux-identite {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 350px) {
  .logo-identite,
  .logo-identite img {
    max-width: 60px;
  }
  .viewport a span {
    height: 100%;
    max-height: 260px;
    max-width: 260px;
    padding-top: 95px;
  }

  .photo {
    width: 100%;
    max-width: 260px;
    height: auto;
  }
  .photo1 {
    width: 100%;
    max-width: 260px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  }
  .photo2 {
    width: 100%;
    max-width: 260px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  }
}

@media screen and (max-width: 500px) {
  img.alignleft,
  img.alignright {
    float: none;
    display: block;
    margin: 5px auto;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  body.page-id-871 .back_player {
    padding: 5px;
  }
  img.alignleft,
  img.alignright {
    max-width: 260px !important;
    height: auto;
    margin-top: 5px;
  }
}

.to-top-arrow {
  position: fixed;
  right: 10px;
  bottom: -10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #f21f42;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .to-top-arrow {
    right: 6px;
  }
}
.to-top-arrow.show {
  bottom: 35px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media only screen and (max-width: 640px) {
  .to-top-arrow.show {
    bottom: 55px;
  }
}
.to-top-arrow:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.scroll-indicator-wrapper {
  position: absolute;
  width: 1px !important;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: -9px;
  margin-right: auto;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 880px) {
  .scroll-indicator-wrapper {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .scroll-indicator-wrapper {
    display: none;
    visibility: hidden;
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 98;
}
@media all and (min-width: 1920px) {
  .scroll-indicator {
    bottom: 60px;
  }
}
.scroll-line {
  display: block;
  width: 1px;
  height: 55px;
  background: none;
}
@media all and (min-width: 1920px) {
  .scroll-line {
    height: 55px;
  }
}
.scroll-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 0;
  background-color: #fff;
  -webkit-animation: scroll-down 2s ease-in-out infinite;
  -ms-animation: scroll-down 2s ease-in-out infinite;
  animation: scroll-down 2s ease-in-out infinite;
}
@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/*/////18 aout//////*/
.header-widget-region .widget {
  margin: 0;
  padding: 2em 0 1em 0;
  font-size: 0.875em;
}
.sfb-footer-bar {
  background-color: #000;
  text-align: left;
  margin: 0 auto;
}
#field_1_2 .gfield_label {
  display: none;
}
#gform_wrapper_1 {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1880px) {
  /*#gform_wrapper_1 {max-width:1150px;}*/
  .sfb-footer-bar .gform_wrapper .gform_body {
    width: 68%;
    margin-left: 3%;
  }
  .sfb-footer-bar .gform_footer {
    width: 20%;
  }
}

@media only screen and (min-width: 1800px) {
  /*#gform_wrapper_1 {max-width:1150px;}*/
  .sfb-footer-bar .gform_wrapper .gform_body {
    width: 66%;
    margin-left: 1%;
    max-width: 1000px;
  }
  .sfb-footer-bar .gform_footer {
    width: 20%;
  }
}
@media (max-width: 1450px) {
  .sfb-footer-bar .gform_wrapper .gform_body {
    width: 66%;
    margin-left: 2%;
  }
  #gform_1 .gform_footer {
    max-width: 280px;
  }
}
@media (max-width: 1400px) {
  .sfb-footer-bar .gform_wrapper .gform_body {
    width: 65%;
  }
}

@media (max-width: 1350px) {
  .sfb-footer-bar .gform_wrapper .gform_body {
    width: 63%;
  }
}
@media only screen and (min-width: 641px) {
  .sfb-footer-bar .gform_wrapper .gform_body {
    float: left;
    display: inline-block;
    vertical-align: top;
  }

  .gform_footer {
    display: inline-block;
    vertical-align: middle;
  }
}
h2.woocommerce-loop-product__title {
  min-height: 40px;
}
#tab-title-reviews {
  display: none;
}
.letter-section .back-to-top {
  display: none;
}
.az-letters > ul.az-links > li,
.a-z-listing-widget .az-letters > ul.az-links > li,
.a-z-listing-widget.widget .az-letters > ul.az-links > li {
  list-style: none;
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  margin: 0 0 0.6em;
  border: 2px solid #111111;
  background: rgba(0, 0, 0, 1);
  color: #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
}

.az-letters > ul.az-links > li a,
.a-z-listing-widget .az-letters > ul.az-links > li a,
.a-z-listing-widget.widget .az-letters > ul.az-links > li a {
  color: #f21f42;
}
.popfont3 {
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
  padding: 0px;
  font-weight: 600;

  text-transform: uppercase;
}
h1.entry-title {
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
}
.page-id-29122 .entry-content {
  display: inline-block;
  width: 100%;
  max-width: 620px;
  min-width: 280px;
  vertical-align: top;
  margin: 0 5px;
}
.col_left {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px;
  min-width: 280px;
  margin: 0 5px;
}
.page-id-29122 h1.entry-title {
  background: url(https://atmaclassique.com/wp-content/uploads/2020/08/subtle_carbon_@2X.png)
    repeat;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
.page-id-29122 h2,
.page-id-29122 h3 {
  font-family: "Poppins", Sans-serif;
}
.page-id-29122 h2 {
  font-weight: 500;
  color: #e51048;
}
#gform_wrapper_2 .gform_footer .the-button-inverse,
#gform_wrapper_5 .gform_footer .the-button-inverse {
  background: #000000;
}

@media (min-width: 768px) {
  .single-artistes .content-area {
    width: 100%;
    float: left;
    margin-right: auto;
  }
  .page-id-29122 .entry-content {
    margin: 0 40px;
  }
  .col_left {
    margin: 0 20px;
  }
  .header-widget-region .widget {
    margin: 0;
    padding: 1em 0 1em 0;
    font-size: 0.875em;
  }
  .home .col-full {
    max-width: 76.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }

  #colophon .col-full,
  .sfb-footer-bar .col-full {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }
  #colophon .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin: 0 1%;
  }
  .header-widget-region .col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
  }
  .list-song2 i.fa-play {
    font-size: 1em;
    margin-right: 20px;
  }
  h1.entry-title {
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 5px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
.home .section-title {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9em;
  letter-spacing: 15px;
  text-align: left;
  margin-bottom: 60px;
  font-style: normal;
}
.flex-control-paging li a.flex-active {
  background: #bc0441;
  background: rgba(188, 4, 65, 0.6) !important;
}
.flex-control-paging li a {
  background: #666;
  background: rgba(255, 255, 255, 0.1) !important;
}

.discographie_artiste {
  font-family: "Poppins", Sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  margin: 40px 5px 20px 5px;
  letter-spacing: 2px;
  color: #fefefe;
  border-top: 1px solid #333333;
  padding-top: 40px;
}

.devant-homepage {
  margin-top: 60px;
  margin-bottom: 60px;
}

#devant-homepage2 h2,
#devant-homepage3 h2 {
  margin-bottom: 40px;
  color: rgba(255, 0, 100, 0.8);
  text-shadow: 2px 2px 2px rgba(25, 0, 0, 1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
#devant-homepage-test h2 {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(255, 0, 100, 1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

h2.section-title-one {
  font-family: "Poppins", Sans-serif;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9em;
  letter-spacing: 15px;
}
.home .storefront-recent-products h2.section-title,
.home .storefront-best-selling-products h2.section-title,
.storefront-product-categories h2.section-title {
  display: none;
}
.border-title {
  min-height: 10px;
  background: #f21f42;
  width: 120px;
  max-width: 120px;
  margin: 20px 0 0 0;
}
body.home {
  background: url(https://atmaclassique.com/wp-content/uploads/2020/08/subtle_carbon.png)
    repeat;
}

.topla {
  border-radius: 8px;
  padding: 35px;
  min-height: 340px;
  -webkit-box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.16);
  border-top: 1px solid #333333;
  border-left: 1px solid #222;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  min-height: 425px;
  margin: 20px 5px 60px 5px;
  min-width: 230px;
  vertical-align: middle;
}
#topla1 {
  background: rgba(40, 61, 97, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#topla2 {
  background: rgba(242, 31, 66, 0.4);
}
#topla3 {
  background: rgba(242, 31, 66, 0.5);
}
#foryou {
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  padding-top: 0px;
  margin-top: -20px;
}
.home #content {
  margin-top: -60px;
}

.header-widget-region {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0) 0%,
    rgba(17, 17, 17, 1) 90%,
    rgba(17, 17, 17, 0) 100%
  );
}

@media (max-width: 768px) {

  .handheld-navigation a,
  .handheld-navigation a:link,
  .handheld-navigation a:visited,
  .handheld-navigation a:any-link {
    color: white;
  }
  .controlsInner {
    max-width: 160px;
  }
  #track {
    display: inline-block;
    font-size: 13px;
  }
}
@media (max-width: 568px) {
  #title span {
    word-wrap: break-word;
    text-overflow: ellipsis;
    line-height: 16px;
  }
  #track {
    display: inline-block;
    margin: 0 4%;
    font-size: 13px;
  }
  #timer,
  #duration {
    font-size: 14px;
  }
  h2.section-title-one {
    font-family: "Poppins", Sans-serif;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9em;
    letter-spacing: 5px;
  }

  #list2.liste-mp3-produit .list-song2 {
    min-height: 100px;
  }
}
@media (max-width: 468px) {
  .col-full {
    margin-left: 1.2em;
    margin-right: 1.2em;
    padding: 0;
  }

  #lien {
    width: 100%;
    min-width: 160px;
    max-width: 160px;
    top: 35px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .flr {
    display: inline;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #lien a span.fa-stack {
    display: inline-block;
    margin: 0 5px;
    background: #816c95;
    border-radius: 50%;
    border: 1px solid #2f013e;
    height: 40px;
    width: 40px;
    padding-top: 10px;
  }
  #player-conteneur .flr a span.fa-stack i {
    color: #2f013e;
    font-size: 1.5em;
  }
}
#lien a span {
  min-width: 60px;
}

.site-footer {
  padding: 1.618em 0 0.706325903em 0;
}
.popfont {
  font-size: 6.2em;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.archive h2.entry-title,
.blog h2.entry-title {
  font-family: "Poppins", Sans-serif;
  margin-top: 20px;
}
.archive h2.entry-title,
.blog h2.entry-title a {
  font-family: "Poppins", Sans-serif;
}
.space_i {
  margin-left: 5px;
}
.hentry .entry-content a.lien_pf {
  text-decoration: none;
  margin-right: 10px;
}
.hentry .entry-content a.lien_pf:hover {
  text-decoration: none;
  color: #ffffff;
}
.category-pleins-feux .posted-on {
  display: none;
}
.hentry .entry-content a.social {
  font-size: 1.4em;
  color: var(--logo-color);
  margin-left: 10px;
  margin-right: 10px;
}
.hentry .entry-content a.site {
  color: var(--logo-color);
  margin-left: 10px;
  margin-right: 10px;
}

/**************/
@media (max-width: 767px) {
  .site-footer .footer-widget-1 {
    margin-top: 30px;
  }
  .sfb-footer-bar #gform_widget-5 {
    float: none;
    clear: both;
    display: block;
  }
}

#lien {
  position: absolute;
  max-width: 230px;
  margin-left: 20px;
  top: 100%;
  left: 6%;
  margin-top: 45px;
}
.woocommerce ul.products li.product .available {
  margin-bottom: 1.25rem;
  line-height: 1.618;
  font-size: 0.875em;
}
#colophon .footer-widget-2 .custom-html-widget,
#colophon .footer-widget-2 .custom-html-widget a {
  color: var(--logo-color);
  font-family: "Poppins", Sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 0.95em;
}
#field_1_2 label.gfield_consent_label {
  font-size: 0.95em;
}
.site-footer .footer-widget-1 {
  font-size: 0.8em;
}
@media (max-width: 1165px) {
  .controlsInner {
    position: absolute;
    width: 100%;
    max-width: 200px;
    margin-left: -100px;
    height: 40px;
    left: 50%;
    text-align: center;
  }
  #lien {
    position: absolute;
    max-width: 230px;
    margin-left: 20px;
    top: 100%;
    left: 6%;
    margin-top: 45px;
  }
}

.up-sells li a img {
  max-width: 196px;
  height: auto;
}
.single-product .wooct-countdown {
  min-width: 300px;
}

.single-product .nouvelle_mini {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 300px;
  vertical-align: top;
}
.single-product .variations_form {
  display: inline-block;
  width: 100%;
  max-width: 500px !important;
}
.single-product .woocommerce-tabs {
  display: block;
}

@media (max-width: 768px) {
  #lien {
    position: absolute;
    max-width: 230px;
    margin-left: 20px;
    top: 100%;
    left: 6%;
    margin-top: 45px;
  }

  .woocommerce ul.products li.product .available {
    margin-top: -64px;
  }
}
@media (max-width: 767px) {
  .nouvelle_mini {
    display: block;
    float: none;
  }
}

@media (max-width: 608px) {
  #lorem {
    font-size: 1em;
  }
  .parallax-content {
    width: 90%;
  }
  /*.woocommerce ul.products li a.woocommerce-loop-product__link {min-height:350px;}*/
  section.storefront-product-categories,
  .storefront-product-categories ul.products {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .storefront-product-categories ul.products li.product {
    float: none;
    display: block;
    width: 99%;
    text-align: center;
    margin: 40px auto 60px auto;
  }
}
#comments,
.entry-header .post-comments {
  display: none;
}
#title {
  z-index: 9;
}
.woocommerce-tabs ul.wc-tabs li {
  padding-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#colophon .site-info {
  display: none;
}
#lorem {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
#parallax-home-div a.button {
  margin-bottom: 20px;
}
@media (max-width: 630px) {
  #lien {
    top: 0;
    margin-top: -62px;
    border-top: 1px solid #3d0273;
    border-left: 1px solid #3d0273;
    border-right: 1px solid #3d0273;
    left: 20px;
    max-width: 280px;
    background: #000000;
    padding: 5px;
    height: 58px;
    margin-left: 5px;
  }

  #lorem {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
/*@media (max-width: 480px){
                      .woocommerce ul.products li a.woocommerce-loop-product__link {min-height:300px;}
                      }*/
@media (max-width: 400px) {
  #lien {
    left: 5px;
  }
}
@media (max-width: 376px) {
  #lien {
    left: 0;
    max-width: 260px;
  }
}

/*@media (max-width: 338px){
                      .woocommerce ul.products li a.woocommerce-loop-product__link {min-height:270px;}
                      }*/
@media (max-width: 320px) {
  #lien {
    left: 0;
    max-width: 240px;
  }
  #lien {
    margin-left: 0;
  }
}
.woocommerce-breadcrumb {
  font-size: 1em;
  color: #e66910;
}
h1.woocommerce-products-header__title {
  font-family: Poppins, Sans-serif;
  letter-spacing: 2px;
}
.single-post h1.entry-title {
  margin-top: 40px;
}
.focus a,
a:focus {
  outline: 0 !important;
}
.entry-header .post-author {
  display: none;
}
.woovr-variations .woovr-variation:hover {
  background-color: #222;
}
.conteneur-playlist h3 {
  font-family: Poppins, Sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-left: 2px;
  margin-top: 8px;
  background: #280309;
  border: 2px solid #730222;
  padding: 5px 6px;
  border-radius: 8px;
}
.single .alg-wc-wl-btn,
.single .alg-wc-wl-btn.remove i:first-child,
.single .alg-wc-wl-thumb-btn-single,
.single .alg-wc-wl-view-state-add .fa-heart {
  display: none;
}
#player-conteneur {
  z-index: 99;
}
ul.wc-tabs li {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #aws-search-result-2 {
    top: 10px !important;
    position: fixed !important;
  }
}
#field_1_1 .gfield_label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#input_1_1 {
  background: 0 0;
  color: #fff;
  border-bottom: 1px solid #e66910;
  outline-color: transparent;
  transition: outline-color 0.15s, border-bottom 0.15s, border-bottom-color 0.15s;
  &:focus {
    outline-color: var(--logo-color);
    border-bottom-color: var(--logo-color)!important;
  }
}

#field_1_2 label.gfield_consent_label {
  color: #fff;
}
#field_1_1 label.gfield_label {
  color: #fff;
}
.gform_footer .the-button-inverse {
  background: #e66910;
  color: #fff;
  line-height: 25px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  border-radius: 10px;
}
.gform_footer .the-button-inverse::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 1);
}
.gform_footer .the-button-inverse:hover {
  letter-spacing: 2px;
  background: rgba(230, 105, 16, 0);
}
.gform_footer .the-button-inverse:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.gform_footer .the-button-inverse::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: #fff;
}
.gform_footer .the-button-inverse:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
#colophon .block i.fab,
#colophon .block i.fas {
  margin: 0 10px;
  min-width: 40px;
  min-height: 40px;
  vertical-align: middle;
  border-radius: 10%;
  text-align: center;
  color: var(--logo-color);
  font-size: 1.5em;
  padding: 0;
}
@media (min-width: 973px) {
  #colophon .block i.fa,
  #colophon .block i.fab,
  #colophon .block i.fas {
    padding: 10px 10px 10px 10px;
  }
}
#custom_html-15 {
  width: 28.4347826087%;
}
@media (min-width: 768px) {
  .footer-widget-3 {
    text-align: right;
  }
  .sfb-footer-bar section {
    float: left;
    margin: 0 1%;
  }
  #custom_html-15 h2.widget-title {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-top: 1px solid #e66910;
    border-left: 1px solid #d16110;
    border-right: 80px solid #000;
    border-bottom: 2px solid #7d3b0b;
    margin-top: 30px;
    font-family: Poppins, Sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 8px;
    color: #e66910;
  }
}
.popfont {
  font-family: Poppins, sans-serif;
  padding: 0;
  font-weight: 700;
}
.popfont {
  font-size: 6.2em;
  line-height: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 601px) {
  .popfont {
    letter-spacing: 4px !important;
    font-size: 4.5em !important;
    margin-top: 10px;
    line-height: 0.9em !important;
  }
}
@media (max-width: 600px) {
  .popfont {
    letter-spacing: 2px !important;
    font-size: 4.5em !important;
    margin-top: 5px;
    padding-left: 5px !important;
    line-height: 14px;
  }
  #layer_content_711628788 {
    min-width: 100px;
    margin-top: -10px;
    padding-right: 20px;
  }
  #layer_content_568552985 {
    margin-top: 5px;
    margin-right: 35px;
  }
}
#layer_content_711628788 {
  min-width: 100px;
}
#layer_content_568552985 {
  min-width: 120px;
}
.footer-widget-2 .custom-html-widget a.politique {
  color: #fff;
}
a.privacy-policy-link {
  color: #e66910 !important;
}
#input_1_1 {
  width: 100%;
}
@media (min-width: 1800px) {
  #gform_1 .gform_footer {
    max-width: 340px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: right;
    max-width: 1200px;
  }
}
@media (max-width: 1799px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 700px;
  }
}
@media (max-width: 1694px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 650px;
  }
}
@media (max-width: 1620px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 620px;
  }
}
@media (max-width: 1565px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 600px;
  }
}
@media (max-width: 1525px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 520px;
  }
}
@media (max-width: 1400px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 490px;
  }
}
@media (max-width: 1300px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
  #gform_widget-5 {
    width: 65.565%;
    float: left;
  }
  #gform_1 .gform_body {
    max-width: 440px;
  }
}
#gform_1 .gform_footer {
  margin: 0 auto;
  text-align: right;
}
@media (min-width: 1400px) {
  #input_1_1 {
    width: 100%;
    max-width: 600px;
  }
  #gform_fields_1 {
    margin-right: 3em;
  }
}
@media (min-width: 1450px) {
  #input_1_1 {
    max-width: 700px;
  }
}
@media (max-width: 1671px) {
  #gform_1 .gform_footer {
    max-width: 300px;
  }
}
@media (max-width: 1280px) {
  .sfb-footer-bar .col-full section {
    display: block;
    width: 100%;
  }
  #custom_html-15 {
    display: block;
    width: 90%;
    margin-bottom: 60px;
  }
  #gform_widget-5 {
    width: 100%;
  }
  #gform_1 .gform_body {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  #custom_html-15,
  #gform_widget-5 {
    width: 100%;
    display: block;
  }
  .gform_footer {
    display: block;
  }
  #gform_wrapper_1 .gform_footer button {
    display: block;
    margin-left: 0;
  }
}
#custom_html-15 {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 30px;
  border-radius: 18px;
  border: 1px solid #071b29;
  -webkit-box-shadow: 0 0 15px -4px rgba(230, 105, 16, 0.4);
  -moz-box-shadow: 0 0 15px -4px rgba(230, 105, 16, 0.4);
  box-shadow: 0 0 15px -4px rgba(230, 105, 16, 0.4);
}

@media (min-width: 450px) {
  .columns-4 ul.products li.product a.woocommerce-LoopProduct-link img,
  .columns-4 ul.products li.product img,
  .archive
    ul.products
    li.product
    a.woocommerce-LoopProduct-link
    img.attachment-woocommerce_thumbnail,
  .columns-3 ul.products li.product a.woocommerce-LoopProduct-link img {
    max-width: 100%;
    height: auto;
  }
}

.woocommerce-product-gallery {opacity: 1 !important;}
/**/
.woovr-variations .woovr-variation:hover {background-color: #222;}

.up-sells li a img {max-width: 100%;height: auto;}

body.postid-69492 #primary p.price,
ul.products li.product.post-69492 .price,
body.postid-69632 #primary p.price,
ul.columns-4 li.product.post-69632 .price,
body.postid-69751 #primary p.price,
ul.columns-4 li.product.post-69751 .price,
body.postid-71499 #primary p.price,
ul.columns-4 li.product.post-71499 .price {display: none;}

ul.products li.product.post-69492 a.button,
ul.columns-4 li.product.post-69632 a.button,
ul.products li.product.post-69751 a.button,
ul.columns-4 li.product.post-71499 a.button {margin-top: 15px;}

.storefront-featured-products h2.section-title {display: none;}
.jouer,
.fa-play {cursor: pointer;}
mark {color: var(--logo-color);}

.stock.out-of-stock:before {display: none;}
#parallax-home-div .signature {font-size: 13px;}
#parallax-home-div a.button {background-color: #ffffff;color: #111111;}
#parallax-home-div a.button:hover {background-color: #000;color: #ffffff;}

.category .page-header h1.page-title {font-family: "Poppins", Sans-serif;letter-spacing: 2px;}

.archive h1.woocommerce-products-header__title {
  background: url(https://atmaclassique.com/wp-content/uploads/2020/08/subtle_carbon_@2X.png)
    repeat;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
  letter-spacing: 20px;
  font-family: "Poppins", Sans-serif;
}
.home
  .storefront-product-categories
  ul.products
  li.product.product-category
  img {
  margin-bottom: 0.5em;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.home
  .storefront-product-categories
  ul.products
  li.product.product-category
  h2 {
  padding: 20px 10px;
  font-size: 1.5em;
  font-family: "Poppins", Sans-serif;
  letter-spacing: 2px;
  min-height: 90px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5em;
  background: rgb(89, 2, 30);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  /* ajout */
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
}
.home
  .storefront-product-categories
  ul.products
  li.product.product-category
  mark {
  display: block;
  color: var(--logo-color);
}
ul.products li.product {
  width: 46.411765%;
  float: left;
  margin-right: 5.8823529412%;
}
ul.products li.product:nth-of-type(2n) {margin-right: 0;}
@media (min-width: 768px) {
  ul.products li.product:nth-of-type(2n) {margin-right: 5.8823529412%;}
  .parallax-content {width: 95%;}
}

button.alg-wc-wl-btn {background-color: #000;color: #ff7e00;}
.additional_information_tab a {color: #ffffff;}

#custom_html-10 a {color: var(--logo-color);}

div.pp_woocommerce .pp_content_container {background: #111111;}
div.pp_woocommerce .pp_content_container .single-product div.product .summary {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}
.pp_woocommerce_quick_view .woocommerce-product-gallery,
.pp_woocommerce_quick_view .conteneur-playlist {display: none;}

@media (max-width: 480px) {
  .archive h1.woocommerce-products-header__title {
    letter-spacing: 5px;
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 40px;
  }
}
.select2-results__options li {color: #333333;}
#colophon .footer-widget-2 .custom-html-widget a {font-size: 0.8em;}
/*CART*/
.cart .chanson a {color: #e66910;}
.cart td.product-name.digital {background: #111111;border-bottom: 1px solid #000000;}
.cart td.product-name.cd {background: #222222;}

.storefront-full-width-content .woocommerce-tabs .panel .heateorSssClear {margin-bottom: 10px;}

.rabais-span {font-size: 1.5em;}
.rabais-span,
.rabais-code {font-weight: bold;color: var(--logo-color);}
.rabais-code {color: #f1b6aa;}

#barre-promo {max-height:50px !important;min-height:auto;padding:0;line-height: 1.4em;}
#barre-promo .promo-align{height:auto;padding: 15px 0;}


@media screen and (min-width: 768px) {
  .header-widget-region .widget {padding: 0.1em 0 1em 0;}
  .home .bigbox {display: none;}
}



.blockUI.blockOverlay {background: rgba(0, 0, 0, 0.5) !important;}

article .entry-content img:first-child {margin-bottom: 3em;}
body.postid-2938 h1.entry-title {color: #ff0000;}

#content {max-width: 1920px;margin-left: auto;margin-right: auto;}


.header-widget-region .col-full1,
.home section.storefront-product-categories {width: 100%;margin: 0 auto;}
.home section.storefront-product-categories .columns-3 {max-width: 1920px;margin: 0 auto;}
.home section.storefront-product-categories .columns-3 li.product-category {margin-bottom: 6.235801032em;}
.single-product #content {max-width: 1920px;margin: 0 auto;}

div.letter-section > ul.az-columns {width: 100%;font-size: 1.2em;}


@media screen and (min-width: 768px) {
  .header-widget-region .col-full1 {max-width: 100%;}
}

article .entry-content,
.storefront-full-width-content .woocommerce-tabs .panel,
ul.products li.product .woocommerce-loop-product__title {font-size: large !important;}

