/*
Theme Name: Studio Theatre de Stains
Theme URI: https://www.studiotheatrestains.fr/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site Studio Theatre de Stains
Version: 2.0
*/




html {
    min-height:110vh;
}
body {
    font-optical-sizing: auto;
    font-weight:300;
    font-style: normal;
    color: var(--color-black);
}
body.home {
    background-color:#000000;
}


@media(min-width:768px) {
    body.page, body.single, body.product, body.archive, body.category {
        padding-top: 225px;
    }
    body.home {
        padding-top: 175px;
    }
    body.single-spectacles, body.single-spectacles {
        padding-top: 225px;
    }
}
@media(max-width:767px) {
    body.page, body.single, body.product, body.archive, body.category {
        padding-top: 160px;
    }
    body.home {
        padding-top: 139px;
    }
}


a {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.btn-red {
    background-color: #e62e0c !important;
    border: none !important;
    line-height: 45px !important;
    height: 45px !important;
    padding: 0px 19px !important;
    margin-top: 3px !important;
    font-size: 16px !important;
    border-radius: 22px !important;
    text-transform: uppercase;
    color: white !important;
}
.btn-red:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}
.btn-white {
    background-color: #fff !important;
    border: none !important;
    line-height: 45px !important;
    height: 45px !important;
    padding: 0px 19px !important;
    margin-top: 3px !important;
    font-size: 16px !important;
    border-radius: 22px !important;
    border:1px solid #e62e0c !important;
    text-transform: uppercase;
    color: #e62e0c !important;
}
.btn-white:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
   border:1px solid #e62e0c !important;
}
.btn-small {
    line-height: 32px !important;
    height: 32px !important;
    padding: 0px 19px !important;
    font-size: 13px !important;
    border-radius: 16px !important;    
}
.btn-beige {
    background-color: #BFB16B !important;
    border: none !important;
    line-height: 45px !important;
    height: 45px !important;
    padding: 0px 19px !important;
    margin-top: 3px !important;
    font-size: 16px !important;
    border-radius: 22px !important;
    text-transform: uppercase;
    color: white !important;
}
.btn-beige:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

.btn-red.btn-fleche-droite {
    background-image: url('img/btn-red-fleche-droite.png');
    background-position: right 16px center;
    background-repeat:no-repeat;
    padding: 0px 61px 0px 19px !important;    
}
.btn-beige.btn-fleche-droite {
    background-image: url('img/btn-beige-fleche-droite.png');
    background-position: right 16px center;
    background-repeat:no-repeat;
    padding: 0px 61px 0px 19px !important;    
}



/******************************************** MAIN **************************************************/

header {
    background-color: #000000;
    padding-top:60px;
    z-index: 9998 !important;
}
.navbar {
    z-index: 9999 !important;
    transition: box-shadow .2sease;
    position: fixed;
    z-index: 10;
    background-color: #000000;
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2sease;
    border-bottom:1px solid #B1B1B1;
    padding:0 0px !important;
}
.navbar a {
    color:white;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size:14px;
    line-height: 32px;
    margin-right: 13px;
    text-decoration: none;
}
.navbar a:hover {
    color:#e62e0c;
    text-decoration: none;
}
.dropdown-menu {
    background-color:black !important;
    background:black !important;
}
.dropdown-menu li a {
    background-color:black !important;
    background:black !important;
}
.navbar-nav {
    margin-bottom: -1px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav .show {
    color:#e62e0c !important;
    font-weight:600 !important;
}
.navbar-nav .btn .nav-link.active {
    color:#ffffff !important;
    font-weight:400 !important;
}
@media(min-width:768px) {
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
        border-bottom: 2px solid #e62e0c !important;
        font-weight:600 !important;
    }
    .dropdown-item.active {
        border-bottom: 0px solid #e62e0c !important;
    }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: rgb(255,255,255,0) !important;
  background-color: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} 
.navbar li.btn {
    background-color: transparent;
    border:none;
}
.navbar li.btn:hover {
    background-color: transparent;
    border:none;
}
.navbar li.btn a {
    background-color: #e62e0c;
    border:none;
    line-height: 30px;
    height:30px;
    padding:0px 19px !important;
    margin-top:3px !important;
    font-size:14px;
    border-radius:15px;
    text-transform: uppercase;
}
.navbar li.btn a:hover {
    background-color: #e62e0c;
    color:white;
}
.navbar ul.nav-cta {
    list-style-type: none;
}
.navbar ul.nav-cta li {
    float: left;
}
.wpmenucartli {
    line-height: 48px;
}

/******************************************** HOMEPAGE **************************************************/

@media(min-width:768px) {
    .jumbotron {
        min-height:877px;
    }
}
.separateur-blanc {
    z-index:9997;
    overflow: hidden !important;
    overflow-x: no-display;
    /*
    background-image: url('img/separation-trace- blanc.png');
    background-position: -700px top;
    */
    position: relative;
    top: -50px;
    left: 0;
    width: 2726px;
    max-width:100%;
    height: 50px;
    /* UI Properties */
    background: transparent url('img/separation-trace- blanc.png') -700px 0% no-repeat padding-box;
    opacity: 1;
    /*
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    width: 100%;
    height:210px;
    bottom:-150px !important;
    */
}
.jumbotron .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    /*
    left: 5% !important;
    right: 5% !important;
    width:90% !important;
    background-image: url('img/bg-caption-carrousel.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.76;
    */
}
.jumbotron .carousel-caption h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size:60px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #FFFFFF;
    opacity: 1 !important;
}
.jumbotron .carousel-caption p {
    font-family: "Cabin", sans-serif;
    font-size: 21px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 300;
}
.jumbotron .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.jumbotron .btn {
    border:none !important;
    margin-top:15px !important;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) { 
}
@media(max-width:767px) {
}


