/*
 Theme Name:     Divi-child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Portalp
 Template:       Divi
*/

/* Éviter l'effet de scroll horizontal */
body {
    overflow-x: hidden;
    color: #706F6F !important;
    line-height: 1.3em;
}

@media (max-width:450px) {
    h1 {
        font-size: 26px;
    }
}

/******************************
 *          MODULES           *
 ******************************/


/* ----- Module Onglets ----- */

@media(max-width:766px) {
    .et_pb_all_tabs {
        padding: 5px !important;
    }
}

.et_pb_tabs {
    border: none;
    overflow-x: auto !important;
}

.et_pb_tabs .et_pb_tabs_controls {
    background-color: unset;
    overflow-x: hidden;
}

@media screen and (max-width:980px) {
    
    .et_pb_tabs .et_pb_tabs_controls {
        display: flex;
        align-items: stretch;
        justify-content: left;
    }
}

.et_pb_tabs .et_pb_tabs_controls::after {
    border-top: none;
}

.et_pb_tabs .et_pb_tabs_controls > li {
    border-top: 1px solid rgba(180,153,136,0.5);
    border-right: 1px solid rgba(180,153,136,0.5);
    transform: skewX(25deg);
    border-radius: 0 10px 0 0;
    margin-right: 15px;
    padding: 10px 0;
}

.et_pb_tabs .et_pb_tabs_controls > li:not(:last-of-type) {
    box-shadow: 5px 0px 10px rgba(0,0,0,0.1);
}

@media screen and (max-width:980px) {
    .et_pb_tabs .et_pb_tabs_controls > li {
        font-size: 12px;
        margin-right: 0;
        display: flex;
        align-items: center;
        padding:10px 5px;
        border-bottom: none;
    }
}

@media screen and (min-width:400px) {
    .et_pb_tabs .et_pb_tabs_controls > li {
        font-size: 13px;
    }
}

@media screen and (min-width:450px) {
    .et_pb_tabs .et_pb_tabs_controls > li {
        font-size: 15px;
    }
}

@media screen and (min-width:981px) and (max-width:1515px) {
    .et_pb_tabs .et_pb_tabs_controls > li {
        margin-right: 5px;
        font-size: 12px;
    }
}

.et_pb_tabs .et_pb_tabs_controls > li a {
    transform: skewX(-25deg);
    padding: 5px 15px;
}

@media screen and (max-width:1160px) {
    .et_pb_tabs .et_pb_tabs_controls > li a {
        padding-right: 0;
        text-align: center;
        padding: 5px;
    }
}

.et_pb_tabs .et_pb_tab {
    padding: 25px 10px;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
    border-right: 1px solid rgba(180,153,136,0.5);
}

/* .et_pb_toggle_open h3 {
    font-weight:bold;
} */

@media (max-width:768px) {
    .display-block-mobile {
        display: block !important;
    }
    .display-block-mobile > div {
        width: 100% !important;
        position: relative;
        text-align: center;
    }
    .display-block-mobile > div > img {
        width: 70%;
    }
    .display-block-mobile > div > ul {
        list-style-position:inside;
    }   
}


/******************************
 *          TABLEAUX          *
 ******************************/

table:not(.wpfd-table) {
    font-size: 15px;
    border: 0 !important;
    border-collapse: collapse;
}

table:not(.wpfd-table) td {
    border-top: 3px solid #fff !important;
}

table.tableau-fond-beige:not(.wpfd-table) td {
    border-top: 3px solid #E4DAD3 !important;
}

table:not(.wpfd-table) th {
    background-color: #B49988;
    color: #fff !important;  
}

table:not(.wpfd-table) th:not(:first-of-type) {
    text-align: center;
}

@media screen and (max-width:600px) {
    table:not(.wpfd-table) td {
        padding: 5px 5px;
    }
}

table:not(.wpfd-table) tr:nth-of-type(odd) td {
    background-color: #E4DAD3;
}

table.tableau-fond-beige:not(.wpfd-table) tr td {
    background-color: #F2F2F2;
}

table:not(.wpfd-table) tr:nth-of-type(even) td {
    background-color: #F2F2F2;
}

table:not(.wpfd-table) td:first-child, table th:first-child  {
    border-radius: 10px 0 0 10px;
}

table:not(.wpfd-table) td:last-child, table th:last-child {
    border-radius: 0 10px 10px 0;
}


/******************************
 *           MENUS            *
 ******************************/

/* ----- MENU PRINCIPAL ----- */

/* Alignement du menu principal sur la gauche */
#pp-menu-principal .et_pb_menu__wrap {
    align-items: flex-start;
}

@media screen and (min-width:981px) {
    /* Disposition des sous-menus horizontaux */
    #pp-menu-principal .sub-menu {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.9) !important;
        transform: translateY(2px);
        border: none;
        transition: all 0.2s ease;
        border-radius: 15px;
        position: fixed;
        top: 110px;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

    .sub-menu li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding:10px !important;
        transition: background-color 0.3s ease-out;
        min-height: 94px;
    }

    .sub-menu li:hover {
        background-color: rgba(228,218,211,0.5);
    }

    #pp-menu-principal .sub-menu li a {
        color: #706F6F !important;
        font-size: 18px;
        text-align: center;
        padding: 0;
        width: auto;
        line-height: 1.3em;
    }

    #pp-menu-principal .sub-menu li a:hover {
        background-color: rgba(228,218,211,0);
    }
}

/* Largeur du logo Portalp */
#pp-menu-col-g {
    width: 20%;
}
/* Largeur des menus */ 
#pp-menu-col-d {
    width: 80%;
}

@media screen and (min-width:981px) and (max-width: 1309px) {
    #pp-menu-col-g {
        margin-right: 20px;
    }
}

@media screen and (min-width:980px) {

    #pp-menu-principal .mobile_menu_bar::before {
        color:#fff !important;
        font-size:40px;
    }
    #pp-menu-principal ul > li {
        padding-bottom:20px;
    }
    #pp-menu-principal ul > li.current-menu-parent::after, #pp-menu-principal > li.current-menu-item::after {
        content: url('https://preprodv2.portalp.com/wp-content/uploads/2024/03/indicateur-menu.png');
        position: absolute;
        left: 50%;
        transform: translate(-50%,3px);
        bottom: 0;
    }
}

@media screen and (max-width:1100px) {
    #menu-menu-superieur li {
        padding: 0 5px;
    }
}

@media screen and (min-width: 1310px) {
    #pp-menu-principal ul > li {
    margin-right: 30px;
    }
    html[lang="de-DE"] #pp-menu-principal ul > li, html[lang="de-AT"] #pp-menu-principal ul > li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1100px) {
    #pp-menu-principal ull li {
        margin-right: 10px;
    }
    #pp-menu-principal ul li a {
        font-size: 20px;
    }
}

#pp-menu-principal ul li a::after {
    display: none;
}

button.et_pb_menu__search-button::after {
    content:url('https://preprodv2.portalp.com/wp-content/uploads/2024/03/picto-recherche.png');
}

.et_mobile_menu {
    position: fixed;
    top: 70px;
    background-color: #fff !important;
}

.et_mobile_menu .menu-item > a {
    font-weight: 400 !important;
    background-color: rgba(0,0,0,0) !important;
}

.et_mobile_menu li a {
    color: #005B93 !important;
    font-size: 24px;
}

#pp-menu-principal .et_mobile_menu li .sub-menu {
    display: none !important;
}

.et-menu a {
    transition: none;
}

#pp-header {
    transition: top 0.5s ease-out;
}

#pp-header.remove-ff {
    top:-120px
}

@media (min-width:981px) {
    .only-mobile {
        display:none !important;
    }
}

.et_mobile_nav_menu .mobile_nav .only-mobile.extra-menu a {
    display: inline-block;
    background-color: #fff !important;
    color: #005B94 !important;
    border: 2px solid #005B94 !important;
    padding: 2px 5px;
    margin: 5px 5%;
    border-radius: 5px;
}

.et_mobile_nav_menu .mobile_nav .only-mobile.extra-menu:last-of-type a {
    color: #fff !important;
    background-color: #005B94 !important;
}


/* Fabrication française */
@media screen and (max-width:980px) {
    #menu-fabrication-francaise {
        width: 70%;
    }
    #menu-fabrication-francaise p {
        padding: 0;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
}

/****************
 *    FOOTER    *
 ****************/
@media (max-width:479px) {
    footer .et_pb_column {
        margin-bottom: 0 !important;
    }
}
 

/******************************
 *    SELECTEUR DE LANGUES    *
 ******************************/

#menu-language-switcher {
    width: 25px;
    height: 25px;
    position: relative;
    top: 50%;
    margin-right: 5px;
}

@media (min-width:981px) {
    #menu-language-switcher {
        transform: translate(20px,-50%);
    }
}

#menu-language-switcher:hover {
    cursor: pointer;
}

/*Removing some default CSS our language switcher*/
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
	margin-bottom: 0;
  }
	
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
	background-color: transparent !important;
}
	
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
	padding: 5px;
}
	
.wpml-floating-language-switcher .wpml-ls-item {
	display: block;
}
	
#wpml-language-switcher-modal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
}

#wpml-language-switcher-flex-container > div:first-of-type p:first-of-type {
    font-size:20px;
    color:#005b94;
}

#wpml-language-switcher-flex-container > div:first-of-type p:nth-of-type(2) {
    font-size:35px;
    color:#005b94;
    margin:10px 0 30px;
    font-weight:700;
    line-height:0.9em,
}

@media (max-width:1350px) {
    #wpml-language-switcher-flex-container > div:first-of-type p:nth-of-type(2) {
        font-size:32px;
    }
}

#wpml-language-switcher-flex-container .wpml-ls-display {
	text-transform: none;
}

#wpml-language-switcher-modal-overlay:target {
	visibility: visible;
	opacity: 1;
}
	
.wpml-language-switcher-modal {
	width: 70%;
	height: auto;
	margin: 70px auto;
	padding: 20px;
	background: #e4dad3;
	border-radius: 25px;
	transition: all 2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
}

