@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&family=Ubuntu:wght@400;700&display=swap";
*::before,*::after{
    box-sizing:border-box;
    transition:all ease 300ms
}
*{
    box-sizing:border-box;
    margin:0;
    padding:0;
    outline:none !important
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  word-break: normal;
  overflow-wrap: break-word;
  /* hyphens: auto; */
}

.ph_wrapper h2,.ph_wrapper.title{
    font:28px/36px "Ubuntu",sans-serif;
    margin-bottom:20px;
    color:#248f3f
}
@media(max-width: 600px){
    h2,.title{
        font-size:22px;
        line-height:30px;
        margin-bottom:15px
    }
}
.ph_wrapper h3,.ph_wrapper.subtitle{
    font:24px/32px "Ubuntu",sans-serif !important;
    margin-bottom:15px;
    color:#248f3f;
}
@media(max-width: 600px){
    .ph_wrapper h3,.ph_wrapper.subtitle{
        font-size:20px;
        line-height:28px;
        margin-bottom:10px
    }
}
::-webkit-scrollbar{
    width:8px;
    background-color:#f8f8f8
}
::-webkit-scrollbar-thumb{
    background-color:#24903f
}
#ph_wrapper{
    overflow-x:hidden
}
body {
    font:400 16px/24px "Source Sans Pro",sans-serif !important;
    letter-spacing:.5px;
    -webkit-font-smoothing:antialiased;
    color:#333;
    background:#fff;
    margin:0 auto;
    padding:0;
    max-width:210rem
}
body.ov_hidden{
    overflow:hidden;
    height:100vh
}
@media(max-width: 600px){
    body{
        letter-spacing:normal
    }
}
.date{
    font-size:20px;
    font-size:20px;
    line-height:30px;
    font-weight:300;
    color:#009145;
    margin-bottom:5px
}
main{
    display:block
}
img,picture,video,canvas,svg{
    display:block;
    max-width:100%;
    height:auto
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
input,button,textarea,select{
    outline:none
}
ol,ul{
    list-style:none
}
ol li,ul li{
    list-style:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
a{
    color:#000;
    text-decoration:none;
    transition:all ease 300ms
}
.ph_wrapper{
    width:90vw;
    max-width:1400px;
    margin:0 auto
}
@media(max-width: 600px){
    .ph_wrapper{
        width:85vw
    }
}
.ph_wrapper h1{
    font:700 36px/44px "Ubuntu",sans-serif;
    margin-bottom:20px;
    color:#248f3f
}
@media(max-width: 600px){
    .ph_wrapper h1{
        font-size:28px;
        line-height:36px;
        margin-bottom:15px
    }
}
.ph_btn{
    display:inline-block;
    padding:5px 20px;
    background-color:#248f3f;
    color:#fff;
    font-weight:600;
    text-align:center;
    cursor:pointer;
    line-height:30px;
    border-radius:20px; 
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.ph_btn:hover{
    background-color: transparent;     
    color: #248f3f;          
    border-color: #248f3f;    
}										 
				 
 
[class*=texte] p{
    margin-bottom:20px
}
[class*=texte] ul{
    margin-left:20px;
    margin-bottom:20px
}
[class*=texte] ul li{
    position:relative;
    padding-left:20px;
    margin-bottom:5px
}
[class*=texte] ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:5px;
    height:5px;
    background-color:#000;
    border-radius:50%
}
[class*=texte] :last-child{
    margin-bottom:0
}
@media(max-width: 600px){
    [class*=texte] p{
        margin-bottom:15px
    }
    [class*=texte] ul{
        margin-bottom:15px
    }
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:none
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    -o-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.slick-track{
    position:relative;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:before,.slick-track:after{
    display:table;
    content:""
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid rgba(0,0,0,0)
}
.slick-arrow.slick-hidden{
    display:none
}

.ph_header_container {
  position: fixed;
  top: 0;
  /*left: 0;
  width: 100%;
   height: 140px;  */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.6) 45%,
    rgba(255, 255, 255, 0.25) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 200;
  pointer-events: none;
  left: -10px;
  right: -10px; 
  padding: 55px 0;    
}

.ph_header_container.is-container-scrolled  {
      padding: 45px 0;     
}

.ph_header {
  position: fixed;
  top: 20px;
  transform: translateY(0);
  max-width: 1200px;
  min-width: 320px;
  display: flex; 
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(36, 143, 63, 0.6);
  border-radius: 35px;
  z-index: 300;
  pointer-events: auto;
  transition: all ease 0.3;
  margin: 0 20px;
}

.ph_header.is-scrolled {
   transform:  translateY(20px); 
   box-shadow: 0 8px 25px rgba(0,0,0,0.12);
   top: 0px;
}
  
.page-template-page-without-header .ph_header.is-scrolled {
    transform: none;
    top: 20px;
}

.page-template-page-without-header .ph_header_container {
    padding: 45px 0;
    background: #fff;
    box-shadow: 0 20px 15px rgba(255, 255, 255, 1);

    /* 🔹 Transition fluide */
    transition: 
        background 0.4s ease,
        box-shadow 0.4s ease,
        padding 0.4s ease;

    /* Optimisation perf */
    will-change: background, box-shadow;
}

.page-template-page-without-header .ph_header_container.is-container-scrolled {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.6) 45%,
        rgba(255, 255, 255, 0.25) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    box-shadow: none;
}


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
box-shadow: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    padding: 0 20px !important;
    margin-left: 0px !important;
}

.ph_header .ph_btn{
    line-height:40px;
    border-radius:35px;
    padding-left:40px;
    padding-right:40px;
    font-size: 18px;
}

@media (max-width: 1127px) {
  .ph_header {
    width: calc(100% - 40px);
  }
} 

.ph_custom-logo{
    display:block;
    margin-left:3vw;
    width:200px
}
.ph_menu{
    display:flex;
    gap:50px;
    margin-right:auto
}
.ph_menu li a{
    display:block;
    line-height:60px
}

.ph_banner {
    position: relative;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    /* image par défaut (mobile) */
    background: url("../images/header-visuel-petit.jpg") no-repeat center -70px;
    background-size: cover;
}


.ph_banner_texte{
    width:450px;
    margin-left:auto;
    margin-right:6vw;
    padding: 250px 0 40px;
}

.ph_banner_texte h1{
   line-height: 2.75rem;
}

.ph_banner .ph_btn{
    line-height:40px;
    border-radius:25px;
    padding-left:30px;
    padding-right:30px;
    font-size:20px
}

@media (min-width: 768px) {
    .ph_banner {
        background-image: url("../images/header-visuel-petit.jpg");
    }
}

@media (min-width: 1400px) {
    .ph_banner {
        background-image: url("../images/header-visuel-medium.jpg");
    }
}

@media (min-width: 1400px) {
    .ph_banner {
        background-image: url("../images/header-visuel-medium.jpg");
    }
}

@media (min-width: 2600px) {
    .ph_banner {
        background-image: url("../images/header-visuel-large.jpg");
    }
}


@media (max-width: 600px) {
    .ph_banner_texte {
        width: 90vw;
        margin-right: auto;
        text-align: center;
        padding: 100px 0 40px;
    }  
    .ph_header .ph_btn {
        display: none;
    }    
}


@media(max-width: 800px){
    .ph_banner{
        background-size:130%
    }
    .ph_banner_texte{
        width:100%;
        padding-left:7.5vw;
        padding-right:7.5vw;
        text-align:right;
        background:linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 100%)
    }
    .ph_banner_texte .ph_btn{
        display:block;
        width:fit-content;
        margin:30px auto 0
    }
}

