/*
Theme Name: ADDV
Theme URI: https://agora.ancorathemes.com/
Description: Agora is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.10.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: classes, event, event theme, venue, meetup, events calendar, conference, event management, exhibition, expo, meeting, schedule, seminar, speakers, tickets, webinar
Text Domain: agora
Template: agora
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.btn-bleu .sc_button {
    background: #00FFFF !important;
}

.btn-bleu a {
    background: #00FFFF;
    padding: 15px 25px;
	border-radius: 0;
   font-family: "halyard-display" !important;;
   font-size: 14px !important;
    letter-spacing: 1px !important;
	font-weight: 500 !important;;
    padding: 20px 30px;
}

.btn-bleu a:hover {
    background: #00FFFF;
	color: #fff !important;
}

.btn-bleu .sc_button .sc_button_title {
   font-size: 14px;
   border-radius: 0;
   font-family: "halyard-display";
}

.sc_blogger_default.sc_blogger_default_over_bottom .sc_item_featured .mask, .sc_blogger_default.sc_blogger_default_over_bottom .sc_item_featured:hover .mask {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 50%) !important;
    opacity: 1 !important;
}

.sc_blogger_default .post_meta_comments {
    display: none;
}

.puces-addv li::before {
content: '';
    display: inline-block;
    height: 36px;
    width: 36px;
    background-image: url(/wp-content/uploads/2026/04/puces.png);
    background-size: 36px;
    margin-bottom: -10px;
    margin-left: -3px;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.puces-addv li  {
    list-style: none;
    margin-bottom: 20px;
}
.strong-color-addv strong {
    color: #00FFFF;
}
.strong-purple-color-addv strong {
	color: #FF00FF;
}

header.top_panel_custom_header-addv-blanc.top_panel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.notre-actu {
	backdrop-filter: blur(3px);
}

.notre-actu .trx_addons_column-1_2-tablet {
	margin: auto;
}

.post_meta_comments, .trx_addons_show_on_permanent {
	display: none;
}

.neon-image::after, #metiers .elementor-tabs-content-wrapper .elementor-container > .elementor-column:nth-of-type(2)::after {
    content: " ";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -15px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    background:url("/wp-content/uploads/2026/04/angle1.png") no-repeat center/contain;
    
    animation: glowPulse 3s ease-in-out infinite;
    filter: drop-shadow(0 0 0px #b57bff24)
            drop-shadow(0 0 1px #ff7bee24)
            drop-shadow(0 0 0px #ffffff00);
}

.neon-image::before, #metiers .elementor-tabs-content-wrapper .elementor-container >  .elementor-column:nth-of-type(2)::before {
    content: " ";
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -35px;
    background: url(/wp-content/uploads/2026/04/angle2.png);
    right: 0px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    
    animation: glowPulse 3s ease-in-out infinite;
    filter: drop-shadow(0 0 0px #b57bff24)
            drop-shadow(0 0 1px #ff7bee24)
            drop-shadow(0 0 0px #ffffff00);
}

@keyframes glowPulse{
    0%,100%{
        opacity:0.7;
        filter: drop-shadow(0 0 1px #ffffff00)
                drop-shadow(0 0 3px #b57bff24)
                drop-shadow(0 0 5px #ff7bee24);
    }
    
    50%{
        opacity:1;
        filter: drop-shadow(0 0 0px #b57bff24)
                drop-shadow(0 0 2px #ffffff00)
                drop-shadow(0 0 0px #b57bff24);
    }
}

.neon-image .elementor-widget-wrap::after, #metiers .elementor-tabs-content-wrapper .elementor-container >  .elementor-column:nth-of-type(2) > .elementor-widget-wrap::after {
    content:"";
    position:absolute;
    width:16px;
    height:70px;
    right:15px;
    bottom:-5px;
    z-index:2;
    pointer-events:none;
    background: radial-gradient(ellipse at center,
        rgba(255,255,255,.95) 30%,
        rgba(255,160,255,.65) 35%,
        rgba(181,123,255,0) 75%);
    filter: blur(6px);
    animation: sparkleUp 3.5s linear infinite;
}

.neon-image .elementor-widget-wrap::before, #metiers .elementor-tabs-content-wrapper .elementor-container >  .elementor-column:nth-of-type(2) > .elementor-widget-wrap::before {
    content:"";
    position:absolute;
    width:70px;
    height:16px;
    left:15px;
    top:15px;
    z-index:2;
    pointer-events:none;
    background: radial-gradient(ellipse at center,
        rgba(255,255,255,.95) 30%,
        rgba(255,160,255,.65) 35%,
        rgba(181,123,255,0) 75%);
    filter: blur(6px);
    animation: sparkleRight 3.5s linear infinite;
}

@keyframes sparkleUp{
    0%{
        opacity:0;
        transform:translateY(0);
    }
    8%{
        opacity:.9;
    }
    80%{
        opacity:.8;
        transform:translateY(-180px);
    }
    100%{
        opacity:0;
        transform:translateY(-200px);
    }
}

@keyframes sparkleRight{
    0%{
        opacity:0;
        transform:translateX(0);
    }
    8%{
        opacity:.9;
    }
    80%{
        opacity:.8;
        transform:translateX(180px);
    }
    100%{
        opacity:0;
        transform:translateX(200px);
    }
}

@media (max-width: 1280px) {
.neon-image::after, #metiers .elementor-tabs-content-wrapper .elementor-container > .elementor-column:nth-of-type(2)::after {
    width: 200px;
    height: 200px;
    top: -18px;
    left: -5px;
}
	
.neon-image .elementor-widget-wrap::before, #metiers .elementor-tabs-content-wrapper .elementor-container >  .elementor-column:nth-of-type(2) > .elementor-widget-wrap::before {
	top: 0;
}
	
.neon-image .elementor-widget-wrap::after, #metiers .elementor-tabs-content-wrapper .elementor-container > .elementor-column:nth-of-type(2) > .elementor-widget-wrap::after {
	    right: 2px;
	}

.neon-image::before, #metiers .elementor-tabs-content-wrapper .elementor-container >  .elementor-column:nth-of-type(2)::before {
    width: 200px;
    height: 200px;
    bottom: -29px;
    right: -5px;
}
	
@keyframes sparkleUp{
    0%{
        opacity:0;
        transform:translateY(0);
    }
    8%{
        opacity:.9;
    }
    80%{
        opacity:.8;
        transform:translateY(-130px);
    }
    100%{
        opacity:0;
        transform:translateY(-150px);
    }
}

@keyframes sparkleRight{
    0%{
        opacity:0;
        transform:translateX(0);
    }
    8%{
        opacity:.9;
    }
    80%{
        opacity:.8;
        transform:translateX(130px);
    }
    100%{
        opacity:0;
        transform:translateX(150px);
    }
}	
}

.post_meta_views, .post_meta_likes, .post_meta_comments, .author_info, .post_meta_item.post_author {
	display: none !important;
}

.post_header_single .post_meta.post_meta_categories a:not(.post_sponsored_label) {
    background-color: #FF00FF !important;
    color: #fff !important;
}

footer ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

header .btn-bleu, .btn-bleu .sc_button, .notre-actu .elementor-button {
    background: #00FFFF !important;
    color: #333 !important;
	transition: all ease-in .3s;
	border-radius: 0;
}

header .btn-bleu:hover, .btn-bleu .sc_button:hover, .notre-actu .elementor-button:hover {
    background: #4cebeb !important;
	color: #fff !important;
   /* box-shadow: 0px 0px 10px 3px #00FFFF; */
}

