@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* header */

body {
    background: whitesmoke;
}

* {
    font-family: "Raleway", sans-serif;
}

.mobile-menu {
    display: none;
}

.site-header {
    background: #fff;
    position: relative;
    z-index: 1;
}

.the-logo img {
    width: 80px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
}
.desktop-menu {
    padding: 0px 0px 18px 0px;
    background-color: #EFEFEF;
    --widgets-spacing: 20px;
    padding: 1rem;
}
.desktop-menu-container {
    max-width: 1300px;
    padding: 0 10px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.desktop-menu-container .header-items {
    padding: 10px;
    display: flex;
}

.header-icons {
    margin-right: 1.05rem;
}
.main-navigation > ul > li > a.active {
    color: #F69C00;
}

.header-icons svg {
    width: 1.5em;
    height: 2.5em;
    fill: #F69C00;
    color: #F69C00;
    border-color: #F69C00;
}
.desktop-menu-container .header-title {
    font-family: "Open Sans", Sans-serif, serif;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000000;
}

.desktop-menu-nav {
    padding: .4rem !important;
}

.desktop-menu-container .header-description {
    color: #000000;
    font-family: "Open Sans", Sans-serif, serif;
    font-size: 12px;
    font-weight: 600;
}

.desktop-menu-nav {
    box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 40px 0px 40px;
    background: #FFFFFF;
    max-width: 1300px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.main-navigation > ul > li {
    margin: 0px 15px;
}

.main-navigation > ul > li > a {
    font-size: 14px;
    font-weight: bold;
}

.desktop-menu-nav a {
    font-size: 11px;
    font-weight: bold;
}

.btn-success {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    background-color: #006A25;
    margin: 0px 0px 0px 15px
}

.btn-warning {
    background: #f78300;
    border-color: #f78300;
    color: #1b1d21;

}

.btn {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.btn-warning:hover {
    background: #f78300;
    color: #fff;
}

.description {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 82px 0px 80px 0px;
    background: #252831;
    width: 100%;
    height: 100%;
    margin-top: -4rem;
}

.description-title {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif, serif;
    font-size: 30px;
    font-weight: bold;
}

.description-desc {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
}

.description-wrapper {
    align-content: center;
    align-items: center;
    padding: 15px;
    max-width: 1200px;
    margin: 1.5rem auto;
}
/* end header */

/* section presentation */
.presentation {
    align-content: center;
    align-items: center;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    z-index: 2;
    position: relative;
    background-color: whitesmoke;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 4rem;
}

.presentation .badge-warning {
    font-family: "Poppins", sans-serif;
    background: rgba(254, 132, 35, 0.1);
    padding: 8px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe8423;
    margin-bottom: 10px;
}
.presentation-title {
    font-size: 27px;
    font-family: "Poppins", sans-serif;
}

.presentation .ot-accordions .acc-item .acc-toggle {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}
/* end section presentation */

/* section informations */
.informations {
    margin-top: 8rem;
    background-color: #252831;
    padding: 14px;
    font-family: "Poppins", sans-serif;
}

.informations-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 82px 0px 80px 0px;
    align-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 1.5rem auto;
}

.informations-container .heading-title {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.informations-container .desc {
    font-family: "Poppins";
    font-weight: 400;
    color: #FFFFFF;
}
/* end section informations */

/* section stats */
.stats {
    background-image: url('../img/bg3-home1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 75px 0px 75px 0px;
}

.stats-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    align-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 1.5rem auto;
}
.stats-items {
    display: flex;
    align-items: center;
}
.stats-items span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 1;
    display: inline-block;
}

.stats-items h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 20px;
    display: inline-block;
}
/* end section stats */

/** contact **/
.formule .presentation-title:first-letter {
    text-transform: uppercase;
}

.formule .badge-warning {
    text-transform: uppercase;
}

.formule .presentation-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 36px;
}
.contact-form-container {
    padding: 60px 60px 60px 60px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-top: -3rem;
    z-index: 11;
    position: relative;
}

