/* kanit-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/kanit-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* kanit-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kanit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* kanit-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/kanit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* kanit-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/kanit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* kanit-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kanit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* kanit-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/kanit-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /*  */
  /* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Orelega One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/orelega-one-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* css reset */
html {
    overflow-x: hidden;
}

body,
html {
    scroll-behavior: smooth;
}
body{
    overflow: hidden;
}
*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

p,
figure {
    margin: 0;
}

html,
sup,
figure {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    font-weight: 500;
    line-height: 1.2;
}

form,
img,
label,
legend,
li,
ol,
p,
small,
sub,
ul {
    border: 0;
    line-height: inherit;
    text-align: inherit;
}

sup {
    line-height: inherit;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
sup,
th {
    text-align: inherit;
    margin: 0;
}

button {
    border-radius: 0;
}

th {
    border: 0;
    line-height: inherit;
    text-align: -webkit-match-parent;
}

a {
    transition: color 0.3s ease;

    &,
    &:active,
    &:visited {
        text-decoration: none;
        outline: 0;
        color: currentColor;
    }
}

strong {
    font-weight: 500;
}

b {
    font-weight: 500;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

caption {
    color: currentColor;
    text-align: left;
    caption-side: bottom;
}

label {
    display: inline-block;
}

button:focus:not(:focus-visible),
.tns-controls {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    line-height: inherit;
    appearance: none;
    outline: 0;
    border: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

sup {
    font-size: 8px;
}

img,
video {
    user-select: none;
    border-style: none;
    max-width: 100%;
    font-size: 0;
    height: auto;
    display: block;
}

ul,
ol {
    list-style: none;
}

/* style */
  body{
   font-family:'Kanit';
   font-size: 14px ;
   background-color: #F6F6F6;
  }
/* header */
  header .container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: right;
    color: #fff;
    background: linear-gradient(90deg, rgba(20,74,127,1) 0%, rgba(20,74,127,1) 35%, rgba(0,212,255,0) 79%); 
  }
  header .container::after{
    content: "";
    width: 54px;
    display: block;
    height: 93px;
    position: absolute;
    background-image: url(/images/flach.png);
    left: 85px;
    bottom: -42px;
  }
  header .container::before{
    content: "";
    width: 218px;
    height: 80px;
    display: block;
    position: absolute;
    background-image: url(/images/l-points.png);
    left: 252px;
    top: 0px;
  }

  header .container .img-intro::before{
    content: "";
    width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    background-image: url(/images/points.png);
    right: 41px;
    bottom: 39px;
  }
  header .container .img-intro::after{
    content: "";
    width: 88px;
    height: 203px;
    display: block;
    position: absolute;
    background-image: url(/images/s-points.png);
    right: -4px;
    top: 24%;
  }

  header .text-intro .s-title{
    font-size: 24px;
    font-weight: 700;
  }

  header .text-intro .m-title, .text-intro .l-title{
    text-transform: uppercase;
    font-weight: 800;
    line-height: 52px; 
  }

  header .text-intro .l-title {
    color: #8FD05A;
    font-size: 46px;
  }

  header .text-intro .m-title{
    font-size: 36px;
    margin-bottom: 24px;
  }

  header .text-intro{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 121px;
    z-index: 0;
  }

  header .img-intro{
    position: relative;
    z-index: -1;
  }

  header  .button,.form .button{
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 33px;
    border-radius: 100px;
    cursor: pointer;
    color: #144A7F;
    background: #FFF;
    transition: all 0.3s ease-in-out;
  }

  header .button:hover{
   background-color: #8FD05A;

  }


  header  .button.tel {
   background-color: #8FD05A;
   font-size: 24px;
   padding: 7px 25px;
   margin-left: 4px;
  }

  header  .button.tel svg{
    color: #fff;
  }

  header .button.tel:hover{
    background-color:#fff ;
 
}
  header .button.tel:hover svg{
    color: #144A7F;
}
  header  .button.tel svg {
    vertical-align: -4px;
    margin-right: 2px;
    transition: all 0.3s ease-in-out;

  }
@media (max-width: 992px) {
    header .text-intro{
        left: 13px;
    }
    header .container::before {
        left: 19px;
        top: -17px;
        scale: 0.6;
    }
    header .container .img-intro::after {
        display: none;
    }
    header .container .img-intro::before {
        right: 6px;
        bottom: 15px;
        scale: 0.8;
    }
    header .container::after {
        right: 36px;
        bottom: 36px;
        left: unset;
        scale: 0.8;
        display: none;
    }
}

@media (max-width:767px) {
    header .text-intro .l-title,header .text-intro .m-title {
        font-size: 29px;
        line-height: 36px;
    }
    header .img-intro img{
        min-height: 458px;
        object-fit: cover;
    }
     
}

@media (max-width:487px) {
    header  .contact {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
    header  .contact .button{
        max-width: 199px;
        padding: 12px 31px;
    }
    header  .contact .button.tel{
        padding: 7px 16px;
        max-width: 241PX;
    }
}
  /* section service */

@media (min-width: 993px) {
    .section-service .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        max-width: 1045px;
        width: calc(100% - 20px);
        margin: 0 auto;
        transform: translateY(-36px);
    }
}

@media (max-width: 992px) {
    .section-service {
        width: calc(100% - 47px);
        margin: 0 auto;
        transform: translateY(-36px);
    }
    .section-service .container{
        display: flex;
        gap: 23px;
      
    }
    .section-service .feature-box{
        box-shadow: none;
    }
    .tns-outer{
        position: relative;
    }
    .tns-controls {
        position: absolute;
        z-index: 2;
        bottom: -18px;
        background-color: #fff;
        padding-right: 0px;
        padding-left: 0px;
        top: 41%;
        width: calc(100% + 1rem);
        display: flex;
        justify-content: space-between;
        top: 50%;
        height: 0;
        margin-left: 0rem;
   }
    .tns-controls button[data-controls="prev"], .tns-controls button[data-controls="next"] {
        width: 45px;
        cursor: pointer;
        height: 45px;
        border: 1px solid transparent;
        background-color: transparent;
        color: transparent;
        position: relative;
   }
    .tns-controls button[data-controls="prev"]::before, .tns-controls button[data-controls="next"]::before {
        content: '';
        position: absolute;
        display: block;
        width: 45px;
        height: 45px;
        top: 0px;
        right: 0px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='none' viewBox='0 0 45 45'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%238FD05A' d='M33.02 44.64a1.496 1.496 0 0 0 1.055-2.549L14.221 22.236 33.785 2.672c.58-.58.58-1.53 0-2.11-.58-.58-1.53-.58-2.11 0l-20.627 20.62c-.58.58-.58 1.529 0 2.109l20.91 20.91c.298.298.676.439 1.063.439Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M0 45V0h45v45z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
   }
   
    .tns-controls button[data-controls="next"]::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' fill='none' viewBox='0 0 45 45'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%238FD05A' d='M11.98.36a1.496 1.496 0 0 0-1.055 2.549l19.854 19.855-19.564 19.564c-.58.58-.58 1.53 0 2.11.58.58 1.53.58 2.11 0l20.627-20.62c.58-.58.58-1.529 0-2.109L13.042.799A1.482 1.482 0 0 0 11.98.36Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M45 0v45H0V0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
   }
   
    
    
}


.feature-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 31px 24px 20px;
    text-align: center;
   
}