.section-intro {
    background-color:#f5f5f5;
    background: #f5f5f5 url('img/taches-grises.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    padding:0px 0 70px 0;
}
.section-intro h2 {
    background-image: url('img/prochainement.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'Prochainement';
    content-visibility: hidden;
    width: 556px;
    max-width:100%;
    height:208px;
}

/** Ticket HP **/

.ticket{
    min-height: 347px;
    background: url('img/separation-traces-beige-3@2x.png') center right ;
    background-size: cover;
    background-repeat:no-repeat;
    /*filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.12));*/
    margin: 0px 15px 30px 15px !important;
    width: calc(50% - 30px) !important;
}
@media(max-width:767px) {
    .ticket{
        min-height: 347px;
        background: url('img/separation-traces-beige-3@2x.png') center center ;
        background-size: cover;
        background-repeat:no-repeat;
        margin: 15px 15px;
        width: calc(100% - 30px) !important;
    }
}
.ticket-content {
    padding:40px 40px !important;
}
.ticket-img {
    min-height: 347px;
    background-position: center center ;
    background-size: cover;
    background-repeat:no-repeat;
    opacity: 1;
}
.ticket-img:hover {
    cursor:pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.ticket-categorie {
    font-family: "Cabin", sans-serif !important;
    font-size:13px !important;
    color:#000000;
    padding:4px 10px !important;
    border-radius:10px !important;
    background-color:white;
    text-transform: uppercase !important;
    display: inline !important;
    width:auto !important;
}
.ticket-dates {
    font-family: "Cabin", sans-serif;
    font-size:14px;
    color:#000000;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width:100%;
    margin: 10px 0 20px 0;
}
.ticket h3, .ticket h3 a {
    font-size:30px;
    color:#000000;
    font-weight: 800;
    text-decoration:none;
}
.ticket h3 a:hover {
    color:#e62e0c;
}
.ticket p {
    font-size:14px;
    color:#000000;
    font-weight: 400 !important;
    text-transform: uppercase;
    display: inline-block;
    width:100%;
    margin: 10px 0 20px 0;
display: -webkit-box;
    height: 3.6em;
    line-height: 1.2em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;    
     
}
 .ticket p strong {
    font-weight: 400 !important;  
}

.ticket-top {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    background-color: red;
    height: 15px;
  /*  
  background: 
   radial-gradient(8px at top ,#0000 98%,#fff) top,
   radial-gradient(8px at bottom,#0000 98%,#fff) bottom;  
  background-size: 25px 25px;
  background-repeat:repeat-x;   
  */ 
}
.ticket-bottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: green;
    height: 15px;
  /*  
  background: 
   radial-gradient(8px at top ,#0000 98%,#fff) top,
   radial-gradient(8px at bottom,#0000 98%,#fff) bottom;  
  background-size: 25px 25px;
  background-repeat:repeat-x;    
    */
}
.ticket-right {
    position: absolute;
    right: 0;
    display: block;
    width: 15px;
    background-color: yellow;
    height: 100%;
  /*  
  background: 
   radial-gradient(8px at top ,#0000 98%,#fff) top,
   radial-gradient(8px at bottom,#0000 98%,#fff) bottom;  
  background-size: 25px 25px;
  background-repeat:repeat-x;   
  */ 
}
/*
.ticket{
  min-height: 150px;
  background: 
   radial-gradient(8px at left ,#0000 98%,#fff) left,
   radial-gradient(8px at right,#0000 98%,#fff) right;  
  background-size: 50.5% 25px;
  background-repeat:repeat-y;
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
}
*/


/** Section Calendrier **/

.section-calendrier {
    background: #f5f5f5 url('img/taches-grises-2.png') bottom right no-repeat padding-box;
    opacity: 1;
    padding:0px 0 30px 0;
}
.section-calendrier h2 {
    text-align: center;
    background-image: url('img/calendrier.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'Calendrier';
    content-visibility: hidden;
    width: 363px;
    max-width:100%;
    height:103px;
}
.calendrier-hp {
    min-height:400px;
    padding: 0px 0px 60px 0px;
}
.calendrier-hp .col .month-content {
    margin: 0px 5px;
    padding: 70px 18px 0 18px;
    position: relative;
    background-color: #FFFFFF;
}
.calendrier-hp .current-month {

}
.calendrier-hp .current-month .month-content {
    background-color: #FADFDB;
}
.month-content-footer {
    margin: -12px 5px 0px 5px;
    
}
.calendrier-hp .col.current-month .cal-month{
    display: inline-block;
    position: relative;
    background-color: #E62E0C;
    width: 106px;
    height:106px;
    border-radius:50%;
    color:white;
    font-weight:800;
    line-height:106px;
    text-align: center;
    font-size:32px;
    top: 53px;
    z-index:9999;
    margin: 0 25%;
}    
.calendrier-hp .col .cal-month{
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    width: 106px;
    height:106px;
    border-radius:50%;
    color:#000000;
    font-weight:800;
    line-height:106px;
    text-align: center;
    font-size:32px;
    top: 53px;
    z-index:9999;
    margin: 0 25%;
}
@media(max-width:767px) {
    .calendrier-hp .col.current-month .cal-month, .calendrier-hp .col .cal-month {
        margin: 0 35%;        
    }
}
.calendrier-hp .col.current-month .cal-event-categorie {
    font-family: "Cabin", sans-serif;
    font-size:13px;
    color:#000000;
    padding:4px 10px;
    border-radius:10px;
    background-color:white;
    text-transform: uppercase;
    display: inline;
}
.calendrier-hp .col.current-month .cal-event-dates {
    font-family: "Cabin", sans-serif;
    font-size:14px;
    color:#000000;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width:100%;
    margin: 10px 0 15px 0;
}
.calendrier-hp .col.current-month .cal-event h3, .cal-event h3 a {
    font-size:18px;
    color:#000000;
    font-weight: 800;
    text-decoration:none;
}
.calendrier-hp .col.current-month .cal-event h3 a:hover {
    color:#e62e0c;
}
.calendrier-hp .col .cal-event-categorie {
    font-family: "Cabin", sans-serif;
    font-size:13px;
    color:#000000;
    padding:4px 10px;
    border-radius:10px;
    background-color:#BFB16B;
    text-transform: uppercase;
    display: inline;
}
.calendrier-hp .col ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.calendrier-hp .col ul li {
    border-bottom:1px solid black;
    margin-bottom:20px;
    padding-bottom:5px;
}
.calendrier-hp .col ul li img {
    margin-bottom:10px;
}
.calendrier-hp .col ul li:last-child {
    border-bottom:0px solid black;
    margin-bottom:0px;
    padding-bottom:0px;
}
.calendrier-hp .col .cal-event-dates {
    font-family: "Cabin", sans-serif;
    font-size:14px;
    color:#000000;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width:100%;
    margin: 10px 0 20px 0;
}
.calendrier-hp .col .cal-event h3, .cal-event h3 a {
    font-size:18px;
    color:#000000;
    font-weight: 800;
    text-decoration:none;
}
.calendrier-hp .col .cal-event h3 a:hover {
    color:#e62e0c;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 60px;
  height: 37px;
}
.slick-slider .slick-arrow.slick-prev {
  left: -60px;
  background: url("img/fleche-gauche.png") 0 0 / 100% no-repeat !important;
}
.slick-slider .slick-arrow.slick-next {
  right: -60px;
  background: url("img/fleche-droite.png") 0 0 / 100% no-repeat !important;
}
.slick-prev:before, .slick-next:before {
    display:none !important;
}
@media(max-width:767px) {
    .slick-slider .slick-arrow {
      position: absolute;
      top: 100px;
      margin: -20px 0px 0px 0px;
      z-index: 10;
      font-size: 0;
      width: 60px;
      height: 37px;
    }
    .slick-slider .slick-arrow.slick-prev {
      left: 40px;
      background: url("img/fleche-gauche.png") 0 0 / 100% no-repeat !important;
    }
    .slick-slider .slick-arrow.slick-next {
      right: 20px;
      background: url("img/fleche-droite.png") 0 0 / 100% no-repeat !important;
    }
    .slick-initialized .slick-slide {
        display: block;
        margin-left: 20px;
    }
}

/** Section Ateliers **/

.section-ateliers {
    background-color:#000000;
    background: #000000 url('img/red-spots-lights.jpg') top center no-repeat padding-box;
    opacity: 1;
    padding:70px 0 130px 0;
}
.section-ateliers .separateur-gris {
    z-index:9997;
    overflow: hidden !important;
    overflow-x: no-display;
    position: relative;
    top: -95px;
    left: 0;
    width: 2726px;
    max-width:100%;
    height: 77px;
    background: transparent url('img/separation-trace-grise-2.png') -700px 0% no-repeat padding-box;
    opacity: 1;
}
.section-ateliers h2 {
    text-align: center;
    background-image: url('img/ateliers.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'';
    width: 376px;
    max-width:100%;
    height:164px;
    margin-bottom:45px;
    color:rgba(0,0,0,0) !important;
}
.section-ateliers h2 span {
    background-image: url('img/icon-applaudir.png');
    background-size: contain;
    background-repeat:no-repeat;
    width: 181px;
    max-width:100%;
    height:194px;
    position:relative;
    bottom:-40px;
    right:-230px;
    position: relative;
    display: inline-block;
}
@media(max-width:767px) {
    .section-ateliers h2 span {
        display: none;
    }
}
.ateliers .col-md-4 {
    margin: 0;
    padding:0 !important;
    /*background-color: #ffffff;*/
    color:#BF0E1E;
}
.ateliers .col-md-4.atelier-bloc-texte {
    padding:25px 45px !important;
    font-size:32px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
}
.ateliers .col-md-4.atelier-bloc-texte a {
    text-decoration: none;
    color:#BF0E1E;
}
.atelier-bg-red {
    /*background-color: #BF0E1E !important;*/
    background-image: url('img/ticket-rouge.png');
    background-position:  top center;
    background-size: auto;
    background-repeat:no-repeat;
    color:white !important;
}

.atelier-bg-red a {
    color:white !important;
}
.atelier-bg-white-bl {
    /*background-color: #BF0E1E !important;*/
    background-image: url('img/ticket-blanc.png');
    background-position:  bottom left;
    background-size: auto;
    background-repeat:no-repeat;
    color:#BF0E1E !important;
}
.atelier-bg-white-br {
    /*background-color: #BF0E1E !important;*/
    background-image: url('img/ticket-blanc.png');
    background-position:  bottom right;
    background-size: auto;
    background-repeat:no-repeat;
    color:#BF0E1E !important;
}
.ateliers .col-md-4 img:hover {
    filter: invert(14%) sepia(92%) saturate(4411%) hue-rotate(347deg) brightness(100%) contrast(99%);
}
@media(max-width:767px) {
    .atelier-bg-red {
        background-color: #BF0E1E !important;
        background-image: none;
        color:white !important;
    }
    .atelier-bg-white-br, .atelier-bg-white-bl {
        background-color: #fff !important;
        background-image: none;
        color:#BF0E1E !important;
    }
    .ateliers .col-md-4.atelier-bloc-texte {
        padding:25px 45px !important;
        text-align: center;        
    }        
}





/** Section Résidences **/

.section-residences {
    background: #F3F1E4 url('img/taches-blanches-4.png') top right no-repeat padding-box;
    /*background: #F3F1E4 url('img/red-spots-lights.jpg') top center no-repeat padding-box;*/
    opacity: 1;
    padding:0px 0 70px 0;
}
.section-residences-taches-blanches {
    background: transparent url('img/taches-blanches-3.png') center left no-repeat padding-box;
    opacity: 1;
}
.section-residences .separateur-beige {
    z-index:9997;
    overflow: hidden !important;
    overflow-x: no-display;
    position: relative;
    top: -35px;
    left: 0;
    width: 2726px;
    max-width:100%;
    height: 77px;
    background: transparent url('img/separateur-beige.png') -700px 0% no-repeat padding-box;
    opacity: 1;
}
.section-residences h2 {
    text-align: center;
    background-image: url('img/residences.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'';
    width: 376px;
    max-width:100%;
    height:164px;
    margin-bottom:45px;
    color:rgba(0,0,0,0) !important;
}
.section-residences h2 span {
    background-image: url('img/jumelles.png');
    background-size: contain;
    background-repeat:no-repeat;
    width: 181px;
    max-width:100%;
    height:194px;
    position:relative;
    bottom:-40px;
    right:-230px;
    position: relative;
    display: inline-block;
}
@media(max-width:767px) {
    .section-residences h2 span {
        display: none;
    }
}
.residences .col-md-4 {
    margin: 0;
    padding:0 !important;
    /*background-color: #ffffff;*/
    color:#BF0E1E;
}
.residences {
    padding-bottom:60px;
}
.residences .card {
    border-radius:0;
    text-align: center;
    background-color: black;
}
.residences .card img {
    border-radius:0;
}
.residences .card span {
    color:#BFB16B;
    border: 1px solid #BFB16B;
    padding:4px 10px;
    font-size:12px;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
    position: absolute;
    top:30px;
    text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}
.residences .card h5 {
    color:#ffffff;
    font-size:26px;
    font-weight: 700;
    line-height: 26px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}




/** Section billet humeur **/

.section-billet-humeur {
    background: #ffffff url('img/separateur-beige-4.png') top -60px right no-repeat padding-box;
    opacity: 1;
    padding:140px 0 0px 0;
}
.section-billet-humeur h2 {
    text-align: center;
    background-image: url('img/titre-billet-humeur.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'';
    width: 316px;
    max-width:100%;
    height:227px;
    margin-bottom:45px;
    color:rgba(0,0,0,0) !important;
    z-index:3;
    position: relative;
}
.section-billet-humeur .ticket{
    margin:-140px 0 0 290px;
    z-index:2;
    position: relative;
    min-height: 365px;
    background: url('img/ticket-rose-billet.png') center center ;
    background-size: contain;
    background-repeat:no-repeat;
}
.section-billet-humeur .ticket .ticket-content {
    padding:90px 60px 50px 60px !important;
}

.section-billet-humeur .ticket a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 5px;
}

.section-billet-humeur .ticket a {
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 1)
  );
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 200ms;
}

.section-billet-humeur .ticket a:hover {
  background-size: 0 2px, 100% 2px;
}


.section-billet-humeur-bottom {
    background: #ffffff url('img/defocused-image-illuminated-lights.png') top center no-repeat padding-box;
    opacity: 1;
    padding:0px 0 70px 0;
    width:100%;
    min-height:434px;
    margin-top:-200px;        
}


/** Section STS **/

.section-sts {
    background: #FADFDB;
    padding:90px 0 70px 0;
}
.section-sts .separateur-rose {
    background: transparent url('img/separateur-rose-5.png') -700px 0% no-repeat padding-box;
    opacity: 1;
    margin-top: -120px;
    min-height:90px;
}
.section-sts h2 {
    text-align: center;
    background-image: url('img/STS.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'';
    width: 260px;
    max-width:100%;
    height:135px;
    margin-bottom:45px;
    color:rgba(0,0,0,0) !important;
    z-index:3;
    position: relative;
}



.section-sts-taches-blanches {
    background: transparent url('img/taches-blanches-3.png') center left no-repeat padding-box;
    opacity: 1;
}
.section-sts .ticket{
    margin:-140px 0 0 290px;
    margin-left:125px !important;
    margin-right: -125px !important;
    z-index:2;
    position: relative;
    min-height: 365px;
    background: url('img/ticket-blanc-2.png') center center ;
    background-size: contain;
    background-repeat:no-repeat;

}
@media(max-width:767px) {
    .section-sts .ticket{
        margin:0 0 0 0 !important;
    }
}
.section-sts .ticket .ticket-content {
    padding:100px 60px 50px 60px !important;
}
.section-sts .separateur-rose-bottom {
    position: relative;
    background: transparent url(img/separateur-rose-5.png) -450px 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: -150px;
    min-height: 120px;
}



.feed-instagram {
    margin-top:90px !important;
    margin-bottom: -200px; 
    z-index:4;   
}
.feed-instagram h3 {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #E62E0C;    
}
.feed-instagram h3 span {
    display:inline-block;
    width:auto;
    float: right;
    color: black; 
    font-size: 21px;
    line-height:36px !important;
    font-weight: 700;
}
.feed-instagram h3 span a {
    color: black; 
    text-decoration: none;
}
.feed-instagram h3 span a:hover {
    color: #BF0E1E; 
    text-decoration: none;
}
.feed-instagram h3 span i {
    font-size:28px !important;
    line-height:28px !important;
    margin:0 2px;
}


/** Section Partenaires **/

.section-partenaires {
    background-color: white;
    padding:260px 0 100px 0;
}

.section-partenaires h2 {
    float: right;
    text-align: center;
    background-image: url('img/titre-partenaires.png');
    background-size: contain;
    background-repeat:no-repeat;
    content:'';
    width: 583px;
    max-width:100%;
    height:195px;
    margin-bottom:45px;
    color:rgba(0,0,0,0) !important;
    z-index:3;
    position: relative;
}








/******************************************** PAGE **************************************************/

#breadcrumbs, #breadcrumbs a {
    color: #000000;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    border-bottom: none;
}
#breadcrumbs a:hover {
    color: #e62e0c;
}


body.page, body.single, body.archive {
    background: #f4f4f4 url('img/taches-grises.png') 0% 450px no-repeat padding-box; 
}

body.page .residences {
    padding-bottom: 0px;
}
.residence-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    line-height:1.4em;    
}
.residence-main h1.elementor-heading-title {
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    font-style: normal !important;
    letter-spacing: -0.6px !important;
    color: #e62e0c !important;
    opacity: 1 !important;
    margin:30px 0 !important;    
}
.residence-main h2 {
    font-family: "Cabin", sans-serif !important;
    font-size: 22px !important;
    color: #000000 !important;
    font-weight: 800 !important;   
}


