/**handles:block-acf-herocustom,block-acf-dividercustom,block-acf-textwithctacustom,block-acf-accordeoncustom**/
.hero-component{position:relative}.hero-component img{width:100%;height:54.90741vh;-o-object-fit:cover;object-fit:cover;border-radius:0 0 40px 40px}@media screen and (max-width:480px){.hero-component img{height:46.2963vh}}.hero-component .overlay{height:54.90741vh;position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.hero-component .overlay-title{font-size:4rem;line-height:80px;color:var(--white);text-shadow:5px 5px 5px rgba(0,0,0,.31)}@media screen and (max-width:1350px){.hero-component .overlay-title{font-size:3.125rem;line-height:1}}@media screen and (max-width:480px){.hero-component .overlay-title{font-size:2rem}}.hero-component .searchform-container{position:absolute;bottom:-1.875rem;left:0;right:0}@media screen and (max-width:900px){.hero-component .searchform-container{position:initial}}.hero-component .searchform-container .searchform{max-width:93.375rem;margin:auto;width:100%;display:grid;grid-template-columns:repeat(10,1fr);border-radius:.5625rem;-webkit-box-shadow:1px 4px 10px 3px rgba(0,0,0,.1);box-shadow:1px 4px 10px 3px rgba(0,0,0,.1);overflow:hidden}@media screen and (max-width:1500px){.hero-component .searchform-container .searchform{margin:0 1.25rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:900px){.hero-component .searchform-container .searchform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:initial}}.hero-component .searchform-container .searchform input,.hero-component .searchform-container .searchform select{width:100%;border:none;font-size:1.125rem;font-family:"Open Sans",sans-serif;font-weight:700;color:#6a6a6a;outline:0}.hero-component .searchform-container .searchform select{cursor:pointer}.hero-component .searchform-container .searchform input{cursor:text}.hero-component .searchform-container .searchform #searchsubmit{grid-area:1/9/2/11;cursor:pointer;background-color:var(--secondary);color:var(--white);-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}@media screen and (max-width:900px){.hero-component .searchform-container .searchform #searchsubmit{padding:.9375rem 0}}.hero-component .searchform-container .searchform #searchsubmit:hover{background-color:var(--primary)}.hero-component .searchform-container .searchform-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;background-color:var(--white);padding:1.5625rem 2rem}.hero-component .searchform-container .searchform-input:first-child{grid-area:1/1/2/4}.hero-component .searchform-container .searchform-input:nth-child(2){grid-area:1/4/2/6}.hero-component .searchform-container .searchform-input:nth-child(3){grid-area:1/6/2/9}@media screen and (max-width:900px){.hero-component .searchform-container .searchform-input{padding:.9375rem .625rem}}.hero-component .searchform-container .searchform-input i{color:#6a6a6a;font-size:1.875rem}@media screen and (max-width:450px){.hero-component .searchform-container .searchform-input i{font-size:1.5rem}}
.divider-component{height:var(--height)}@media screen and (max-width:550px){.divider-component{height:calc(var(--height) * .6)}}
.textwithcta-component .section-body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:5.375rem}@media screen and (max-width:1000px){.textwithcta-component .section-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5.375rem}}.textwithcta-component .section-body .content{margin-top:1.5rem;font-size:1.25rem;color:var(--primary)}.textwithcta-component .section-body .content p{line-height:30px}.textwithcta-component .section-body .image{margin-top:2.3125rem}.textwithcta-component .section-body .image img{max-width:31.25rem;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.textwithcta-component .button{margin-top:3rem}
.accordeon-component{position:relative}.accordeon-component::before{content:"";position:absolute;background-image:url("https://cenomy.fr/app/themes/akyos-sage/resources/assets/images/curve-top.png");background-repeat:no-repeat;background-position:center;background-size:contain;width:50%;right:0;top:-4.375rem;height:9.6875rem;z-index:-1}.accordeon-component::after{content:"";position:absolute;background-image:url("https://cenomy.fr/app/themes/akyos-sage/resources/assets/images/curve-bottom.png");background-repeat:no-repeat;background-position:center;background-size:contain;width:50%;left:0;bottom:-4.375rem;height:9.6875rem;z-index:-2}.accordeon-component .background-skew{position:absolute;inset:0;background-color:var(--primary);-webkit-transform:skewY(4deg);-o-transform:skewY(4deg);transform:skewY(4deg);z-index:-1}.accordeon-component .section-container{padding-top:9.375rem;padding-bottom:11.1875rem;max-width:65rem;margin:auto}.accordeon-component .section-container .section-title h2{color:var(--white)}.accordeon-component .section-container .accordeon-container_title{margin-top:1.5rem;color:var(--white);position:relative;padding-left:1.5rem}.accordeon-component .section-container .accordeon-container_title:before{content:"";width:.5rem;height:.5rem;border-radius:50%;position:absolute;left:0;top:0;bottom:0;margin:auto;background-color:var(--secondary)}.accordeon-component .section-container .accordeon-container .accordeon-wrapper{margin-top:2.5rem}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_header{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--white);min-height:5.0625rem;border-radius:.6875rem;padding:0 2.5rem}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_header--title{color:var(--primary)}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_header i{color:var(--secondary);font-size:3.75rem}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_panel{overflow:hidden;max-height:0;-webkit-transition:max-height .5s cubic-bezier(.18, .65, .52, .99);-o-transition:max-height .5s cubic-bezier(.18, .65, .52, .99);transition:max-height .5s cubic-bezier(.18, .65, .52, .99);margin:1.3125rem 1.8125rem 0}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_panel:first-child{margin-bottom:0}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_panel .content{color:var(--white);font-size:1.25rem;padding-bottom:1.25rem}.accordeon-component .section-container .accordeon-container .accordeon-wrapper .accordeon_panel .content a{color:var(--secondary);text-decoration:underline}