.feature-box.rapports .title{
    margin-top: 14px;
}

.feature-box.compatibilite .title{
    margin-top: 12px;
}

.feature-box.confort .title{
    margin-top: 12px;
}
.feature-box .title{
    color: #144A7F;
    font-size: 20px;
    line-height: 22px; 
    margin-bottom: 4px;
    font-weight: 700;
}

.feature-box .dis{
    color: #627A92;
    font-family: "Open Sans";
    font-weight: 600;
}
@media (max-width: 768px) {
    .section-service {
        transform: translateY(-22px);
    }
    .tns-controls {
        width: calc(100% + 22px);
        margin-left: -9px;
    }
}

/* section kquote */
.section-kquote,.section-img{
    max-width: 1045px;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-top: 24px;
    
}
@media (max-width: 768px) {
    .section-kquote{
        margin-top: 2px;
    }
}
.section-kquote p{
    color: #8FD05A;
    text-align: center;
    font-family: Kanit;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}
.section-kquote p b{
    font-family: "Orelega One";
    font-size: 64px;
   
    position: relative;
    left: -6px;
    color: #144A7F;
    top: 20px;
}

/* section image */
.section-img{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 98px;
  max-width: 998px;
  width: calc(100% - 47px);
 
}
.section-img .img-1,.img-2{
    position: relative;
}
.section-img .img-1::after,.img-1::before{
   content: "";
   width: 54px;
   display: block;
   height: 93px;
   position: absolute;
   background-image: url(/images/flach.png);
   right: 0;
   bottom: -42px;

}
.section-img .img-1::before{
    left: -49px;
    bottom: 79px;
    width: 102px;
    height: 108px;
    background-image: url(/images/paper.png);
}
.section-img .img-2::after, .section-img .img-2::before{
    display: block;
    content: '';
    position: absolute;
    width: 125px;
    height: 127px;
    right: -103px;
    bottom: 0px;
    background-image: url(/images/paper2.png);
}
.section-img .img-2::before{
    width: 461px;
    height: 461px;
    right: -343px;
    bottom: -306px;
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='461' height='461' fill='none' viewBox='0 0 461 461'%3e%3ccircle cx='230.5' cy='230.5' r='230.5' fill='%23fff'/%3e%3c/svg%3e ");
}
.section-img img{
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
    .section-img {
        gap: 14px;
        margin-bottom: 45px;
    }
    .section-img .img-2::before {
        display: none;
    }
    .section-img .img-1::before {
        scale: 0.5;
    }
    .section-img .img-2::after {    
        right: -50px;
        scale: 0.5;
    }
}

