/*
 Theme Name:   Divi Child
 Theme URI:    https://tonsite.com/divi-child/
 Description:  Thème enfant pour Divi
 Author:       Ton nom ou pseudo
 Author URI:   https://tonsite.com
 Template:     Divi
 Version:      1.1.2
*/

/*
* GLOBAL
*/
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body,
#page-container p,
#page-container a {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    /*font-size: 22px;*/
}
#page-container h1,
#page-container h2,
#page-container h3,
#page-container h4,
#page-container h5,
#page-container h6 {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 600;
}
#page-container h1{
	text-transform: uppercase;
	font-size: 80px;
	margin-bottom: 50px;
}
#page-container h2{
	text-transform: uppercase;
	font-size: 50px;
}

#page-container .et_pb_button{
	border-radius: 15px 0 0 !important;
}

#page-container .liste-prometal ul{
	padding-left: 0 !important;  
}
#page-container .liste-prometal ul li{
	margin: 20px 0;
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}
#page-container .liste-prometal ul li::before{
	content: "•";
	font-size: 34px;
	color: #EA0029;
	left: 0;
	position: absolute;
}
#page-container .liste-prometal.blanc ul li::before{
	color: white;
}


/*
* HEADER
*/
#prometal-header.fixed,
#search-box.fixed{
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
}
#search-box.fixed{
	top: 150px;
}
.admin-bar #prometal-header.fixed{
	top: 32px;
}
.admin-bar #search-box.fixed{
	top: calc(150px + 32px);
}
#et-main-area.space{
	margin-top: 150px;
}

#prometal-header .et_pb_column{
	margin-bottom: 0;
}

#prometal-header .menu-principal{
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#prometal-header .menu-principal li a{
	text-transform: uppercase;
	font-size: 19px;
}
#prometal-header .menu-principal li{
	margin-right: 6%;
	display: inline-block;
}
#prometal-header .menu-principal li:not(.current-menu-item) a{
	color: #707070;
}

#prometal-header #menu-mobile{
	cursor: pointer;
	display: none;
}
#prometal-header #menu-menu-principal{
	width: calc(100% - 80px);
}
#prometal-header .trp-shortcode-overlay { 
	padding: 0px; 
}
#prometal-header .trp-shortcode-switcher__wrapper { 
	width: 90px; 
}
#prometal-header #block_menu_1{
  display: flex;
  justify-content: space-between;
  margin-bottom: -30px;
}
#prometal-header .trp-current-language-item__wrapper:not(.trp-hide-arrow){
	padding-right: 0;
}
#prometal-header .trp-language-item{
	padding: 6px;
}
#prometal-header .trp-language-item-name{
	font-size: 16px;
}

/*
* FOOTER
*/
#footer .content nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .content,
#footer .content a{
	color: white;
}

/*
* SLIDER FULLSCREEN
*/
.slider_header_fullscreen{
	position: relative;
}
.slider_header_fullscreen .slide{
	padding: 10vw 0 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	height: calc(90vh - 150px);
	min-height: 750px;
}
.slider_header_fullscreen .slide:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 70%);
	z-index: -1;
}
.slider_header_fullscreen .slick-dots {
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 0);
}
.slider_header_fullscreen .slide .content{
	max-width: 951px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
.slider_header_fullscreen .slide .content h1{
	color: white;
}
.slider_header_fullscreen .slide .content p{
	color: white;
	margin-bottom: 35px;
}
.slider_header_fullscreen .slide .content a{
	color: white;
	border: 2px solid white;
	border-radius: 15px 0 0;
	margin-bottom: 105px;
	transition: 0.3s;
	padding: 14px 33px;
	text-transform: uppercase;
	display: inline-block;
}
.slider_header_fullscreen .slide .content a:hover{
	background: white;
	color: #707070;
	border-color: white;
}
.slider_header_fullscreen:after{
	content: "";
	position: absolute;
	background-image: url(img/arrow-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	bottom: 80px;
	z-index: 9;
}
.slider_header_fullscreen .slick-dots{
	bottom: 140px;
}
.slider_header_fullscreen .slick-dots li {
    padding: 5px;
}
.slider_header_fullscreen .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    transition: all .3s ease;
}
.slider_header_fullscreen .slick-dots .slick-active button {
    opacity: 1;
}

/*
* BLOC MARQUE
*/
div#bloc_marques{
    display: grid;
    gap: 50px;
    padding: 50px;
    grid-template-columns: repeat(3, 1fr);
}
div#bloc_marques .marque{
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px 0 0;
    position: relative;
    border-bottom: 18px solid;
}
div#bloc_marques .marque a{
	display: inline-block;
    width: 100%;
    height: 100%;
}
div#bloc_marques .marque:before{
	content : "";
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
}
div#bloc_marques .marque .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
div#bloc_marques .marque .content p{
	height: 0;
	transition: height 0.3s;
	overflow: hidden;
	padding: 25px;
	color: white;
	visibility: hidden;
}
div#bloc_marques .marque a:hover .content p{
	height: 170px;
	visibility: visible;
}
div#bloc_marques .marque .content p.white{
	color: #333333;
}
div#bloc_marques .marque a:hover .content img{
	margin-bottom: 46px;
}
div#bloc_marques .marque .content img{
	margin: 0 35px;
	max-width: 337px;
    max-height: 70px;
    object-fit: contain;
    object-position: left;
	transition: 0.3s;
}