header {
    position: sticky !important;
    top: 0;
}
/*
header.top_panel_custom_header-addv-blanc {
    position: absolute !important;
}
/*
.trx_addons_scroll_to_top_show header.top_panel_custom_header-addv-blanc {
    position: sticky !important;
    top: 0;
}
*/

.d-none {
	display: none;
}

header .sc_layouts_row .sc_layouts_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

header .sc_layouts_row_fixed_placeholder {
    height: inherit !important;
}

header .sc_layouts_logo img {
  max-width: 300px; 
  transition: all 0.3s ease-in !important;
}

.trx_addons_page_scrolled header .sc_layouts_logo img {
  max-width: 160px;
}

header.top_panel_custom_header-addv-blanc.top_panel {
	transition: all .3s ease-in;
}

.trx_addons_page_scrolled header.top_panel_custom_header-addv-blanc.top_panel {
    background: #0000008f !important;
}

.menu_mobile_header_wrap img {
    height: 80px;
}

.menu-contacter span {
    background: #00FFFF;
    color: #333;
    padding: 2px 22px;
    font-weight: 400;
    margin-top: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

@media (min-width: 1280px) {
.menu-contacter {
    display: none;
}
}


    @media (max-width: 479px) {
        .menu_mobile .sc_layouts_logo img {
            max-height: 60px !important;
        }
    }


@media (max-width: 1200px) {
    #clients-addv .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 15%;
    }
}

@media (max-width: 900px) {
    #clients-addv .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 20%;
    }
}

@media (max-width: 768px) {
    #clients-addv .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 25% !important;
    }
}

@media (max-width: 650px) {
    #clients-addv .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 33% !important;
    }
}
	
	

@media screen and (max-width: 1280px) {
.notre-actu .sc_blogger_columns_wrap .trx_addons_column-1_2-tablet:nth-of-type(3) {
    display: none;
}
}

@media screen and (max-width: 767px) {
.invert-order {
    order: 2;
}
}


.single h1.sc_layouts_title_caption {
    position: absolute;
    text-align: center;
    color: #FFF;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: grid;
    align-items: center;
}
@media screen and (min-width: 1280px) {
.single .post_header_wrap {
    margin-top: 50px;
}
}

.post_featured::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000004d;
    z-index: 9;
}

.neon-image-texte {
	min-height: inherit !important;
	padding: 60px;
}
@media screen and (max-width: 980px) {
.neon-image-texte {
	padding: 30px;
}
}

.width-max > div {
    max-width: 1500px;
    margin: auto !important;
}
