@font-face {
  font-family: 'Cinzel';
  src: url('/wp-content/themes/miami/assets/fonts/Cinzel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel-Bold';
  src: url('/wp-content/themes/miami/assets/fonts/Cinzel-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantGaramond';
  src: url('/wp-content/themes/miami/assets/fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantGaramond-Bold';
  src: url('/wp-content/themes/miami/assets/fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}




body {
  background-color: #031322
}

/* Fond rouge */
.events-wrapper .tabs-content2 .colum .price::before,
.events-wrapper .tabs-header2 ul li.active::after, .events-wrapper .tabs-header2 ul li:hover::after,
.service-block:hover,
.pagination.custom span.swiper-active-switch::after
 {
    background-color: #e00231
}
.events-wrapper .tabs-header2 li.active a::before, .events-wrapper .tabs-header2 li:hover a::before {
     border: 5px solid #e00231
}

.miami-icon {
      color: #e00231 !important;
}

.a-btn,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background-color: #e00231;
}

/*Utilisé pour le bouton Qui êtes-vous de Contact*/
input[type="submit"]:hover {
   background-color: #e00231;
   color: #fff;
   border: 3px solid #e00231;
}

.contacts {
       background-color: #e00231;
}

/**/
/* Cache la colonne sidebar sur la page panier (woocommerce-cart)*/
.woocommerce-cart .col-md-4,
.woocommerce-checkout .col-md-4 {
  display: none !important;
}

/* Étire la colonne contenu en pleine largeur */
.woocommerce-cart .col-md-8,
.woocommerce-checkout .col-md-8 {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* Je vois pas à quoi ça sert... */
#contact .submit-wrap i.fa.fa-angle-right {
    display: none;
}

/* Override l'opacity du top menu */
.header {
    background-color: rgba(28, 25, 25, 0.8);
}

.block-icon .fa {
    font-size: 30px
}

/* Page home*/
#home .banner-wrap .content {
    padding-top: 75px;
}

#home .banner-wrap .content .text {
    max-width: 90%;
    opacity: 1;
    /*margin-bottom: 120px;*/
}

#home .banner-wrap .content .title {
    max-width: 100%;
    font-family: Cinzel;
    font-size: 75px; /*Pour les vieux browsers*/
    font-size: clamp(2rem, 10vw, 8rem);
    white-space: nowrap;
    margin-top:50px;
    padding-top:30px;
}

#home .banner-wrap .content .main-subtitle {
    font-size: clamp(2rem, 7vw, 8rem);
    font-family: CormorantGaramond;
    font-style: italic;
    color: #fdd42f;
}

#home .banner-wrap .content .main-subtitle-more {
    font-size: 1.2rem;
    font-family: CormorantGaramond;
    font-style: italic;
    color: #fde8ad;
    margin-top: 100px;
    line-height: 30px;
}

/* page Team */
#team {
    margin-top: 50px;
}

/* Dégage le lien réseau social qui est affiché de force*/
.team-social a {
  border: none !important;
}

/**/
.block-text {
   max-width: 75%;
   font-family: CormorantGaramond, Ubuntu, sans-serif;
   opacity: 0.9;
   font-size: 15px;
   margin-top: 30px
}

.block-text .main {
    color: #fdd42f;
    font-weight: bold;
 }

.block-title {
  font-family: Cinzel;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 8px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #fde8ad !important;
}

.block-text .subtitle {
    //text-align: left;
    //margin-left: 34%;
}

.block-text .subtitle .subtitle-text {
  font-size: 25px;
  font-weight: bold;
  font-family: Cinzel-Bold, Ubuntu, sans-serif;
}

.block-text .subtitle .hook {
  font-size: 25px;
  font-family: CormorantGaramond;
  font-style: italic;
  color: #fdd42f;
  margin-top: 20px;
}

/*Page expérience*/
#experience {
    margin-bottom: 35px;
}

#experience .padding-lg-50t {
    padding: 0;
    margin-top: 50px;
}

/* Page About */
#about .vc_row {
    padding-bottom: 0;
}

#about .block-text .subtitle .hook {
    margin: 20px auto 0;
    width: 50%;
}

#about .about-text p {
    border-left: 2px solid #fdd42f;
    padding-left: 15px;
}

#about .swiper-slide:first-child .about-text .block-text.first {
    margin-top: -26px;
}



/*Page animations*/
#animations .block-text .subtitle {
    //margin-left: 28%;
}

#animations .block-text.text {
    margin-top: 45px
}

#animations .special-container {
    background-color: #000;
}

/* Page contact */
#contact .submit-wrap .ajax-loader-custom,
#contact .submit-wrap .wpcf7-spinner {
    display: none;
}

/*Contre cette classe ajoutée je ne sais pourquoi*/
#contact .margin-lg-80t {
    margin-top: 0;
}