@media (max-width: 512px) {
    .section-img {
        flex-wrap: wrap;
        width: calc(100% - 35px);
        }
        .section-img .img-1::before {
         bottom: -10px;
         left: -33px;
        }
         .section-img .img-1::after {
         top: -22px;
         scale: 0.6;
         }
        .section-img .img-2::after {
         bottom: -35px;
        }
}

/* section bandou */
.section-bandou{
    position: relative;
    background-color: #144A7F;
 }

.section-bandou .container{
    max-width: 1123px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding: 60px 12px 94px 12px;
    position: relative;
}

@media (max-width: 992px) {
    .section-bandou .container{
        padding: 60px 12px 48px 12px;
    }
  
}
.section-bandou img {
    position: absolute;
    z-index: 0;
    height: 100vh;
    max-height: 311px;
    width: 100vw;
    opacity: 0.1;
    object-fit: cover;
}

.section-bandou .container .title{
    color: #8FD05A;
    font-family: Kanit;
    font-size: 32px;
    font-weight: 700;
    line-height: 76px;
    text-transform: uppercase;
}

.section-bandou .container .dis{
    color: #FFF;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 992px) {
    .section-bandou .container .title{
      line-height: 100%;
    }
    .section-bandou .container .dis {
        font-size: 16px;
        margin-top: 6px;
    }
    
 }
 
 @media (max-width: 360px) {
    .section-bandou .container .title {
        font-size: 27px;
    }
    .section-bandou .container {
        padding: 43px 12px 55px 12px;
    }
 }
/* block-spacer */

.block-spacer {
    margin-top: 78px;
}
.block-spacer .container {
    max-width: 1160px;
    margin: 0 auto;
}
.block-spacer .container .image-section{
    position: relative;
}
.block-spacer .container .image-section::before{
    content: "";
    width: 54px;
    display: block;
    height: 93px;
    position: absolute;
    background-image: url(/images/flach.png);
    right: -39px;
    bottom: 161px;
}

.block-spacer .image-section img {
    max-width: 100%;
    height: auto;  
}

.block-spacer .text-section {
    display: flex;
    justify-content: center;
    gap: 41px;
    transform: translateY(-84px);
}

