body{
background: #fff;
}
.dots{
position: absolute;
}
.dots1{
top:-0.5rem;
right: -6%;

height: 55px;
width: 30px;
z-index: 2;
}
.dots2{
top:-2.5rem;
left: 1rem;
z-index: 9;
height: 55px;
width: 30px;
z-index: 2;
}
.dots3{
top:0.5rem;
right: 67%;
transform: translateX(-50%);
z-index: 9;
height: 55px;
width: 30px;
z-index: 102;
opacity: 0.2;
}
/* Calendar */
.cal {
position: relative;
width: 100%;
max-width: 520px;
margin-right: auto;
margin-top: auto;

}
.cal .title{
display: flex;
align-items: center;
margin-bottom: 10px;
z-index: 2;
position: relative;
}
.cal .title a{
color:var(--text);
font-size: 1.3rem;
font-weight: 500;
}
.cal .title a:not(.btn){
font-size: 1.15rem;
border: 1px solid #515151;
padding: 3px 0.5rem;
border-radius: 3rem;
}
.cal .title a:hover{
text-decoration: none;
background-color: rgba(255, 113, 0, 0.60);
}
.cal .calc {
position: relative;
padding: 1rem;
background-color: var(--pink);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
border-radius: 1.2rem;
z-index: 3;
}
.cal::before {
content: "";
position: absolute;
height: 348px;
width: 627px;
width: 120%;
background-color: #faebde;
border-radius: 2.2rem;
z-index: 2;
left: 50%;
transform: translate(-50%, -27px);
}
.cal::after {
content: "";
position: absolute;
height: 287px;
width: 650px;
width: 125%;
background-color: #0c6069;
border-radius: 2.9rem;
z-index: 1;
left: 50%;
transform: translate(-50%, -425px);
}
.tinyCalc {
width: 100%;
max-width: 96%;
margin: auto;
}
.cal th, .cal td {
font-size: 1.2rem;
text-align: center;
padding: 0 5px;
height: 50px;
}
.cal td a {
color: inherit;
padding: 0 5px;
}
.cal + div{
display: flex;
justify-content: flex-end;
position: absolute;
width: 95%;
margin-top: 0.5rem;
}
.all .see-all {
color: var(--text);
margin-right: auto;
text-decoration: underline;
}
.cal .month{
display: flex;
justify-content: flex-end;

}
.cal h2{
padding-inline:0.25rem;
font-size: 1.4rem;
}
/* Calendar */
.floatbtn{
position: absolute;
left: 75px;
    top: -3.5rem;
    z-index: 8;
}
.floatbtn span{
background-color: #fff;
border-radius: 0 50px 50px 0;
padding-inline: 1rem;
    margin-left: -0.8rem;
    padding-block: 0.3rem;
    font-weight: 600;
color: var(--text);
border: 2px solid var(--green);
    transition: all 0.2s ease-in;
}
.icon-btn.whatsapp{
display: flex;
align-items: center;
}
.icon-btn.whatsapp:hover span{
background-color: rgba(var(--green2RGB), 0.92);
color: #fff;
}
.aside{
position: fixed;
z-index: 99;
left: -10px;
top: 31.5%;
border-radius: 15px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background: rgba(var(--green2RGB), 0.92);
width: 68px;
height: 184px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding-block: 20px;
backdrop-filter: blur(9px);
}
.aside a{
width: 37px;
height: 37px;
background-size:contain;
}
.aside a::before{
content: none;
}
.aside a:hover{
transform: scale(1.2);
}
main#content{
margin-top: 150px;
}
.cover {
position: relative;
min-height: 615px;
}
.cover .container-fluid > .row {
height: 465px;
}
.cover .row > div:first-of-type{
margin-top: auto;
padding-top: 1rem;
}
.cover > .row > div{
position: relative;
}
.cover-slick {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 0;
}


.cover-slick h2{
position: absolute;
top:50%;
left:5rem;
width: 100%;
max-width: 400px;
display: block;
text-align: center;
}
.cover-slick a{
font-weight: 500;
color:#fff;
font-size: 2.5rem;
}

