/*
Theme Name:   Twenty Twenty-Four Child
Theme URI:    https://example.com/twenty-twentyfour-child
Description:  Thème enfant de Twenty Twenty-Four
Author:       Votre Nom
Author URI:   https://example.com
Template:     twentytwentyfour
Version:      1.0.0
Text Domain:  twentytwentyfour-child
*/

:root {
    --wp--style--global--content-size: 64%;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0;
}
:root :where(.wp-block-list){
    padding-left:0;
}

a:focus {
    outline: 0;
    border: 0;
}


.header {
    /* height: 580px;*/
    overflow: hidden;
    display: block;
    position: relative;
}

.header > div {
    z-index: 1;
    position: relative;
}

figure.wp-block-post-featured-image {
    /*position: absolute;*/
    top: 0;
    z-index: 0;
    margin-top: -120px;
}

.nav-content {
    margin: 0 auto;
    width: 90%;
    margin-top: 1rem;
}
.preheader a img {
    text-decoration: none;
    border: 2px solid #232323;
}

/*  <= 1090px */
@media screen and (max-width: 1290px) {
   figure.wp-block-post-featured-image {
        margin-top: -250px;
    } 
}
@media screen and (min-width: 1090px) and (max-width: 1290px) {
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
        justify-content: flex-start;
    }
}
@media screen and (min-width: 790px) and (max-width: 990px) {
   figure.wp-block-post-featured-image {
        margin-top: -320px;
    } 
}
@media screen and (max-width: 790px) {
   figure.wp-block-post-featured-image {
        margin-top: -300px;
    } 
}
@media screen and (max-width: 590px) {
   figure.wp-block-post-featured-image {
        margin-top: 0px;
    } 
}
figure.wp-block-post-featured-image img{
    border-radius: 0;
}

.content-main{
    min-height: 180px;
}


.preheader {
    display: flex;
    font-size: 16px;
    justify-content: center;
}
.preheader a{
    text-decoration: none;
}
.preheader a:hover{
    text-decoration: underline;
}
.preheader .bl1{
	font-weight: 600;
    font-style: italic;
    font-size: 14px;
    white-space: nowrap;
    padding: .75rem;
    text-transform: uppercase;
    margin-right: 1rem;
}
.preheader .bl1 span{
	margin: 0 1rem;
}

.preheader .btn-skewe {
    display: inline-block;
    background: #232323;
    padding: 12px 17px;
    text-decoration: none;
    transform: skewX(-8deg);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 13px;
}

.preheader .btn-skewe span {
    display: inline-block;
    color: #ff6817;
    /* font-weight: bold; */
    transform: skewX(-3deg);
    /* font-family: sans-serif; */
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    font-size: 13px;
    white-space: nowrap;
    font-weight: 600;
        transform: scaleY(1.2);
    transform-origin: center;
}

.preheader .lang {
    display: none;
    list-style: none;
    margin: .65rem 1rem 0px 1.25rem;
}
.preheader .lang li:not(.current-lang) {
  display: none;
}

.mobile-preheader .lang{
     display: none;
}

.logo_header {
    text-align: center;
}
.menu_header{
	color: #fff;
	 text-transform: uppercase;
}

.menu_header .wp-block-navigation .wp-block-navigation-item a{
        font-family: "Barlow Condensed", sans-serif;
}
.menu_header .wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    background-color: inherit;
    display: flex;
    margin: 0 .65rem;
    font-size: 21px;white-space: nowrap;
}

.menu_header a.wp-block-button__link.has-background.wp-element-button {
    padding: .2rem .75rem;
    font-size: 21px;
    /* transform: scaleY(1.1); */
    font-family: "Barlow Condensed", sans-serif;
}


