/* Par Defaut */
body h1, .title {
    font: italic 36px/45px 'Poppins' !important;
    font-weight:700 !important;
}
body h1 strong, .title strong {
    display: block;
    font: bold 50px/60px 'Poppins' !important;
    text-transform: uppercase;
}
:root {
    --red:#dd333a;
    --black:#000;
    --white:#fff;
}

/**** SCROLL BUTTON TO TOP ****/
.et_pb_scroll_top.et-pb-icon {
    background: var(--red) !important;
    border: 1px var(--white) solid !important;
    border-right: 0 !important;
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-btn-revisit-wrapper {
  width: 30px !important;
  height: 30px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 20px !important;
  width: 20px !important;
}
.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
    color:var(--red) !important;
    border-color: var(--red) !important;
}
.cky-btn-accept {
    color: var(--white); !important;
    background-color: var(--red) !important;
    border-color:var(--red) !important;
}
.cky-btn:hover {
    background: var(--red) !important;
    border-color: var(--red) !important;
    color: #fff !important;
    opacity:1 !important;
}
.cky-btn-revisit-wrapper {
    background-color:var(--red) !important;
}
body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready, body.mfp-zoom-out-cur .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

/**** Header ****/
.header-section .et-menu .contact-menu-item.current-menu-item a {
    color: var(--black) !important;
}
@media (max-width: 1200px){
    .et_pb_image_0_tb_header {
        max-width: 205px !important;
    }
    .et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 0 !important;
    }
    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 14px !important;
    }
    .et_pb_menu .et-menu>li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media (max-width: 1000px){
    .header-section .et_pb_blurb_position_left .et_pb_blurb_container {
        display: none !important;
    }
}
@media (max-width: 980px){
    .contact-col, .contact-col a {
        display: block;
        height: 80px !important;
    }
    .contact-col .et_pb_image_wrap img {
        display: block !important;
        width: auto;
        height: 80px !important;
        object-fit: contain;
    }
    .et_pb_menu .et_mobile_menu {
        top: 120% !important;
    }
    .header-section .et_pb_menu .et_pb_menu__wrap {
        justify-content: center !important;
    }
    #mobile_menu1 {
        padding: 5px 0 0 !important;
    }
}
@media (max-height:600px){
    #mobile_menu1 {
        display: block;
        overflow-y: auto !important;
        min-height: 244px;
        max-height: 244px !important;
    }
}
/* Pade Accueil */
.header-section .et-menu > .contact-menu-item:hover {
    background: var(--black) !important;
    color: var(--white) !important;
}
.et_pb_slide:before {
    content: '';
    background: url(https://www.aude-elec.com/wp-content/uploads/2025/06/shape.png) left center no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.et_pb_slide .et_pb_container {
    z-index: 25 !important;
}
.et_pb_slide .et_pb_slide_description {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 550px !important;
    margin: 0 !important;
}
.et_pb_slide_content p {
    margin: 35px 0 10px;
}
.et-pb-slider-arrows a {
    width: 50px;
    height: 50px;
    border: 1px var(--white) solid;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
    opacity: 1 !important;
}
.et-pb-slider-arrows a:hover {
    background: var(--white) !important;
}
.et-pb-slider-arrows .et-pb-arrow-next {
    right: 22px !important;
}
.et-pb-slider-arrows .et-pb-arrow-prev {
    left: 22px !important;
}
.et-pb-slider-arrows .et-pb-arrow-next:hover:before, 
.et-pb-slider-arrows .et-pb-arrow-prev:hover:before {
    color: var(--red) !important;
}
@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(0%);
    }
}
@keyframes bg-zoom {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 150%;
    }
}
.et-pb-active-slide .et_pb_slide_description {
    animation: fadeTop 0.7s ease-in-out !important;
}
.et-pb-active-slide {
    animation: bg-zoom 10s ease-in-out !important;
}
.et_pb_button, .btn {
    z-index: 0 !important;
}
.et_pb_button:after, .btn:after {
    content: '' !important;
    display: block;
    background: var(--white);
    margin-left:0 !important;
    opacity: 1 !important;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0 !important;
    right: 100% !important;
    z-index: -1;
    transition: all 400ms ease-in-out;
}
.et_pb_button:hover, .btn:hover{
    color: var(--red) !important;
    border-radius: 5px !important;
}
.et_pb_button:hover:after, .btn:hover:after {
    right: 0 !important;
}
.et_pb_slides .et_pb_button_wrapper .et_pb_button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 57px;
    background-color: transparent !important;
    position: relative;
    z-index: 5 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    text-align: center;
    color: var(--white);
    transition: all 400ms ease-in-out;
}
body #page-container .et_pb_section .et_pb_slider .et_pb_slide .et_pb_button:hover,
.et_pb_slides .et_pb_button_wrapper:hover .et_pb_button {
    color: var(--red) !important;
}
.et_pb_slides .et_pb_button_wrapper .et_pb_button:after {
    display: none !important;
}
.et_pb_slides .et_pb_button_wrapper {
    width: 171px;
    height: 57px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--black);
    margin-top: 35px;
    position: relative;
}
.et_pb_slides .et_pb_button_wrapper:after {
    content: '';
    display: block !important;
    background: var(--white);
    height: 57px;
    width: 0;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    margin-left: 0;
    opacity: 1;
    border-radius: 5px;
    transition: all 400ms ease-in-out;
}
.et_pb_slides .et_pb_button_wrapper:hover:after {
    width: 100% !important;
}
.blocAtous {
    position: absolute;
    left: 0;
    right: 0;
    top: -102px;
    z-index: 99;
}
.atous {
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:25px;
}
.item-atous {
  background: var(--white);
  width:calc(25% - 20px);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 0 !important;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.06);
  transition: all 400ms ease-in-out;
}
.item-atous *,
.item-activite .et_pb_image_wrap img {
  transition: all 400ms ease-in-out;
}
.item-atous .et_pb_main_blurb_image {
    margin-bottom: 20px !important;
}
.item-atous:before {
    content: '';
    background: var(--black);
    position: absolute;
    border-radius: 5px;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all 400ms ease-in-out;
}
.item-atous:hover:before {
    top: 0 !important;
}
.item-atous:hover .et_pb_main_blurb_image {
    filter: brightness(0) invert(1);
}
.item-atous:hover .et_pb_blurb_description {
    color: var(--white) !important;
}
.apropos {
    overflow: visible !important;
}
.img-hover .et_pb_image_wrap {
    overflow: hidden;
    border-radius: 15px;
    z-index: 20;
    width: 100% !important;
}
.img-hover:before, .img2 .et_pb_image_wrap:before  {
    content: '';
    background: var(--red) !important;
    position: absolute;
    left: -10px;
    right: 0;
    top: 15px;
    bottom: 100%;
    transition: all 400ms ease-in-out;
    z-index: 0;
    opacity: 0;
}
.img-hover:after, .img2 .et_pb_image_wrap:after {
    content: '';
    background: var(--red) !important;
    position: absolute;
    left: 0;
    right: -10px;
    top: 100%;
    bottom: 15px;
    z-index: 0;
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.img-hover img {
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100% !important;
}
.img-hover:hover img {
    transform: scale(1.1);
}
.img-hover:hover:before {
    bottom: 10%;
    opacity: 1;
}
.img-hover:hover:after {
    top: 10%;
    opacity: 1;
}
.img2 .et_pb_image_wrap {
    display: block;
    width: 222px;
    height: 240px;
    border: 10px var(--white) solid;
    border-radius: 5px;
    overflow: hidden;
    transition: all 400ms ease-in-out;
}
.img2 img {
    height: 220px;
    object-position: left;
    border-radius: 5px;
}
.img2:hover .et_pb_image_wrap {
    border-color: var(--red);
}
.img2:before, .img2:after {
    display: none !important;
}
body #page-container .et_pb_section .cta-row .et_pb_button:after {
    background: var(--black) !important;
}
body #page-container .et_pb_section .cta-row .et_pb_button:hover:after {
    color: var(--white) !important;
}
.service-row>div,
.service-row .et_pb_main_blurb_image .et_pb_image_wrap {
    transition: all 400ms ease-in-out;
    border-color: rgb(243, 243, 243);
    border-radius: 5px;
}
.service-row>div:hover {
    box-shadow: 0 0 25px #d7243a !important;
}
.service-row>.img-hover .et_pb_image_wrap {
    border-radius: 5px !important;
}
.service-row>.img-hover:hover {
    box-shadow: none !important;
}
.service-row>div:hover .et_pb_main_blurb_image .et_pb_image_wrap,
.item-activite:hover .et_pb_image_wrap img {
    transform: scaleX(-1);
}