/******************************************** CONTACT **************************************************/

body.page-id-39 {
    background: #f5f2e9 url('img/bg-contact.jpg') 0% 0px no-repeat padding-box; 
}
body.page-id-39 h2 {
    font-family: "Anton", sans-serif !important;
    font-size: 22px !important;
    color: #000000;
    font-weight: 400;
    background: transparent url('img/picto-sidebar.png')top 5px left no-repeat padding-box;
    padding: 0 0 0 30px;
    margin-left:0px;
}
.wpcf7-form-control-wrap {
    display: inline-block;
    border-bottom:1px solid #ccc !important;
    width:100%;    
}
.wpcf7-text, .wpcf7-select, .wpcf7-textarea {
    border:none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 14px;
    width:100%;
}
.wpcf7-form-control-wrap .wpcf7-select {
    display: inline-block;
    border:none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 14px;
    width:100%;
    height:36px !important;
    line-height:36px !important;
    text-transform: uppercase;
}
.wpcf7-select option {
  text-transform: none !important;
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder {
   color: #333 !important;
   text-transform: uppercase;
   font-size: 14px;
}

.wpcf7-text:-moz-placeholder { /* Firefox 18- */
   color: #333 !important;
   text-transform: uppercase;
   font-size: 14px;  
}

.wpcf7-text::-moz-placeholder {  /* Firefox 19+ */
   color: #333 !important;
   text-transform: uppercase;
   font-size: 14px;  
}

.wpcf7-text:-ms-input-placeholder {  
   color:#333 !important;
   text-transform: uppercase;
   font-size: 14px;  
}


/******************************************** ELEMENTOR **************************************************/

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
    color: #e62e0c !important;
}
.elementor a.elementor-button {  
    color: #ffffff !important;
}
.elementor .elementor-button {
    background-color: #e62e0c;
}