/* HOME */
.home h1{
    margin-top: 7rem!important;
	text-align: center;
    font-weight: 800;
    font-size: 46px;
    color: #232323;
    padding: 2rem 2rem 1rem;
}
.home h1 span{
	color: #ff6817;
	font-style: italic;
	font-weight: 400;
}
.home h1 span:last-child{
    color:#afb9b2;
    font-style: normal;
    font-weight: 800;
    display: block;
}
.home .CTA.one {
    margin-top: 3rem;
}
.home .txt{
    color: #464646;
    font-size: 20px;
    line-height: 26px;
    max-width: 900px;
    font-weight: 600;
}
.home .fabrication{
    padding-bottom: 2rem;
}
.home .CTA a{
	background: #ff6817;
    border-radius: 60px;
    color: #fff;
    font-style: italic;
    /* line-height: 21px; */
    padding: .65rem 3rem .85rem 4.5rem;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    box-shadow: 0px 20px 20px rgb(255 112 0 / 50%);
    -ms-transform: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.home .CTA a:hover{
	transform: translateY(-2px);
	box-shadow: 0px 12px 30px rgb(255 112 0 / 50%);
}
.home .CTA a:hover::before {
    left: 36px;
}
.home .CTA a::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px; /* adapté au viewBox */
  height: 14px;
  -ms-transform: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  /* injection SVG inline encodé */
  background: no-repeat center/contain
    url("data:image/svg+xml;charset=UTF-8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 14'>\
<path d='M14.44 0 13.2 1.4l5.72 4.68H0v1.84h18.92L13.2 12.6l1.24 1.4L23 7l-8.56-7z' fill='%23ffffff'/>\
</svg>");
}

