@charset "UTF-8";


@font-face {
    font-family: sfblack;
    src: url("font/SFUIDisplay-Black.otf") format("opentype");
}

@font-face {
    font-family: sfheavy;
    src: url("font/SFUIDisplay-Heavy.otf") format("opentype");
}

@font-face {
    font-family: sfbold;
    src: url("font/SFUIDisplay-Bold.ttf") format("opentype");
}

@font-face {
    font-family: sfsemibold;
    src: url("font/SFUIDisplay-Semibold.otf") format("opentype");
}

@font-face {
    font-family: sfmedium;
    src: url("font/SFUIDisplay-Medium.otf") format("opentype");
}


@font-face {
    font-family: sfregular;
    src: url("font/SFUIDisplay-Regular.otf") format("opentype");
}




* {
  box-sizing: border-box;
}

body {
	font-family: sfregular;
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
}


a, a span {text-decoration: none;cursor: pointer;}

a:hover, a:hover span {text-decoration: none;cursor: pointer;}


main {
	background-color: #ffffff;
	max-width:1400px;
	margin: 0 auto;
	padding: 0px;
}


header {
	margin: 0 auto;
}


header .logo {
	height: 35px;
    width: auto;
}



.hide-on-small-devices {display:none}


.dark {background-color: #000000}


.orange {background-color: #FF9300}


.light {background-color: #f7f7f7}





.grecaptcha-badge {display:none !important}

h1 {
	font-family: sfsemibold;
    font-size: 1.8em;
	margin: 15px 0px 20px 0px;
	line-height: 1.10em;
}

.col-text {
    container-type: inline-size;
}

.col-text h1, .section-header h1 {
    color:#000000;
    font-size: 9.2cqw;
}


h2 {
    font-family: sfmedium;
    font-size: 1em;
    margin: 0px;

}

.col-text h2, .section-header h2 {
	color:#1A5CDE;
}


h3 {
    font-size: 1.1em;
    margin: 0px;
    line-height: 1.42em;
}

.col-text h3 {
	color:#7c7c7c;
}


.row-2 div img, .row-1 img {
  width:100%;
  border-radius: 6px;
}






.col-img {    
	width:100%;
    justify-content: center;
}


.row-1, .row-2, .row-3 {
    padding: 40px 30px;
    max-width: 700px;
    margin: auto;
}



.row-3 h2 {
    font-size: 1.3em;
}


 .row-3 p, .row-2 p {
    font-size: 1.08em;
    color: #7c7c7c;
    line-height: 23px;
    margin: 20px 0px 60px 0px;
}

.align-center {text-align:center}

.pt-80 {padding-top:80px}



.mb-20 {
   margin-bottom: 20px;
}


.mb-25 {
   margin-bottom: 25px;
}


.mb-30 {
   margin-bottom: 30px;
}


.mt-20 {
   margin-top: 20px;
}

.mt-25 {
   margin-top: 25px;
}

.mt-30 {
   margin-top: 30px;
}


.ml-15 {
   margin-left: 15px;
}




.auto-width {max-width:100%}

.float-right {float:right;}

.float-left {float:left;}

.main-banner {
    position:relative;
    overflow: hidden;
}

.main-banner img {
    width: 100%;
}

.main-banner-text {
    position:absolute;
    top: 32%;
    left:0px;
    right:0px;
    width:80%;
    margin: auto;
    container-type: inline-size;
}


.main-banner-text h1 {
    font-family: sfregular;
    font-size: 6cqw !important;

}


.main-banner-text h1 span {
    font-family: sfbold;
}



.header-buttons {
    display: flex !important;
    height: 40px;
}


.action-button {
    padding: 9px 35px;
    border-radius: 6px;
    font-size: 15px;
    font-family: sfmedium;
}


.black-button {
    background: #000000;
    color: #FFF;
    border: 2px solid #000000;
}

.orange-button {
    background: #FF9300;
    color: #000;
    border: 2px solid #FF9300;
}

.green-button {
    background: #1A5CDE;
    color: #FFF;
    border: 2px solid #1A5CDE;
}

.white-button {
    background: #FFFFFF;
    color: #000;
    border: 2px solid #000000;
}


.action-button:hover {
    background: #02733F;
    color: #FFF;
    border: 2px solid #02733F;
}






 .button-arrow {
    background: url(components/img/right-arrow.png);
    height: 24px;
    width: 24px;
    background-position-y: 6px;
    display: inline-block;
    margin-left: 10px;
}

.testimonials {
    background: #fff7ec;
    padding:30px;
    margin-top:25px;
    font-style: italic;
    color: #7c7c7c;
    border-radius: 6px;
}


.testimonial-image {
    width: 60px !important;
}


.testimonial-stars {
    width: auto !important;
}





.testimonial {
    display: grid;
    grid-template-columns: 75px auto;
    margin-top: 10px;
}


 .testimonial p {
    font-family: sfmedium;
    font-style: normal;
    padding: 0;
    margin: 1px 0px;
}

 .testimonial p span {
    color:#000;
    display: block;
    margin: 2px 0px;
}

.phone {
    display: inline-block;
    font-family: sfmedium;
    font-size: 14px;
    vertical-align: middle;
}

.phone span {
    padding: 0px 12px 0px 5px;
    border-right: 1px dotted #c0c0c0;
    margin-right: 7px;
    color:#000;
}

.phone span a {
    color:#FFF;
}


.section-usp {
    color: #1A5CDE;
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 18px 0px 20px 0px;
}


.section-usp > div{
    padding:0 !important;
}

.section-usp > div:last-child {
    text-align:right;
}

.section-usp > div:nth-child(2){
    text-align:center;
}



.section-usp > div img{
    position: relative;
    top: 6px;
    margin-right: 7px;
}




.phone img  {
    height: 18px;
    padding: 2px 2px 4px 5px;
}

.navigation-bottom {
    position: fixed;
    top:0px;
    z-index: 99;
    width:100%;
    background: #FFF;
}



.section-header {
    container-type: inline-size;
}



.navbar-contact {
    margin: auto 12px auto auto;
    color: #fff;
}




































@media only screen and (min-width: 962px) {


.hide-on-small-devices {display:block}

h3 {
  font-size: 1.2em !important;
}


header .logo {
    margin-left: 0px;
    margin-top: 4px;
}

.row-1 {
    padding: 40px;
    margin: auto;
    max-width: 1400px;
}

.row-2, .row-3 {
    padding: 50px 25px 70px 25px;
    margin: auto;
    max-width: 1400px;
    display: grid;
    align-items: center;
}

.row-2 {
    grid-template-columns: 50% 50%;
    align-items: center;
}

.row-3 {
    grid-template-columns: 33.33% 33.33% 33.33%;
    align-items: start;
}


.row-3 > div {
        padding: 50px 30px;
}





   section:nth-child(odd) .row-2 > div:nth-child(2){
    padding-left: 15%;
    order: 1;
}

   section:nth-child(even) .row-2 > div:nth-child(2){
    padding-right: 15%;
    order: -1;
}

 .row-3 p {
    margin: 20px 0px 0px 0px;
}



.menu .dropdown {
    margin: 10px 30px 10px 0px !important;
    font-size: 16px;
}


.section-header {
    text-align:center;
}


.section-header h1{
    font-size: 4cqw;
}




}





@media only screen and (max-width: 500px) {


.section-usp > div:last-child {
    display:none;
}

.section-usp > div:first-child {
    text-align: center;
}


.section-usp {grid-template-columns: auto auto;}


}









@media only screen and (min-width: 600px) {


h2 {
  font-size: 1.1em;
}


}




@media only screen and (max-width: 600px) {


.col-text h1, .section-header h1 {
    font-size: 12cqw;
}



}






@media only screen and (min-width: 768px) {





.navigation-top {
    padding: 13px;
    height: 45px;
    background-color: #f7f7f7;
    text-align: right;
}

.navigation-top .dropdown img{
    width:16px;
    position: relative;
    top: 2px;
}



.navigation-top > div, .navigation-bottom {
    max-width: 1400px;
    margin: auto;
}



.navigation-bottom {
    padding: 25px;
    background-color: #FFF;
    display: flex;
    position: relative;
}






.menu {margin:auto}

.menu .dropdown {
    margin: 10px 15px 10px 0px;
    font-size: 15px;
}

.menu .dropdown span{
    font-size: 16px;
}


.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-content {
  display: none;
  position: absolute;
  right:0px;
  background-color: #FFFFFF;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 6px;
  padding: 12px 16px;
  z-index: 2;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.dropdown span {
    font-size: 14px;
    font-family: sfmedium;
    padding: 0px 3px 0px 6px;
    color:#000000;
}


.dropdown:hover .dropdown-content:hover span {
  color:#FF9300;
}





}





























section.contact form {
	width: 600px;
margin: 0 auto;
}





.form-control {
    display: block;
    width: 100%;
    padding: 15px;
    font-family: sfmedium;
    font-size: 14px;
    color:#212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-label {
    margin-bottom: 0.5rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.is-invalid~.invalid-feedback, .was-validated :invalid~.invalid-feedback {
    display: block;
}



.me-2 {
    margin-right: 0.5rem!important;
}

.d-none {
    display: none!important;
}


button {
    background: #222;
    color: #fff;
    border: 1px solid #222;
    border-radius: 6px;
    width: 100%;
    padding: 1rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}


button:hover {
    background: #02733F;
    border: 1px solid #02733F;
    color:#000;
    cursor: pointer;
}



.lds-ellipsis {
display: block;
    position: relative;
    width: 80px;
    height: 20px;
    margin: 0 auto;
}
.lds-ellipsis div {
    position: absolute;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #222;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



.alert-success{
    position: absolute;
    z-index: 1;
    background: #59d076;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    padding: 0 !important;
}


.contact-form-button {position:relative;}











































.hide, nav .menu_dropdown_innercol p span, nav .menu-btn {
    display: none;
}


nav .menu {
  clear: both;
  max-height: 0;
  overflow:hidden;
  display: inline-flex;
  text-align:left;
}




nav .menu ul li > label, nav .menu ul li > a {
  padding: 14px 25px 20px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

nav .menu ul li > label img, nav .menu ul li > a img {
  right: 25px;
  position: absolute;
  transition: all 0.4s ease;
}


nav .menu ul li > ul {padding: 10px 20px 20px 20px;}




.menu-icon {
  cursor: pointer;
  display: inline-block;
  margin: 12px 5px 5px 10px;
  padding: 16px 10px;
  user-select: none;
  z-index: 9999;
  background: #ffffff;
  height: 40px;
  border: 2px solid #000;
  border-radius: 4px;
    position: absolute;
    left: 0px;
}

.menu-icon .navicon {
  background: #000000;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #000000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.menu-icon .navicon:before {
  top: 7px;
}

.menu-icon .navicon:after {
  top: -7px;
}


.menu-btn:checked ~ .menu {
  max-height: 100%;
  position: fixed;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  top: 0px;
  bottom:0;
  left:0;
  right:0;
  margin:0;
  border-top: 65px solid #f7f7f7;
}


.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


nav input[type="checkbox"]:checked ~ .menu_dropdown img {
  transform: rotate(90deg);
}

nav input[type="checkbox"] {
    position: absolute;
    display: block;
    top: -99999px;
    left: -99999px;
}

label.menu_dropdown , a.menu_dropdown{
    color: var(--text-color) !important;
}

.menu_dropdown_wrap h2 {
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    font-weight: 500;
}


.menu_dropdown_wrap a {
    font-size: 14px;
    color: var(--main-lighttext-color);
    margin: 0px 0px 0px 25px;
}

.menu_dropdown_wrap p {
    font-size: 16px;
}

.menu_dropdown_wrap a {
  font-size: 16px;
  color: var(--text-color);
  margin: 15px 0px;
  font-weight: 300;
  display: -webkit-box;
  line-height: 40px;
}

.menu_dropdown_wrap a span {
    display: inline-block;
vertical-align: middle;
line-height: normal;
    padding-left: 15px;
}

nav .menu ul li > a.call-to-action-button {
  right: 0;
  left: 0;
  position: relative;
}




nav {
    background: #FFF;
    font-size: 16px;
    position:fixed;
    top:0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px 25px;
    display: flex;
    box-shadow: 0 2px 4px 0 #dbdfe3;
    -webkit-transition: top .75s .25s ease;
    transition: top .75s .25s ease;
    z-index: 99;
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}



.nav_links a {
    color: #FFF;
  cursor:pointer;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


.nav_links a:hover {
    color:#000;
}

.nav_links_active {
    border-bottom: 3px solid #FFF;
}

.nav_links a:hover.nav_links_active {color: #FFF;} 



nav .menu ul li > a.call-to-action-button svg {
    width: auto;
    height: auto;
    float: none;
    padding: 0;
}



    .m-d.expand-list{
        margin: 0;
        padding: 0;
    }
    .m-d.expand-list > li{
        list-style-type: none;
        padding: 5px 0;
        position: relative;
    }
    .m-d label[class^="tab"]:hover{
        cursor: pointer;
    }
    .m-d input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .m-d input[class^="tab"]{
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0; 
    }
        .m-d input[class^="tab"]:hover{
            cursor: pointer;
        }
    .m-d label[class^="tab"]{
        color: #02733F;
    }
    .m-d .content{
        height: auto;
        max-height: 0;
        overflow: hidden;
        transform: translateY(6px);
        transition: all 180ms ease-in-out 0ms; 
    }
    .m-d li[data-md-content="300"] input[class^="tab"]:checked ~ .content{
        max-height: 300px;
        transition: all 250ms ease-in-out 0ms;
    }
 
    .m-d input[class^="tab"]:checked ~ .content{
        margin-bottom: 20px;
    }
    
   




















@media (max-width: 767px) {



}
















@media (max-width: 962px) {
  
  
.hide-on-small-screen {display:none !important;}

.hide-on-big-screen {display:block !important;}
    
nav {
    position: fixed;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
    padding: 12px 25px;
 }

main {margin-top: 64px;}


.main-banner-text {
    width:90%;
    top: 28%;
}




.main-banner-text h1 {
    font-size: 8cqw !important;
}


.menu-small-device {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}




.menu-small-device input[type="checkbox"]:checked + .inner-menu-small-device {
    background-color: rgb(0, 0, 0, 0.3);
    position: fixed;
    left: 0px;
    width: 100%;
}





.hide-menu-small-device {
  height: 100%;
  width: 330px;
  background: #FFF;
  overflow: hidden;
  transform: translateX(-100%);
  margin-left: -999em;
 transition: all 0.2s linear, margin 0s linear 0.5s;

  
}

.menu-small-device input[type="checkbox"]:checked + .inner-menu-small-device .hide-menu-small-device {
  transform: translateX(0);
  margin: 0;
  width: 330px;
  transition: all 0.2s linear, margin 0s linear 0s;
}








.inner-menu-small-device {
    position: absolute;
    overflow: hidden;
    z-index: 999999;
    bottom: 0px;
    top: 0px;
}




.hide-menu-small-device-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  height: 100%;
  width: 320px;
  background: #FFF;
  overflow: hidden;
    transform: translateX(-100%);
  margin-left: -999em;
 transition: all 0.2s linear, margin 0s linear 0.5s;

  
}



.menu-small-device-2 {
    margin-top: 15px;
}



.menu-small-device-2 input[type="checkbox"]:checked + .inner-menu-small-device-2 .hide-menu-small-device-2 {
  transform: translateX(0);
  margin: 0;
  transition: all 0.2s linear, margin 0s linear 0s;
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.menu-small-device-top {
    background: #f7f7f7;
    height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 10px 10px 18px;
}


.menu-small-device-top p {
    margin: auto;
    padding-right: 24px;
    font-size: 15px;
    font-family: 'sfsemibold';
}


.menu-small-device-2 a {
    display:block;
    position: relative;
    padding: 17px 29px 17px 60px;
    font-size: 15px;
    color: #000000;

}




.menu-small-device-2 a:hover {
    background: #f7f7f7;

}


.menu-small-device .menu-arrow  {
    position: absolute;
    right: 20px;
    top: 13px;
}



.menu-small-device .menu-link-icon {
    position: absolute;
    left: 25px;
    height: 17px;
    top: 18px;
}




 .menu-small-device .support-widget {
    margin-top: 10px;
    background: #fff;
    padding: 30px 0px 30px 25px;
    border-top: 8px solid #f7f7f7;
    position: relative;
}




  .menu-small-device .support-widget > p{
    text-transform: uppercase;
    padding: 0;
    margin: 0px;
    font-size: 15px;
    font-family: sfsemibold;
    height: 20px;
}



  .menu-small-device .support-widget > a {
    padding: 0;

}

  .menu-small-device .support-widget > a:hover {
    background: #fff;
}



 .menu-small-device .support-widget .support-widget-mail {
    color:#ff9300;
    padding-top: 5px;
}


.menu-support-image {
    border-radius: 100px;
    position: absolute;
    right: 25px;
    top: 30px;
    height: 60px;
}


.support-menu a {
    background: #f7f7f7;
    padding-left: 25px;
    font-size: 14px;
}



.section-header {
    padding: 0px 35px;
}


.col-img {
    margin-bottom: 25px;
}




.row-2 {
    padding-bottom: 0px;
}



.footer-wrapper .float-right {
float:none;
}




.footer-bottom {
    overflow: hidden;
}


.footer-bottom > div:first-of-type {
    float:left;
}

.footer-bottom > div .footer-country {
    float:right !important;
}



.footer-bottom div > p {
    margin:0;
}


.footer-wrapper {
    max-width:700px !important;
    padding: 45px !important;
}


}

























/* MEDIA START */
@media (max-width: 1023px) {


nav input[type="checkbox"]:checked ~ .hide {
    display: block;
}


nav .menu_dropdown {
    position: relative;
    display: block;
    cursor: pointer;
}



nav input[type="checkbox"]:checked ~ .menu_dropdown {
    text-decoration: underline;
}


nav input[type="checkbox"]:checked ~ .menu_dropdown svg {
  transform: rotate(-180deg);
}


nav .menu_dropdown_innercol p {
    margin: 5px;
}



.menu > ul{
    float: right;
    width: 100%;
    height: 100%;
    background: #FFF;
    margin: 0;
    padding: 20px 0px 20px 0px;
    overflow-y: scroll;
    list-style: none;
}



.menu_dropdown i {
    position: absolute;
    right: 25px;
    left: auto;
}





}
/* MEDIA END */



















/* MEDIA START */
@media (max-width: 1400px) {

.menu-dropdown-content-right {display:none;}

footer {
border-radius: 0px !important;
}


}













@media (min-width: 962px) {


.hide-on-small-screen {display:block;}

.hide-on-big-screen {display:none;}



nav {
    height:65px !important;
    margin: auto;
}

nav .menu li:hover > label{
  text-decoration: none;
}

nav .menu > ul {
  margin: 0px;
  padding: 0;
  display: flex;
}


nav .menu ul li > label, nav .menu ul li > a {
  display: inline-block;
  padding: 14px 25px 28px 5px;
  font-size: 16px;
  font-weight: 300;
}

nav .menu ul li > label img, nav .menu ul li > a img {
    vertical-align: middle;
    transform: rotate(90deg);
    padding: 0;
    right: 0;
    top: -2px;
    position: relative;
}



nav .menu-btn:checked ~ .menu {
   position: initial;
   background-color: transparent;
   width: auto;
   padding-top: 0px;
   margin: 0px;
   border-top: none;
}




  nav .menu ul li > a.call-to-action-button {
    position: absolute;
    right: 15px;
    left: auto;
    top: 0;
    display: flex;
}

  nav .menu {
    clear: none;
    max-height: none;
  }

  nav .menu-icon {
    display: none;
  }



.contact-text {margin-bottom:0px !important;}


/* Set the style for the navigation menus */

.menu-large-device {
    margin: auto;
}



.menu-large-device ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu-large-device a {
  text-decoration: none;
    color: #000;
    padding: 3px 20px 16px 10px;
  display: block;
  outline: 0;
}

.menu-large-device a img {
    vertical-align: middle;
    padding: 0;
    right: 0;
    top: -2px;
    position: relative;

}


.menu-large-device a:hover,
.menu-large-device div:focus-within > a {
    cursor: pointer;
}




/* Make the dropdown animate. */
.menu-large-device .menu-dropdown-content-container {
  width:100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s;
  position: absolute;  
  left:0;
  right:0;
  background: #FFF;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  clip-path: inset(0px -20px -20px -20px);
  z-index: 1;
}


/* The max-height should be set to something that will always be a little bit bigger than the height of the content. */
.menu-large-device .menu-dropdown:hover .menu-dropdown-content-container,
.menu-large-device .menu-dropdown:focus .menu-dropdown-content-container,
.menu-large-device .menu-dropdown:focus-within .menu-dropdown-content-container {
  max-height: 600px;
}


  .menu-large-device > ul > li {
    float: left;
    margin-top: 8px;
  }
  

  

.menu-dropdown-content-footer {grid-area: footer;border-top: 2px solid #f1f1f1;}
.menu-dropdown-content-left {grid-area: left;border-right: 2px solid #f1f1f1;min-width:350px;}
.menu-dropdown-content-center {grid-area: center;}
.menu-dropdown-content-right {grid-area: right;min-width:350px;max-width:400px;}




.menu-dropdown-content-container {
  display: grid;
  grid-template-areas:
    'left center center center right right'
    'footer footer footer footer footer footer';
  background-color: #fff;
  text-align: left;
}

.menu-dropdown-content-container > div {
  padding: 30px 45px;
}





.menu-large-device .menu-dropdown:hover .menu_overlay,
.menu-large-device .menu-dropdown:focus .menu_overlay,
.menu-large-device .menu-dropdown:focus-within .menu_overlay {
  position: fixed;
    left: 0;
    right: 0;
    top: 132px;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    z-index: 1;
}



.menu_overlay:hover {
    visibility:hidden;
    transition-delay: .2s;
}


.menu-dropdown-content-container h1 {
    font-size:1.4em
}


.menu-dropdown-content-container p {
    font-size:0.9em;
    color: #7c7c7c;
    line-height: 20px;
    margin: 8px 0px 0px 0px;
}


.menu-dropdown-content-footer > div {
    float:left;
    margin:0px 40px 0px 0px;
}


.menu-dropdown-content-footer > div:last-child {
    float:right;
    margin:0px 0px 0px 0px;
}

.menu-dropdown-content-footer > div img {
    height: 18px;
    margin-right: 8px;
    position: relative;
    top:2px;
}


.menu-dropdown-content-footer > div:last-child img {
    height: auto;
    top: 0px;
}



.menu-dropdown-content-categories {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
    border-radius: 6px;
}

.menu-dropdown-content-categories > a {
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
    border-radius: 6px;
    padding: 20px 25px;
    min-width: 260px;
}


.menu-dropdown-content-categories > img {
    margin: 5px 0px;
}


.menu-dropdown-content-categories > a:hover {
    border: 2px solid #000;
    background: #fff;
}



.menu-dropdown > a {font-family: sfmedium;}


footer  {
margin: 75px auto 25px auto !important;
}



}



























.contact-form  {
    margin-top: 25px;
}


.contact-form > div, #alert-statut{
    padding:0 !important;
}


.contact-text {
    background: #000;
    margin: -10px 0 50px 0;
    border-radius: 0px 0px 6px 6px;
}

.contact-text p {
    background: #02733F;
    color: #fff;
    padding: 20px;
    border-radius: 4px 25px 25px 25px;
    margin: 0px 35px;
    position: relative;
    top: -40px;
}





.popup {z-index:1;display: flex;}

    .popup .popup-input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .popup .popup-wrapper{
        height: 100%;
        max-height: 0;
        overflow: hidden;
        background-color: rgb(0, 0, 0, 0.3);
        position:fixed;
        top: 0;
        bottom:0;
        left:0;
        right:0;
    }
    .popup .popup-input:checked ~ .popup-wrapper{
        max-height: 100%;
    }


.popup-content {
    background: #FFF;
    max-width: 1000px;
    min-height: 50%;
    max-height: 820px;
    margin: auto;
    z-index: 1;
    overflow: scroll;
    border-radius: 6px;
    text-align: left;
    position: absolute;

}


.popup .popup-input:checked ~ .popup-wrapper .popup-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 250ms ease-in-out 0ms;
}


.popup-content label {
    border: 2px solid #000;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 4px;
    width: 35px;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}





.footer-top {
    padding: 40px 0px;
}


.footer-top p , .footer-top a{
    color: #000;
    font-size: 30px;
    padding: 0;
    margin: 15px 0px;
    text-decoration: none;
}



.footer-top span {
    color: #7c7c7c;
}









.footer-bottom {
    border-top: 1px solid #6e6e6e;
    padding: 20px 0px;
}


.footer-bottom p {
    margin: 0px;
}


footer {
    margin: 30px 0px 0px 0px;
    max-width: 1400px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}


.footer-country p {
    float: left;
    padding: 0px 0px 0px 7px;
    margin: 0;
    line-height: 16px;
}

.footer-country img {
    width: auto !important;
    border-radius: 0px !important;
}




.footer-wrapper {
    padding: 60px;
    margin: auto;
    max-width: 1400px;
    background:#f2f4f6;
}