/******************************************** SPECTACLES (CATEGORY) **************************************************/

body.category h1 {
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    font-style: normal !important;
    letter-spacing: -0.6px !important;
    color: #e62e0c !important;
    opacity: 1 !important;
    margin:30px 0 !important;    
}
body.category .page-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;    
}
body.category .page-main .post {
    margin-bottom:20px;
    display: inline-block;   
    /*min-height: 365px;*/
    background: url(img/ticket-blanc-2.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 45px;  
}
body.category .page-main .post img {
    float:left;
    margin-right: 20px;    
}
body.category .page-main .post h2 a {
    font-size: 24px !important;
    color: #000000!important;
    font-weight: 800!important;
    text-decoration: none!important;
    text-decoration:none;
}
body.category .page-main .post h2 a:hover {
    color: #e62e0c !important; 
    text-decoration:none;
}
body.category .page-main .post a {
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px; 
    color: #e62e0c !important; 
    text-decoration:none;
}
body.category .page-main .post {
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;     
}


/******************************************** SPECTACLES (ARCHIVE) **************************************************/

body.post-type-archive-spectacles {
    background: #f4f4f4  url('img/bg-spectacles.jpg')top 60px center no-repeat padding-box;   
}
body.post-type-archive-spectacles .section-intro {
    background: none !important;   
}
body.post-type-archive-spectacles .current-month .ticket {
    min-height: 347px;
    background: url(img/ticket-blanc-3.png) center right;
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.12)); */
    margin: 0px 15px 30px 15px !important;
    width: calc(50% - 30px) !important;
}
@media(max-width:767px) {
    body.post-type-archive-spectacles .current-month .ticket {
        min-height: 347px;
        background: none;
        background-color: white;
        margin: 0px 15px 30px 15px !important;
        width: calc(100% - 30px) !important;
    }
}
body.post-type-archive-spectacles #breadcrumbs, body.post-type-archive-spectacles #breadcrumbs a {
    color: rgb(255,255,255) !important;
}
body.post-type-archive-spectacles h1 {
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    font-style: normal !important;
    letter-spacing: -0.6px !important;
    color: #ffffff !important;
    opacity: 1 !important;
    margin:30px 0 90px 0 !important;
    padding-bottom:60px;
    text-align: center;
    background: transparent url('img/vague-blanche.png')bottom 0px center no-repeat padding-box;    
}
body.post-type-archive-spectacles h2.cal-month {
    font-family: "Cabin", sans-serif !important;
    font-size: 48px !important;
    color: #E62E0C !important;
    font-weight: 800 !important;     
    background: transparent url('img/red-wave.svg')center left no-repeat padding-box;
    padding: 0 0 0 100px;
    content: '' !important;
    content-visibility: visible !important;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top:30px;
}