@media screen and (width: 1920px) and (height: 1080px) {
    .ph_banner_texte {
        padding: 300px 0 50px;
        margin-right: 13vw !important;
    }
    .ph_header 
    {
       right: 12vw;
    }
}


@media (min-width: 1501px) {
  .ph_banner_texte {
    margin-right: 10vw;
  }
}

.ph_solutions{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:30px;
    margin-top:50px;
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
    width:86vw;
}

@media(max-width: 1400px){
    .ph_solutions .ph_btns{
        flex-wrap:wrap;
        gap:5px;
        justify-content:center
    }
}
@media(max-width: 1024px){
    .ph_solutions{
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
    }
}
@media(max-width: 800px){
    .ph_solutions{
        margin-top:0
    }
}
@media(max-width: 600px){
    .ph_solutions{
        grid-template-columns:1fr;
        gap:10px;
        width: 95vw;
    }
}
.ph_solutions_item{
    border-radius:20px;
    padding:30px 20px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    text-align:center;
    background:no-repeat center/cover;
    color:#fff !important;
}

.ph_solutions_item .image{
    width:100px;
    margin:0 auto 20px
}

.ph_solutions_item .ph_btns{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:20px
}

.ph_solutions_item .ph_btn_border{
    border:1px solid #fff;
    color:#fff;
    padding: 5px 13px;
    font-size: 13px;
    line-height:20px;
    border-radius:15px
}
.ph_solutions_item .ph_btn_border:hover{
    background-color:hsla(0,0%,100%,.2)
}
.ph_solutions_item .ph_btn{
    background-color:#fff;
    color:#000;
    font-weight:600;
    padding:5px 15px;
    font-size:13px;
    line-height:20px
}			

