body {overflow-x: hidden;}
* {margin: 0;padding: 0;font-family: "Work Sans", sans-serif;}
a {text-decoration: none;}
li {list-style: none;}
ul {padding-left: 0;}
main {margin-top: 73px;position:relative;z-index:0;}
.containerWait{max-width:1600px;margin:auto;height: 100vh;}
img.logoBrand{max-height:100px;}
.text{margin-top:76px;}
.text p{color: #0F0F0F; font-family: ITC Avant Garde Gothic Pro;    font-size: 38px; font-style: normal;  font-weight: 500;  line-height: 1.2; /* 121.053% */ }
.text p a{color: #05AA46;font-family: ITC Avant Garde Gothic Pro;    font-size: 38px; font-style: normal;  font-weight: 500;  line-height: 1.2; /* 121.053% */ }

img.logoSociete{max-height:50%;width:auto;}

a.entity{height:120px;justify-content: center;display: flex;width:100%; align-items: center;border-radius: 16px; border: 1px solid #E6E6E8; background:#FFF; }
/*a.entity:hover{background:#E6E6E8;}*/
.visuel{height:100%;}
.splide{height:100%;width:100%;}
.splide img{width:100%;height:100%;object-fit:cover;border-radius: 16px; }
.container_img{height:100%;}

.bgwhite{background:#FFF;}
.bgpattern{background:url(../img/pattern.png);}
.copyright{position:absolute;bottom:0;left:0;color: v#007438;font-family: ITC Avant Garde Gothic Pro;font-size: 12px;font-style: normal;font-weight: 500;line-height: 18px; /* 150% */ }


@media screen and (max-width: 996px) {
    img.logoBrand {max-height: 85px;}
    .text p, .text p a{font-size:25px;}
    .containerWait{height:auto;}
    .container_img{aspect-ratio:6/9;height: auto;}
    .copyright{padding-left:2rem;margin-top:2rem;}
    .visuel{height:auto;}
}