@media screen and (max-width: 576px){
	.wpml-language-switcher-modal {
		margin: 0 auto;
		width: 95%;
	}
}

.wpml-language-switcher-modal p {
	padding: 0;
}

.wpml-language-switcher-modal li {
	list-style: none;
}

.wpml-language-switcher-modal li.wpml-ls-current-language a, .wpml-language-switcher-modal .continent > li > a:hover, .wpml-language-switcher-modal li > a:hover {
	color: #2babe2;
}

.wpml-language-switcher-modal li > a, .wpml-language-switcher-modal .wpml-language-switcher-multilingual-country p {
	text-transform: uppercase;
	color: #676767;
    transition: color 0.2s ease;
}

.wpml-language-switcher-modal .continent > li > a {
    color: #005b94;
    transition: color 0.2s ease;
}

.wpml-language-switcher-modal .continent > li > a:hover {
    color: #2babe2;
}

.wpml-language-switcher-modal li > a > img.wpml-ls-flag {
	display: none;
}

#wpml-language-switcher-modal-header {
	text-align: right;
}

.wpml-language-switcher-modal .close {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	border-radius: 5px;
	z-index: 2;
    cursor: pointer;
}

.wpml-language-switcher-modal .content {
	max-height: 30%;
	overflow: auto;
}

#wpml-language-switcher-flex-container {
	display: flex;
	justify-content: space-between;
}

#wpml-language-switcher-flex-container > div {
    width: 25%;
    padding: 20px;
}

/* #wpml-language-switcher-flex-container > div:nth-of-type(2) > div:not(:last-of-type) {
	border-bottom: solid 2px #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
} */

.language-sigle {
	background-color: #fff;
	border-radius: 2px;
	padding: 0 3px;
	margin-left: 5px;
    font-style: normal;
    font-weight: 600;
}

.wpml-language-switcher-multilingual-country {
	display: inline-flex;
}

.continent {
	color:#005b94;
	font-weight:bold
}

.menu-item-object-wpml_ls_menu_item > * {
	display:none;
}

/* .wpml-language-switcher-modal .wpml-ls-item-fr_BE, 
.wpml-language-switcher-modal .wpml-ls-item-nl_BE { */

.wpml-language-switcher-multilingual-country li {
    transform: skewX(30deg);
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
}

.wpml-language-switcher-multilingual-country li span {
    transform: skewX(-30deg);
    display: inline-block;
}

#wpml-language-switcher-flex-container div:nth-of-type(2) > *, #wpml-language-switcher-flex-container div:nth-of-type(3) > *:not(hr) {
    margin-top: 3px;
    margin-bottom: 0;
}

.wpml-language-switcher-modal hr {
    border-style: none;
    height: 1px;
    background-color: #fff;
    margin: 15px 0;
}

@media (max-width: 1279px) {
    .wpml-language-switcher-modal hr {
        display: none;
    }
}

/* ----- Version mobile ----- */

@media (max-width:1279px) {
    .wpml-language-switcher-modal {
        padding: 10px;
    }
    #wpml-language-switcher-flex-container {
        flex-direction: column;
    }
    #wpml-language-switcher-flex-container > div{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #wpml-language-switcher-flex-container > div:first-of-type > p:first-of-type, #wpml-language-switcher-flex-container > div:first-of-type > p:nth-of-type(2) {
        display: none;
    }
    #wpml-language-switcher-flex-container > div:first-of-type > p:nth-of-type(1n+3) {
        color: #005b94 !important;
    }
    #wpml-language-switcher-flex-container > div > p {
        margin: 5px 0 !important;
    }
    #wpml-language-switcher-flex-container > div:first-of-type > p {
        text-align: center;
    }
    #wpml-language-switcher-flex-container > div:first-of-type > p:nth-of-type(even) {
        font-size: 0.7em;
    }
    .wpml-language-switcher-multilingual-country {
        justify-content: center;
    }
    .wpml-language-switcher-modal hr {
        margin: 10px 0;
    }
    .pml-ls-statics-shortcode_actions {
        display: none;
    }
}

/******************************
 *     STICKY CTA BUTTONS     *
 ******************************/

.sticky-cta-buttons {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 99;
}

@media screen and (max-width:430px) {
    .sticky-cta-buttons {
        top: auto;
        bottom: 10%;
    }
}

.sticky-cta {
    width: 80px;
    height: 50px;
    background-color: #F2F2F2;
    margin-bottom: 2px;
    transform: skewX(20deg) translateX(30px);
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.sticky-cta img {
    width: 40%;
    margin-left: 10px;
    transform: skew(-20deg);
}

.sticky-cta:hover {
    transform: skewX(20deg) translateX(20px);
    background-color: #E4DAD3;
    border: 2px solid #F2F2F2;
}

.sticky-reseau img {
    width: 33%;
    margin-left: 13px;
}

link[rel="canonical"][href*="https://www.portalp.com/portalp-academie/"] ~ .sticky-cta-buttons {
    display: none;
}

/******************************
 *        FORMULAIRES         *
 ******************************/

.chmp-obli {
    font-size:10px;	
    margin-bottom: 20px;
}

@media(min-width:650px) {
    .chmp-obli {
        float:right;
    }
}

.wpcf7 b {
    color: #b49988;
}

.wpcf7 p {
    padding-bottom: 0;
}

.wpcf7-form label {
    margin-bottom: 15px;
    font-size: 13px;
}

#formulaire-calculette-eco label {
    flex-direction: row;
}

.wpcf7-form h2 {
    text-align: left !important;
}

.wpcf7 span, .wpcf7 span select {
    max-width: 100%;
}

.demi p, .tiers p {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 100%;
}

.rh-list-wrapper p {
    justify-content: start;
    margin: 20px 0;
}

.rh-list-wrapper span {
    margin-right: 10px;
}

#contact-rh .pj {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}

#contact-rh .pj > div {
    margin-right: 20px;
}

.wpcf7 label {
    font-weight: 600;
}

.wpcf7-form label {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.wpcf7-form .demi label, .wpcf7-form .secteur-activite > *, .form-pays > div {
    width: 49%;
}

@media (max-width:650px) {
    .wpcf7-form .demi label, .wpcf7-form .secteur-activite > *,  .form-pays > div {
        width: 100%;
    }
}

.wpcf7-form .secteur-activite select, .wpcf7-form .form-pays select {
    width: 100%;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	padding:7px 0!important;
	border:0px!important;
    font-size: 18px !important;
    margin: 5px 0;
}

@media(max-width:1310px) {
    .wpcf7-form input {
        padding-bottom: 0 !important;
    }
}

.wpcf7-form input[type="text"]:focus {
    box-shadow: inset 0 -15px 15px -10px rgba(180,153,136,0.2);
}

.wpcf7-form input:not([type="checkbox"],[type="submit"]), .wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form  select {
    background-color: rgba(180,153,136,0.1) !important;
    border-radius: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wpcf7-form input:not([type="file"]), .wpcf7-form textarea {
	border-bottom: 1px solid #b49988 !important;
    font-weight: 600;
}

.wpcf7-form input:not([type="file"]):placeholder-shown, .wpcf7-form textarea:placeholder-shown {
    font-weight: initial;
}

.wpcf7-form textarea {
    background-color: rgba(180,153,136,0.1);
    border-radius: 5px;
}

.wpcf7 input[type="number"] {
    background-color: rgba(180,153,136,0.1);
}

.wpcf7-form .form-pj {
    margin-top: 20px;
}

.wpcf7-form .form-pj p {
    display: flex;
}

@media (max-width:650px) {
    .wpcf7-form .form-pj p {
        flex-direction: column;
    }
}

.wpcf7-form .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 .wpcf7-acceptance label {
    flex-direction: row;
    align-items: flex-start;
}

.wpcf7 .wpcf7-acceptance label span {
    font-weight: initial;
    margin-left: 5px;
}

.wpcf7 input[type="submit"] {
    background-color: #b49988;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    cursor: pointer;
}


/******************************
 *        CARROUSELS          *
 ******************************/

.dica_divi_carousel.carousel-type-1 .dica-item-content, .skewed-container {
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
    padding-right: 5px;
    background-color: #E4DAD3;
}

.dica_divi_carousel.carousel-type-1 .dica-item-content .content, .skewed {
    background-color: #B49988;
    transform: skew(-20deg) translateX(-5px);
    transform-origin: top;
    border-radius: 10px;
    height: 100%;
    transition: linear-gradient 2s ease;
}

.dica_divi_carousel.carousel-type-1 .dica-item-content .content p, .skewed p {
    transform: skew(20deg);
    transform-origin: top;
    background-color: #B49988;
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 10px;
    color: #fff;
}

/* Optimisation de l'affichage des boutons sur les carrousels */
@media(min-width:768px) and (max-width:1495px) {
    .dica_divi_carousel .et_pb_button {
        min-width: 80%;
    }
}

.dica_divi_carousel .dica-container .swiper-buttton-container .swiper-button-prev, .dica_divi_carousel .dica-container .swiper-buttton-container .swiper-button-next {
    border-radius: 100px;
    background-color: rgba(0,0,0,0) !important;
    opacity: 1;
}

/* @media (min-width:768px) { */
    .dica_divi_carousel .swiper-button-prev {
        transform: translateX(-110%);
    }

    .dica_divi_carousel .swiper-button-next {
        transform: translateX(110%);
    }
/* } */

@media screen and (max-width:430px) {
    .dica_divi_carousel .swiper-button-prev, .dica_divi_carousel .swiper-button-next {
        font-size: 35px !important;
        width: 35px !important;
        height: 35px !important;
    }
}

.dica_divi_carouselitem.carousel-type-1:hover .dica-item-content {
    background-color: rgba(0,91,148,0.1);
}

.dica_divi_carouselitem.carousel-type-1:hover .dica-item-content .content {
    background: rgb(0,117,191);
    background: linear-gradient(180deg, rgba(0,117,191,1) 0%, rgba(0,72,118,1) 100%);
}

.dica_divi_carouselitem.carousel-type-1:hover .dica-item-content .content p {
    background-color: rgba(0,117,191,0);
}

#references-clients .dica_divi_carousel .swiper-button-prev {
    transform: translateX(-100%);
}

#references-clients .dica_divi_carousel .swiper-button-next {
    transform: translateX(100%);
}