/*
* BLOG GRID BLOG
*/
div#grid_blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 0px;
}
div#grid_blog > article:first-child,
div#grid_blog > article:last-child {
    grid-column: span 2;
}
div#grid_blog > article{
	font-size: 50px;
	color: white;
	text-transform: uppercase;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	line-height: 1em;
    position: relative;
    z-index: 2;
}
div#grid_blog > article a p{
	transition: 0.2s;
}
div#grid_blog > article:hover a p{
	font-size: 102%;
}
div#grid_blog > article:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.2s;
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0) 100%);
	z-index: -1;
}
div#grid_blog > article:hover:before{
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
div#grid_blog > article > a{
	width: 100%;
	height: 100%;
	color: white;
	padding: 40px;
	display: flex;
    align-items: flex-end;
}
div#grid_blog > article > a > p > span{
	display: block;
}

/*
* CONTACT
*/
div#contact-form-prometal,
div#contact-form-prometal-ft {
    flex-wrap: wrap;
    gap: 14px;
    display: flex;
}
div#contact-form-prometal .width-50,
div#contact-form-prometal-ft .width-50 {
    flex: 1 1 calc(50% - 7px);
    box-sizing: border-box;
}
div#contact-form-prometal .width-100,
div#contact-form-prometal-ft .width-100 {
  flex: 1 1 100%;
}
div#contact-form-prometal label,
div#contact-form-prometal span,
div#contact-form-prometal input,
div#contact-form-prometal select,
div#contact-form-prometal textarea,
div#contact-form-prometal-ft label,
div#contact-form-prometal-ft span,
div#contact-form-prometal-ft input{
	width: 100%;
    display: block;
}
div#contact-form-prometal label,
div#contact-form-prometal-ft label{
	text-transform: uppercase;
	margin-bottom: 32px;
}
div#contact-form-prometal-ft label{
	margin-bottom: 20px;
}
div#contact-form-prometal input,
div#contact-form-prometal select,
div#contact-form-prometal textarea{
	margin-top: 36px;
}
div#contact-form-prometal-ft input{
	margin-top: 16px;
}
div#contact-form-prometal input,
div#contact-form-prometal textarea,
div#contact-form-prometal-ft input{
	background: rgba(99, 101, 105, 0.1);
	border: 0;
	height: 73px;
	font-size: 22px;
    padding: 25px;
}
div#contact-form-prometal textarea{
	height: 287px;
}
div#contact-form-prometal select{
	height: 73px;
	font-size: 22px;
	color: white;
	border-radius: 10px;
	border: 0;
	background: #EA0029;
	padding: 20px 25px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
div#contact-form-prometal span.select{
	position: relative;
}
div#contact-form-prometal span.select:after{
	content: "";
	background-image: url(img/arrow-down-form.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 23px;
	height: 12px;
    display: block;
    position: absolute;
    z-index: 99999;
    top: calc(50% - 6px);
    right: 34px;
}
div#contact-form-prometal .wpcf7-acceptance label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#contact-form-prometal .wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}
div#contact-form-prometal .wpcf7-acceptance label input[type="checkbox"]{
	width: 25px;
	margin: 0;
	margin-right: 10px;
}
div#contact-form-prometal input[type="submit"],
div#contact-form-prometal-ft input[type="submit"]{
	margin: 43px auto 0;
	border: 0;
	background: #EA0029;
	color: white;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}