.cover-slick h2{
 position: absolute;
 inset:0;
 margin:auto;
 width:100%;
 max-width:100%;
 height:100%;
}
.cover-slick a{
     position: absolute;
 inset:0;
 margin:auto;
 width:100%;
 height:100%;
}
.cover-slick a:hover span{
    transform:scale(1.1);
    text-decoration:underline;
}
.cover-slick a span{
position: absolute;
top:50%;
left:5rem;
width: 100%;
max-width: 400px;
display: block;
text-align: center;
font-weight: 500;
color:#fff;
font-size: 2.5rem;
transition:all 0.2s ease;
}
[dir='rtl'] .cover-slick .slick-next{
    height:40px;
    width:40px;
     z-index:5;
     background: #0b7e4f;
       display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100vw;
}
[dir='rtl'] .cover-slick .slick-prev{
    height:40px;
    width:40px;
    z-index:5;
    background: #0b7e4f;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:100vw;
}
.cover-slick div {
height: 465px;
position: relative;
background-size: cover;
background-position: center;
border-radius: 0  2.2rem 2.2rem 0;
}

.cover .toggle-slick {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
}

.cover .heading{
position: absolute;
bottom:0;
left:1rem;
}
.heading h2{
text-align: center;
color:#fff;
text-shadow: 3px 3px 5px rgba(0,0,0,0.52);
}
.heading h2 > span{
display: block;
}
.heading span > span{
text-decoration: underline;
}
.cover-content {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 99;
text-align: center;

max-width: 600px;
margin-top: -60px;
}

/**/

video {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background-size: cover;
transition: 1s opacity;
object-fit: cover;
z-index: -1;
}

#toggle-video {
position: absolute;
top: 125px;
right: 15px;
background: none;
border: 0;
}



.send{
background-color: var(--site1);
width: 100%;
max-width: 1500px;
margin-inline: auto;
padding-inline:5rem;
border-radius: 0 0 2.2rem 2.2rem;
padding-block:4px;
}
.send form{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.send h2{
margin-bottom: 0;
border-radius: 100vw;
background-color:#fff;
color: var(--site3);
font-size: 1.2rem;
padding:3px 0.5rem;
display: flex;
align-items: center;
margin-left: 20px;
}
.send form > div{
flex:1;
}
.send form input:not([type="checkbox"]){
border-radius: 100vw;
color:#fff;
width: 100%;
max-width: 240px;
background-color: transparent;
outline: none;
border:2px solid;
display: flex;
align-items: center;
padding-block: 3px;
}
.send form input[type="checkbox"]{
margin-inline: 5px;
}
.send input::placeholder {
font-weight: 600;
color: #fff;
}
.send small{
color:#fff;
font-size: 1rem;
max-width: 120px;
text-align: center;
line-height: 1.1;
}   
.send label[for="confirm"]{
display:flex;
align-items: center;
flex-direction: column;
}
.send button{
margin-right: 20px;
border-radius: 100vw;
background-color: var(--lightgreen);
color:#005c65;
padding: 3px 0.5rem;
min-width: 100px;
border:2px solid #fff;
font-weight: 800;
font-size: 1.1rem;
transition: all 0.2s ease-in;
}

.send button:hover {
transform: scale(1.1);
}
.services-slick {
padding: 0.5rem 0rem 1rem;
margin:1rem 0;
}
.services-slick .slick-slide div > div{
position: relative;
}
.services-slick .slick-slide .bg{
position: absolute;
inset: 0;
margin: auto;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 20px 18px;
background-size: 170px;
filter: invert(48%) sepia(13%) saturate(3207%) brightness(1000%) contrast(80%);

}

.services-slick .slick-slide:nth-child(8n+1) .bg{
filter:hue-rotate(140deg);
}
.services-slick .slick-slide:nth-child(8n+2) .bg{
filter:hue-rotate(360deg);
}
.services-slick .slick-slide:nth-child(8n+3) .bg{
filter: hue-rotate(320deg);
}
.services-slick .slick-slide:nth-child(8n+4) .bg{
filter:hue-rotate(340deg);
}
.services-slick .slick-slide:nth-child(8n+5) .bg{
filter:hue-rotate(280deg);
}
.services-slick .slick-slide:nth-child(8n+6) .bg{
filter:hue-rotate(120deg);
}
.services-slick .slick-slide:nth-child(8n+7) .bg{
filter: hue-rotate(180deg);
}
.services-slick .slick-slide:nth-child(8n+8) .bg{
filter:hue-rotate(120deg);
}
.services-slick .slick-slide{
position: relative;
}
.services-slick .slick-arrow{
width: 25px;z-index: 5;
}
.service {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: transparent;
margin: 0;
padding: 0.5rem;
position: relative;
z-index: 2;
min-height: 150px;
}

.service:hover {
transform: scale(1.1);
}

.service .icon img {
display: block;
margin: 0 auto;
margin-bottom:0;
height: 45px;
}
.service figcaption{
font-weight: 600;
font-size: 1.12rem;
color:var(--text);
}

/* Articles */

.articles {
padding: 3rem 2rem;
}
.articles h2 {
font-weight: bold;
margin-bottom: 2rem;
}
.articles article {
display: block;
height: 100%;
}
.articles .row > div {
margin-bottom: 30px;
}
.article {
display: block;
background: #fff;
color: #000;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
position: relative;
height: 100%;
}
.article img {
display: block;
width: 100%;
}
.article .info {
padding: 1rem;
}
.article h3 {
font-weight: bold;
}
.article .date {
padding-bottom: 56.25%;
position: relative;
background: rgb(87, 129, 207);
background: linear-gradient(45deg, rgb(77, 131, 246) 0%, rgb(132, 146, 183) 50%, rgb(88, 109, 215) 100%);
}
.article .date > div {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);

font-size: 3rem;
color: #fff;
text-align: center;
font-weight: bold;
}
.article .date > div > span:nth-child(2) {
font-size: 1.5rem;
display: block;
}
.read-more {
background: #fff;
display: inline-block;
padding: .25rem .75rem;
font-weight: bold;
color: inherit;
border: 1px solid #ddd;
}