/* Page Privileges*/
.special-container {
    border: 1px solid #fdd42f;
    padding-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.special-container .block-legal {
    font-style: italic;
    font-size: 11px;
    opacity: 0.4;
    margin-top: 10px;
}

.special-container .block-discount {
    font-size: 40px;
    font-weight: bold;
}

#ambassadors.special-container {
    border: 1px solid #960018;
}

#ambassadors .block-text .subtitle .hook {
    color: #960018;
}

#privileges .discount {
    color: #fdd42f;
    font-style: italic;

}

/* Page Event */
#events {
    margin-bottom: 40px;
}

#events .events-wrapper .tabs-content {
    padding-bottom: 0;
}

#events .block-text-more {
    font-style: italic;
    opacity: 0.7;
    margin-top: 10px;
}

#events .price a + span {
    font-size: 0;
}

#events .price a + span::after {
    content: "Réservation";
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
}


#events .events-wrapper .tabs-content2 .colum .price span:last-child {
    /*margin-bottom: 17px;*/
}

#events video {
    display: block;
    margin: 0 auto;
}

#events .events-wrapper .tabs-content2 .colum .price span:last-child {
    margin-bottom: 10px;
}

/* Page Gallery */
.margin-lg-80t {
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .block-text {
        max-width: 95%;
     }

    #about .block-text .subtitle .hook {
       width: 95%;
    }

    #home .banner-wrap .content .main-subtitle-more {
        font-size: 16px;
    }

    #home .banner-wrap .content .title {
        padding-top: 0;
    }
}