div#contact-form-prometal-ft input[type="submit"]{
	margin: 0 auto 0;
}
.wpcf7-spinner{
	width: 24px !important;
	margin: 10px 0;
}
.wpcf7-response-output{
	margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: 0 !important;
	padding: 0 !important;
}

/*
* BLOG
*/
.wpb-blog .wpb-blog__cats{
	margin-bottom: 60px;
	display: flex;
    gap: 20px;
}
.wpb-blog .wpb-blog__cats .wpb-blog__cat,
#breadcrumb a,
#breadcrumb button{
    border: 1px solid #707070;
    border-radius: 100px;
    padding: 5px 20px;
    color: #707070 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin: 0 5px;
    background: none;
    cursor: pointer;
}
#breadcrumb button span{
	transform: rotateZ(0);
	transition: 0.3s;
	display: inline-block;
}
#breadcrumb button span.active{
	transform: rotateZ(90deg);
}
#breadcrumb .submenumarque{
	display: none;
}
.wpb-blog .wpb-blog__cats .wpb-blog__cat.is-active{
	color: white !important;
	background: #EA0029;
	border-color: #EA0029;
}
.wpb-blog .wpb-blog__grid,
#archive_products .gamme-list,
#archive_products .product-list,
.search-page-container .search-results{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
#archive_products .product-list{
	margin-bottom: 60px;
}
#archive_products h3{
	margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase;
    color: #555555 !important;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item,
#archive_products .gamme-list .gamme-item,
.search-page-container .search-results > article{
    background: #FAFAFA;
    border-radius: 70px 0 0 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#archive_products .gamme-list .gamme-item > a{
	position: relative;
}
#archive_products .gamme-list .gamme-item > a:before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content,
#archive_products .gamme-list .gamme-item .content,
.search-page-container .search-results > article .result-content{
	padding: 10px 20px 20px;
    justify-content: space-between;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item img,
#archive_products .gamme-list .gamme-item img,
.search-page-container .search-results > article .result-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}
#archive_products .gamme-list article.gamme-item a > img.marque {
    position: absolute;
    bottom: 20px;
    object-fit: contain;
    object-position: left bottom;
    margin: 0 25px;
    max-width: 200px;
    max-height: 40px;
    width: 100% !important;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content .wpb-blog__title{
	padding: 0;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content .wpb-blog__title a,
#archive_products .gamme-list .gamme-item .content a,
.search-page-container .search-results > article .result-content h2{
	font-size: 22px !important;
    line-height: 1.2em;
    display: block;
    color: #EA0029;
    font-weight: 600 !important;
}
.search-page-container .result-gamme,
.search-page-container .result-marque {
    color: #333333;
    font-size: 16px;
}
.search-page-container .result-link{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
#archive_products .gamme-list .gamme-item .content a{
	font-weight: 600;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content .wpb-blog__meta{
	margin-bottom: 15px;
	font-size: 18px;
	color: #999999;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content .wpb-blog__meta > *{
	display: block;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content .wpb-blog__excerpt{
	margin-bottom: 15px;
	font-size: 18px;
}
.wpb-blog .wpb-blog__grid article.wpb-blog__item .wpb-blog__content .wpb-blog__readmore,
#archive_products .gamme-list .gamme-item .content .read_more{
	display: block;
	margin-top: auto;
	font-size: 16px;
	font-weight: 600 !important;
}
#archive_products .gamme-list .gamme-item .content .read_more{
	font-weight: 500;
	margin-top: 20px;
}

#archive_products .container_product-list{
	padding-top: 30px !important;
}
#archive_products .product-list .product-item{
    background: #FAFAFA;
    border-radius: 70px 0 0 0;
    overflow: hidden;
}
#archive_products .product-list .product-item img{
	width: 100%;
	height: 210px;
	object-fit: cover;
	object-position: center;
}
#archive_products .product-list .product-item h2{
	font-size: 20px;
	text-transform: none;
	text-align: center;
	margin: 20px 0;
	padding: 0;
	color: #555555 !important;
	padding: 0 10px;
}