body.post-type-archive-spectacles .current-month .ticket:hover .ticket-overlay {
    min-height: 347px;
    background: black;
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.12)); */
    margin: 0px 15px 30px 15px !important;
    width: calc(50% - 30px) !important;
}
.ticket-overlay {
    min-height: 347px;
    position:relative;
    z-index: 999;
    height:auto;
    width: 100%;
}


/******************************************** RESIDENCES (ARCHIVE) **************************************************/

body.post-type-archive-residences {
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;     
}
body.post-type-archive-residences h1 {
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    font-style: normal !important;
    letter-spacing: -0.6px !important;
    color: #e62e0c !important;
    opacity: 1 !important;
    margin:30px 0 !important;    
}
body.post-type-archive-residences h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
}
body.post-type-archive-residences .residences-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;    
}
body.post-type-archive-residences .residences-main .post {
    margin-bottom:20px;
    display: inline-block;   
    min-height: 365px;
    background: url(img/ticket-blanc-2.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 45px;
}
body.post-type-archive-residences .residence-main .post img {
    float:left;
    margin-right: 20px;    
}


/******************************************** CREATIONS (PAGE) **************************************************/

body.page-id-2064 h1 {
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    font-style: normal !important;
    letter-spacing: -0.6px !important;
    color: #e62e0c !important;
    opacity: 1 !important;
    margin:30px 0 !important;    
}
body.page-id-2064 .page-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;    
}
body.page-id-2064 .page-main .post {
    margin-bottom:20px;
    display: inline-block;   
    /*min-height: 365px;*/
    background: url(img/ticket-blanc-2.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 45px;  
}
body.page-id-2064 .page-main .post img {
    float:left;
    margin-right: 20px;    
}
body.page-id-2064 .page-main .post h2 a {
    font-size: 24px !important;
    color: #000000!important;
    font-weight: 800!important;
    text-decoration: none!important;
}
body.page-id-2064 .page-main .post h2 a:hover {
    color: #e62e0c !important; 
    text-decoration:none;
}
body.page-id-2064 .page-main .post a {
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px; 
    color: #e62e0c !important; 
    text-decoration:none;
}
body.page-id-2064 .page-main .post {
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;     
}


/******************************************** SIDEBAR **************************************************/

.sidebar {
    background-color:white;
    padding:30px 45px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    padding:30px 45px !important;
}
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar h4 {
    font-family: "Cabin", sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 800;
    background: transparent url('img/picto-sidebar.png')center left no-repeat padding-box;
    padding: 0 0 0 49px;
    margin-left:-51px;
    
}
.sidebar ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.sidebar ul li {
    margin:0;
    padding:0;
}
.sidebar .widget-spectacles ul li {
    float: left;
    width: 100%;
    margin-bottom:15px;
}
.sidebar .widget-spectacles ul li > a {
    display: inline-block !important;
    width:100px;
    height:100px;
    float:left !important;
    margin-right:15px;
}
.sidebar .widget-spectacles ul li a img {
    width:100px;
    height:100px;
    float:left !important;
}
.sidebar .widget-spectacles ul li p {
    text-align: justify;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.6em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.2em;
    -webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}
.sidebar .widget-spectacles .widget-spectacle-content h5 {
    line-height:1em;
}

.sidebar .widget-spectacles .widget-spectacle-content h5 a {
    font-size:15px;
    font-style:normal;
    font-weight:600;
    color:black;
    text-decoration:none;    
}
.sidebar .widget-spectacles .widget-spectacle-content h5 a:hover {
    color:#e62e0c; 
}

.sidebar .recent-posts-widget-with-thumbnails a {
    font-size:15px;
    font-style:normal;
    font-weight:600;
    color:black;
    text-decoration:none;
    
}
.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-title {
    display: block;
    line-height:1em;
    margin-bottom:8px;      
}
.sidebar .recent-posts-widget-with-thumbnails .rpwwt-post-title:hover {
    color:#e62e0c; 
}
.sidebar .rpwwt-post-excerpt {
    text-align: justify;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.6em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.2em;
    -webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #666666;
    font-weight: 400;        
}
.sidebar .rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 5px !important;
}