.dica_divi_carouselitem .dica-item-content .content p.carousel-btn {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 50px;
    background-image: linear-gradient(90deg,#0075bf 0%,#004876 100%) !important;
    padding: 10px 20px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%); 
}

/* Ajustement de la largeur des boutons "En savoir plus" */
@media (max-width:1430px) {
    html[lang="es-ES"] .carousel-btn, html[lang="es"] .carousel-btn {
        min-width: 90%;
    }
}

.carousel-btn.btn-txt-long {
    min-width:80%;
}

@media (max-width:1400px) {
    .carousel-btn {
        min-width: 70%;
    }
    .carousel-btn.btn-txt-long {
    min-width:90%;
}
}

@media (max-width:850px) {
    .carousel-btn {
        min-width: 80%;
    }
}


/******************************
 *          HOMEPAGE          *
 ******************************/

.fabrication-francaise-home > div > div {
    background-color: #fff;
    border-radius: 0 8px;
    display: inline-block;
    padding: 5px 10%;
}

.fabrication-francaise-home p {
    transform: skewX(-20deg);
    color: #005b94;
    font-weight: 400;
    border-bottom:5px solid;
    border-image:linear-gradient(to right,#344093 33%,#F4F3F4 33%,#F4F3F4 66%,#D80D33 66% )4;
}

html[lang=nl-BE] .fabrication-francaise-home p, html[lang=fr-BE] .fabrication-francaise-home p {
    border-image:linear-gradient(to right,#000000 33%,#FFD700 33%,#FFD700 66%,#D80D33 66% )4;
}

@media screen and (max-width:800px) {
    .fabrication-francaise-home p {
        font-size: 14px;
    }
    .fabrication-francaise-home > div > div {
        padding-top: 0;
        padding-bottom: 0;
    }
}

#cycle-vie-portalp {
    display: flex;
    flex-wrap: wrap;
}

.cycle-vie-portalp-image img {
    width: 65%;
    margin: auto;
    display: inherit;
}

.cycle-vie-img-hover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

#cycle-vie-portalp .et_pb_column:hover {
    cursor: pointer;
}

#cycle-vie-portalp .et_pb_divider::before, #cycle-vie-portalp .et_pb_text p, #cycle-vie-portalp .cycle-vie-img-hover {
    transition: all 0.5s ease;
}

#cycle-vie-portalp .et_pb_column:hover .et_pb_divider::before {
    border-top-color: #2BABE2;
}

#cycle-vie-portalp .et_pb_column:hover .et_pb_text p {
    color: #005B94;
}

#cycle-vie-portalp .et_pb_column:hover .cycle-vie-img-hover {
    opacity: 1;
}

@media screen and (max-width:350px) {
    #cycle-vie-portalp {
        width: 95%;
    }
}

@media screen and (min-width:350px) and (max-width:980px) {
    #cycle-vie-portalp {
        justify-content: center;
    }
}

@media screen and (max-width:478px) {
    #cycle-vie-portalp .et_pb_column .et_pb_text {
        font-size: 16px;
    }

    #cycle-vie-portalp .et_pb_column {
        width:47% !important;
    }

}
@media screen and (min-width:350px) and (max-width:477px) {
    #cycle-vie-portalp .et_pb_column {
        width:50% !important;
    }
}

@media screen and (max-width:429px) {
    #cycle-vie-portalp .et_pb_column .et_pb_text {
        font-size: 15px;
    }
}

@media screen and (max-width:409px) {
    #cycle-vie-portalp .et_pb_column .et_pb_text {
        font-size: 14px;
    }
}
@media screen and (max-width:379px) {
    #cycle-vie-portalp .et_pb_column .et_pb_text {
        font-size: 13px;
    }
}

/* Paramètres des flèches des sliders */ 

.et_pb_slider .et-pb-arrow-prev, .et_pb_slider .et-pb-arrow-next {
    opacity: 1;
}

.et_pb_slider .et-pb-arrow-prev {
    left: 0px;
}

.et_pb_slider .et-pb-arrow-next {
    right: 0px;
}

@media screen and (max-width:430px) {
    .et_pb_slider .et-pb-arrow-prev, .et_pb_slider .et-pb-arrow-next {
        font-size: 30px
    }
}

.slider-plein-ecran .et-pb-slider-arrows > a {
    background-color: rgba(255,255,255,0.2);
    border-radius: 100px;
}

/* Positionnement du titre de la section */
.slider-plein-ecran .et_pb_fullwidth_code {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-plein-ecran h2 {
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 10 #000;
    text-align: center;
}

.slider-plein-ecran h3 {
    margin-bottom: 0 !important;
}

@media screen and (max-width:430px) {
    .slider-plein-ecran .et_pb_fullwidth_code {
        top: 0;
        position: relative;
    }

    .home h2 {
        color: #005B94;
        /* font-weight: 200; */
        font-size: 36px !important;
    }

}

.slider-plein-ecran .et_pb_slider_container_inner {
    border-radius:60px;
    background-image: linear-gradient(180deg,rgba(0,117,191,0.8) 0%,rgba(0,27,56,0.8) 100%);
    padding-left:15%;
    transform:skewX(20deg) 	translatex(-20px) !important;
}

@media screen and (max-width:430px) {

    .slider-plein-ecran .et_pb_slides {
        overflow-x: hidden;
    }

    .slider-plein-ecran .et_pb_slide {
      border-radius:10px;
      padding: 50px 0;
    }
    .slider-plein-ecran .et_pb_slider_container_inner {
      border-radius:17px;
    }

    .slider-plein-ecran .et-pb-arrow-prev, .slider-plein-ecran .et-pb-arrow-next {
        margin-top:0;
    }
}


/* ----- SOLUTIONS ----- */

#solutions {
    overflow: hidden;
}

#solutions h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin: 20px 0;
    font-size: 80px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

#solutions .solution-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    transition: opacity 0.5s ease;
    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply;
}

@media(max-width:450px) {
    #solutions .solution-wrapper {
        display: none;
    }
}

#solutions .solution-wrapper:not(:first-of-type) {
    opacity: 0;
}

/* Background solutions FR */
#solutions #solution-portes-auto {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/04/Installation-porte-auto-chu-reims.jpg);
}

#solutions #solution-grilles-rideaux {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/05/portalp_rideaux_grilles-1.jpg);
}

#solutions #solution-acces-parking {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/05/portail-entree-abbaye-talloire-1.jpg);
    background-position: center;
}

#solutions #solution-secu-batiments {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/03/couloirs-de-securite.jpg);
}

#solutions #solution-facades-quai {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/05/metro-saint-denis-pleyel.jpg);
}

/* Backgrounds solutions DE */
html[lang=de-DE] #solutions #solution-1, html[lang=fr-gl] #solutions #solution-1, html[lang=en] #solutions #solution-1 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_ronde.jpg);
    background-position: center;
}
html[lang=de-DE] #solutions #solution-2, html[lang=fr-gl] #solutions #solution-2, html[lang=en] #solutions #solution-2 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coulissante.jpg);
    background-position: center right;
}
html[lang=de-DE] #solutions #solution-3, html[lang=fr-gl] #solutions #solution-3, html[lang=en] #solutions #solution-3 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coupe_feu.jpg);
    background-position: center;
}
html[lang=de-DE] #solutions #solution-4, html[lang=fr-gl] #solutions #solution-4, html[lang=en] #solutions #solution-4 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_HDS_clean.jpg);
    background-position: center;
}
html[lang=de-DE] #solutions #solution-5, html[lang=fr-gl] #solutions #solution-5, html[lang=en] #solutions #solution-5 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_DL_clean_01.jpg);
    background-position: center top;
}

/* Backgrounds solutions IN */
html[lang=en-IN] #solutions #solution-1 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_ronde.jpg);
    background-position: center;
}
html[lang=en-IN] #solutions #solution-2 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coulissante.jpg);
    background-position: center right;
}
html[lang=en-IN] #solutions #solution-3 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_api_evacuation_urgence.jpg);
    background-position: center right;
}
html[lang=en-IN] #solutions #solution-4  {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_HDS_clean.jpg);
    background-position: center;
}

/* Backgrounds solutions NL-BE */
html[lang=nl-BE] #solutions #solution-1, html[lang=fr-BE] #solutions #solution-1 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coulissante.jpg);
    background-position: center;
}
html[lang=nl-BE] #solutions #solution-2, html[lang=fr-BE] #solutions #solution-2 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_api_evacuation_urgence.jpg);
    background-position: center right;
}
html[lang=nl-BE] #solutions #solution-3, html[lang=fr-BE] #solutions #solution-3 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_HDS_clean.jpg);
    background-position: center;
}
html[lang=nl-BE] #solutions #solution-4, html[lang=fr-BE] #solutions #solution-4 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_iso.jpg);
    background-position: center top;
}
html[lang=nl-BE] #solutions #solution-5, html[lang=fr-BE] #solutions #solution-5 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_rupture_pont_thermique_RPT.jpg);
    background-position: center;
}

/* Backgrounds solutions ES-ES */
html[lang=es-ES] #solutions #solution-1  {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coulissante.jpg);
    background-position: center right;
}
html[lang=es-ES] #solutions #solution-2 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_api_evacuation_urgence.jpg);
    background-position: center;
}
html[lang=es-ES] #solutions #solution-3 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coupe_feu.jpg);
    background-position: center;
}
html[lang=es-ES] #solutions #solution-4 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_DL_clean_01.jpg);
    background-position: center;
}