/*
* Product single
*/
#product_content .slider .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 0);
}
#product_content .slider .slick-dots li{
    padding: 5px;
}
#product_content .slider .slick-dots li button{
	display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background-color: #EA0029;
    opacity: 0.3;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
}
#product_content .slider .slick-dots li.slick-active button{
	opacity: 1;
}
#product_content > .header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
}
#product_content > .header > *{
	display: inline-block;
}
#product_content > .header > *:first-child{
	width: calc(40% - 40px);
}
#product_content > .header > *:last-child{
	width: 60%;
}
#product_content > .header .slider .slick-list img{
	height: 300px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
#product_content > .header h1{
    font-size: 40px;
    margin-bottom: 10px;
}
#product_content > .header > *:last-child p,
#product_content > .header > *:last-child ul,
#product_content > .header > *:last-child ul li,
#product_content .content_ft,
#product_content .content_ft ul,
#product_content .content_ft ul li,
#archive_products .container_product-list .introduction{
	font-size: 18px;
	line-height: 1.6em
}
#archive_products .container_product-list .introduction img{
	margin-bottom: 20px;
}
#product_content > .header > *:last-child ul,
#product_content .content_ft ul{
    list-style-type: circle;
    padding: 2px 0 2px 20px;
    margin-top: 0px;
}
#product_content .content_ft h4{
	font-size: 22px;
	margin-top: 20px;
	color: #ea0029;
}
#product_content .content_ft h5{
	margin: 20px 0;
	font-size: 18px;
	color: #555555;
}
#product_content .content_ft h3{
	margin-top: 15px;
	color: #333333;
}
.content_ft table {
    width: 100%;
    border: 2px solid black;
}
.content_ft table tr:first-child td {
    font-weight: 600;
}
.content_ft table td {
    border: 2px solid;
    padding: 4px 10px;
}
#product_content > .header .content .marque{
	max-width: 150px;
	width: 100%;
	margin-bottom: 20px;
}
#product_content > .header .slider{
	position: relative;
}
#product_content > .header .slider .slick-arrow{
	position: absolute;
	background: white;
	border: 0;
	top: calc(50% - 10px);
	z-index: 9;
	cursor: pointer;
}
#product_content > .header .slider .slick-arrow img{
	width: 20px;
    border-radius: 100px;
}
#product_content > .header .slider .slick-arrow.prev_arrow{
	left: 0;
}
#product_content > .header .slider .slick-arrow.prev_arrow img{
	transform: rotateZ(180deg);
}
#product_content > .header .slider .slick-arrow.next_arrow{
	right: 0;
}
#product_content > .header .actions,
.actions_after_form{
	margin-top: 20px;
}
#product_content > .header button,
.actions_after_form button{
	cursor: pointer;
	background: none;
	border: 0;
}
#product_content > .header .actions button img,
.actions_after_form button img{
	width: 26px;
}
.title-contact-form-prometal-ft{
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 40px;
}
#download-ft{
	display: none;
}

#product_content #tab_images ul{
	padding: 0 !important;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
#product_content #tab_images ul li {
    list-style-type: none;
}
#tab_images ul li button {
    color: #E4032C;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: white;
    border: 2px solid #E4032C;
    padding: 4px 10px;
    cursor: pointer;
}
#tab_images ul li button.active{
	color: white;
	background: #E4032C;
}
#product_content .carousel_photos{
	padding: 0 25px;
	margin-top: 50px;
}
#product_content .carousel_photos button.slick-arrow{
	border: 0;
	background: none;
	border: 0;
    background: none;
    position: absolute;
    top: calc(50% - 9px);
}
#product_content .carousel_photos button.slick-arrow img{
	width: 18px;
}
#product_content .carousel_photos button.slick-prev{
	left: 0;
}
#product_content .carousel_photos button.slick-prev img{
	transform: rotateZ(180deg);
}
#product_content .carousel_photos button.slick-next{
	right: 0;
}
#product_content .carousel_photos .slick-slide img{
	height: 300px;
	width: 100%;
	object-fit: contain;
	object-position: center;
	padding: 0 10px;
}