.home .home_section{
	margin-top: 2rem;
}
.home .home_section > div > div{
	max-width: 80%;
	margin: 0 auto;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.home .home_section a{
    -ms-transform: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.home .home_section a:hover{
		transform: translateY(-4px);
}

.home .title3{
	text-align: center;
	margin: 4rem 0;
}
.home .title3 span {
  display: inline-block;
  /*margin: 0 .25em;  espace horizontal entre les mots */
}

/* 1er mot : italique, poids normal */
.home .title3 span:nth-child(1) {
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  color: #232323;
}

/* 2e mot : orange, gras */
.home .title3 span:nth-child(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #ff6817;
}

/* 3e mot : passe en block pour sauter une ligne, en gras */
.home .title3 span:nth-child(3) {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  color: #232323;
}


.home .rse{
    padding: 10rem 0 12rem;
    background-image: url("../../uploads/2025/08/rse-bg.jpg");
    background-repeat: no-repeat;
    background-position: left center; /* à droite, centré verticalement */

}
.home .rse .rse-title{
    font-size: 40px;
    font-style: italic;
    color: #232323;
    text-align: right;
    margin: 2rem 2rem 0 0;
    line-height: 44px;
}
.home .rse .rse-title span{
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 6rem;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
    font-style: normal;
    text-shadow: 0px 1px 10px rgb(35 35 35 / 25%);
}
.home .rse .rse-content{
    max-width: 410px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.home .rse figure{
	text-align: right;
}
.home .rse .CTA {
	margin-top: 2rem;
}
.home .rse .CTA a{
	background: #88d4be;
	box-shadow: 0px 20px 20px rgb(136 212 190 / 50%);
}

.home .rse .CTA a:hover{
	box-shadow: 0px 12px 30px rgb(136 212 190 / 50%);
}

.home .rse .rse_col_r{
	padding-left: 0;
}

.home .title4{
	text-align: center;    line-height: 45px;
	margin: 4rem 0 3rem;
}
.home .title4 span {
  display: inline-block;
    font-weight: 800;
  /*margin: 0 .25em;  espace horizontal entre les mots */
}

/* 1er mot : italique, poids normal */
.home .title4 span:nth-child(1) {
   color: #ff6817;
   font-size: 3.5rem;
   margin-right: .25rem;
}

/* 2e mot : orange, gras */
.home .title4 span:nth-child(2) {
  font-style: normal;
  font-weight: 800;
  font-size: 3.5rem;
   color: #232323;
}

/* 3e mot : passe en block pour sauter une ligne, en gras */
.home .title4 span:nth-child(3) {
  display: block;
  font-weight:400;
    font-style: italic;
  font-size: 2.5rem;
  color: #232323;
}


.home .reassurance{
    /*
	box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 0.05),
    inset 0 30px 20px -20px rgba(0, 0, 0, 0.1),
    inset 0 -30px 20px -20px rgba(0, 0, 0, 0.1); 
    */
    box-shadow:none;
    padding-bottom: 6rem;
}
.home .reassurance > div > div{

	margin: 0 auto;
	display: flex;
    justify-content: space-around;
}
.home .reassurance hr{
	border-color: #ff6817;
    border-width: 0 0 2px 0;
    border-style: solid;
        margin-bottom: 4rem;
}

.home .reassurance .list{
	    margin: 3rem 0 5rem;
            max-width: 80%;
}
.home .reassurance .list .tt{
text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    color: #232323;
    white-space: nowrap;
        margin-bottom: 1.5rem;
    letter-spacing: 0.3rem;
}
.home .reassurance .list figure{
	text-align: center;

}
.home .reassurance .list .txt{
color: #232323;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    max-width: 260px;
        margin-top: 1rem;
}

/*  */
.catalogue{
    padding-top: 3rem;
    max-height: 450px;
    overflow: hidden;
}
.catalogue .col_r {
    margin-left: -5rem;
}
.catalogue .col_l figure{
	text-align: right;
}
.catalogue .col_r span:nth-child(1) { 
  font-weight: 800;
  font-size: 3rem;
   color: #fff;
}
.catalogue .col_r span:nth-child(2) { 
  font-weight: 800;
  font-size: 3rem;
   color: #b7bdb1;
   margin-left: 10px ;
}
.catalogue .col_r span:nth-child(3) { 
  font-weight: 800;
  font-size: 3rem;
   color: #b6e8b8;
   margin-left: 10px ;
}


.catalogue .col_r span:nth-child(4) { 
	display: block;
    margin-bottom: 1rem;
    margin-top: -1rem;
    font-style: italic;
    font-weight: 400;
    font-size: 2.75rem;
    color: #b7bdb1;
}

.catalogue .col_r .wpforms-container{
	position: relative;
}

.catalogue .col_r .wpforms-form{
    position: absolute;
    width: 60%;
    top: 0;
}
.catalogue .col_r .wpforms-field-container{
	    position: absolute;
    width: 100%;
}
.catalogue .col_r .wpforms-submit-container{
    position: absolute;
    right: 0;
}
.catalogue .col_r > div input[type="email"] {
    border-radius: 50px;
    width: 100%;
    height: 60px;
    padding-left: 2rem;
    background: #e7e9e1;
    font-weight: 600;
    font-style: italic;
    font-size: 1.25rem;
}
.catalogue .col_r > div input[type="checkbox"] + label {
	    color: #595858;
}

.catalogue .col_r > div .wpforms-submit {
	background: #595858!important;
	border-radius: 50px;
	height: 60px;
}

.catalogue .CTA a{
    background: #595858;
    color: #ffffff;
    font-weight: 500;
    box-shadow: none;
    margin-top: 1rem;
}
.catalogue .CTA a:hover{
    box-shadow: 0px 12px 30px rgb(136 212 190 / 50%);
}

.catalogue .CTA a::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 14px;
    -ms-transform: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  background: no-repeat center/contain
    url("data:image/svg+xml;charset=UTF-8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 14'>\
<path d='M14.44 0 13.2 1.4l5.72 4.68H0v1.84h18.92L13.2 12.6l1.24 1.4L23 7l-8.56-7z' fill='%23ff6817'/>\
</svg>");
}

.catalogue .col_r{
    margin-top: 4rem;
}



/* Login */

.fls_login_wrapper{
    margin: 2rem auto;
}



/* Forms  */
.wpforms-container-full{
    max-width: 650px!important;
    margin: 0 auto!important;
}
.wpforms-container input.wpforms-field-medium, 
.wpforms-container select.wpforms-field-medium, 
.wpforms-container .wpforms-field-row.wpforms-field-medium, 
.wp-core-ui div.wpforms-container input.wpforms-field-medium, 
.wp-core-ui div.wpforms-container select.wpforms-field-medium, 
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    width: 100%!important;
        max-width: 100% !important;
}




/* Footer */

.footer_logo, .footer_txt{
    max-width: 80%;
    margin: 0 auto;
}
.footer_logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.footer_logo img{
    max-width: 80%;
}
.footer_txt {
       color: #232323;font-weight: 500;
    margin-bottom: 3rem;
}
.footer_txt ul {
    list-style-type: none;
}
.footer_txt ul li a{
   text-decoration: none;
    font-weight: 500;
    margin-bottom: .25rem;
    display: block;
    color: #232323;
}
.footer_txt ul li a:hover{
    text-decoration: underline;
}
.footer_txt .footer_linkedin {
    margin-top: 1rem;
}
.footer_txt .contact_footer {
    margin-top: 1rem;
}
.footer_txt p{
    font-size: 18px!important;
    line-height: 26px!important;
}
.footer_txt .contact_footer a{
    background: #e7e9e1;
    border-radius: 50px;
    font-size: 1.25rem;
    font-style: italic;
    margin-top: 2rem;
    padding: .75rem 3rem .85rem;
}
.footer_txt h4 {
    text-transform: none;
    font-size: 18px;
    display: block;
    margin-bottom: .5rem;
}

.wp-block-post-content {
    position: relative;
    z-index: 2;
    margin-top: -3.5rem;
}
.home .wp-block-post-content {
    margin-top: -4rem;
}

.h1-page {
    text-align: center;
    margin-top: -4rem;
    display: block;
    position: relative;
}
.h1-page div{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.h1-page div {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: #232323;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 58px;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
}
.h1-page div{
    box-shadow: 0px 9px 40px #bfbfbf;
}
.h1-page.galeniques div, .h1-page.conditionnement div, .h1-page.qualite div {
    box-shadow: 0px 9px 40px #b8cdd2;
}




/* Pages */
span.tag {
    background: #afb9b2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: .35rem .75rem;
    font-size: 14px;
    border-radius: 4px;
}

h2.wp-block-heading{
    font-weight: 800;
    color: #232323;
    margin-top: .75rem;
    font-size: 45px;
}
.page_bloc{
    margin-top: 4rem;
    color: #232323;
}
.page_bloc .blc-left{
    display: flex;
   /* justify-content: flex-end;
    padding-right: 0rem;*/
}
.page_bloc h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    color: #232323;
}
.page_bloc h3 span{
    color: #ff6817;
}

.page_bloc .blc-right > *:not(figure),
.page_bloc .blc-left-txt > *:not(figure) {
   max-width: 100%;
}

.page_bloc figure{
    max-width:100%;
}


.page_bloc .ico_doc {
    display: flex;
}

.page_bloc .ico_doc figure{
    margin: 0;
    padding: 0;
    width: 100px;
    min-width: 100px;
    display: flex;
}
.page_bloc .ico_doc > div{
    padding: 0;
    padding-left: 8px;
}
.page_bloc .doc_g_ico img{
    max-width: 100px;
}
.page_bloc .ico_doc > div p:first-of-type {
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
    font-size: 18px;
}
.page_bloc .ico_doc > div p:nth-of-type(2) {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.doc_g_ico {
    max-width: 100%!important;
    margin-top: 3rem;
}
 
 /* Layout Custom */
 .m-t-3{
    margin-top: 3rem;
 }
.m-t-2{
    margin-top: 2rem;
 }
    .blc-left > figure, .blc-left-txt > *{
        margin-left: 0!important;
    }
    .is-layout-flex > :is(*, div) {
        margin: 0;
        padding: 0;
    }

    .p_layout {
        margin-top: 6rem;
        padding-left: 18%;
        padding-right: 18%;
        gap: 60px;
    }

    .wp-block-column p{
        font-weight: 500;
        color: #232323;
        font-size: 20px;
        line-height: 24px;
    }


    .blc-left,  .blc-left-txt, .blc-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

@media screen and (max-width: 1590px) {
    .doc_g_ico {
        max-width: var(--wp--style--global--content-size);
    }
    .page_bloc .ico_doc{
        flex-direction: column;
    }
    .page_bloc .ico_doc .wp-block-media-text__content p{
        text-align: center;
    }
}
@media screen and (max-width: 990px) {
    .doc_g_ico{
        flex-direction: column;
    }
    .page_bloc .ico_doc {
        flex-direction: row;
    }
    .page_bloc .ico_doc .wp-block-media-text__content p {
        text-align: left;
    }
}


/* Page Qualité et sécurité */

 

.page_bloc.p_q-s  .blc-right > *:not(figure), 
.page_bloc.p_q-s .blc-left-txt > *:not(figure) {
    /*max-width: 70%;*/
}

.p_q-s.txt-header {
    display: block;
    max-width: 50%;
    margin-top: 24rem;
    margin: 5rem auto 0 auto;
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.p_q-s.subtitle{
    font-size: 48px;
    text-align: center;
    display: block;
    margin: 2rem;
    color: #232323;
    font-weight: 400;
    font-style: italic;
}
.p_q-s.subtitle span{
    font-weight: 800;
    font-style: normal;
}
.p_q-s.subtitle span:first-child {
    color: #ff6817;
}
.p_q-s.page_bloc.lgn_b{
    padding-bottom:3rem ;
    background-image: url("../../uploads/2025/08/bg1.jpg");
        background-repeat: no-repeat;
    background-position: left center; /* à droite, centré verticalement */
    min-height: 560px;

}
.p_q-s.page_bloc.lgn_d .txt-left{
    text-align: left;margin-bottom: 3rem;
}
.p_q-s.page_bloc.lgn_c{
    margin-top: 0;
}
.p_q-s.page_bloc.lgn_d,
.p_q-s.page_bloc.lgn_h
{
    display: block;
    text-align: center;
    max-width: 60%;
    margin: 5rem auto 0 auto;
}
.p_q-s.page_bloc.lgn_h{
    margin: 6rem auto 6rem auto;
}

.p_q-s.page_bloc.lgn_f > div {
    display: block;
    text-align: center;
    margin: 3rem auto 0 auto;
}
.p_q-s.page_bloc.lgn_f > div > h2{
    max-width: 67%;
    margin: 0 auto;
}
.p_q-s.page_bloc.lgn_f > div > h3{
    max-width: 40%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 5rem;
}
.p_q-s.page_bloc.lgn_f > div > div{
    max-width: 67%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 1000px;
}
.p_q-s.lgn_f img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
}
.p_q-s.page_bloc.lgn_f > div > div.bann-3,
.p_q-s.page_bloc.lgn_f > div > div.bann-4{
    max-width: 50%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.p_q-s.page_bloc.lgn_d h2,
.p_q-s.page_bloc.lgn_h h2,
.p_q-s.page_bloc.lgn_d h3,
.p_q-s.page_bloc.lgn_h h3{
    margin-bottom: 1rem;
}
.p_q-s.page_bloc.bg-grey-light{
    background: #edf2f2;
    padding: 3rem 0;
}
.p_q-s.page_bloc.lgn_h p{
    text-align: left;
}

.p_q-s.page_bloc.lgn_d > .wp-block-column .icons,
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons {
    margin-top:2rem ;
}
.p_q-s.page_bloc.lgn_d > .wp-block-column .icons > div,
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons > div{
    display: flex;
}
.p_q-s.page_bloc.lgn_d > .wp-block-column .icons > div > div,
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons > div > div{
    display: flex;
    flex-direction: column;
}
.p_q-s.page_bloc.lgn_d > .wp-block-column .icons .wp-block-media-text__content p,
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons .wp-block-media-text__content p{
    font-size: 20px;
    text-align: left;color: #232323;
}
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons > div > div {
    min-width: 372px;
}
.p_q-s.page_bloc.lgn_f .icons p{
    font-size: 20px!important;
} 

.p_q-s.page_bloc.lgn_f > .wp-block-column .icons .wp-block-media-text__content p:first-child{
    font-size: 24px;
    text-align: left;
    font-weight: 700;
}
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons .wp-block-media-text__content p:last-child{
    font-weight: 400;
}
.p_q-s.page_bloc.lgn_d > .wp-block-column .icons figure,
.p_q-s.page_bloc.lgn_f > .wp-block-column .icons figure{
    min-height: 150px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.p_q-s.page_bloc.lgn_d > .wp-block-column .icons strong span{
    color : #ff6817;
}
.p_q-s.page_bloc.lgn_d > .wp-block-column .icons figure{
    min-height: 50px;
}

.p_q-s .bann-3{
    margin: 2rem 0;
}
.p_q-s .bann-3 h3{
    margin: 0;
        text-transform: inherit;
    line-height: 28px;
}
.p_q-s .bann-4{
    color: #232323;font-size: 18px;
    margin: 3rem 0;
}
.p_q-s .bann-4 h3{
    margin: 0;
}
.p_q-s .bann-4 p{
    margin: 0;
    font-weight: 400;    text-align: left;
}

/* Page Galéniques  */
 
.p_galeniques.page_bloc.lgn_b{
    margin-top: 7rem;
}
.p_galeniques.page_bloc.lgn_a{
    margin-bottom: 2rem;
}
.p_galeniques.page_bloc.bg-grey-light{
    background: #edf2f2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.p_galeniques.page_bloc.lgn_f{
    padding-bottom: 10rem;
    border-bottom: 1px solid #e5e5e5;
}
.p_galeniques.page_bloc{
    margin-top: 6rem;
}

/* Page RSE */
/* 
    ! p_q-s est aussi utlisé pour la page p_rse
 */

.p_rse.txt-header {
    display: block;
    max-width: 50%;
    margin-top: 24rem;
    margin: 3rem auto 5rem auto;
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.p_rse.subtitle{
    font-size: 48px;
    text-align: center;
    display: block;
    margin: 2rem;
    margin-top: 4rem;margin-bottom: 3rem;line-height: 48px;
    color: #232323;font-weight: 300;
    font-style: italic;   color: #232323;
}
.lgn_f .p_rse.subtitle.v4{
    text-align: left!important;
     color: #232323;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 4rem;

}

.lgn_f .p_rse.subtitle.v4 > div{
    text-align: center!important;
        color: #232323;
    font-size: 22px;font-weight: 800!important;
    font-style: normal;
    line-height: 32px;
}
.p_rse.subtitle strong{
     font-weight: 800;font-size: normal;
}
.rse-last .p_rse.subtitle.v4 > div{
    font-size: 44px;
    font-weight: 400 !important;
    line-height: 48px;
    font-style: italic;
    margin-bottom: 2rem;
}
.rse-last .p_rse.subtitle.v4 > div strong{
    font-weight: 800;
}
.p_rse.subtitle span{
    font-weight: 800;
    font-style: normal;color: #ff6817;
}

.p_rse.subtitle.v2{
    color: #232323;
}
.p_rse.subtitle.v2 span,
.p_rse.subtitle.v3 span{
    color: #ff6817;
}
.p_rse.subtitle.v3{
    color: #232323;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.icons_v2 strong{
    font-weight: 600;
}
.icons_v2 p{
    text-align: left;
}

.p_rse.subtitle.v4 span{
    color: #ff6817;
}
 
.p_rse.subtitle.v4 > div{
     font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}
.wp-block-heading.rse span{
    color: #ff6817;
}

.rse-last{
    padding: 2rem 0;
}
.rse-last .v4 strong {
    display: block;    font-weight: 600;
    font-style: normal;
}

.rse-last .v4 > div{
    font-style: italic;
    font-weight: 300!important;;
    display: block;
    font-size: 44px;
    margin-bottom: 2rem;
    line-height: 60px;
}



/* Hack Bug */
.icons.icons_v2 .wp-block-media-text__media img:is([sizes="auto" i], [sizes^="auto," i]) {
     contain-intrinsic-size: 174px  !important; /* fallback si supporte 'none' */
}
.wp-block-media-text__media img{
    width: 100%;
    height: 100%;
}

.under{
    margin: 0;
}
.p_q-s.page_bloc.bg-grey-light.under {
    padding: 0rem 0;
}


/* Page Conditionnement */
.p_conditionnement.page_bloc.bg-grey-light{
    background: #edf2f2;
    padding-top: 3rem ;
    padding-bottom: 3rem ;
}
.p_conditionnement.page_bloc.bg-grey-light2{
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.p_conditionnement.page_bloc.lgn_d .left{
    padding-right: 0;
}
.p_conditionnement.page_bloc.lgn_d .right{
    padding-left: 0;
}
.p_conditionnement.page_bloc.lgn_d .picto {
    color: #232323;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin: 0 auto !important;
}
.p_conditionnement.page_bloc.lgn_d .picto span{
    color: #ff6817;
    display: block;    font-weight: 700;
    text-transform: uppercase;
}
.p_conditionnement.page_bloc.lgn_d .picto i{
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #232323;
    white-space: nowrap;
}


/* Form */
.form-title{
    text-align: center;
    margin: 2rem;
    color: #232323;
}
input[type="radio"] {
    outline: 0;
}
form#form-recherche-pdf, #resultat-pdf {
    width: 40%;
}
form#form-recherche-pdf fieldset {
    margin: .5rem 0;    color: #232323;
    border-radius: 10px;
}
#pdf-search {
    width: 100%;
    max-width: 350px;
    padding: 14px 18px;
    font-size: 15px;
    border: 1px solid #9faaa4;
    border-radius: 8px;
    margin: 1rem 2rem 1rem 0;
    outline: none;
    background-color: rgb(159 170 164 / 10%);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

#pdf-search:focus {
   /* border-color: #a0522d;*/
    box-shadow: 0 0 0 3px rgba(139,69,19,0.25);
    background-color: #fff;
}

#pdf-search::placeholder {
    color: rgb(159 170 164 / 100%);
    font-style: italic;
    opacity: 0.8;
}
#form-recherche-pdf button[type="submit"] {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: rgb(159 170 164 / 100%); /* saddlebrown */
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

#form-recherche-pdf button[type="submit"]:hover {
    background-color: rgb(159 170 164 / 90%); /* plus clair */
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

#form-recherche-pdf button[type="submit"]:active {
    transform: scale(0.97);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}



.logout{
    text-align: center;
    margin: 4rem 0 0 0;
}

@media screen and (max-width: 1290px) {
    :root {
        --wp--style--global--content-size: 100%!important;
    }
}
@media screen and (max-width: 1290px) {
    .wp-block-post-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 990px) {

    .page_bloc figure{
        margin-left: 0!important;
    }
    .page_bloc .blc-left {
        justify-content: center;
    }
    .wp-block-navigation ul{
            flex-wrap: nowrap;
    }
    .p_conditionnement.page_bloc .blc-left{
        padding: 0 2rem;
    }

    .p_conditionnement.page_bloc .blc-right > * {
        max-width: 100%;
    }

    .p_conditionnement.page_bloc .blc-left-txt > *{
        max-width: 100%;
    }
}


/* Responsive */

/*
    sm  40rem (640px)   @media (width >= 40rem) { ... }
    md  48rem (768px)   @media (width >= 48rem) { ... }
    lg  64rem (1024px)  @media (width >= 64rem) { ... }
    xl  80rem (1280px)  @media (width >= 80rem) { ... }
    2xl 96rem (1536px)  @media (width >= 96rem) { ... }
*/



/*  <= 1090px */
@media screen and (max-width: 1090px) {

  .header .is-layout-flex {
        flex-direction: column;
    }
    .header .logo_header{
        margin-top: 2rem;
    }

    .home .wp-block-cover{
        min-height: 280px!important;
    }
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
            background: #828f85;
        padding: 1rem;flex-wrap: nowrap;
    }

}