/******************************************** PAGE **************************************************/

.page {
      
}
.page .page-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;
}
.page .page-main h1 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #e62e0c;
    opacity: 1 !important;
    margin:30px 0;    
}
.page .page-main h2 {
    /*
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 38px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1 !important;  
    */
    font-size: 30px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    letter-spacing: -0.6px;  
}
.page .page-main h3 {
    /*
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1 !important;
    */   
    font-size: 26px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    letter-spacing: -0.6px; 
}
.page .page-main hr {
    border: 1px dashed #333333; 
    margin: 30px 0; 
}



/******************************************** SINGLE **************************************************/

.single {
      
}
.single .single-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:21px;
}
.single h1 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #e62e0c;
    opacity: 1 !important;
    margin:30px 0;    
}
.single .single-main h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 38px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1 !important;    
}
.single .single-main h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1 !important;   
}
.single .single-main hr {
    border: 1px dashed #333333; 
    margin: 30px 0; 
}
.single .single-main a {
    color:#e62e0c;
    text-decoration: none;
    border-bottom: 1px dashed #e62e0c; 
}

/******************************************** PAGE SPECTACLE **************************************************/



body.single-spectacles {
    background: #f4f4f4 url('img/taches-grises.png') 0% 450px no-repeat padding-box; 
}