.ph_solutions_item.CIOdm .ph_btn,
.ph_solutions_item.CIOdc .ph_btn,
.ph_solutions_item.CIOlab .ph_btn,
.ph_solutions_item.TIO .ph_btn {
    color: #ffffff;                
    border: 1px solid transparent;   
    font-size: 13px;
    cursor: pointer;
    transition: 
        background-color 0.3s ease, 
        color 0.3s ease, 
        border-color 0.3s ease, 
        transform 0.2s ease;
}

.ph_solutions_item.CIOdm .ph_btn { background-color: #00372a; }
.ph_solutions_item.CIOdc .ph_btn { background-color: #d85301; }
.ph_solutions_item.CIOlab .ph_btn { background-color: #460900; }
.ph_solutions_item.TIO .ph_btn { background-color: #21174f; }


.ph_solutions_item.CIOdm .ph_btn:hover,
.ph_solutions_item.CIOdc .ph_btn:hover,
.ph_solutions_item.CIOlab .ph_btn:hover,
.ph_solutions_item.TIO .ph_btn:hover {
    background-color: transparent;   
    color: #ffffff;                  
    border-color: #ffffff;       
    transform: scale(1.05);        
} 

.ph_solutions_item.CIOdm {
    background-image: url("../images/picto-CIOdm.svg"), url("../images/solution-fond-CIOdm.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: 250px auto, cover;
    transition: all 0.3s ease;
    background-color: rgba(79, 194, 109, 0.3);
}

.ph_solutions_item.CIOdc {
    background-image: url("../images/picto-CIOdc.svg"), url("../images/solution-fond-CIOdc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: 250px auto, cover;
    transition: all 0.3s ease;
    background-color: rgba(253, 160, 0, 0.3);
}

.ph_solutions_item.CIOlab {
    background-image: url("../images/picto-CIOlab.svg"), url("../images/solution-fond-CIOlab.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: 250px auto, cover;
    transition: all 0.3s ease;
    background-color: rgba(224, 84, 44, 0.3);
}

.ph_solutions_item.TIO {
    background-image: url("../images/picto-TIO.svg"), url("../images/solution-fond-TIO.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: 250px auto, cover;
    transition: all 0.3s ease;
    background-color: rgba(22, 150, 205, 0.3);
}

.ph_solutions_item img{
    max-width:100%;
    height:auto;
    margin-bottom:20px
}
					 
 .ph_solutions_item h4 {
    color: #fff;	
}
.ph_solutions_item h4 {    
    font:400 16px/24px "Source Sans Pro",sans-serif !important;
    margin-bottom: 15px;
}
.ph_solutions_item h3{
    font:700 24px/32px "Ubuntu",sans-serif;
    margin-bottom:15px;
    color:#248f3f
}

@media(max-width: 600px){
    .ph_solutions_item h3{
        font-size:20px;
        line-height:28px;
        margin-bottom:10px
    }
}
.ph_solutions_item p{
    font-size:16px;
    line-height:24px;
    color:#555
}
@media(max-width: 600px){
    .ph_solutions_item p{
        font-size:14px;
        line-height:22px
    }
}
@media(max-width: 600px){
    .ph_solutions_item{
        padding:20px 15px
    }
    .ph_solutions_item .image{
        width:80px;
        margin-bottom:15px
    }
}


.ph_solutions_item {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ph_solutions_item:hover {
    transform: scale(1.05);
}

.ph_solutions_item.CIOdm:hover {   
     box-shadow: 0 0 10px rgba(79, 194, 109, 0.6); 
    border-color: rgba(79, 194, 109, 0.6);     
    background-color: rgba(79, 194, 109, 0.996);
}

.ph_solutions_item.CIOdc:hover {    
     box-shadow: 0px 0px 10px #fda000;
    border-color: #fda000;
}

.ph_solutions_item.CIOlab:hover {    
    box-shadow: 0px 0px 10px #e0542c;
    border-color: #e0542c;
}

.ph_solutions_item.TIO:hover {    
    box-shadow: 0px 0px 10px #1696cd;
    border-color: #1696cd;
}

.ph_partenaires{
    padding:25px 0;
    background:url("../images/bloc-cpartenaire-fond.png") no-repeat center/cover;
     position: relative;
}
.ph_partenaires .subtitle{
    color:#fff;
    text-align:center;
    /* margin-bottom:40px; CAS DE CHANGEMENT DE POSITIONNEMENT    
        font-weight: 600;
    */ 
    padding: 25px 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400; 
    font-size: 25px;  
}
.ph_partenaires .subtitle .highlight {
    font-weight: 700; 
}

.ph_partenaires .logo{
    display:flex;
    align-items:center;
    justify-content:center;
    height:140px;
    align-content: center;
}
.ph_partenaires .logo img{
    max-width:75%;
    max-height:75%;
    width:auto;
    height:auto;
    display:block;
    margin:auto;
    object-fit:contain;
    filter: blur(3px);
}

.ph_partenaires_logos {
  position: relative;
}

.ph_partenaires_logos .slick-track {
    transition: transform 0.5s ease !important;
}

/* Overlay */
.ph_partenaires_logos::after {
  content: "";
  position: absolute;  
  z-index: 1;
}


/* Bouton centré et cliquable */
.ph_partenaires_btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 250;
  pointer-events: auto;
  background-color: #fff;
  color: #009145;
}

.ph_partenaires_btn:hover {
  background-color: #009145;
  color: #fff;
}

.ph_partenaires:hover .ph_partenaires_logos::after {
  background: rgba(255, 255, 255, 0.3);
}

@media(max-width: 1024px){
    .ph_partenaires .logo{
        height:100px
    }
}
@media(max-width: 600px){
    .ph_partenaires .logo{
        height:80px
    }
}
.ph_actualites{
    padding:40px 0
}
.ph_actualites h2{
    font-size:34px;
    line-height:38px;
    font-weight:700
}
.ph_actualites_items{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:30px
}
.ph_actualites_item:first-child{
    grid-row:span 3;
    position:relative;
    display:flex;
    align-items:end;
    padding:30px
}
.ph_actualites_item:first-child h3 a,.ph_actualites_item:first-child .date{
    color:#fff
}
.ph_actualites_item:first-child .image{
    position:absolute;
    inset:10px;
    border-radius:15px;
    overflow:hidden;
    margin-bottom: 0;
}

.ph_actualites_item:first-child .image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0); 
    transition: background 0.3s ease-in-out;
}

.ph_actualites_item:first-child .image:hover::after {
    background: rgba(0,0,0,0.2); 
}

.ph_actualites_item:first-child .image img{
    width:100%;
    height:100%;
    object-fit:cover
}

.ph_actualites_item:first-child .texte{
	display:grid;
    grid-template-columns:80px 1fr;
    align-items:center;
    gap:23px;
    position:relative;
    z-index:10;
    padding:20px
}

.ph_actualites_item:first-child .texte a{
    color:#fff
}
.ph_actualites_item{
    display:grid;
    grid-template-columns:210px 1fr;
    gap:23px;
    align-items:center;
    padding:10px;
    box-shadow:0 2px 20px rgba(0,0,0,.2);
    border-radius:20px;
    background-color:#fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.ph_actualites_item .image{
   position: relative;
    border-radius:10px;
	margin-bottom: 10px; 
}

.ph_actualites_item .image .logo {
	width: 50px;
    position: absolute;
    right: -15px;
    bottom: -16px;
 }

.ph_actualites_item h3 {
    font-size:22px;							  
    font-weight:600;
}

.ph_actualites_item h3 a{
    color:#009145
}
.ph_actualites_item .title {   
    font-size: 19px !important;
    font-weight: 600;
    line-height: 25px !important;
}

.ph_actualites_item .title a,.ph_agenda_item a{
    color: #009145;   
}

.ph_actualites_item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.ph_actualites .ph_btn{
    padding:12px 20px;
    border-radius:10px;
    font-size:20px
}

.ph_actualites_item .title a:hover {
  background-color: #fff;
  color: #1b8a3a;
  border-color: #1b8a3a;
  transform: scale(1.05);
  box-shadow: 0 6px 6px rgba(0, 128, 0, 0.15);
}

.ph_actualites_item .title a:active {
  transform: scale(0.98);
  box-shadow: 0 0px 6px rgba(0, 128, 0, 0.1);
}

@media(max-width: 1300px){
    .ph_actualites_items{
        grid-template-columns:1fr
    }
    .ph_actualites_item:first-child{
        grid-row:span 1;
        min-height:400px
    }
}
@media(max-width: 800px){
    .ph_actualites_item{
        grid-template-columns:150px 1fr
    }
   .ph_actualites_item .image > img{
        min-height:120px;
        object-fit:cover
    }
    .ph_actualites_item .date{
        font-size:16px;
        line-height:22px
    }
    .ph_actualites_item h3{
        font-size:20px;
        line-height:26px
    }
}
@media(max-width: 600px){
    .ph_actualites_items{
        gap:20px
    }
    .ph_actualites_item{
        grid-template-columns:1fr
    }
    .ph_actualites_item .image{  
        margin-bottom: 0px; 
    }
    .ph_actualites_item .image > img{
        display:block
    }
    .ph_actualites_item:first-child .image{
        display:block
    }
    .ph_actualites_item:first-child .texte{
        padding:10px 0
    }
    .ph_actualites .ph_btn{
        display:none
    }
}

@media(max-width: 480px){
    .ph_actualites_item{
        padding:20px
    }
    .ph_actualites_item:first-child{
        min-height:300px
    }
    .ph_actualites_item:first-child .texte{
        grid-template-columns:1fr;
        gap:10px
    }
    .ph_actualites_item .logo{
        width:60px
    }
    .ph_actualites_item h3{
        font-size:18px;
        line-height:24px
    }
    .ph_actualites_item .date{
        font-size:14px;
        line-height:20px
    }
}
.ph_chiffres{
    position:relative;
    background:url("../images/bloc-cpartenaire-fond.png") no-repeat center/cover;
    padding:25px 0;
}
.ph_chiffres_items{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
}
.ph_chiffres_item{
    text-align:center;
    color:#fff;
    font-size:30px;
    background:no-repeat center;
    padding:30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a.ph_chiffres_item {
  display: block;             
  color: #fff;             
  text-decoration: none;      
  transition: none; 
}

a.ph_chiffres_item:hover {
  cursor: pointer;        
}

a.ph_chiffres_item .chiffre,
a.ph_chiffres_item .libelle {
  display: inline-block; 
  transition: transform 0.4s ease, color 0.4s ease, text-shadow 0.4s ease;
}

a.ph_chiffres_item:hover .chiffre,
a.ph_chiffres_item:hover .libelle {
  transform: scale(1.1); 
  color: #248f3f;   
  text-shadow: 
     1px 1px 0 #fff,
    -1px 1px 0 #fff,
     1px -1px 0 #fff,
    -1px -1px 0 #fff,
     1px 1px 2px rgba(0,0,0,0.1); 
}

.ph_chiffres_item .chiffre{
    font:700 60px/68px "Ubuntu",sans-serif
}
.ph_chiffres_item.partners{
    background-image:url("../images/bloc-chiffre-1.svg")
}
.ph_chiffres_item.hospit{
    background-image:url("../images/bloc-chiffre-2.svg")
}
.ph_chiffres_item.soft{
    background-image:url("../images/bloc-chiffre-3.svg")
}

.ph_chiffres_item .libelle {  
  padding: 5px;
  width: auto;
  text-align: center;
  border: 1px solid transparent; 
  border-radius: 6px;
  line-height: 40px;
  transition: transform 0.3s ease, 
              background-color 0.3s ease, 
              color 0.3s ease, 
              border-color 0.3s ease, 
              box-shadow 0.3s ease;
}
 
.ph_chiffres_item .libelle {
	width: clamp(120px, 20vw, 300px);
	font-size: clamp(16px, 2.5vw, 28px);
    line-height: clamp(30px, 2.4vw, 40px);
}

.ph_chiffres_item .chiffre {
	font-size: clamp(40px, 5.5vw, 60px);
	line-height: clamp(40px, 6.2vw, 68px);
}

 @media(max-width: 800px){
    .ph_chiffres_item{
        font-size:18px
    }
     
    .ph_chiffres_item{
        background-size:120px
    }
    .ph_chiffres_item.partners{
        background-size:85px
    }   
}

@media (min-width: 600px) and (max-width: 800px) {
    .ph_chiffres_item .libelle {
        font-size: 18px;
        line-height: 24px;
    }     
}

@media(max-width: 600px){
    .ph_chiffres{
        padding:0
    }
    .ph_chiffres .ph_wrapper{
        max-width:250px
    }
    .ph_chiffres_items{
        grid-template-columns:1fr;
        padding: 25px 0px;
    }
    .ph_chiffres_item{
        padding:30px 0;
        background-position:left center;
        /* background-size:60px; */
        text-align:left;
        padding-left:80px;
    }    

    .ph_chiffres_item .chiffre {
        font-size: 60px;
        line-height: 30px;
    }

    .ph_chiffres_item .libelle {
        width: 201px;
        font-size: 20px;
        text-align: left;
    }

    .ph_chiffres_item.hospit {      
        background-position: right center;
        padding-left: 0px;
    }
} 

.ph_linkpage{
    padding:50px 0;
    padding:50px 0;
    background-color:#fcfcfc
}
.ph_linkpage .ph_wrapper{
    max-width:1200px
}
.ph_linkpage_grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:30px
}
.ph_linkpage_item{
    position:relative;
    background:linear-gradient(to bottom, #ccd523 0%, #238c3c 100%);
    padding:50px 20px;
    text-align:center;
    border-radius:20px;
    color:#fff;
    font-size:20px;
    line-height:26px
}
.ph_linkpage_item *{
    position:relative;
    z-index:10
}
.ph_linkpage_item::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    transition: transform 0.3s ease
}

/* État initial */
.ph_linkpage_item::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 95%;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform: scale(1.25) translateY(0);
    opacity: 1;

    transition:
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);

    will-change: transform;
}

/* Hover → retour à la taille normale */
.ph_linkpage_item:hover::after{
    transform: scale(1) translateY(2px);
    opacity: 0.95;
}

/* Images */
.ph_linkpage_item.web-serie::after{ 
    background-image: url(../images/illustration-play.png);
}

.ph_linkpage_item.webinaires::after{
    background-image: url(../images/illustration-ordinateur.png);
}

.ph_linkpage_item h2{
    font:700 32px/40px "Ubuntu",sans-serif;
    color:#fff
}
.ph_linkpage_item .ph_btn{
    margin-top:30px;
    background-color:#fff;
    color:#009145;
    padding:10px 25px;
    border-radius:25px
}
.ph_linkpage_item .ph_btn:hover{
    background-color:#009145;
    color:#fff;
}

.ph_linkpage_item.web-serie:hover::after,
.ph_linkpage_item.webinaires:hover::after{
    transform: scale(1) translateY(2px);
    opacity: 0.9;
}


@media(max-width: 800px){
    .ph_linkpage{
        padding:50px 0
    }
    .ph_linkpage_grid{
        grid-template-columns:1fr
    }
    .ph_linkpage_item{
        padding:30px 20px
    }
    .ph_linkpage_item h2{
        font-size:28px;
        line-height:36px
    }
    .ph_linkpage_item .ph_btn{
        font-size:18px;
        padding:8px 20px
    }

    .ph_linkpage_item::after {  
        width: 75%;
        height: 95%;
        left: 20%;
    }
    
}
.ph_agenda{
    position:relative;
    box-shadow:0 0 30px rgba(0,0,0,.1);
    padding:50px 0;
    overflow:hidden
}
.ph_agenda::after{
    content:url("../images/illustration-calendrier.png");
    position:absolute;
    left:calc(100% - 450px);
    top:50%;
    transform:translateY(-50%) scale(0.8)
}
.ph_agenda .ph_wrapper{
    max-width:1500px;
    padding-right:300px
}
.ph_agenda h2{
    text-align:center;
    font-weight:700;
    margin-bottom:40px
}
.ph_agenda_items{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px
}

.ph_agenda_item {
    position: relative;
    padding: 20px 40px;
    padding-left: 60px;
    background: linear-gradient(45deg, #bdd45e 0%, #5cab6f 100%);
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ph_agenda_item::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #24903f;
    border-radius: 5px;
    transition: background-color 0.4s ease;
    transition: all 0.5s ease;
}

.ph_agenda .date {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #249043;
    margin-bottom: 0;
}

.ph_agenda h3 {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
    margin-bottom: 5px;
}

.ph_agenda p {
    color: #fff;
    font-size: 18px;
}

.ph_agenda_item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ph_agenda_item::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -25%;
    width: 170%;
    height: 200%;
    height: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        transparent 30%,
        rgba(255,255,255,0.15)
    );
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.ph_agenda_item:hover::after {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}


.ph_agenda_item .date,
.ph_agenda_item h3,
.ph_agenda_item p {
    position: relative;
    z-index: 2;
}


@media(max-width: 1400px){
    .ph_agenda_items{
        grid-template-columns:repeat(2, 1fr)
    }
}
@media(max-width: 1024px){
    .ph_agenda .ph_wrapper{
        padding-right:0
    }
    .ph_agenda::after{
        display:none
    }
}
@media(max-width: 800px){
    .ph_agenda{
        padding:40px 0 50px
    }
    .ph_agenda h3{
        font-size:20px;
        line-height:24px
    }
    .ph_agenda_item{
        overflow:hidden;
        padding:15px;
        padding-left:30px;
        border-radius:10px
    }
    .ph_agenda_item:before{
        left:0;
        width:10px
    }
}
@media(max-width: 600px){
    .ph_agenda_items{
        grid-template-columns:1fr;
        gap:15px
    }
}
.ph_discutons{
    background-color:#f2f2f2;
    padding:50px 0;
    position:relative;
    overflow: hidden;   
}

.ph_discutons::before {
    content: "";
    position: absolute;
    inset: -150px 0 0;
    /* opacity: 0.4; */
    opacity: var(--ph-before-opacity, 0); /* opacité dynamique */
    z-index: 1;
    background: url("../images/illustration-discutons.png") no-repeat;
    background-size: cover; 
   	transition: opacity 2s ease-out; 
}

.ph-discutons-visible::before {
	opacity: 0.4; /* opacité finale */
}

.ph_discutons .ph_wrapper{
    position:relative;
    z-index:10;
    max-width:610px;
}
.ph_discutons h2{
    text-align:center;
    font-weight:700;
    margin-bottom:50px
}
.ph_discutons h2::after{
    content:"";
    display:block;
    width:200px;
    height:1px;
    background-color:#248f3f;
    margin:20px auto 0
}
.ph_discutons_card{
    background-color:#fff;
    box-shadow:0 0 20px rgba(0,0,0,.1);
    border-radius:10px;
    padding:40px
}

.ph_discutons h3{
    display:inline-block;
    letter-spacing:-0.5px;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    padding:10px 20px;
    border-radius:10px;
    color:#454545;
    font-size: 20px !important;
    line-height:26px;
    margin-bottom:20px;
    font: 20px/32px "Source Sans Pro",sans-serif !important;
													   
}
.ph_discutons_list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px
}
.ph_discutons_item{
    display:inline-block;
    font-size:20px ;
    line-height: 20px;
    padding:15px 20px;
    border-radius:10px;
    background:#248f3f;
    min-width:250px;
    text-align:center;
    color:#fff;
    margin:auto;
    border: 2px solid transparent;  
}

.ph_discutons_item {
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Médicament */
.btn-medicament {
	background: linear-gradient(40deg, #70af32, #499f39);
}

/* CT */
.btn-ct {
	background: linear-gradient(40deg, #4ca038, #258f3f);
}

/* DM */
.btn-dm {
	background: linear-gradient(40deg, #78b231, #52a237);
}

/* Biologie */
.btn-biologie {
	background: linear-gradient(40deg, #54a337, #2d933d);
}

/* Éditeur */
.btn-editeur {
	background: linear-gradient(40deg, #81b630, #5ba636);
}

/* Autres */
.btn-autres {
	background: linear-gradient(40deg, #5ca736, #36973c);
}

.btn-medicament:hover,
.btn-ct:hover,
.btn-dm:hover,
.btn-biologie:hover,
.btn-editeur:hover,
.btn-autres:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	background: transparent; 
	color: #248f3f;             
	border-color: #248f3f;        
}

@media(max-width: 600px){
    .ph_discutons_card{
        padding:20px
    }
    .ph_discutons_list{
        grid-template-columns:1fr;
        gap:10px
    }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary {
    background: transparent !important;
  }
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
     background: transparent !important;
      outline: none !important;         
      border-color: transparent !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary { 
      padding: 0px !important;
  }

}

#mega-menu-wrap-primary {  
  display: block ruby !important;
}

.mega-menu-link:focus,
.mega-menu-link:focus-visible {
    outline: none !important; 
}