/*  <= 990px */
@media screen and (max-width: 990px) {
    .reassurance > div > div {
            flex-direction: column;
    }
}
/*  <= 990px */
@media screen and (max-width: 790px) {
    .wp-block-post-content {
        margin-top: 60px;
    }
    .nav-content {
        width: 100%;
    }
    .header .logo_header {
        margin-top: 0rem;
    }
    
    .header{
        overflow: visible;
    }

    .p_conditionnement.page_bloc.lgn_d .picto i {
     white-space: break-spaces;
    }
}

@media screen and (min-width: 590px) and (max-width: 990px) {
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
            flex-direction: column;
    }

}
/*  <= 590px */
@media screen and (max-width: 590px) {
    .nav-content {
        width: 90%;padding: 1rem;
    }
    .p_layout {
        padding-left: 5%;
        padding-right: 5%;
    }
    .wp-block-post-content {
        z-index: 0;
    }
    .wp-block-post-content {
        margin-top: -2rem;
    }
    .h1-page div {
        font-size: 28px;
    }
    .page_bloc .blc-left {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .home .txt{
        padding: 0 2rem;
    }
    .home .reassurance .wp-block-column {
        margin-bottom: 2rem;
    }
    .home .reassurance{
        padding-bottom: 2rem;
    }
    .header_menu  {
        margin: 0;
        background: #849086;
        padding: 1rem 0;
    }

    .header .logo_header {
        margin-top: 0rem;
    }

    .page_bloc .blc-left-txt > *:not(figure) {
        max-width: 100%;
    }
    .page_bloc .blc-right > *:not(figure) {
        max-width: 100%;
    }
    .home h1 {
        margin-top: 3rem !important;
        font-size: 36px;
    }

    .p_galeniques.page_bloc {
        margin-top: 3rem;
    }
    .p_conditionnement.page_bloc.lgn_d .left,
    .p_conditionnement.page_bloc.lgn_d .right {
        padding-right: 0;
        padding-left: 0;
    }
    .p_q-s.txt-header {
        max-width: 100%;
        padding: 0 1rem;
        font-size: 20px;
    }
    .p_q-s.subtitle{
        font-size: 36px;
        line-height: 40px;
    }
    .page_bloc.p_q-s .blc-right > *:not(figure), 
    .page_bloc.p_q-s .blc-left-txt > *:not(figure) {
        max-width: 100%;
    }
    .catalogue .col_r {
        margin-top: 0rem;
        padding-bottom: 3rem;
    }
    .p_q-s.page_bloc.lgn_f > div {
        display: block;
        text-align: center;
        margin: 0rem auto 0 auto;
    }
    .p_q-s.page_bloc.lgn_f > div > div {
        max-width: 100%;
        margin-top: 0;
        padding: 0 1rem
    }
    .p_rse.txt-header {
        max-width: 100%;
        padding: 0 1rem;
    }
    .p_q-s.page_bloc.lgn_d, 
    .p_q-s.page_bloc.lgn_h {
        max-width: 100%;
        padding: 0 1rem;
    }
    .wp-block-column.p_q-s.blc-left-txt.is-layout-constrained {
        padding-top: 1rem;
    }

    .lgn_f .p_rse.subtitle.v4 {
        margin-top: 3rem;
    }
    .p_q-s.page_bloc.lgn_e.p_layout {
        margin-top: 1rem;
    }
    .p_rse.subtitle {
    font-size: 38px;
        margin-top: 0rem;
        margin-bottom: 3rem;
    }
    .p_rse.subtitle {
        margin: 0;
        margin-bottom: 2rem;
    }
    /*
    .header .logo_header img {
        padding-left: 1rem;
        padding-top: 1rem;
    }
    */
  .header .is-layout-flex {
        flex-direction: row;
    }
    .header .wp-block-column.is-vertically-aligned-center{
        width: auto!important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto!important;
    }
    .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{
        background: #849086;
        padding: 1rem;
    }
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
        background: #849086;
    }
    .mobile-preheader > div {
                display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-preheader .lang{
        margin-top: 1rem;
    }
    .mobile-preheader li{    list-style: none;}
    .mobile-preheader .bl1 > span{display: none}

    .mobile-preheader > div:nth-of-type(2) {
        padding: .25rem .75rem;
        font-size: 18px;
        background-color: #ff6817;
        border-radius: .33rem;
        margin: 1rem;
    }

    .home .title4 {
        text-align: center;
        margin: 2rem 0;
                max-width: max-content;
    }
    .home .reassurance{
        padding-left: 0;
        padding-right: 0;
    }
    .home .rse {
        padding: 2rem 0 4rem;
    }
    .home_section img{
        max-width: 100%!important;
        width: 100%!important;
        height: auto!important;
    }

    .home .rse .CTA {
        margin-top: 2rem;
        justify-content: center;
    }
    .home .CTA a{
        font-size: 15px;
    }
    .home .rse .rse-title{
        text-align: left;
        margin: 1rem;
    }
    .catalogue {
    padding-top: 3rem;
        max-height: 100%;
        overflow: auto;
                margin: 0;
    padding: 0;
    line-height: 50px;
    }
    .catalogue .col_r {
        margin-left: 0;
    }
    .catalogue .col_r span:nth-child(3) {
        margin-left: 0;
    }
    .catalogue .CTA > div{
            margin: 0 auto;
    display: block;
    }
    .catalogue .CTA a {
        line-height: 21px;
    }

    .footer_txt h4,
    .footer_logo figure,
    .footer_txt .wp-block-image,
    .footer_txt .wp-block-column,
    .footer_txt .wp-block-list,
    .footer_txt .is-layout-flex {

        justify-content: center;
        text-align: center;
    }

    form#form-recherche-pdf, #resultat-pdf {
        width: 100%;
    }
    #pdf-search {
        width: auto;
        max-width: 100%;
    }


    .footer_txt {
        flex-direction: column;
    }
    
    div.wpforms-container-full {
        margin: 1rem!important;
    }
}