/* Backgrounds solutions GLOBAL ES & IT*/
html[lang=es] #solutions #solution-1, html[lang=it-IT] #solutions #solution-1  {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coulissante.jpg);
    background-position: center right;
}
html[lang=es] #solutions #solution-2, html[lang=it-IT] #solutions #solution-2 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_HDS_clean.jpg);
}
html[lang=es] #solutions #solution-3, html[lang=it-IT] #solutions #solution-3 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_ronde.jpg);
}
html[lang=es] #solutions #solution-4, html[lang=it-IT] #solutions #solution-4 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_DL_clean_01.jpg);
    background-position: center;
}

/* Backgrounds solutions LUX */
html[lang=fr-LU] #solutions #solution-1  {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coulissante.jpg);
    background-position: center right;
}
html[lang=fr-LU] #solutions #solution-2 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_iso.jpg);
    background-position: center top;
}
html[lang=fr-LU] #solutions #solution-3 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_automatique_coupe_feu.jpg);
}
html[lang=fr-LU] #solutions #solution-4 {
    background-image: url(https://preprodv2.portalp.com/wp-content/uploads/2024/11/portalp_porte_api_evacuation_urgence.jpg);
    background-position: center;
}


#solutions ul {
    background-color: rgba(0,91,148,0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5%;
    border-radius: 15px;
    padding: 30px;
    cursor: pointer;
}

#solutions ul li {
    list-style-type: none;
    padding: 10px 0;
}

#solutions ul li:not(:first-of-type), #solutions ul hr {
    opacity: 0.5;
}

#solutions ul li h3{
    font-size: 30px;
    color: #fff;
}

@media (max-width:428px) {
    #solutions ul li h3{
        font-size: 25px;
    }
}

#solutions ul hr {
    height: 1px;
    border-style: none;
    background-color: #fff;
}


/******************************
 *       PAGES PRODUITS       *
 ******************************/

 /* ----- COMMUN A TOUTES LES PAGES PRODUITS -----*/

@media screen and (max-width:980px) {
    #product-page-details {
        display: flex;
        flex-direction: column-reverse;
    }
}

#product-sectors .et_pb_code_inner {
    text-align: center;
}

#product-sectors strong {
    color: #005B94;
    font-weight: bold;
    font-style: italic;
}

#product-sectors .et_pb_code_inner > div {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: center;
    margin-top: 20px;
}

@media screen and (max-width:980px) {
    #product-sectors .et_pb_code_inner > div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}

#product-sectors .et_pb_code_inner > div > span {
    text-align: center;
    width: 22%;
    color: #706F6F;
    font-size:16px;
    padding: 0 5px;
}

#product-sectors .et_pb_code_inner > div > span:not(:first-of-type) {
    border-left: 1px solid rgba(180,153,136,0.5);
}

@media screen and (min-width:1301px) and (max-width:1500px) {
    #product-sectors .et_pb_code_inner div span {
        font-size:14px !important;
    }
}

@media screen and (min-width:981px) and (max-width:1300px) {
    #product-sectors .et_pb_code_inner div span {
        font-size:12px !important;
    }
}

@media screen and (max-width:980px) {
    #product-sectors .et_pb_code_inner div span {
        width: 100%;
        text-align: center;
        border-left: none;
    }
}

#product-sectors .et_pb_code_inner div div {
    /* width: 34%; */
    justify-content: space-around;
    border: 2px solid rgba(180,153,136,0.5);
    border-radius: 100px;
    padding: 10px;
    color: #B49988;
    font-style:italic;
    font-weight: bold;
}

@media screen and (max-width:1800px) {
    #product-sectors .et_pb_code_inner div div {
        font-size:16px;
    }
}

@media screen and (max-width:1600px) {
    #product-sectors .et_pb_code_inner div div {
        font-size:14px;
    }
}

@media screen and (max-width:1450px) {
    #product-sectors .et_pb_code_inner div div {
        font-size:12px;
    }
}

@media screen and (max-width:980px) {
    #product-sectors .et_pb_code_inner div div {
        width: 80%;
        margin: 30px auto;
        font-size:inherit;
    }
}

#product-sectors .et_pb_code_inner div div img {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

/* ----- ONGLETS ----- */

#product-page-details .et_pb_all_tabs h3, #product-page-details .et_pb_all_tabs h4, .personnalisation-porte .et_pb_all_tabs h3, .personnalisation-porte .et_pb_all_tabs h4 {
    color:#005B94;
}

#product-page-details .et_pb_all_tabs h3, .personnalisation-porte .et_pb_all_tabs h3 {
    font-weight:300;
    margin-bottom: 15px;
    font-size: 1.1em;
}

#product-page-details .et_pb_all_tabs h4, .personnalisation-porte .et_pb_all_tabs h4 {
    font-weight:600;
    margin-top: 10px;
}

.personnalisation-porte table td {
    border-top: 3px solid #E4DAD3 !important;
}

.personnalisation-porte table tr:nth-of-type(odd) td {
    background-color: #fff;
}

.personnalisation-porte .onglet-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.personnalisation-porte .onglet-cta div {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.personnalisation-porte .onglet-cta div p {
    font-style: italic;
    color: #005b94;
    font-weight: 600;
    margin-top: 10px;
}

.onglet-toggle {
    background-color: #E4DAD3;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.onglet-toggle h3 {
    font-size: 18px;
    color: #666;
    padding: 20px 0;
}

.onglet-toggle .onglet-toggle-content {
    transition: all 0.5s ease;
}

.onglet-toggle .onglet-toggle-content ul {
    padding-bottom: 0;
}

.onglet-toggle.closed-tab .onglet-toggle-content {
    max-height: 0;
    opacity: 0;
}

.onglet-toggle.open-tab h3 {
    font-weight: bold;
}

.onglet-toggle.open-tab .onglet-toggle-content {
    max-height: 3200px;
    opacity: 1;
}

.onglet-toggle p:first-of-type {
    padding: 0;
}

.onglet-toggle p:first-of-type img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
}

@media (max-width:420px) {
    .onglet-toggle p:first-of-type img {
        top: 5px;
        right: 5px;
        width: 30px;
    }
}

.onglet-flex-container > div {
    padding:20px;
}

@media(min-width:800px) {
    .onglet-flex-container {
        display: flex;
        align-items: flex-start;
    }
}

@media (max-width:799px) {
    .onglet-flex-container > div {
        width: 100% !important;
        }
    #personnalisation-porte-auto table th, #personnalisation-porte-auto table td {
        padding: 6px 10px;
    }
}

/* Encart info légale */
.information-legale-page-produit {
    background-color: #e4dad3; 
    font-size: 0.8em; 
    margin-top: 20px; 
    padding: 10px;
}

/* ----- CTA ----- */

#product-cta .et_pb_code_inner {
    display: flex;
}

@media screen and (max-width:980px) {
    #product-cta .et_pb_code_inner {
        flex-wrap: wrap;
    }
}

#product-cta .et_pb_code_inner > div {
    width: 25%;
    text-align: center;
}

@media screen and (max-width:980px) {
    #product-cta .et_pb_code_inner > div {
        width: 50%;
        margin-bottom: 20px;
    }
}

.cta-wrap {
    display: flex; 
    align-items: center; 
    justify-content: space-around; 
    margin-top: 20px;
}

@media(min-width:981px) {
    #vantaux-design-wrap {
        display: flex;
        margin-top: 30px;
        font-size: 0.8em;
    }
    #vantaux-design-wrap div {
        padding: 0 10px;
        width: 20%;
        text-align: left;
    }
} 

@media (max-width:980px) {
    #vantaux-design-wrap div {
        text-align:center;
        width: 80%;
        margin: auto;
    }
    #vantaux-design-wrap ul {
        list-style-position: inside;
    }
}

#vantaux-design-wrap .nom-vantail {
    color: #005B94;
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0;
}

@media (min-width:981px) {
    #vantaux-design-wrap .nom-vantail {
        font-size: 1.2em;
    }
}

#vantaux-design-wrap p {
    padding: 0;
    font-weight: 600;
}

#vantaux-design-wrap hr {
    border-width:0;
    height: 2px;
    background-color: #fff;
}

/* ----- NOS RECOMMANDATIONS ----- */

#recommandations .et_pb_code_inner {
    display: flex;
    justify-content: space-between;
}

#recommandations .et_pb_code_inner > div {
    width: 30%;
}

@media screen and (max-width:1400px) {
    #recommandations .et_pb_code_inner > div {
        width: 28%;
    }
}

#recommandations .et_pb_code_inner span {
    font-size: 2.5em;
    color: #005B94;
    transform: translateY(35%);
    margin: 0 5px;
}

#recommandations .et_pb_code_inner > div img {
    border-radius: 10px;
}

/*********************************
 *       PORTE COULISSANTE       *
 *********************************/

/* Onglet Coulissante ou télescopique */
 #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:980px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper {
        flex-direction: column;
    }
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:not(:last-of-type) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div figure {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 0.8em;
}

@media screen and (max-width:980px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique img {
        max-height: 80px;
    }
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:nth-of-type(2) {
    padding: 0 3%;
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:last-of-type {
    max-width: 25%;
}

@media screen and (max-width:980px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:first-of-type {
        margin-bottom: 40px;
    }
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:last-of-type {
        max-width: 100%;
    }
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:last-of-type div {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

@media screen and (max-width:980px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:last-of-type div {
        margin-top: 20px;
    }
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:last-of-type > div > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-style: italic;
    color:#045C95;
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div:last-of-type > div > div img {
    max-width: 60%;
    margin-bottom: 5px;
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-coulissante-telescopique .wrapper > div > img {
    margin-bottom: 5%;
}

/* Onglet Vantaux et design */

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-vantaux-design .trappe-fp {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-vantaux-design .trappe-fp > div {
    text-align: left;
}

#personnalisation-porte-coulissante .et_pb_all_tabs #onglet-vantaux-design .trappe-fp > div ul {
    margin-top: 20px;
}

@media (min-width:981px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-vantaux-design .trappe-fp > * {
        width: 47%;
    }

    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-vantaux-design .trappe-fp img {
        border-radius: 15px;
    }
}

@media (max-width:980px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-vantaux-design .trappe-fp {
        flex-wrap: wrap;
    }
}

/* Onglet Renforcer la sécurité */
@media (max-width:800px) {
    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-securite {
        display: block !important;
    }

    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-securite > div {
        width: auto !important;
    }

    #personnalisation-porte-coulissante .et_pb_all_tabs #onglet-securite > table {
        width: auto !important;
    }
}

/***************************************
 *       PORTES RONDES & CINTRÉES       *
 ***************************************/
#personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper {
    display: flex;
    justify-content: space-between;
}
@media (min-width:1280px) {
    #personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper > div:first-of-type {
        width: 30%;
    }
    #personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper > div:last-of-type {
        width: 65%;
    }
}
@media (max-width:1279px) {
    #personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper { 
        flex-direction: column-reverse;
    }
}

#personnalisation-portes-rondes #schemas-config {
    justify-content: space-between;
}