/* Page partenaires */
#partenaires {
    margin-top: 25px;
}
    .affiliates {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .affiliates h2 {
      margin: 0 0 18px;
      font-size: 1.4rem;
      text-align: center;
    }

    .affiliate-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .affiliate-card {
      background: transparent;
      border: 1px solid #fdd42f;
      border-radius: 14px;
      padding: 16px;
      text-align: center;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .affiliate-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .affiliate-logo {
      width: 72px;
      height: 72px;
      margin: 0 auto 12px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 0.95rem;
      color: #555;
    }

    .affiliate-card h3 {
      margin: 0 0 8px;
      font-size: 1rem;
      color: #fde8ad;
      font-family: Cinzel;
      font-size: 20px;
      font-weight: 900;
    }

    .affiliate-card p {
      margin: 14px 0;
      font-size: 0.92rem;
      line-height: 1.4;
      color: #fff;
    }

    .affiliate-card a {
      display: inline-block;
      text-decoration: none;
      background: #111;
      color: #fff;
      padding: 10px 14px;
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 600;
      transition: background 0.2s ease;
    }

    .affiliate-card a:hover {
      background: #333;
    }

    @media (max-width: 900px) {
      .affiliate-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 520px) {
      .affiliate-grid {
        grid-template-columns: 1fr;
      }
    }.vc_custom_1490793207560{padding-top: 0px !important;}.vc_custom_1480433270423{background-image: url(http://arcanacirces.com/wp-content/uploads/2016/11/reservation.jpg?id=806) !important;}.vc_custom_1476875217258{margin-bottom: -14px !important;}.vc_custom_1480431155098{background-image: url(http://arcanacirces.com/wp-content/uploads/2016/11/news.jpg?id=801) !important;}.vc_custom_1476876568754{margin-bottom: -13px !important;}.vc_custom_1480430964036{background-image: url(http://arcanacirces.com/wp-content/uploads/2016/11/events.jpg?id=795) !important;}.vc_custom_1773097553661{padding-bottom: 1px !important;}.vc_custom_1480506860790{background-image: url(http://arcanacirces.com/wp-content/uploads/2016/11/about_red.jpg?id=828) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1476800654288{padding-bottom: 0px !important;}.vc_custom_1480422279776{background-image: url(http://arcanacirces.com/wp-content/uploads/2016/10/reservation.jpg?id=785) !important;}.vc_custom_1476875217258{margin-bottom: -14px !important;}.vc_custom_1480422406158{background-image: url(http://arcanacirces.com/wp-content/uploads/2016/10/news.jpg?id=783) !important;}.vc_custom_1476876568754{margin-bottom: -13px !important;}.vc_custom_1773002267857{padding-top: 0px !important;}.vc_custom_1476796624666{padding-top: 22px !important;}




/*FRONT COLOR - WHITE */
body,
.wp-caption .wp-caption-text,
.page-links a,
.a-btn,
button,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:focus,
.post-password-form label,
.gallery-caption,
.wp-caption .wp-caption-text,
.post-nav > span:first-child,
.post-nav > .pages,
.post-nav a:hover,
.post-nav a,
.a-btn,
button,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"] i,
.banner-wrap .content .subtitle,
.banner-wrap .content .title,
.banner-wrap .content .text,
.banner-slider-wrap .slider-content .title,
.banner-slider-wrap .slider-content .text,
.custom-popup input[type="submit"],
.custom-popup .submit-wrap:hover input,
.custom-popup .submit-wrap i,
.popup-close,
.popup-close:hover,
.c-form-label,
.popup-title,
.block-title,
.block-text,
.about-title,
.about-text,
.pagination.custom span,
.team-item .descr,
.team-social a,
.team-social a:hover,
.service-block,
.gal-title,
.gal-subtitle,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 .submit-wrapper .submit-wrap i,
.testimoanial-item .content,
.testimoanial-item .testimoanial-title,
.testimoanial-item .testimoanial-text,
.copy,
.contacts,
.contacts a,
.contacts a:hover,
.blog-content .title,
.blog-content .descr,
.blog-content .categories,
.blog-content .categories a,
.blog-content .categories a:hover,
.blog-content .info-item,
.blog-content .info-item a,
.blog-list .navigation .nav-links span a,
.widget ul li,
.widget a,
.widget .widget-title,
.widget input[type="search"],
.widget.widget_search .search-wrap::before,
.widget.widget_categories ul li::before,
.widget.widget_tag_cloud .tagcloud a,
.widget #wp-calendar caption,
.widget #wp-calendar th,
.widget #wp-calendar td,
.widfet .widget_text a:hover,
.single-page .post-content,
.single-page .content p,
.single-page .content a,
.single-page .content p ol li,
.single-page .content p ul li,
.single-page .tags a,
.single-page .content blockquote::before,
.single-page .content blockquote p,
.single-page .content blockquote,
.single-page .single-category ul li a,
.single-page .pagination-single .nav-previous a,
.single-page .pagination-single .nav-next a,
.comments .main-title,
.comments .comment-form input:not([type="submit"]),
.comments .comment-form textarea,
.comments .sub-wrap::before,
.comments .com-title,
.comments .comment-entry .name,
.comments .comment-entry .name a,
.comments .comment-entry .date,
.comments .comment-entry .text p,
.comments .comment-entry .text p a,
.comments .comment-entry .comment-reply-link,
.news.type-1 .news-type,
.news.type-1 .news-type:hover,
.news.type-1 .news-likes,
.news.type-1 .news-likes:hover,
.news.type-1 .news-likes a,
.news h4 a,
.news .news-date,
.events-wrapper > .tabs > .tabs-header > ul li a,
.tabs2,
.tabs,
.events-wrapper .tabs-content2 .colum .date,
.events-wrapper .tabs-content2 .colum .wrap-title .title,
.events-wrapper .tabs-content2 .colum .text,
.events-wrapper .tabs-content2 .colum .time,
.events-wrapper .tabs-content2 .colum .price span:first-child,
.events-wrapper .tabs-content2 .colum .price span:last-child,
.tabs2 a,
.a-btn i,
button i,
button[disabled] i,
button[disabled]:focus:hover i,
input[type="button"] i,
input[type="button"][disabled] i,
input[type="button"][disabled]:focus i,
input[type="reset"]:hover i,
input[type="reset"][disabled] i,
input[type="reset"][disabled]:focus i,
input[type="submit"]:hover i,
input[type="submit"][disabled] i,
input[type="submit"][disabled]:focus i,
.tabs a,
.banner-slider-wrap .right-block .event_btn:hover,
.banner-slider-wrap .left-block .date,
.banner-slider-wrap .left-block .title,
.banner-slider-wrap .right-block .description,
.banner-slider-wrap .right-block .hashtags a,
.service-block:hover .block-icon .miami-icon,
body div.wpcf7-validation-errors,
body div.wpcf7-mail-sent-ok,
.banner-slider-wrap .right-block .event_btn:before,
body .fox_widget_content .tab_title a,
body .blog-list .navigation .nav-links span, 
body .blog-list .navigation .nav-links a,
body .widget.widget_categories ul li,
body .fox-postmeta>div  {
    color:#ffffff;
}

.team-social a::after,
.team-social a:hover::after,
.banner-slider-wrap .swiper-arrow-left:after, .banner-slider-wrap .swiper-arrow-right:after {
    border-color: #ffffff;
}

.banner-slider-wrap .swiper-arrow:before {
    background-color: #ffffff;
}
/*FRONT COLOR - WHITE */



/*BASE COLOR HOVER - BLUE*/
.custom-popup input[type="submit"],
.c-form-group input,
.team-item .descr::before,
.gal-desc::before,
#imagelightbox-close,
.blog-content .info::before,
.events-wrapper .tabs-content2 .colum{
    background-color: #031322;
}
@media (max-width: 767px) {
  .header {
    background-color: #031322;
  }
}

.custom-popup input[type="submit"]:hover,
.custom-popup .submit-wrap:hover i{
    color: #031322;
}
.custom-popup .submit-wrap input {
	border-color: #031322;
}
/*BASE COLOR HOVER - BLUE*/