.spectacle-main {
    padding: 0 45px 60px 45px !important;
    font-size:15px;
    line-height:1.4em;    
}
.spectacle-main h1 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #e62e0c;
    opacity: 1 !important;
    margin:30px 0;    
}
.spectacle-main .wp-post-image {
    width:100%;
    height:auto;
    margin-bottom:45px;    
}
.spectacle-main {
    
}
.spectacle-intro {
    color: #000000;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.spectacle-intro strong {
    color: #000000;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.spectacle-content {
    text-align: justify;
}
.spectacle-infos {
    background-color:white;
    padding:30px 45px;
}
.spectacle-infos {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    padding:30px 45px !important;
}
.spectacle-infos ul.dates {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    list-style-type: none;
    margin: 0 0 30px 0;
    padding:0;
}
.spectacle-infos ul.dates li {
    font-size: 14px;
    line-height: 36px;
    border-bottom:1px solid #666666 !important;
    color: #666666 !important;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding:0;
}
#dates li:gt(4) {
    display: none;
}
.hidden {
    display: none;
}
.toggle-btn-dates {
    border: none;
    background: none;
    border-bottom: 1px dotted black;
    margin-bottom:15px;
    margin-top: -20px !important;
    display: block;
    color:#000000;
}
.toggle-btn-dates:hover {
    border-bottom: 1px dotted #e62e0c;
    color:#e62e0c;
}

.spectacle-infos h3 {
    font-family: "Cabin", sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 800;
    background: transparent url('img/picto-sidebar.png')center left no-repeat padding-box;
    padding: 0 0 0 49px;
    margin-left:-51px;
    
}
.bloc-brochure img {
    margin: 15px 0;
    max-width: 250px;
}
.bloc-brochure a.link {
    color:black;
    text-decoration: none;
    padding-bottom:5px;
    font-weight:bold;
    margin-top:15px;
  background:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 1),
      rgba(255, 0, 0, 1)
  );
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 200ms;
}

.bloc-brochure a.link:hover {
  background-size: 0 2px, 100% 2px;
}





/******************************************** PAGE WOOCOMMERCE **************************************************/

.woocommerce-result-count {
    display:none;
}
body.woocommerce-page {
    background-color:#f4f4f4;      
}

/* Page panier */

.wc-block-cart__main {
    background:white !important;
    padding:30px 45px !important;
    border-right:#f4f4f4 solid 45px !important;    
}
.wc-block-cart__sidebar {
    background-color:white;
    padding:30px 45px;    
}
.wc-block-components-product-name {
    font-family: "Cabin", sans-serif !important;
    font-size: 18px !important;
    color: #000000;
    font-weight: 800;    
    text-decoration: none;
}
.wc-block-components-product-name:hover {
    color: #e62e0c !important;  
}

/* Page checkout */