#personnalisation-portes-rondes #schemas-config > div img {
    width: 80%;
}

#personnalisation-portes-rondes #schemas-config > div > div > p:not(.schem-desc) {
    height: 100px;
}

#personnalisation-portes-rondes #schemas-config > div > div > p.schem-desc {
    font-size: 0.8em;
}
@media(max-width:588px) {
    #personnalisation-portes-rondes #schemas-config {
        flex-wrap: wrap;
    }

    #personnalisation-portes-rondes #schemas-config .config-wrap {
        width: 45%;
    }

    #personnalisation-portes-rondes #schemas-config > div {
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }
}

#personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper > div:first-of-type div {
    display: flex;
    margin-top: 15px;
}

#personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper > div:first-of-type div div {
    width: 45%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#personnalisation-portes-rondes .et_pb_all_tabs > div:first-of-type .et_pb_tab_content .wrapper > div:first-of-type div div img {
    max-width: 60%;
    margin-bottom: 5px;
}

@media (min-width:981px) {
    #personnalisation-portes-rondes #vantaux-design-wrap div {
        width: 25%;
    }
}

@media (max-width:980px) {
    #personnalisation-portes-rondes .portes-rondes-secu > div {
        width: 100% !important;
    }
}

#personnalisation-portes-rondes #onglet-securite > div {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}

#personnalisation-portes-rondes #onglet-securite > div img {
    margin: 10px;
}


/******************************
 *  OPÉRATEUR PORTE BATTANTE  *
 ******************************/

 /* ----- ONGLETS ----- */

/* Onglet Fonctionnalités */
@media(max-width:999px) {
    #personnalisation-iso3 #onglet-fonctionnalites .onglet-flex-container > div:last-of-type > div img {
        width: 50%;
        margin: auto;
        display: block;
    }

    #personnalisation-iso3 #onglet-fonctionnalites .onglet-flex-container > div:last-of-type > div {
        margin: 20px 0;
    }
}

@media(min-width:1000px) {
    #personnalisation-iso3 #onglet-fonctionnalites .onglet-flex-container > div {
        width: 50%;
    }
    #personnalisation-iso3 #onglet-fonctionnalites .onglet-flex-container > div:last-of-type > div {
        display: flex;
        justify-content: space-between;
    }
    #personnalisation-iso3 #onglet-fonctionnalites .onglet-flex-container > div:last-of-type > div > div:first-of-type {
        width: 60%;
    }
    #personnalisation-iso3 #onglet-fonctionnalites .onglet-flex-container > div:last-of-type > div > div:last-of-type {
        width: 20%;
    }
    
}

 /* Onglet Renforcer la sécurité */

 #personnalisation-iso3 #onglet-securite .onglet-flex-container {
    justify-content: space-between;
 }

 #personnalisation-iso3 #onglet-securite .onglet-flex-container > div {
    width: 30%;
 }

 #personnalisation-iso3 #onglet-securite .onglet-flex-container > div h4 {
    color: #005B94;
    margin-bottom: 10px;
    text-align: center;
 }

 #personnalisation-iso3 #onglet-securite .onglet-flex-container > div .img-wrapper {
    display: flex;
    justify-content: space-around;
 }

 #personnalisation-iso3 #onglet-securite .onglet-flex-container > div img {
    max-height: 100px;
    margin-bottom: 10px;
 }

 #personnalisation-iso3 #onglet-securite .onglet-flex-container > div div {
    text-align: center;
 }

 /* Onglet Commandes et options */

@media (min-width:940px) {
    #personnalisation-iso3 #onglet-commandes-options > div {
        display: flex;
        justify-content: space-between;
    }
    #personnalisation-iso3 #onglet-commandes-options > div > div {
        width: 45%;
    }
}

@media (max-width:940px) {
    #personnalisation-iso3 #onglet-commandes-options > div > div {
        margin-top: 20px;
    }
}

#personnalisation-iso3 #onglet-commandes-options > div > div > div {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}

#personnalisation-iso3 #onglet-commandes-options img {
    max-width: 100px;
    margin-right: 20px;
}

/**********************************
 *  PAGE PORTE AUTO ANTIPANIQUE  *
 ********************************/

#personnalisation-porte-api .et_pb_all_tabs #onglet-fonctionnement .onglet-flex-container > div {
    width: 100%;
}

#personnalisation-porte-api .et_pb_all_tabs #onglet-fonctionnement .onglet-flex-container > div:first-of-type > div {
    display: flex;
    margin-bottom: 30px;
}

#personnalisation-porte-api .et_pb_all_tabs #onglet-fonctionnement .onglet-flex-container > div:first-of-type > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    text-align: center;
}

#personnalisation-porte-api .et_pb_all_tabs #onglet-fonctionnement .onglet-flex-container > div:first-of-type > div div img {
    width: 50%;
}


@media (max-width:1099px) {
    #personnalisation-porte-api .et_pb_all_tabs #onglet-fonctionnement .onglet-flex-container {
        display: block;
    }
}


@media(min-width:1100px) {
    #personnalisation-porte-api .et_pb_all_tabs #onglet-fonctionnement .onglet-flex-container > div {
        width: 50%;
    }
}

#personnalisation-porte-api #onglet-securite figure:first-of-type {
    margin-bottom: 20px;
}

/**********************************
 *  PAGE PORTE ANTI-EFFRACTION  *
 ********************************/

 @media (min-width:981px) {
    #personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-2-col {
        display: flex;
    }
    #personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-2-col ul {
        width: 40%;
    }
    #personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-2-col > div {
        width: 60%;
    }
 }

 #personnalisation-porte-anti-effraction #onglet-anti-effraction h4:nth-of-type(2) {
     margin-top: 20px;
 }

 #personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-coul-tel {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-coul-tel > div {
    text-align: center;
}

#personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-coul-tel > div figcaption {
    font-style: italic;
}

@media (min-width:981px) {
    #personnalisation-porte-anti-effraction #onglet-verrouillage {
        display: flex;
        justify-content: space-between;
    }
    #personnalisation-porte-anti-effraction #onglet-anti-effraction .wrap-coul-tel h5 {
        color: #005B94;
    }
    #personnalisation-porte-anti-effraction #onglet-verrouillage > div {
        width: 70%;
    }
    #personnalisation-porte-anti-effraction #onglet-verrouillage > p {
        width: 20%;
    }
}

@media (max-width:980px) {
    #personnalisation-porte-anti-effraction #onglet-verrouillage > p {
        width: 40%;
        margin: auto;
    }
}

/****************************************
 *  PAGE GUICHET DE TRANSFERT MOTORISE  *
 ****************************************/

 @media(min-width:981px) {
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper > div {
        width: 45%;
    }
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper > div:nth-of-type(2) {
        text-align: center;
    }
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper > div:nth-of-type(2) img {
        max-width: 60%;
        border-radius: 10px;
        margin-top: 20px;
    }
 }

 @media(min-width:1500px) {
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper > div:nth-of-type(1) {
        width: 35%;
    }
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper > div:nth-of-type(2) {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 60%;
    }
    #personnalisation-guichet-motorise #onglet-equipements-options .flex-wrapper > div:nth-of-type(2) img {
        max-width: 45%;
    }
}

 #personnalisation-guichet-motorise #onglet-equipements-options table {
     border-collapse: separate;
     border-spacing: 4px;
 }

 #personnalisation-guichet-motorise #onglet-equipements-options table td {
    border: none !important;
    border-radius: 10px;
 }

 #personnalisation-guichet-motorise #onglet-equipements-options table tr:nth-of-type(2n+1) td {
     background-color: #fff;
 }

/******************************
 *  PAGE DÉTECTION INTRUSION  *
 ******************************/

.etape-detection-intrusion .et_pb_code_inner > div {
	display: flex;
	align-items: stretch;
}

.etape-detection-intrusion .et_pb_code_inner > div > p {
	font-size: 30px;
	display: flex;
    align-items: center;
	color: #fff;
	margin-right: 10px;
    background-color: #D20A11;
    border-radius: 10px;
    padding: 0px 3% 5px;
}

.etape-detection-intrusion .et_pb_code_inner h3 {
    padding-bottom: 0;
    color: #D20A11;
    font-weight: bold;
}

.etape-detection-intrusion .et_pb_code_inner > p {
	margin-top: 10px;
	min-width: 80%;
}

@media(max-width:980px) {
	.imp-ui-top-right {
		top: 0 !important;
		right: 0 !important;
		transform: translateY(-120%);
	}

	.imp-ui-top-right select {
		background-color: #fff !important;
	}
}


/******************************
 *   PAGE VIDÉOSURVEILLANCE   *
 ******************************/

#video-cycle > .et_pb_code_inner >div {
	display: flex;
	flex-direction: row-reverse;
  	justify-content: center;
	flex-wrap: wrap;
}

.video-cycle-row > div {
	width:40%;
	display: flex;
	align-items: stretch;
}

@media(max-width:650px) {
	.video-cycle-row > div {
		width:100%;
	}
}

.video-cycle-row > div > div:first-of-type {
	border-top: solid 2px #f0f0f0;
	width: 60%;
	display: flex ;
	align-items: center;
}