@media (max-width: 1680px){
    .et_pb_slide:before {
        width: 60% !important;
        background-position: right center !important;
    }
}
@media (max-width: 1366px){
    .et_pb_slide:before {
        width: 65% !important;
    }
}
@media (max-width: 1280px){
    body .et_pb_slide .et_pb_slide_description {
        width: 45% !important;
    }
    @keyframes bg-zoom {
        0% {
            background-size: 125%;
        }
        100% {
            background-size: 150%;
        }
    }
    .et-pb-active-slide {
        animation: bg-zoom 10s ease-in-out !important;
    }
    .et_pb_slider {
        background-size: cover !important;
    }

}
@media (max-width: 1200px){
    .et_pb_slide .et_pb_slide_description {
        width: 100% !important;
    }
    .et-pb-arrow-prev, .et-pb-arrow-next {
        top: 65% !important;
    }
    .et_pb_slider .et-pb-arrow-next {
        right: 15px !important;
        margin-top: 45px;
    }
    .et_pb_slider .et-pb-arrow-prev {
        left: inherit !important;
        right: 15px !important;
        margin-top: -15px !important;
    }
}
@media (max-width: 980px){
    .et_pb_slide:before {
        width: 75% !important;
    }
    .atous {
        flex-wrap: wrap;
    }
    .item-atous, .service-row .et_pb_blurb, .service-row .et_pb_image {
        width: calc(50% - 20px);
    }
    .blocAtous {
        position: relative !important;
        top: 0;
    }
    .item-atous {
        border: 1px rgba(0, 0, 0, 0.3) solid;
    }
}
@media (max-width: 800px){
    .et_pb_slide:before {
        width: 70% !important;
    }
}
@media (max-width: 768px){
    .et_pb_slide:before {
        width: 62% !important;
    }
    .et_pb_slider, .et_pb_slide {
        height: calc(100vh - 135px) !important;
    }
    body h1 strong, .title strong {
        font: bold 40px / 50px 'Poppins' !important;
    }
    body h1, .title {
        font: italic 30px / 40px 'Poppins' !important;
        font-weight: 700 !important;
    }
    .et_pb_slide:before {
        background-size: cover;
        background-position: 100% 50%;
    }
}
@media (max-width: 680px){
    .item-atous, .service-row .et_pb_blurb, .service-row .et_pb_image {
        width: 100%;
    }
    body .et_pb_slide .et_pb_slide_description {
        width: 90% !important;
    }
    .et_pb_slide:before {
        width: 100% !important;
        background: rgb(221 51 58 / 85%) !important;
    }
}