.block-spacer .text-box {
    background-color: white;
    border-radius: 10px;
    padding: 29px;
    width: 46%;
    text-align: center;
}
.block-spacer .text-box .title {
    color: #8FD05A;
    font-family: Kanit;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.block-spacer .text-box p {
    color: #627A92;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    padding-inline: 6px;
}

.block-spacer .text-box.left::before,.block-spacer .text-box.right::before{
    display: block;
    content: '';
    position: absolute;
    width: 102px;
    height: 108px;
    top: -44px;
    background-image: url(/images/paper.png);
    background-repeat: no-repeat;
  
}

.block-spacer .text-box.left::before{
    left: -55px;
  
}

.block-spacer .text-box.right::before{
    background-image: url(/images/paper3.png);
    right: -131px;
    width: 182px;
    height: 148px;
    top: -20px;
}

@media (max-width: 767px) {
    .block-spacer {
    margin-top: 35px;
    }
    .block-spacer .text-box{
        width: 100%;
        width: calc(100% - 48px);
        padding: 21px 7PX;
    }
    .block-spacer .text-box p {
        font-size: 16px;
    }
    .block-spacer .text-box.left::before {
        scale: 0.4;
        left: -1px;
        top: -62px;
    }
    .block-spacer .text-box.right::before {
        right: -35px;
        top: -96px;
        scale: 0.5;
    }
    .block-spacer .text-section{
      flex-wrap: wrap;
      transform: translateY(-21px);
      gap: 19px;
    }
    .block-spacer .container .image-section::before {
      scale: 0.6;
      right: 11px;
      bottom: 118px;
    }
}
/* form */


.form{
    max-width: 1097px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 54px;
    /* background-color: #fff; */
}

.form .title{
    text-align: center;
    color: #144A7F;
    font-family: Kanit;
    font-size: 40px;
    font-weight: 700;
    line-height: 76px; /* 190% */
    text-transform: uppercase;

}

.form .dis{
    color: #627A92;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 735px;
    margin-bottom: 37px;
}

form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
form  .body{
    display: flex;
    background-color: #fff;
    flex-wrap: inherit;
    padding: 29px 103px 30px 103px;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 16px;
}
.form-left{
    padding-right: 76px;
}

.body .intro{
  margin: 0 auto;
}

.champs-obliga p{
    color: #627A92;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
}

.form-left, .form-right {
   
    padding: 24px 14px;
    max-width: 449px;
    width: 100%;
}
.form-left{
    max-width: 354px;
}

.form-right{
    padding: 19px 50px;
    border-radius: 10px;
    background: #FFF;
    padding-bottom: 41px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
   
}


input, select {
    width: 100%;
    padding: 11px 0px;
    border-bottom: 1px solid #D9D9D9;
    color: #627A92;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    cursor: pointer;
}
::placeholder{
    color: #627A92;
    opacity: 1;
}

.form-submit{
  width: 100%;
  text-align: center;
}

.form-submit .submit{
    color: #8FD05A;
    font-family: Kanit;
    font-size: 24px;
    background: #144A7F;
    font-weight: 700;
    padding: 11px 71px;
    transition: all 0.3s ease-in-out;
}

.form-submit .submit:hover{
    background: #8FD05A;
    color: #144A7F;
}


.col-3{ 
    position: relative; 
}


.iti--inline-dropdown{
 width: 100%;
}

/* .iti__arrow::before{
 content: '';
 display: block;
 width: 20px;
 height: 20px;
 background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_27_48)'%3e%3cpath d='M17.42 2.45199L18.48 3.51299L12.703 9.29199C12.6104 9.38514 12.5004 9.45907 12.3791 9.50952C12.2579 9.55997 12.1278 9.58594 11.9965 9.58594C11.8652 9.58594 11.7351 9.55997 11.6139 9.50952C11.4926 9.45907 11.3826 9.38514 11.29 9.29199L5.51 3.51299L6.57 2.45299L11.995 7.87699L17.42 2.45199Z' fill='%238FD05A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_27_48'%3e%3crect width='12' height='24' fill='white' transform='translate(24) rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
 background-repeat: no-repeat;
 right: 38px;
 position: absolute;
 top: 16px;
  background-color: #fff;
} */

#phone{
    padding-top: 12px;
}

#phone::placeholder{
   opacity: 0;
}
option {
    font-family: "Open Sans",sans-serif;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.iti__selected-dial-code{
    color: #627A92;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
}

.iti{
    width: 100%;
}
.col-3.dropdown::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_9_100)'%3e%3cpath d='M17.42 2.45199L18.48 3.51299L12.703 9.29199C12.6104 9.38514 12.5004 9.45907 12.3791 9.50952C12.2579 9.55997 12.1278 9.58594 11.9965 9.58594C11.8652 9.58594 11.7351 9.55997 11.6139 9.50952C11.4926 9.45907 11.3826 9.38514 11.29 9.29199L5.51 3.51299L6.57 2.45299L11.995 7.87699L17.42 2.45199Z' fill='%238FD05A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_9_100'%3e%3crect width='12' height='24' fill='white' transform='translate(24) rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    height: 12px;
    right: 6px;
    top: 17px;
    width: 24px;
    display: block;
    position: absolute;
}

.form-right .col-3:not(:last-child),.form-left .col-3:not(:last-child){
    margin-bottom: 50px;
}

.effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}
.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #627A92; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

@media (max-width: 768px) {
    form {
        flex-direction: column;
        width: calc(100% - 50px);
        margin: 0 auto;
    }

    .form-left, .form-right {
        width: 100%;
    }
}
.form-right {
    width: calc(100% - 17px);
    /* margin: 0 auto; */
    margin-top: 12px;
}