.video-cycle-row > div > div:first-of-type span {
	line-height: 1em;
}

@media(max-width:650px) {
	.video-cycle-row > div > div:first-of-type {
		justify-content: center;
		text-align: center;
	}
}

@media(max-width:650px) {
	.video-cycle-row > div > div:last-of-type {
		width: 20%;
	}
}

.video-cycle-row > div:nth-of-type(odd) {
	text-align: left;
}

@media(max-width:650px) {
	.video-cycle-row > div img {
		width:20%;
	}
}

@media(min-width:651px) {
	.video-cycle-row > div:nth-of-type(odd) img {
		margin-right: 10px;
	}
}

.video-cycle-row > div:nth-of-type(even) {
	text-align: right;
	display: flex;
	flex-direction: row-reverse;
	transform: translateY(50%);
}

@media(max-width:650px) {
	.video-cycle-row > div:nth-of-type(even) {
		transform: none;
	}
}

@media(min-width:651px) {
	.video-cycle-row div:nth-of-type(even) img {
		margin-left: 10px;
	}
}

@media(min-width:651px) {
	.video-cycle-row div:nth-of-type(even) div {
		justify-content: end;
	}
}

#video-cycle .et_pb_code_inner > div:last-of-type div div, #video-cycle .et_pb_code_inner > div:nth-of-type(4) > div:last-of-type div {
	border-bottom: solid 2px #f0f0f0;
}


/******************************
 *        PAGE CONTACT        *
 ******************************/

.contact-object-image img {
    max-width: 30%;
    margin: auto;
    display: inherit;
}

@media (max-width:478px) {
    .contact-object-image img {
        max-width: 20%;
    }
}

.contact-object-img-hover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

#contact-objects .et_pb_column:hover {
    cursor: pointer;
}

#contact-objects .et_pb_divider::before, #contact-objects .et_pb_text p, #contact-objects .contact-object-img-hover {
    transition: all 0.2s ease;
}

#contact-objects .et_pb_column:hover .et_pb_divider::before {
    border-top-color: #fff;
}

#contact-objects .et_pb_column:hover .et_pb_text h2 {
    color: #fff !important;
}

#contact-objects .et_pb_column:hover .contact-object-img-hover {
    opacity: 1;
}

#contact-objects .et_pb_column:hover .et_pb_code_inner > img:not(.contact-object-img-hover) {
    opacity: 0;
}

@media screen and (min-width:350px) and (max-width:980px) {
    #contact-objects {
        justify-content: center;
    }
}

@media screen and (max-width:478px) {
    #contact-objects .et_pb_column .et_pb_text {
        font-size: 16px;
    }

    #contact-objects .et_pb_column {
        width:100% !important;
    }

}

@media screen and (max-width:429px) {
    #contact-objects .et_pb_column .et_pb_text {
        font-size: 15px;
    }
}

@media screen and (max-width:409px) {
    #contact-objectsp .et_pb_column .et_pb_text {
        font-size: 14px;
    }
}
@media screen and (max-width:379px) {
    #contact-objects .et_pb_column .et_pb_text {
        font-size: 13px;
    }
}


/******************************
 *    PAGE MAINTENANCE-SAV    *
 ******************************/

.maintenance-contact > div > div {
    display: flex;
    align-items: flex-start;
}

.maintenance-contact > div > div > img {
    margin-right: 20px;
}

@media screen and (max-width:980px) {
    .maintenance-contact > div > div > img {
        width: 10%;
    }
}

@media screen and (max-width:650px) {
    .maintenance-contact > div > div > img {
        width: 15%;
    }
}

@media screen and (max-width:500px) {
    .maintenance-contact > div > div {
        flex-direction: column;
        align-items: center;
    }
    .maintenance-contact > div > div > img {
        margin: 0 0 10px 0;
    }
    .maintenance-contact > div > div > div {
        text-align: center;
    }
}

.maintenance-contact > div > div > div a img {
    width: 70%;
}

@media screen and (max-width:900px) {
    .maintenance-contact > div > div > div a img {
        width: 90%;
    }
}

.maintenance-contact > div > div > div p {
    margin-bottom: 10px;
}

/* ----- Contrats de maintenance ----- */

@media screen and (min-width:1200px) {
    #contrats-maintenance .swiper-wrapper {
        justify-content: space-between;
        transform: none !important;
    }
}

.contrat-maintenance {
    color: #fff;
    text-align: center;
}

.contrat-maintenance h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: solid 2px #fff;
}

@media (max-width:1755px) {
    html[lang="nl-BE"] .contrat-maintenance h3 {
        font-size: 18px;
    }
}

@media (max-width:1400px) {
    html[lang="nl-BE"] .contrat-maintenance h3 {
        font-size: 16px;
    }
}

@media (max-width:1120px) {
    html[lang="nl-BE"] .contrat-maintenance h3 {
        font-size: 15px;
    }
}

@media (max-width:980px) {
    html[lang="nl-BE"] .contrat-maintenance h3 {
        font-size: 22px;
    }
}

.contrat-maintenance h3 span {
    display: block;
    font-size: 50px;
    height: 40px;
    font-weight: 600;
    font-family: sans-serif;
}

.contrat-maintenance hr {
    border-width: 1px;
    width: 100%;
    border-style: solid;
    color: #fff;
}

.contrat-maintenance .content > p {
    padding: 20px 0 !important;
}

.contrat-maintenance .contrat-options {
    font-style: italic;
}

.contrat-maintenance ul {
    list-style-type: none;
    padding: 0;
}

.contrat-maintenance a {
    color: #fff;
    border: solid 2px #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
}

/* ----- Information légale ----- */

#information-legale {
    font-size: 0.9em;
}

#information-legale .et_pb_code_inner {
    display: flex;
}

#information-legale img {
    max-height: 100px;
    margin:0 30px 30px 0;
}
@media screen and (max-width:900px) {
    #information-legale img {
        display: none;
    }
}

#information-legale h3 {
    color: #005B94;
    font-style: normal;
}

@media screen and (max-width:900px) {
    #information-legale h3 {
        font-size: 16px;
    }
}

/* ----- Extension de garantie ----- */
#extension-garantie .et_pb_code_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	margin: auto;
}

#extension-garantie figure img {
    width: 160px;
}

@media(max-width:600px) {
	#extension-garantie .et_pb_code_inner {
		flex-direction: column;
		flex-wrap: wrap;
	}

	#extension-garantie .et_pb_code_inner > *{
		margin: 10px 0;
	}
}

@media(max-width:1200px) {
	#extension-garantie .et_pb_code_inner {
		width: 80%;
	}
}

@media(max-width:1000px) {
	#extension-garantie .et_pb_code_inner {
		width: 100%;
	}

	#extension-garantie figure img {
		width: 130px;
	}
}

@media(max-width:800px) {
	#extension-garantie figure img {
		width: 100px;
	}
}

#extension-garantie figure {
	text-align: center;
}

#extension-garantie figcaption {
	/* font-size: 20px; */
    margin-top: 25px;
    color: #005B94;
}


/******************************
 *   PAGE PORTALP ACADEMIE    *
 ******************************/

#portalp-academie-form p {
	text-align: start;
}

#portalp-academie-form select {
	padding: 0.5rem 1rem !important;
	font-size: 16px;
}

#portalp-academie-form .wpcf7-list-item {
	margin: 0 10px 0 0;
}

@media(max-width:500px) {
	#portalp-academie-form .wpcf7-list-item {
		margin-bottom: 25px;
	}
}

#portalp-academie-form .wpcf7-list-item input[type="radio"] {
	display: none;
}

#portalp-academie-form .wpcf7-form-control-wrap:not([data-name="accept"]) .wpcf7-list-item .wpcf7-list-item-label {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background-color: rgba(180,153,136,0.1);;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

#portalp-academie-form .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
	background-color: #0071BB;
	color: #fff;
}

.training-select-class > * {
	margin-right: 10px;
}

.trainees-number {
	margin-top: 15px;
}

.trainees-number input {
	max-width: 100px;
}


/******************************
 *       PAGE A PROPOS        *
 ******************************/

#chronologie .chrono-year {
    font-size: 24px !important;
    font-weight:600;
    color: #B49988;
    margin-bottom: 15px;
    padding-bottom: 0;
}

#chronologie hr {
    border-width:0;
    height: 2px;
    background-color: #fff;
    margin: 0;
}

#chronologie img {
    transform: translateY(-60%);
}

@media screen and (max-width:1600px) {
    #chronologie img {
        width: 8%;
    }
}

@media screen and (max-width:1450px) {
    #chronologie img {
        width: 10%;
    }
}

#chronologie h3, #chronologie .content p:not(.chrono-year) {
    padding: 0px 30px;
}

#chronologie .content p:not(:nth-of-type(2)) {
    padding: 15px 30px;
    line-height: 1em;
}

#chronologie h3 {
    font-weight: 600;
    color: #005B94;
}

#chronologie sup {
    font-size: 0.6em;
}

#chronologie p:not(.chrono-year) {
    color: #005B94;
    font-style: italic;
}

#chronologie .swiper-button-prev {
    transform: translate(-120%,-70%);
}

#chronologie .swiper-button-next {
    transform: translate(120%,-70%);
}

/* Chiffres Portalp */
#chiffres-portalp span {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 600;
}


/******************************
 *          MARCHÉS           *
 ******************************/

/* ----- PAGE MERE ----- */
#page-mere-marches .dica-item-content {
    background-color: rgba(255,255,255,0.4);
}

#marches-salles-propres .et_pb_code_inner > div {
    display: flex;
    justify-content: space-between;
}

#marches-salles-propres .et_pb_code_inner > div > div {
    width:12%;
}

#marches-salles-propres p {
    color: #B49988;
    text-align: center;
    margin-top: 10px;
}

/* Solutions pour les salles propres */
#solutions-salles-propres .content h3, #solutions-salles-propres .content p {
    text-align: center;
}

#solutions-salles-propres .content h3 {
    font-size: 20px;
    color:#005B94;
    padding: 0;
}