/**/

.events {
background-color: #fff;
}

.ribbon-date {
position: absolute;
top: 0;
left: 15px;
background: #fff;
color: #000;
padding: .5rem 1rem;
}
.ribbon-date span {
display: block;
}
.ribbon-date span:nth-child(1) {
font-weight: bold;
font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
padding: 0.5rem 0;
margin-inline:1rem;
background: var(--green2);
border-radius: 100vw;
}

.news .content {
position: relative;
}

.news .buttons {
position: absolute;
top: 1.9rem;
left: 1.9rem;
}

.news a {
color: #000;
display: block;
}



.news h2 {
background: var(--green2);
color: #fff;
font-size: 1.2rem;
font-weight: bold;
position: absolute;
top: 0;
right: 0;
padding: .219rem .75rem;
margin: 0;
border-radius: 2rem;
z-index: 5;
border:1px solid #fff;
border-radius: 50vw;
}
.news h2:hover {
background-color: var(--green2);
}

.news h2:hover a {
color: var(--text);
}
.news h2 a {
color: #fff;
}


.bn-news ul li a {
font-size: 1.2rem;
line-height: 1.2rem;
padding: .36rem 0;
color: #fff;
}

.bn-news ul li a:hover {
color: #000;
}

.bn-effect-scroll .bn-news ul li {
padding: 0 1rem;
}

.news .date {
font-weight: bold;
}

.news .date:after {
content: ' | ';
margin: 0 10px;
}

.news-toggle {
width: 26px;
height: 26px;
border: 1px solid #fff;
border-radius: 50%;
background: #111;
color: #fff;
background: none;
font-size: 14px;
}

.bn-controls {
left: 0;
right: auto;
}

.bn-controls button {
border: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--green2);
color: #fff;
padding: 0;
margin-right: 5px;
border:1px solid #fff;
}

.bn-arrow {
top: -1px;
}

.bn-pause::before, .bn-pause::after {
background-color: #fff;
}
.bn-play::after {
border-left-color: #fff;
}

.bn-controls button:hover {
background-color: #111;
color: #fff;
box-shadow: none;
}



/* Fast Nav */

.fast-navigation {
padding: 1rem 0;
border-radius: 0 0 2rem 2rem;
color: #fff;
width: fit-content;
margin: 0 auto;
}

.fast-navigation:after {
clear: both;
display: block;
content: '';
}


.fast-navigation label {
background: var(--site1);
border-radius: 0 2rem 2rem 0;
padding: 5px 10px;
border: 0;
margin: 0;
}