.pricing-container {
    margin-top: 4rem;
}

.ot-pricing-table .inner-table h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #fe8423;
}

.ot-pricing-table .inner-table .short-text {
    font-family: "Poppins", sans-serif;
}

.ot-pricing-table {
    box-shadow: none;
}

.ot-pricing-table .inner-table {
    border-radius: 0.5rem;
}

.contact-items .icon-main {
    background: #FFF3E9;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50% 50% 50% 50%;
}

.contact-items .icon-main svg {
    width: 27px;
    fill: #f78300;
    vertical-align: middle;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666666;
    border: 1px solid #dbdbdb;
    padding: 11px 24px;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.maps-container {
    margin-top: -60px;
    margin-bottom: 0px;
}

.map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-content {
    z-index: 10;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 390px;
    background-color: black;
    color: #FFF;
}

#map {
    filter: grayscale(100%);
}



/** end contact **/

.ot-pricing-table .inner-table .title-table span {
    font-size: 12px;
}





/* back top */
#back-to-top {
    background: #fe8423;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    opacity: 0;
    visibility: hidden;
    outline: medium none;
    position: fixed;
    right: 20px;
    bottom: 0px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-box-2 .content-box {
    margin-left: 76px;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 75px;
}
/* end back top */

/* footer */
footer {
    background: #034F1E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 0px 0px;
}

.footer-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    align-content: center;
    align-items: start;
    max-width: 1200px;
    margin: 1.5rem auto 0px;
}

.footer-container p {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.footer-container .headling-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-container ul{
    list-style-type: none;
}

.footer-container a {
    color: #C0C1C2;
    padding-left: 0px;
    font-size: 14px;
    font-family: "Open Sans", Sans-serif, serif;
    font-weight: 400;
}
.footer-container a:hover {
    color: #fe8423;
}

.footer-container .box-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #C0C1C2;
}

.footer-icon {
    fill: #FF8523;
    color: #FF8523;
    border-color: #FF8523;
    font-size: 22px;
}

.footer-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: #fe8423;
}

.footer-container .box-wrapper {
    display: flex;
}

.footer-container .box-icon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}

.footer-container .box-title a:hover {
    color: #C0C1C2;
}

.footer-bottom {
    padding: 10px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(255, 255, 255, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3px 0px 3px 0px;
}

.features-service-item .features-service-title {
    transform: translateY(165px);
}

.features-service-item:hover .features-service-title {
    transform: translateY(0px);
}

.features-service-wrapper .features-service-item .features-service-content .features-service-title h4 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
}