#solutions-salles-propres hr {
    border-width:0;
    height: 2px;
    background-color: #E4DAD3;
}

#solutions-salles-propres .content p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

#solutions-salles-propres .content p:last-of-type {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#solutions-salles-propres li {
    line-height: 1.2em;
    margin-bottom: 5px;
}

/* Architectes & entreprises générales */

.archi-phase-entete {
    display: flex;
    align-items: center;
    justify-content: center;
}

.archi-phase-entete .number {
    color: #fff;
    font-size: 4em;
    font-weight: 400;
    line-height: 1;
}

.archi-phase-entete .chevron-blc {
    font-size: 2em;
    color: #fff;
}

.archi-phase-entete img {
    width: 30%;
    margin: 0 5px;
}


.archi-phase-entete .chevrons-bleus {
    font-size: 2em;
    color: #2babe2;
    letter-spacing: -4px;
}

#archi-phases .phase-title {
    color: #005b94 !important;
    font-weight: 600;
    padding: 10px 0;
}

#archi-phases .phase-desc {
    border-top: 1px solid #fff;
    padding-top: 10px;
}


/******************************
 *       GUIDE DE CHOIX       *
 ******************************/

/* ----- COMPOSANTS DE PORTE ----- */
.composant-porte {
    padding: 20px;
    cursor: pointer;
}

.composant-porte .et_pb_code_inner > div:first-of-type {
	display: flex;
	align-items: stretch;
}

.composant-porte .et_pb_code_inner > div:first-of-type > p {
	font-size: 30px;
	display: flex;
    align-items: center;
	color: #fff;
	margin-right: 10px;
    background-color: #D20A11;
    border-radius: 10px;
    padding: 0px 3% 5px;
}

.composant-porte .et_pb_code_inner h3 {
    padding-bottom: 0;
    color: #b49988;
    font-weight: bold;
}

.composant-porte .et_pb_code_inner > p {
	margin: 10px 0;
	min-width: 80%;
}

.composant-porte .close-hidden-component-content {
    opacity: 0;
    margin-left: 10px;
    font-size: 0.8em;
}

.hidden-component-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(.63,1.1,.74,.99);
    font-size: 0.8em;
}

.hidden-component-content > a {
    display: block;
}

#caisson .hidden-component-content > ul:not(:first-of-type) > li {
    list-style-type: none;
}

@media(max-width:980px) {
	.imp-ui-top-right {
		top: 0 !important;
		right: 0 !important;
		transform: translateY(-120%);
	}

	.imp-ui-top-right select {
		background-color: #fff !important;
	}
}

/* ----- ONGLETS -----*/

/* Onglet Vantaux et remplissages */

table#guide-vantaux caption {
    /* background-color: #B49988; */
    color:#B49988;
    font-weight: 700;
    border-radius: 10px;
    border: 3px solid #B49988;
    padding: 10px;
}

table#guide-vantaux th, table#guide-vantaux td:first-of-type {
    font-weight: 500;
}

table#guide-vantaux td:not(:first-of-type) {
    font-size: 20px;
}

#comprendre-onglets .et_pb_tab_content {
    padding: 0 10px;
}

#comprendre-onglets .onglet-toggle-content ul {
    margin-bottom: 15px;
}

#comprendre-onglets .onglet-toggle-content > ul {
    margin-bottom: 30px;
}

#comprendre-onglets .onglet-toggle-content > ul > li {
    list-style-type: none;
    margin: 10px 0;
}

#comprendre-onglets .onglet-toggle-content > ul > ul {
    padding-left: 40px;
}

#comprendre-onglets .open-tab h3 {
    color: #005B94;
}

/* Onglet Configuration */
#comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div {
    display: flex;
    justify-content: space-between;
}

#comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div > div:not(:last-of-type) {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-bottom: 30px;
}

#comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div > div {
    width:30%;
}

@media (max-width:1279px) {
    #comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div {
        flex-wrap:wrap;
    }
    #comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div > div, #comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div > div {
        width:45%;
    }
    #comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div > div:last-of-type {
        width:100%;
    }
}

@media (max-width:430px) {
    #comprendre-onglets .et_pb_tab_2 .et_pb_tab_content > div > div {
        width:100%;
    }
}

#schemas-config > div > div > p {
    text-align: center;
}

#schemas-config .config-wrap {
    width: 100%;
    /* background-color: #E4DAD3; */
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 15px 0;
}

#schemas-config > div > div > p.schem-desc {
    font-weight: 600;
}

#schemas-config > div > div > p.schem-desc span {
    font-weight: 400;
}

#schemas-config > div > div > p:not(.schem-desc) {
    height:200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#schemas-config img {
    max-width: 133px;
}

@media (max-width:1279px) {
    #comprendre-onglets #schemas-config > div {
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    #comprendre-onglets #schemas-config > div .config-wrap {
        width: 45%;
    }
}

/* Onglet Installation */

#comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content > div:first-of-type {
    margin-bottom: 30px;
}

@media(max-width:599px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content > div:first-of-type img {
        margin:5px 0;
    }
}

@media(min-width:600px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content > div:first-of-type {
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px;
    }
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content > div:first-of-type img {
        width:40%;
    }
}

#comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content .onglet-toggle-content > div {
    display: flex;
    flex-direction: row;
}

@media(max-width:800px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content .onglet-toggle-content > div {
        flex-direction: column-reverse;
    }

    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content .onglet-toggle-content > div > div:last-of-type {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(min-width:799px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content .onglet-toggle-content > div > div:first-of-type {
        width: 60%;
    }
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_3 .et_pb_tab_content .onglet-toggle-content > div > div:last-of-type {
        width: 35%;
    }
}

/* Onglet Entretien et maintenance */

@media (min-width:450px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_4 .et_pb_tab_content > div:first-of-type {
        display:flex;
        justify-content: space-between;
    }
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_4 .et_pb_tab_content > div:first-of-type > div {
        width: 50%;
    }
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_4 .et_pb_tab_content > div:first-of-type > p {
        width: 45%;
    }
}

@media (min-width:1400px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_4 .et_pb_tab_content > div:first-of-type > div {
        width: 58%;
    }

    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_4 .et_pb_tab_content > div:first-of-type > p {
        width: 35%;
    }
}

@media (max-width:450px) {
    #comprendre-onglets .et_pb_all_tabs .et_pb_tab_4 .et_pb_tab_content > div:first-of-type > p {
        margin-top:20px;
    }
}


/* * * * * Nous trouver * * * * */

@media(max-width:675px) {
    #wpsl-wrap #wpsl-gmap {
        height: 200px !important;
    }
}


.wpsl-search {
    border-radius: 10px;
}

#wpsl-wrap #wpsl-result-list li {
    border-bottom: 1px solid #E4DAD3;
}

.wpsl-input label {
    width: auto !important;
}

.wpsl-store-location > p {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}

#wpsl-result-list p.map_contact_btn {
    background-image: linear-gradient(90deg,#0075bf 0%,#004876 100%);
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
}

#wpsl-result-list p.map_contact_btn a {
    color: #fff;
}

table.wpsl-opening-hours {
    width: 100% !important;
}

#wpsl-stores table tr:nth-of-type(2n) td {
    background-color: #FBFBFB;
}

#wpsl-stores table tr:nth-of-type(2n+1) td {
    background-color: #E4DAD3;
}

.map_contact_wrap {
    display: flex;
    margin-top: 10px;
}

.wpsl-contact-details {
    border: 1px solid #005B94;
    padding: 2px 5px !important;
    border-radius: 5px;
    margin-left: 10px !important;
}

.wpsl-contact-details img {
    vertical-align: middle;
    max-height: 20px;
}

#wpsl-stores table td {
    font-size: 0.8em;
    padding: 0 10px;
}

#wpsl-stores table td:first-child {
    border-radius: 5px 0 0 5px;
}

#wpsl-stores table td:last-child {
    border-radius: 0 5px 5px 0;
}

.agence-categorie {
    display: none;
}

/***************************************************
 *       MÉTIERS EN AGENCE ET SUR LE TERRAIN       *
 ***************************************************/

#metiers .et_pb_toggle_0.et_pb_toggle_close {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.61) 0%,rgba(255,255,255,0) 100%),url(https://preprodv2.portalp.com/wp-content/uploads/2024/09/entreprise-carrieres-metiers-agence-et-terrain-tech-pose.jpg);
    background-size: 100%;
}

#metiers .et_pb_toggle_1.et_pb_toggle_close {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.61) 0%,rgba(255,255,255,0) 100%),url(https://preprodv2.portalp.com/wp-content/uploads/2024/09/entreprise-carrieres-metiers-agence-et-terrain-tech-maintenance.jpg);
}

#metiers .et_pb_toggle_2.et_pb_toggle_close {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.61) 0%,rgba(255,255,255,0) 100%),url(https://preprodv2.portalp.com/wp-content/uploads/2024/09/entreprise-carrieres-metiers-agence-et-terrain-assistant-polyvalent.jpg);
}

#metiers .et_pb_toggle_3.et_pb_toggle_close {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.61) 0%,rgba(255,255,255,0) 100%),url(https://preprodv2.portalp.com/wp-content/uploads/2024/09/entreprise-carrieres-metiers-agence-et-terrain-technico-commercial.jpg);
}

#metiers .et_pb_toggle_open {
    background-color: #E4DAD3;
    background-image: none !important;
}

/******************************
 *       CERTIFICATIONS       *
 ******************************/
.certif-wrap {
    width: 60%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.certif-wrap img {
    width: 30%;
    margin: auto;
    display: block;
}

.certif-wrap p {
    text-align: left;
}

@media (max-width:980px) {
    #garanties-engagements .et_pb_column_8 {
        margin-bottom: 0 !important;
    }
}

/**************************
 *       ACTUALITES       *
 **************************/

 .pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}

.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}

.pa-blog-equal-height .post-content a {
    padding: 5px !important;
    display: block;
    border-radius: 5px;
    background-color: #005b94;
    color: #fff;
    width: 35%;
    margin: auto;
    text-align: center;
    text-transform: capitalize;
}