/*
* PRODUCTS
*/
#archive_products > header{
	background-image: url(https://prometal.heureuxquicommunique.com/wp-content/uploads/2025/09/arriere-plan-contact-prometal-scaled.jpg);
	padding: 4% 0;
	width: 100%;
	position: relative;
    z-index: 0;
}
#archive_products > header.header_product_list{
	background-position: center;
	background-size: cover;
}
/*#archive_products > header:after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://prometal.heureuxquicommunique.com/wp-content/uploads/2025/09/arriere-plan-contact-prometal-scaled.jpg);
    opacity: 0.8;
    z-index: -1;
}*/
#archive_products > header > div{
	max-width: 1920px;
	width: 80%;
	padding: 2% 0;
	margin: 0 auto;
	text-align: center;
}
#archive_products > header > div > h1{
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 600;
    font-size: 80px;
    text-align: center;
    margin-bottom: 0;
    color: #485153;
}
#archive_products > header > div > h1.white{
	color: white !important;
}
#archive_products > header > div img{
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}
#archive_products .gamme-list,
#archive_products .container_product-list{
   	margin: 3% auto;
}

#archive_products .container_product-list .introduction,
#breadcrumb{
	margin-bottom: 40px;
} 
.single-produit #breadcrumb{
	margin-bottom: 40px;
}

.tax-gamme.et-db #et-boc .et-l #prometal-header.et_pb_section,
.tax-marque.et-db #et-boc .et-l #prometal-header.et_pb_section{
	padding: initial;
	border: initial;
	border-bottom-width: 10px;
    border-bottom-color: #EA0029;
    border-bottom-style: solid;
}
.tax-gamme #prometal-header.fixed,
.tax-marque #prometal-header.fixed{
	position: fixed !important;
}
.tax-gamme #main-content .container:before,
.tax-marque #main-content .container:before{
	content: initial;
}

/*
* MENU PRODUCTS
*/
div#menu_products{
    position: fixed;
    z-index: 999999;
    top: 195px;
    width: 320px;
    background: #F5F5F5;
    height: calc(100% - 150px);
    overflow: auto;
    left: 0;
    transition: 0.8s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
div#menu_products.invisible{
	visibility: hidden;
	left: -800px;
}
div#menu_products > header {
    background: #333;
    padding: 10px;
    cursor: pointer;
}
div#menu_products > header > div{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
div#menu_products > header > div img{
    width: 75%;
    object-fit: contain;
}
div#menu_products > header > div .close{
	background: none;
	border: 0;
}
div#menu_products > header p{
	font-size: 17px;
    color: #FFFFFF;
    font-weight: 300;
   	padding-left: 5px;
}
div#menu_products .marque > button{
	border: 0;
	padding: 28px 60px 24px 20px;
	cursor: pointer;
	background: #F5F5F5;
	position: relative;
	width: 100%;
	text-align: left;
	border-bottom: 0.5px solid #DDDDDD;
}
div#menu_products .marque > button img{
	height: 25px;
}
div#menu_products .marque > button:after {
    content: ">";
    transform: rotateZ(90deg);
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    font-size: 16px;
    transition: 0.3s;
}
div#menu_products .marque.active > button:after{
	transform: rotateZ(-90deg);
} 
div#menu_products .gammes {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.4s ease;
}

div#menu_products .gamme{
	background: white;
}
div#menu_products .gammes.visible {
    grid-template-rows: 1fr;
}

div#menu_products .gammes-wrapper {
    min-height: 0; /* Important pour Grid */
}
div#menu_products .gamme > button,
div#menu_products .gamme > a{
	width: 100%;
    display: block;
    border: 0;
    padding: 17px 40px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    background: none;
    border-top: 0.5px solid #EEE;
    text-transform: uppercase;
    color: #555555;
    position: relative;
    cursor: pointer;
}
div#menu_products .gamme > a{
    padding: 8px 40px;
    color: #888 !important;
    background: #FCFCFC;
}
div#menu_products .gamme > button:after {
    content: ">";
    transform: rotateZ(90deg);
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
	color: #AAA;
    font-weight: 400;
    transition: 0.3s;
}
div#menu_products .gamme > a:after{
    content: ">";
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
	color: #AAA;
    font-weight: 400;	
}
div#menu_products .gamme.active > button:after{
	transform: rotateZ(-90deg);
} 
div#menu_products .gamme-content-wrapper > ul {
    min-height: 0;
    font-size: 14px;
    padding: 0 40px;
    list-style-type: none;
    transition: padding 0.3s ease;
}