@media (max-width: 1073px) {
    .form-left, .form-right {
        max-width: 100% ;
       
    }
    .champs-obliga {
        margin-left: 95px;
    }
}
@media (max-width: 767px) {
    .form {
        margin-bottom: 32px;
    }
    .form .title{
        font-size: 32px;
        line-height: 56px;
        margin-top: 12px;
    }
    .form .dis{
        font-size: 15px;
        margin-bottom: 8px;
        padding-inline: 9px;
    }

    form  .body{
        padding: 0px 9px 30px 12px;
    }
    .form-left{
        padding-right: 11px;
    }
    .form-right {
        padding: 19px 17px;
        padding-bottom: 42px;
        margin: auto;
    }
    .champs-obliga {
        margin-left: 0px;
    }
    .form-submit{
        margin-top: 11px;
    }
    .form-left .col-3:not(:last-child){
        margin-bottom: 20px;
    }
    .form-right .col-3:not(:last-child){
        margin-bottom: 37px;
    }
}


/* footer */
footer{
    background-color: #8FD05A;
}

footer .container{
    color: #FFF;
    max-width: 1083px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: "Open Sans";
    font-weight: 700;
    padding: 34px 0px;
}

footer .container p{
    font-size: 14px;
}

footer .container ul{
    display: flex;
    gap: 23px;
    font-size: 16px;
}
footer .container ul li span{
    position: relative;
    cursor: pointer;
}
footer .container ul li span.mentions::before{
    content: 'I';
    width: 5px;
    height: 12px;
    display: block;
    position: absolute;
    right: -14px;
    top: 1px;
}
footer .container ul li span::after {
    background-color: #fff;
    border-radius: 3px;
    bottom: -1px;
    content: "";
    height: 2px;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease-in-out;
    width: 100%;
    width: calc(100% - 5px);
}
footer .container ul li span:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {
    footer .container{
        flex-direction: column;
        align-items: center;
        padding: 22px 0px;
        gap: 5px;
    }
}


/* Modal container */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    
}

/* Modal content */
.modal-content {
    position: relative;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    max-width: 1132px;
    margin: 7% auto;
}
.modal-content  .title-l,.modal-content  .title-m,.modal-content  .title-s{
    display: block;
    color: #8FD05A;
    font-family: Kanit;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}
.modal-content  .title-m{
    color: #144A7F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
}
.modal-content  .title-s{
    color: #627A92;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 600;
   
}
.modal-content p {
    color: #627A92;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 600;
  
}
/* Responsive Styles */
@media (max-width: 992px) {
    .modal-content {
        padding: 20px;
        margin: 5% auto;
        max-width: 90%;
    }

    .modal-content .title-l {
        font-size: 24px;
        line-height: 32px;
    }

    .modal-content .title-m {
        font-size: 18px;
        margin-top: 8px;
    }

    .modal-content .title-s {
        font-size: 14px;
    }

    .modal-content p {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 15px;
        margin: 2% auto;
        max-width: 95%;
    }

    .modal-content .title-l {
        font-size: 20px;
        line-height: 28px;
    }

    .modal-content .title-m {
        font-size: 16px;
        margin-top: 6px;
    }

    .modal-content .title-s {
        font-size: 12px;
    }

    .modal-content p {
        font-size: 11px;
        margin-bottom: 10px;
    }
}
/* Close button (X) */
.close {
    position: absolute;
    right: 21px;
    top: 23px;
}
.confirmationMessage p,.confirmationMessageerror{
    text-align: center;
    font-size: 16px;
    margin-top: 21px;
    color: #8FD05A;
    font-family: Kanit;
}
.confirmationMessageerror{
    color: #8FD05A;
}
.close:hover,
.close:focus {
    color: black;
    cursor: pointer;
}
.iti__search-input {
 
    padding-left: 12px;
  }
  
.icon-whatsapp {
    max-width: 1700px;
    width: calc(100% - 16px);
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25em;
    display: block;
  }
.icon-whatsapp a{
    display: flex;
    flex-direction: column;
    color: #144A7F;
    font-family: Kanit;
    font-size: 24px;
    font-weight: 600;
    z-index: 10000;
    bottom: 93px;
    position: fixed !important;
}

.icon-whatsapp a:hover{
  color: #8FD05A;
}


.icon-whatsapp a svg{
  color: #8FD05A;
}

.icon-whatsapp a svg{
    margin: auto;
}
.img-bloc{
    position: absolute;
    bottom: 56px;
    right: 199px;
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.cee-image{
    max-height: 112px;
    width: 100%;
}
.img-bloc img{
    max-width: 150px;
}
@media (max-width: 992px){
    .img-bloc{
        right: 10px;
        flex-direction: column;
        z-index: -1;
    }
    .img-bloc img{
        width: 100%;
        max-width: 124px;
      
    }
}
@media (max-width: 992px){
    .icon-whatsapp {
        display: none;
    }
}