#et-boc .wpfd-content .openlink, .wpfd-content .openlink {
    background-color: #005b94 !important;
    color: #fff !important;
}

#et-boc .wpfd-content-table a.wpfd_downloadlink:not(.downloadlink), .wpfd-content-table a.wpfd_downloadlink:not(.downloadlink) {
    color: #706F6F !important;
    font-weight: 500;
}


/*******************************
 *       DOWNLOAD CENTER       *
 *******************************/

/* * * * * Filtres * * * * */

.divi_wpfd_search .box-search-filter {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1) !important;
    border-radius: 15px !important;
    padding: 15px !important;
}

.divi_wpfd_search .box-search-filter .wpfd-listCate {
    max-width: 390px !important;
}

.list-results:not(.themed) {
    margin-top: 0 !important;
}

.divi_wpfd_search .box-search-filter .wpfd-btnsearchbelow {
    background-color: #B49988 !important;
}

.divi_wpfd_search .chk-tags-filtering ul li.tags-item.active {
    background: none !important;
    background-color: #005b94 !important;
}

 #et-boc .wpfd-content .backcategory, .wpfd-content .backcategory {
     text-align: left !important;
     color: #B49988 !important;
     font-weight: 600;
 }

 a.wpfdcategory {
     background-color: #B49988 !important;
     border: none !important;
     flex-basis: auto !important;
     overflow: visible !important;
 }

 a.wpfdcategory span {
    color: #fff !important;
    font-weight: 600 !important;
    max-width: none !important;
    width: auto !important;
 }

 #et-boc .wpfd-content .wpfdcategory .wpfd-folder, .wpfd-content .wpfdcategory .wpfd-folder {
     color: #fff !important;
 }

 .wpfd-categories h2 {
    color: #005b94 !important;
 }

 .wpfd-container-table {
     display: flex;
     flex-direction: column-reverse;
 }

 .wpfd-container table .file_title {
     width: 70% !important;
     max-width: none !important;
 } 
 
 @media (max-width:490px) {
    .wpfd-container table .file_title {
        width: 55% !important;
    }
 }

html body #et-boc .wpfd-content-table .mediaTableWrapper .mediaTable .col-download,
html body #et-boc .wpfd-content-table th.col-download,
html body #et-boc .wpfd-content-table td.col-download {
    display: flex !important;
    justify-content: space-between !important;
    min-height: 71px;
    align-items: center !important;
    min-width: 30% !important;
    max-width: none !important;
    width: auto !important;
    padding: 5px;
 }

 .wpfd-container table .col-download > a {
    width: 48% !important;
    margin: 0 !important;
 }

 @media (max-width:550px) {
    .wpfd-toggle {
        padding-left: 10px;
    }
    .wpfd-content .wpfd-table td .extcol {
        display: none;
    }
    .wpfd-content-table .wpfd-file-crop-title {
        max-width: none !important;
    }
    .wpfd-content .wpfd-table td:first-of-type {
        width: 80%;
    }
    /* #et-boc #main-content .wpfd-content-table .mediaTableWrapper .mediaTable td.col-download {
        width: 20% !important;
        max-width: none;
        min-width: min-content;
    } */
    .wpfd-content .wpfd-table .wpfd_previewlink {
        width: auto !important;
        height: auto !important;
        padding: 5px !important;
    }
    .wpfd-content .wpfd-table .wpfd_previewlink .zmdi {
        display: none;
    }
    .wpfd-content .wpfd-table .col-download {
        text-align: center !important;
    }
}

/**************************
 *       RECAPTCHA       *
 ************************/
.grecaptcha-badge {
    display: none;
}

/* * * * * Tableaux * * * * */
.et_pb_toggle .wpfd-table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.7);
}

.et_pb_toggle .wpfd-table tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.4);
}

/***************************
 *       DELEBECQUE       *
 *************************/

#delebecque-form b {
    color: #014571;
}

#delebecque-form input[type="text"]:focus {
    box-shadow: inset 0 -15px 15px -10px rgba(1, 69, 113, 0.2);
}

#delebecque-form input:not([type="file"]), .wpcf7-form textarea {
    border-bottom: 1px solid #014571 !important;
}

#delebecque-form input[type="submit"] {
    background-color: #014571;
}

#menu-delebecque .sub-menu li:hover {
    background-color: rgba(1, 69, 113, 0.1);
}

#menu-delebecque .sub-menu li a:hover {
    background-color: rgba(0,0,0,0);
}



/************************
 *       MASQUAGE       *
 ************************/

 /* Bouton CTA Comment choisir ma porte automatique ? */
 html[lang="de-AT"] #product-cta > div > div:nth-of-type(4), 
 html[lang="nl-BE"] #product-cta > div > div:nth-of-type(4), 
 html[lang="de-DE"] #product-cta > div > div:nth-of-type(4), 
 html[lang="nl-NL"] #product-cta > div > div:nth-of-type(4), 
 html[lang="es-ES"] #product-cta > div > div:nth-of-type(4), 
 html[lang="es"] #product-cta > div > div:nth-of-type(4), 
 html[lang="en-IN"] #product-cta > div > div:nth-of-type(4), 
 html[lang="en"] #product-cta > div > div:nth-of-type(4) {
    display: none;
 }

 /* Bouton CTA Découvrir nos réalisations */
 html[lang="de-AT"] #product-cta > div > div:nth-of-type(3), 
 html[lang="nl-BE"] #product-cta > div > div:nth-of-type(3), 
 html[lang="de-DE"] #product-cta > div > div:nth-of-type(3), 
 html[lang="nl-NL"] #product-cta > div > div:nth-of-type(3), 
 html[lang="es-ES"] #product-cta > div > div:nth-of-type(3), 
 html[lang="es"] #product-cta > div > div:nth-of-type(3), 
 html[lang="en-IN"] #product-cta > div > div:nth-of-type(3), 
 html[lang="en"] #product-cta > div > div:nth-of-type(3) {
    display: none;
 }

 /* Encart information légale */
 html[lang="fr-BE"] .information-legale-page-produit,
 html[lang="fr-LU"] .information-legale-page-produit,
 html[lang="fr-gl"] .information-legale-page-produit
  {
    display: none;
}

/* Personnalisation de la modal d'indisponibilité de la ligne tel */
#phone-unavailable-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s;
    z-index: 9999;
  }
  .phone-unavailable-modal {
    background: #E4DAD3;
    padding: 30px 20px;
    border-radius: 8px;
    max-width: 450px;
    text-align: center;
  }
  @media(max-width:420px) {
    .phone-unavailable-modal {
        width:90%;
    }
  }

  .phone-unavailable-modal .modal-tel-title {
      color: #005b94;
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 600;
  }

  .phone-unavailable-modal .modal-num-vert {
    background-color:#78B928;
    color:#fff;
    padding:1px 5px;
    border-radius: 3px;
  }

  .phone-unavailable-modal ul {
      list-style-position: inside;
  }

  #phone-unavailable-modal-overlay .close {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 24px;
  }


  /* Modal de confirmation d'envoi de message */
  
  /* Overlay */
  .portalp-modal-overlay[hidden]{ display:none; }
  .portalp-modal-overlay{
    position: fixed;
    top:0; right:0; bottom:0; left:0;   /* ← au lieu de inset:0 */
    display: grid;
    place-items: center;
    background: rgba(0,0,0,.5);
    z-index: 2147483647;                /* ← plus haut que tout (WPML, header, CTA, etc.) */
    opacity: 0;
    transition: opacity .25s ease;
  }
  .portalp-modal-overlay.is-open{ opacity:1; }
  

/* Fenêtre */
.portalp-modal {
    background-image: linear-gradient(180deg,#0075bf 0%,#004876 100%);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    max-width: 600px;
    width: calc(100% - 2rem);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease;
	color: #fff;
}

/* Apparition */
.portalp-modal-overlay.is-open .portalp-modal {
    transform: translateY(0);
    opacity: 1;
}

/* En-tête */
.portalp-modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 1rem;
}

/* Bouton de fermeture */
.portalp-modal-close {
    font-size: 1.5rem;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

/* Corps */
.portalp-modal-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: center;
}

.portalp-modal-body p:first-child {
    font-weight: bold;
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

/* Container */
.success-badge {
    display: flex;
    justify-content: center;
    margin: 8px 0 14px;
  }
  
  /* Taille du visuel : 2x plus petit */
  .success-svg {
    width: 42px;
    height: 42px;
  }
  
  /* Cercle : contour blanc uniquement */
  .badge-circle {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    opacity: 0;
    transform: scale(.82);
    transform-origin: 36px 36px;
  }
  
  /* Check : trait blanc qui se dessine */
  .badge-check {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    opacity: 0;
  }

  .msg-modal-submit {
    color: #005B94;
    border-radius: 5px;
    padding: 8px 12px;
    background-color: #fff;
    margin-top: 15px;
    display: inline-block;
  }
  
  /* Déclenchement des animations */
  .success-badge.animate .badge-circle {
    animation: circleFade .35s ease forwards;
    animation-delay: 0.5s; /* démarre 0.5s plus tard */
  }
  
  .success-badge.animate .badge-check {
    animation: checkDraw .5s ease forwards;
    animation-delay: 0.75s; /* cercle (.5s) + délai supplémentaire */
  }
  
  /* Keyframes */
  @keyframes circleFade {
    to { opacity: 1; transform: scale(1); }
  }
  
  @keyframes checkDraw {
    0%   { opacity: 1; stroke-dashoffset: 48; }
    100% { opacity: 1; stroke-dashoffset: 0; }
  }
  
  /* Accessibilité : si l'utilisateur préfère moins d'animations */
  @media (prefers-reduced-motion: reduce) {
    .success-badge.animate .badge-circle,
    .success-badge.animate .badge-check {
      animation: none;
      opacity: 1;
      transform: none;
      stroke-dashoffset: 0;
    }
  }
  