html{scroll-behavior:smooth;overflow-x:hidden;font-size:clamp(16px, 18px, 3vw);line-height:1.2}body{font-family:var(--font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color:var(--color-gray);overflow-x:hidden}.sous_titre,h3,h4,p{line-height:1.4}h2,h1{line-height:1.1}.xsmall{font-size:0.778rem}.small{font-size:0.889rem}.medium{font-weight:500}.vpd{padding-top:var(--vpd);padding-bottom:var(--vpd)}.hpd{padding-left:var(--hpd);padding-right:var(--hpd)}.full{width:100%}.hlore{width:50%}.just-bg{background-size:cover;background-position:center;background-repeat:no-repeat}.just-img{object-fit:cover;object-position:center}.shadow{box-shadow:10px 10px 15px -10px rgba(51, 51, 51, 0.1)}.center{text-align:center}ul.bullet{list-style-type:disc;padding-left:30px}.white{color:#fff}.to-white:hover{color:#fff}button,a{cursor:pointer;display:inline-block;transition:0.4s cubic-bezier(0.79, 0.14, 0.15, 0.86)}button svg,button path,a svg,a path{transition:0.4s cubic-bezier(0.79, 0.14, 0.15, 0.86)}button:before,button:after,a:before,a:after{transition:0.4s cubic-bezier(0.79, 0.14, 0.15, 0.86)}.btn-class{color:#fff;background:#333}.btn-class:hover{background:#666}input,textarea{padding:10px 0;background:none}img[data-src]{min-height:200px;background:linear-gradient(180deg, #fff, #C0C0C0, #fff) no-repeat;background-size:500% 500%;animation:loading 1s infinite linear;font:300 12px/1.5 var(--font)}@keyframes loading{0%{background-position:50% -50%}100%{background-position:50% 150%}}.fx-col-rev{flex-direction:column-reverse}.fx-row-rev{flex-direction:row-reverse}.al-start{align-items:start}