div#menu_products .gamme-content-wrapper.visible > ul {
    padding: 0px 10px 20px 40px;
}
div#menu_products .gamme-content-wrapper.visible > ul li {
	padding: 5px 0;
}
div#menu_products .gamme-content-wrapper.visible > ul li:first-child{
	padding-top: 0;
}
div#menu_products .gamme-content-wrapper > ul a{
	line-height: 1.4em !important;
    display: block !important;
    color: #444444 !important;
    transition: 0.2s;
}
div#menu_products .gamme-content-wrapper > ul a:hover{
	color: #EA0029 !important;
}

div#menu_products .gamme-content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
}

div#menu_products .gamme-content-wrapper.visible {
    grid-template-rows: 1fr;
}
.admin-bar div#menu_products{
	top: 225px;
	height: calc(100% - 180px);
}

/*
* BLOG CONTENT
*/
div#blog-content p {
    font-size: 18px;
    line-height: 1.4em;
}
div#blog-content ul {
    line-height: 1.4em;
    font-size: 18px;
}

/*
* SEARCH
*/
#searchsubmit{
	display: none;
	visibility: hidden;
}
#search_documents input[type="text"]{
	width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid white;
}
.aa-dropdown-menu a.suggestion-link .suggestion-post-title{
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
.aa-dropdown-menu .aa-suggestion em{
	color: #ea0029;
	background: none;
}
.aa-dropdown-menu .autocomplete-header-title{
	letter-spacing: 0;
	font-size: 20px;
	line-height: 1.4em;
    padding: 10px 0;
}

.search-page-container{
	width: 80%;
	margin: 0 auto;
	max-width: 1920px;
	padding: 58px 0;
}



/*
* RESPONSIVE
*/
@media (max-width: 1500px){
	.wpb-blog .wpb-blog__grid,
	#archive_products .gamme-list,
	#archive_products .product-list,
	.search-page-container .search-results{
    	display: grid;
    	grid-template-columns: repeat(3, 1fr);
    	gap: 40px;
	}
	.wpb-blog .wpb-blog__grid article.wpb-blog__item img{
		height: 300px;
	}
}
@media (max-width: 1220px){
	#prometal-header .menu-principal li{
		margin-right: 10px;
	}
	#prometal-header .menu-principal li a{
		font-size: 18px;
	}
	#prometal-header .trp-language-item-name{
		font-size: 15px;
	}
}
@media (max-width: 1200px){
	div#bloc_marques .marque{
		height: 300px;
	}
	div#bloc_marques .marque .content p{
		font-size: 18px;
	}
	div#grid_blog > article{
		font-size: 40px;
	}

	.wpb-blog .wpb-blog__grid,
	#archive_products .gamme-list,
	#archive_products .product-list,
	.search-page-container .search-results{
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    	gap: 40px;
	}
	.wpb-blog .wpb-blog__grid article.wpb-blog__item img{
		height: 370px;
	}
}

@media (max-width: 1050px){
	div#bloc_marques .marque{
		height: 270px;
	}
	div#bloc_marques .marque .content p{
		font-size: 16px;
	}
	div#grid_blog > article{
		font-size: 30px;
	}
}