.formule{
    padding-top: 3.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.formule .badge-warning {
    font-family: "Poppins", sans-serif;
    background: rgba(254, 132, 35, 0.1);
    padding: 8px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe8423;
    margin-bottom: 10px;
}

section.steps .btn-success {
    background: #61CE70;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    padding: 16px 20px;
    border-radius: 3px;
}

.card-item {
    padding: .5rem;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.icon-box .title-box {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    padding-top: 11px;
    font-family: Poppins, serif;
}

.home-steps-items {
    margin: 2rem .5rem;
}
.home-card-items {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    column-gap: 1rem;
}

.home-card-items .card-item {
    width: 25%;
    max-width: 25%;
}
.home-card-items .card-item:hover {
    vertical-align: middle;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transform: translateY(-8px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.icon-box-2 .icon-main {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 50px;
    border-radius: 50%;
    background: antiquewhite;
}

/* end footer */

/** carrousel **/

.header-slider {
    margin-top: -4.5rem;
    position: relative;
    z-index: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    height: 450px;
    display: block;
    width: 100%;
}


.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel .img-fluid {
   /* height: 35rem !important;*/
}
.carousel-caption {
    top: 6rem;
    width: 30rem;
    max-width: 30rem;
}

.carousel-caption-right {
    text-align: justify;
    left: 52%;
}

.carousel-caption-left {
    text-align: justify;
    right: 50%;
}

.btn-slider-success:hover, .btn-slider-success:focus {
    background: rgba(255, 255, 255, 0.1);
    color: rgb(0, 106, 37) !important;
}

.btn-slider-success {
    z-index: 12;
    background-color: rgb(0, 106, 37);
    font-family: Raleway;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 14px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    padding: 6px 40px;
    border-radius: 3px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    backdrop-filter: none;
    filter: brightness(100%);
}

.btn-slider-white:hover, .btn-slider-white:focus {
    color: black!important;
}

.carousel-caption-slogan {
    color: black;
    font-size: 16px;
    font-family: "Raleway", serif;
    font-weight: 600;
}

.btn-slider-white {
    z-index: 12;
    font-family: Raleway;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(0, 106, 37) !important;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 40px;
    border-radius: 3px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    backdrop-filter: none;
    filter: brightness(100%);
}




.carousel-caption-title {
    text-align: center;
    background: #006A25;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 10px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
}

.carousel-caption-sub-title {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #f78300;
}

.slide-effect {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text, .slideDown, .slideUp {
    position: relative;
    opacity:0;
}

.text {
    top:40px;
    font-weight: bold;
    animation: slideUp ease .4s forwards;
}

.slideUp {
    top:40px;
    left:10px;
    animation: slideUp ease .5s forwards 1.2s;
}


@keyframes slideUp {
    0% {transform: translateY(0);}
    100% {transform: translateY(-40px);opacity:1;}
}

@keyframes slideDown {
    0% {transform: translateY(0);}
    100% {transform: translateY(40px);opacity:1;}
}

@media only screen and (max-width: 600px) {
    .slide-effect, .text, .slideDown, .slideUp {
        font-size: 15px;
    }
}


/** end carrousel **/

/** reponsive **/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1024px) {
    /* header mobile */
    .desktop-menu {
        display: none;
    }
    .mobile-menu {
        display: contents;
        height: 10rem;
    }
    .the-logo {
        margin: 1rem auto;
    }
    .topnav {
        overflow: hidden;
        background-color: #fff;
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    .description {
        margin-top: 0;
    }

    .topnav a.icon, .topnav a.link-item {
        color: black;
        padding: 12.5px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav a.icon {
        background: #fff;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a.link-item:hover {
        background-color: #FF8523;
        color: black;
    }

    .icon i {
        font-size: 3rem;
    }

    .topnav .the-logo img {
        padding: 6px;
    }

    .topnav .header-title,.topnav h6.header-title a, .topnav .header-description {
        color: #111;
    }

    .active {
        background-color: #04AA6D;
        color: white;
    }

    .header-slider {
        margin-top: 0;
        width: auto;
        height: 20rem;
    }

    .carousel .img-fluid {
        height: 23rem !important;
        max-height: 23rem !important;
    }
    /* end header mobile */


    .presentation .badge-warning {white-space: break-spaces;}
    .info-2 {
        margin-top: 1rem;
    }
    .contact-img {
        margin-top: 2rem;
    }
    .maps-container {
        margin-top: 0;
    }

    .pricing-items {
        margin-top: 2rem;
    }

    .home-card-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 767px;
        padding: 0 15px;
        row-gap: 2rem;
    }

    .home-card-items .card-item {
        width: 100%;
        max-width: 100%;
    }

    .carousel-caption {
        top: 0;
        width: 18rem;
        right: unset;
        max-width: 100%;
    }

    .carousel-caption-title {
        font-size: 0.8rem;
    }
    .carousel-caption-sub-title {
        font-size: 1rem;
    }

    .carousel-caption-left {
        text-align: justify;
        right: unset;
    }


    .carousel-caption-right {
        text-align: justify;
        left: 4rem;
        right: auto;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.btn-lg, .btn-group-lg > .btn {
    line-height: inherit !important;
    padding: .5rem 1rem; !important;
}