.fast-navigation select {
background: #fff;
border: 0;
border-radius: 0;
padding: 5px 10px;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

.fast-navigation button {
background: var(--site1);
border: 0;
border-radius: 2rem 0 0 2rem;
padding: 5px 10px;
color: #fff;
font-weight: bold;
}

.side-banners a {
background-color: #fff;
display: block;
padding: 1rem;
margin: 1rem 0;
}
.dialog .exitout{
padding-top: 0;
position: absolute;
bottom: 0.5rem;
width: 50px;
height:50px;
background-color: var(--site2B);
color:#fff;
border:3px solid #fff;
border-radius: 75px;
right: 0;
z-index: 2;
opacity: 0;
font-size: 1.8rem;
display: grid;
transition: all 0.2s ease-in-out;
place-content: center;
}
.dialog.open .exitout{
opacity: 1;
}
.dialog.open .circ:hover {
transform: none;
}
.dialog .exitout i{
pointer-events: none;
}
.dialog .exitout:hover {
transform: scale(1.1);
}
.dialog{
position: absolute;
right: 32.5%;
z-index: 9;
top:-40px;
width: 100%;
max-width: 650px;
display: flex;
height: 200px;
}
.dialog .col{
flex-basis: auto;
}
.dialog .circ{
background-color: #fff;
border-radius: 150px;
border:10px solid var(--site5);
height: 200px;
width: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 1;
font-weight: 600;
transition: all 0.2s ease-in-out;
}

.dialog .circ:hover {
transform: scale(1.05);
}
.dialog .circ span{
font-size: 1.2rem;
text-align: center;
max-width: 75%;
margin:0 auto;
line-height: 1.3;
}
.dialog .circ.active{
background-color: var(--site2B);
}
.dialog .circ.active span{
color:#fff;
}
.searching{
background-color: #fff;
height: 100%;
width: 100%;
max-width: 450px;
border:5px solid var(--site5);
border-radius: 150px 0 0 150px;
position: relative;
right: -150px;
display: flex;
justify-content: flex-start;
padding-right: 82px;
z-index: 0;
transition: all 0.2s ease-in-out;
opacity: 0;
}
.searching.active{
opacity: 1;
right: -95px;
}
.searching form{
width: 295px;
display: flex;
flex-wrap: wrap;
margin:auto;
inset:0;
justify-content: space-between;
}
.searching select{
border-radius: 75px;
width: 135px;
margin-bottom: 1.1rem;
border:none;
background-color: #ddd;
}
.searching label:not(.sr-only){
display: flex;
position: relative;
}
.searching input[type="text"]{
flex:1;
border-radius: 75px;
background-color: #ddd;
border:none;
line-height: 1.8;
}
.searching label[for="freetext"]{
flex:1;
}
.searching input+button{
position: absolute;
top: 0;
left: 0;
border-radius: 75px;
width: 67px;
height: 100%;
color: #fff;
background-color: var(--site2B);
border: 0;
transition: all 0.2s ease-in;
}
.searching input + button:hover {
transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 6px;
}
/**************************************************************/
html[lang="fr"],
html[lang="en"] {
    .service figcaption {
        width: 95%;
        margin: auto;
        font-size: 1rem;
        line-height: 1.1;
    }

    .send form input:not([type="checkbox"]) {
        text-align: left;
    }

    .cover-slick h2 {
        max-width: 640px;
    }
}
@media (min-width: 992px) {
.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
float: right;
display: block;
}
.services {
position: relative;
width: 100%;
}
.bn-news {
padding-right: 100px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
float: right;
display: block;
}
.side-banners {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.side-banners.side-banners-right {
right: 0;
}
.side-banners.side-banners-left {
left: 0;
}
.cover {
height: 100vh;
height: auto;
}
.news a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}


@media (max-width:1440px){
.dots1{
right: -2.5%;
}
.dots3{
z-index: 0;
}
}
@media (min-width:1000px) and (max-width:1550px){
.cover{
min-height: 550px;
}
.cover .container-fluid > .row{
height: 425px;
}
.cover-slick div{
height: 300px;
}
.services-slick{
margin:0;
}
.service {
margin:0;
}
}

@media (min-width:1799px) {
.services-slick .slick-slide .bg {
background-size: 160px;
background-position: 12px 17px;
}
}

@media (min-width:1651px) and (max-width:1798px) {
.services-slick .slick-slide .bg {
        background-size: 160px;
        background-position: 35px 17px;
    }
}

@media (min-width:1441px) and (max-width:1650px) {
.services-slick .slick-slide .bg {
        background-size: 160px;
        background-position: 35px 17px;
    }
}

@media (min-width:1200px) and (max-width:1440px) {
.services-slick .slick-slide .bg {
        background-size: 160px;
        background-position: 20px 17px;
    }
}

@media (min-width:1101px) and (max-width:1199px) {
.services-slick .slick-slide .bg {
        background-size: 160px;
        background-position: 35px 10px;
    }
}

@media (min-width:991px) and (max-width:1100px) {
.services-slick .slick-slide .bg {
        background-size: 160px;
        background-position: 25px 10px;
    }
}
@media (max-width: 991px) {
.send{
padding-block: 25px;
padding-inline: 1rem;
}
.send h2 {
margin-left: 0;
}
.send form{
max-width: 50%;
margin: auto;
}
.send form > div{
flex: 1;flex-grow: 1;width: 49%;
}
.send form input:not([type="checkbox"]){
max-width: 100%;
}
.aside{
display: none;
}
.send form{
flex-direction: column;
gap:10px 
}
.cover {
padding: 15px 0;
padding-top: 125px; /* header height + padding */
padding-top: 0;
}
.centered {
text-align: center;
}
.centered-banner img {
max-width: 100%;
}
.news{
margin-inline:0;
border-radius: 0;
}
.news h2 {
display: none;
}
.bn-direction-rtl .bn-controls{
display: none;
}
.news .bn-news{
left:2px !important;
}
.cover .toggle-slick {
display: none;
}
video, #toggle-video {
display: none;
}

.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
display: block;
border-radius: 2rem;
width: 100%;
}

.fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
display: block;
border-radius: 2rem;
}

.fast-navigation .smart-nav-sub > select {
width: 100%;
margin: .5rem 0;
}

.smart-nav-submit {
margin: 0 auto;
}

.cal{
margin:auto;
max-width: unset;
}
.cover .container-fluid > .row{
height: auto;
flex-direction: column-reverse;
}
.cover-slick div{
border-radius: 2.2rem;
}
.cover-slick{position: relative;}
.cover .row > div:first-of-type:not(.link){
padding-top: 0;
margin-top: -3.5rem;
}
.dots1, .dots2, .dots3{
display: none;
}
main#content{
margin-top: 70px;
overflow-x: clip;
}
.cover-slick h2{
left: auto;
}
.dialog .col{
flex-grow: 0;
}
.dialog .circ{
border-width: 2px;
border-radius: 50px 0 0 50px;
width: 95px;
height: 135px;
padding-inline:8px;
}
.dialog .circ img{
display: none;
}
.dialog .circ span{
max-width: 90%;
text-align: right;
font-size: 1.1rem;
color:var(--site1);
}
.dialog{
right: 0;
max-width: 32vw;
}

.dialog .exitout{
transform: none;
bottom:-25px;
right:35px;
}
.dialog .exitout:hover {
transform: translateX(50%);
}

.floatbtn {
left: 0;
}
.searching{
right:-100%;
padding-right: 59px;
position: fixed;
height: 200px;
}
.searching.active{
right: -68px;
z-index: 1;
}
.cover-slick div{
height: 320px;
}
.cover .row > div:first-of-type{
    margin-top:2rem;
padding-top: 2.5rem;
max-width: 100%;
flex: 0 0 100%;
z-index:0;
}
.cal .calc{
display: none;
}
.cal::before{
z-index: -1;
border-radius: 0;
height: 130px;
}
.cal .month{
display: none;
}
.cal::after{
content: none;
}
.cover .row > div:first-of-type:not(.link){
margin-top: -0.8rem;
}
.dialog .circ{
height: 105px;
}
.slick-slide .bg{
display: none;
}
}
@media (max-width:700px){
.aside{
top:105px;
}
.cover-slick a{
margin: auto;
font-size: 2rem;
width: 82%;
position: relative;
display:block;
}
.cal .month{
justify-content: center;
}
.searching.active{
right: 0;
padding-right: unset;
}
.searching{
position: absolute;
height:40vh;
border-radius: 0;
border:2px solid var(--site5);
}
.dialog .exitout{
bottom: auto;
right: 50%;
transform: translateX(50%);
top: 20px;
}
.service figcaption{
line-height: 1.2;
margin: auto;
width: min-content;
}
.searching select,
.searching input[type="text"]{
padding:10px;
}
}

@media (max-width:500px){
.send form > div{
width: 100%;
}
.send{
border-radius: 0;
}
.send form{
max-width: 90%;
margin: auto;
}
}