@media (max-width: 980px){
	#prometal-header #menu-mobile{
		display: block;
	}

	#prometal-header .et_pb_row .et_pb_column:first-child{
		margin-bottom: 0 !important;
	}

	/*
	* GLOBAL
	*/
	#page-container h1{
		font-size: 50px;
	}
	#page-container h2{
		font-size: 30px;
	}

	/*
	* HEADER
	*/
	#et-main-area.space{
		margin-top: 100px;
	}

	#search-box.fixed{
		top: 100px;
	}
	.admin-bar #search-box.fixed{
		top: calc(100px + 32px);
	}
	#prometal-header #close-menu{
		display: none;
		cursor: pointer;
	}

	#prometal-header .et_pb_row .et_pb_column:first-child{
		width: 50% !important;
	}
	#prometal-header .et_pb_row .et_pb_column:last-child{
		width: 50% !important;
	}
	#prometal-header #block-menu-principal.full-screen{
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 100px;
	    left: 0;
	    background: #fffffff7;
	    display: block !important;
	    z-index: 999999;
	    padding: 20px 0;
	}
	.admin-bar #prometal-header #block-menu-principal.full-screen{
		top: 185px;
	}
	#prometal-header #block-menu-principal.full-screen .et_pb_code_inner,
	#prometal-header #block-menu-principal.full-screen .menu-principal{
		width: 100%;
		height: calc(100% - 100px);
	}
	#prometal-header #block-menu-principal.full-screen .menu-principal{
	    display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column
    }
    #prometal-header #block-menu-principal.full-screen .menu-principal li{
    	margin: 10px 0 10px;
    }
    #prometal-header #block-menu-principal.full-screen .menu-principal li a{
    	color: #707070;
    }
    #prometal-header #block-menu-principal.full-screen .menu-principal li.current-menu-item a{
    	color: #EA0029;
    }
    #prometal-header #block_menu_1{
    	flex-direction: column;
    }
    #prometal-header .trp-shortcode-switcher__wrapper{
    	margin: 5px auto 0;
    }
    #prometal-header .trp-language-item-name{
    	font-size: 18px;
    	color: #707070;
    }

    /*
    * SLIDER FULLSCREEN
    */
    .slider_header_fullscreen .slide{
    	padding: 150px 0;
    	min-height: 550px;
    }

    /*
    * BLOC MARQUE
    */
    div#bloc_marques{
    	grid-template-columns: repeat(1, 1fr);
    	gap: 50px;
        padding: 0 20px;
    }
    div#bloc_marques .marque{
		height: 360px;
	}
	div#bloc_marques .marque .content p{
		font-size: 18px;
	}

	/*
	* BLOG GRID BLOG
	*/
	div#grid_blog {
	    grid-template-columns: repeat(1, 1fr);
	}
	div#grid_blog > article:first-child,
	div#grid_blog > article:last-child {
	    grid-column: initial;
	}

	.wpb-blog .wpb-blog__grid,
	#archive_products .gamme-list,
	#archive_products .product-list,
	.search-page-container .search-results{
    	display: grid;
    	grid-template-columns: repeat(1, 1fr);
    	gap: 40px;
	}
	.wpb-blog .wpb-blog__cats{
		flex-direction: column;
	}
	.wpb-blog .wpb-blog__grid article.wpb-blog__item img,
	#archive_products .gamme-list .gamme-item img,
	.search-page-container .search-results > article .result-image img{
		height: 370px;
	}
	.wpb-blog .wpb-blog__grid article.wpb-blog__item img{
		height: 570px;
	}

	/*
	* PRODUCT
	*/
	.single-produit #breadcrumb{
		display: flex;
    	flex-direction: column;
    	gap: 20px;
	}	
	.single-produit #breadcrumb a{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#product_content > .header{
		flex-direction: column;
	}
	#product_content > .header > *:first-child,
	#product_content > .header > *:last-child{
		width: 100%;
	}
	#product_content > .header > *:last-child{
		margin-top: 30px;
	}

	.admin-bar div#menu_products{
		top: 186px;
		height: calc(100% - 186px);
	}
	div#menu_products{
		top: 140px;
		height: calc(100% - 140px);
	}

	#archive_products h3{
		font-size: 30px;
	}
	#breadcrumb a, #breadcrumb button{
		text-align: left;
	}
}

@media (max-width: 767px) {
	/*
	* GLOBAL
	*/
	#page-container h1{
		font-size: 35px;
	}

	/*
    * SLIDER FULLSCREEN
    */
    .slider_header_fullscreen .slide{
    	padding: 100px 0;
    }

    /*
    * CONTACT
    */
    div#contact-form-prometal .width-50,
    div#contact-form-prometal-ft .width-50{
    	flex: 1 1 100%;
    }
    div#contact-form-prometal input, 
    div#contact-form-prometal textarea,
    div#contact-form-prometal-ft input{
    	margin-top: 20px;
    }
    
    #archive_products > header{
    	padding: 14% 0;
    }

    #archive_products .product-list .product-item img{
    	height: 200px;
    }
    .wpb-blog .wpb-blog__grid article.wpb-blog__item img{
		height: 500px;
	}
}
@media (max-width: 548px) {
	.wpb-blog .wpb-blog__grid article.wpb-blog__item img{
		height: 350px;
	}
}