/* Page Électricité Générale */
.banner-page, .activite {
    display: flex;
    align-items: center;
    justify-content: center;
}
.activite>div {
    width: 33.333% !important;
}
.item-activite>div {
    padding: 45px 30px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    min-height: 338px;
}
.item-activite .et_pb_image_wrap {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px var(--red) solid;
    border-radius: 50%;
}
.activite>div:nth-child(2) .item-activite>div {
    background: var(--red) !important;
}
.activite>div:nth-child(2) .item-activite .et_pb_image_wrap {
    border-color: var(--white) !important;
}
.activite>div:nth-child(2) .item-activite .et_pb_module_header,
.activite>div:nth-child(2) .item-activite .et_pb_blurb_description {
    color: var(--white) !important;
}
.item-activite .et_pb_image_wrap img {
    border-radius: 0 !important;
}
.activite>div:nth-child(2) .item-activite .et_pb_image_wrap img {
    filter: brightness(0) invert(1);
}
.sticky_img .et_pb_image_wrap {
    width: 100%;
}
.et_pb_button_module_wrapper {
    text-align: center !important;
}
.et_pb_image img {
    width: 100%;
    height: 100%;
}
.sticky-panel {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.sticky_img, .sticky_img.et_pb_sticky--top {
    width: 50% !important;
    min-width: 50%;
    overflow: hidden;
}
.sticky_img.et_pb_sticky--top img, .sticky_img img {
    width: 530px !important;
    height: 500px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 400ms ease-in-out;
}
.sticky_img .et_pb_lightbox_image {
    display: block;
    width: 530px;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.sticky_img .et_pb_lightbox_image:hover img {
    transform: scale(1.1);
}
.text {
    width: 50%;
    min-width: 50%;
    display: flex;
    align-items: center;
}
.sep {
    width: 100%;
    min-width: 100%;
}

@media (max-width: 1280px){
    .sticky_img.et_pb_sticky--top img, 
    .sticky_img img, 
    .sticky_img .et_pb_lightbox_image {
        width: 460px !important;
    }
}
@media (max-width: 1100px){
    .sticky_img.et_pb_sticky--top img, 
    .sticky_img img, 
    .sticky_img .et_pb_lightbox_image {
        width: 400px !important;
    }
}
@media (max-width: 980px){
    .banner-page, .activite {
        justify-content: space-between;
    }
    .activite>div {
        width: 31% !important;
        margin-bottom: 0 !important;
    }
    .item-activite>div {
        padding: 25px 20px;
    }
    .img-hover, .img1 {
        margin-bottom: 0 !important;
    }
    .img2 {
        margin-left: -25px !important;
        bottom: -25px !important;
    }
    .sticky_img, .sticky_img.et_pb_sticky--top {
        width: 100% !important;
        min-width: 100%;
    }
    .sticky_img.et_pb_sticky--top img, 
    .sticky_img img, .text,
    .sticky_img .et_pb_lightbox_image {
        width: 100% !important;
    }
}
@media (max-width:768px){
    .et-pb-active-slide {
        animation: none !important;
    }
    .activite {
        flex-direction: column;
    }
    .activite>div {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    .activite>div:last-of-type {
        margin-bottom: 0;
    }
    .item-activite>div {
        padding: 45px 30px;
        border: 1px solid #D9D9D9;
        border-radius: 8px;
        min-height: 283px;
    }
}

/* Page Eclairage */
.img-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-row>div {
    width: 33.333% !important;
    margin: 0 !important;
}
.img-row .et_pb_image_wrap {
    padding: 15px;
    width: 100%;
    height: 335px;
    border-radius: 10px;
}
.img-row .et_pb_image_wrap img {
    width: 100% !important;
    height: 335px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.img-trans a {
    display: block;
}
.img-trans a:before, .gallery .et_overlay {
    content: '';
    background: linear-gradient(0deg, rgba(221, 51, 58, 0.85) 0%, rgba(221, 51, 58, 0.85) 100%) !important;
    position: absolute;
    transition: all 0.7s ease-in-out;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 100%;
    border-radius: 10px;
    z-index: 5;
}
.img-trans a:hover:before {
    bottom: -5px;
}

@media (max-width: 980px){
    .img-row {
        flex-direction: column;
    }
    .img-row>div, .img-trans {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    .img-row .et_pb_image_wrap {
        padding: 0;
        display: block;
    }
    .img-row>div:last-child, .img-trans:last-child {
        margin-bottom: 0 !important;
    }
    .img-trans a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
    }
    .img-trans a:hover:before {
        bottom: 0px;
    }
}

/* NOS REALISATIONS */
.gallery .et_pb_tabs {
    border:none;
}
.gallery .et_pb_tabs_controls {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:20px;
    background-color:transparent;
    margin-bottom:30px;
}
.gallery .et_pb_tabs_controls:after,
.gallery .et_pb_gallery_title {
    display:none;
}
.gallery .et_pb_tabs_controls li {
    border:solid 1px #d7243a !important;
    border-radius: 5px;
    transition:all 400ms ease-in-out;
}
.gallery .et_pb_tabs_controls:after {
    display:none;
}
.gallery .et_pb_tabs_controls li a {
    color:#d7243a;
    line-height:20px;
    font-family:'Montserrat';
    text-align:center;
    transition:all 400ms ease-in-out;
    display: flex !important;
    width: 100%;
    height:50px;
    padding:0 30px;
    align-items: center;
    justify-content: center;
}
.gallery .et_pb_tabs_controls li.et_pb_tab_active,
.gallery .et_pb_tabs_controls li:hover{
    background-color:#d7243a !important;
}
.gallery .et_pb_tabs_controls li.et_pb_tab_active a,
.gallery .et_pb_tabs_controls li:hover a{
    color:#fff !important;
}
.gallery .et_pb_gallery .et_pb_gallery_items {
    row-gap: 15px;
    column-gap:15px;
    margin: inherit !important;
    display: flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
}
.gallery .et_pb_gallery_item, 
.gallery .et_pb_gallery_image, 
.gallery .et_pb_gallery_image img {
    width: 100%;
    height: 300px;
}
.gallery img {
    object-fit:cover;
    object-position:center;
}
.gallery .et_pb_gallery .et_pb_gallery_items>div {
    width: 32% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.gallery .et_pb_gallery_image .et_overlay:before {
    content: '' !important;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    margin: auto;
    background: url(/wp-content/uploads/2025/06/aude-elec-favico.png) center no-repeat;
    background-size: contain;
    width: 100px !important;
    height: 100px !important;
    transform: initial !important;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}
.gallery .et_pb_gallery_image {
    border-radius: 10px;
    overflow: hidden;
}
.gallery .et_pb_gallery_image .et_overlay {
    border-color: none !important;
    border: 0 !important;
    height: 0 !important;
    opacity: 1 !important;
    top: 0;
    left: 0;
    right: 0;
}
.gallery .et_pb_gallery_image:hover .et_overlay {
    bottom: 0 !important;
    height: 100% !important;
}
.gallery .et_pb_gallery_image:hover .et_overlay:before {
    opacity: 1;
}

@media (max-width:980px){
    .gallery {
        padding:0 !important;
    }
    .gallery .et_pb_tabs_0.et_pb_tabs {
        margin-top: 0 !important;
    }
    .gallery .et_pb_tabs_controls {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
     .gallery .et_pb_tabs_controls li {
        width: calc(50% - 15px);
    }
    .gallery .et_pb_tabs_0.et_pb_tabs {
        margin-bottom: 0px !important;
    }
    .gallery .et_pb_tabs_controls {
        margin-bottom:0 !important;
    }
    .gallery .et_pb_gallery .et_pb_gallery_items {
        column-gap: 16px;
    }
    .gallery .et_pb_gallery .et_pb_gallery_items>div {
        width: calc(51% - 15px) !important;
    }
    .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
        width:inherit !important
    }
}
@media screen and (max-width: 600px) {
    .gallery .et_pb_tabs_controls li {
        padding: 5px 0;
        width: 100%;
        max-width: 100%;
    }
    .gallery .et_pb_gallery .et_pb_gallery_items>div {
        width: 100% !important;
    }
    .gallery .et_pb_tabs_controls {
        margin-bottom: 0 !important;
    }
}
.gallery .et_pb_tab {
    padding:30px 0 0 0;
}

/**** PAGE CONTACT ****/
.tirer h2:after {
  content:'';
  background:#d7243a;
  display:block;
  width: 150px !important;
  height:3px;
  margin:8px 0 5px;
}
body .forminator-ui#forminator-module-673.forminator-design--default .forminator-consent__label p {
    font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}
.btn {
    border-radius: 5px !important;
    background-color: var(--black);
    padding-top: 15px !important;
    padding-right: 35px !important;
    padding-bottom: 15px !important;
    padding-left: 35px !important;
    color: var(--white);
}
.btn:after {
    position: absolute;
    background-color: var(--red) !important;
}
.btn:hover, .forminator-button:hover,
.header-section .et-menu>.contact-menu-item.current_page_item:hover a {
    color: var(--white) !important;
}

/**** PAGE MENTIONS LEGALES ****/
.mention h2 {
    margin: 30px 0 10px;
}
.mention h2:first-child {
    margin: 0 0 10px !important;
}
.mention h2:last-child {
    margin: 30px 0 0 !important;
}
@media (max-width: 980px){
    .mention h2 {
        margin: 20px 0 10px;
    }
}

/**** PAGE PLAN DU SITE ****/
.simple-sitemap-page {
    list-style: none;
    margin-left: 40px;
}
.sitemap-item {
    list-style: none;
    display: flex;
    margin: 15px 0;
    transition: all 400ms ease-in-out;
}
.sitemap-item:hover {
    margin-left: 10px !important;
}
.sitemap-item:before {
    content: '';
    background: url(/wp-content/uploads/2025/06/puce.png) center no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 10px 0 0;
}

/**** FOOTER ****/
@media (max-width: 768px){
    .footer-row {
        flex-direction: column;
    }
    .footer-row>div {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .footer:before {
        background-size: cover !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        opacity: 0.01 !important;
    }
}