.wc-block-checkout__main {
    background-color:white !important;
    padding:20px 30px;     
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 0px solid hsla(0, 0%, 7%, .11) !important;
    border-radius: 0px !important;
    background-color:white !important;
    padding:20px 30px;
    margin-top:-8px; 
}

.page.woocommerce-page .page-main h2 {
    font-size: 24px !important;
    color: #000000!important;
    font-weight: 800!important;
    text-decoration: none!important;
    text-decoration:none;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 1 !important;    
}



/* PAGE PRODUIT */

.product h1 {
    font-family: "Anton", sans-serif !important;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #e62e0c;
    opacity: 1 !important;
    margin:10px 0 30px 0;    
}
.product h1 span {
    font-family: "Anton", sans-serif !important;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    letter-spacing: -0.3px;
    color: #e62e0c;
    opacity: 0.5 !important;  
}
.woocommerce-product-details__short-description {
    font-size: 15px;
    color: #333333;
    font-weight: 400;    
}
.product_meta a {
    font-size: 15px !important;
    color: #333333 !important;
    font-weight: 400 !important;    
}
.reset_variations {
    font-size: 13px !important;
    color: #333333 !important;
    font-weight: 400 !important;    
}
.sku_wrapper {
    display: none;
}
.stock {
    display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    background-color:white !important;
    padding:20px 30px;    
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price:first-child, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display:none;
}
.variations select {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    padding:2px 15px;
    border-radius:6px;     
}
.woocommerce .quantity .qty {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    border-radius:6px;
    border:1px solid #767676;
    line-height:31.5px;     
}
.woocommerce .posted_in {
    display:none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color:white !important;
}


/* Boutons WooCommerce */

.wc-block-components-button {
    background-color:#e62e0c;
    border-radius: 24px;  
    border:none;  
}

.wc-block-cart__submit-container {
    background-color:#e62e0c;
    border-radius: 24px;
}
.wc-block-components-button__text {
    background-color: #e62e0c !important;
    color: white !important;
    text-decoration: none !important;
}
.wc-block-components-button {
    text-decoration: none !important;    
}
.single_add_to_cart_button {
    background-color: #e62e0c !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: 400 !important;    
}

/******************************************** FOOTER **************************************************/


.footer {
    color:white;
    font-weight:400 !important;
}
.home .footer {
    background-color: white;
}
.footer img {
    max-height:80px !important;
    width:auto !important;
    margin: 0 20px;
}
@media(max-width:767px) {
    .footer img {
        max-height:80px !important;
        width:inherit !important;
        margin: 0px;
        padding:0 20px;
    }
}
.footer .separateur-noir {
    background: transparent url('img/separateur-noir.png') -700px 0% no-repeat padding-box;
    opacity: 1;
    margin-top: -18px;
    min-height:37px;
}
.home .footer .separateur-noir {
    background: transparent url('img/separateur-noir.png') -700px 0% no-repeat padding-box;
    opacity: 1;
    margin-top: -18px;
    min-height:37px;
}
.footer a {
    color:white;
}
.footer-top {
    background-color:#000000;
    padding:35px 0 45px 0;
    font-size:14px;
}
.footer-top .col-md-3 {
    padding:30px 30px 0 30px;
}
.footer-top ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}
.footer-top ul li {
    border-bottom: 1px solid #BABABA;
    font-size:13px;
    line-height:48px;
}
.footer-top a {
    font-size:13px;
    line-height:32px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-top a:hover {
    color:red;
}
.footer-top h4 {
    font-size:16px;
    font-weight:600;
    line-height:24px;
}
.footer-middle {
    background-color:#1F1F1F;
    font-size:13px;
    padding:25px 0;
}
.footer-middle .col-md-3 {
    padding:15px 30px 0px 30px;
}
.footer-middle h4 {
    font-size:16px;
    font-weight:600;
    line-height:24px;
}
.footer-bottom {
    background-color:#1F1F1F;
    border-top:1px solid #B1B1B1;
    font-size:14px;
    padding:13px 0;
}
.footer-middle a, .footer-bottom a {
    color:white;
    text-decoration: none;
}
.footer-middle a:hover, .footer-bottom a:hover {
    color:#e62e0c;
    text-decoration: none;
}





/******************************************** STYLES ANCIENS SITE **************************************************/


.text address { margin-bottom: 1.5em; }
.text blockquote { background: url(img/shortcodes/blockquote.png) no-repeat 0 0; font-size: 15px; color: #111; font-style: italic; margin: 0 0 20px 10px; padding-left: 40px; }
.text blockquote p { margin-bottom: 0.75em; }
.text code, .text pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.text pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 14px 0 28px 0; border: 1px solid #ccc; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.text code { background: #ddd; padding: 0 3px; }
.text ins { background: #fff486; }
.text sub,.text sup { font-size: 62.5%; }
.text sub { vertical-align: sub; }
.text sup { vertical-align: super; }
.text hr, .hr { background: transparent url(img/hr.png) repeat-x top left; border: 0; height: 1px; margin: 30px 0; }

.highlight {
    border-bottom: none;
    color: #e62e0c;
}
.dropcap {
    color: #000;
    display: block;
    float: left;
    /*
    font-size: 60px;
    font-weight: bold;
    */
    line-height: 1em;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 64px;
    font-style: normal;
    letter-spacing: -0.6px;
    margin: 0 10px 0 0;
}



/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
