@charset "utf-8";
/* CSS Document */

@import url('notification.css');
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700;800;900&display=swap");


html {
    scroll-behavior: smooth;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    left: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.wrapper-header.sticky {
    z-index: 1100;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    transition: all 0.5s ease;
    position: fixed;
}


.sticky + div {
  padding-top: 102px;
}


.content_hide_menu_mobile {display: none;}

/******************************************************************|
                       Default                                   **|
*******************************************************************/

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: none;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
    /* font-family: 'Roboto'; */
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    font-size: 15px;
}

::placeholder {
    font-weight: inherit;
    /*font-size: 14px;*/
    /*color: grey;*/
}

input, select, button {
    outline: none;
    font-size: 14px;
    /* color: grey; */
    background: transparent;
font-family: 'Comfortaa', cursive;}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
position: relative;}

.row-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    /* margin: 5px 0 0px; */
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}

.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}


#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c5c5c5bf;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

#loader2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000000;
}
#loader3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000005;
}

.primary-btn-wrapper {
    position: relative;
    z-index: 1;
}

.primary-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    /* background-image: linear-gradient(to right,#ff5e17,#fa360a); */
    border-radius: 4px;
    color: #fff;
    position: relative;
    /* line-height: 1; */
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    width: max-content;
    overflow: hidden;
    cursor: pointer;
/* height: 50px; */
    /* font-size: 14px; */
    /* font-weight: 600; */}

.primary-btn:before {
    position: absolute;
    content: '';
    left: 110%;
    top: 0px;
    width: 120%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #ff7d00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

a.primary-btn span {
    z-index: 1;
    position: relative;
}

.primary-btn:hover {
    /* background-image: linear-gradient(to right,#1d2755,#00c99c); */
    background: #1d2755;
}

a.primary-btn:hover::before {
    /* left: 0%; */
    /* -webkit-transform: scale(1, 1); */
    /* transform: scale(1, 1); */
}

.owl-nav.disabled {
    display: none !important;
}

.owl-dots.disabled {
    display: none;
}


.content_title_center {
    position: relative;
    text-align: center;
}

.content_title_center .title {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    padding-left: 60px;
    display: inline-block;
    text-transform: uppercase;
    /* font-family: 'Poppins', sans-serif; */
    margin-top: 15px;
}

.content_title_center h2 {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 10px;
    font-size: 36px;
}

.content_title_center .text, 
.section-title .text {
    position: relative;
    color: #555555;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 4px;
    font-size: 18px;
    /* font-family: 'Roboto'; */
}


.section-title {
    position: relative;
    margin-bottom: 40px;
}

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

span.heading_divider {
    left: 50%;
    margin-left: -20px;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #01b88e;
}

span.heading_divider:before, 
span.heading_divider:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 3px;
    border-radius: 2px;background: #01b88e;
}

span.heading_divider:before {
    left: -20px;
}

span.heading_divider:after {
    right: -20px;
}

.section-title .sub-title-bloc {
    position: relative;
    /* font-size: 13px; */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #01b88e;
}

.section-title .sub-title-bloc::before {
    
}

.section-title .title-bloc {
    position: relative;
    font-size: 40px;
    /* line-height: 1.5; */
    /* padding-top: 10px; */
font-weight: 500;}

.section-title .title-bloc::first-letter {
    text-transform: uppercase;
}

.white, .white > * {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

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

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

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

/****************************************************************************************************************|
                                                                                                              |**|
                                                    Animations                                                |**|
                                                                                                              |**|
*****************************************************************************************************************/


li.menu-item > a.active, li.menu-item:hover > a {color: #01b88e;}

@keyframes float_left_right {
   0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
   }
   50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
   }
   100%{
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
   }
}


@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100%{
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
        opacity: 1;
    }
}


/********************************************************************************************************/


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}


/****************************************************************************************************************|
                        								      				                                  |**|
                        								Header				                                  |**|
                        								      				                                  |**|
*****************************************************************************************************************/



.page-wrapper {}

.wrapper-super-header {
    box-shadow: 2px 4px 8px rgb(52 58 64 / 15%);
}

.wrapper-top-header {
    border-bottom: 1px solid rgba(45,45,66,0.1);
    color: #8f8f8f;
}

.top-header {}

.wrap-top-header {
    justify-content: space-between;
}

.left-top-header {}

.wrap-left-top-header {}

.info-top {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.info-top:not(:last-child) {
    border-right: 1px solid rgba(45,45,66,0.1);
    padding-right: 15px;
    margin-right: 15px;
    line-height: 50px;
}

.info-top i {color: #02c098;}

.info-top span {
    padding: 0 0 0 7px;
}

.right-top-header {}

.wrap-right-top-header {}

.social-header {}

.wrap-social-header {
    color: #474747;
}

.wrap-social-header a {
    font-size: 14px;
    z-index: 6;
    position: relative;
}

.wrap-social-header a:not(:last-child) {
    margin-right: 21px;
}

.wrap-social-header a i {
    color: #01b88e;
}

.languages {
    display: flex;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    /* margin-left: 20px; */
    height: 50px;
margin-right: 20px;}

a.menu-button.button-language:first-child {
    border-right: 1px solid #727272;
    padding-right: 5px;
    margin-right: 5px;
}

.button-language {
    -ms-flex-align: center;
    font-size: 14px;
    height: auto;
    color: #333;
    font-weight: 400;
}

.button-language.active {
    color: #1d2755;
    font-weight: 700;
}



/*Bottom header*/

.wrapper-bottom-header {
    padding: 5px 0;
}

.bottom-header {}

.wrap-bottom-header {}

.left-bottom-header {
    width: 25%;
}

.middle-bottom-header {}

a.logo-header {}

a.logo-header img {
    height: 60px;
}

ul.menu {}

li.menu-item {
    position: relative;
}

li.menu-item > a {
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 1;
    color: inherit;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    line-height: 30px;
}

li.menu-item > a:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #01b88e;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 15px;
    transition: all .4s ease;
    opacity: 0; 
}

li.menu-item > a.active:after, li.menu-item > a:hover:after {
    opacity: 1;
}

.right-bottom-header {
    margin-right: 0;
    margin-left: auto;
}

.btn-bottom-header {}

.btn-bottom-header a {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    /* background-image: linear-gradient(to right,#00c99c,#1d2755); */
    border-radius: 50px;
    background: #01b88e;
}



/****************************************************************************************************************|
                        								      				                                  |**|
                        								Footer				                                  |**|
                        								      				                                  |**|
*****************************************************************************************************************/


.wrapper-footer {
    font-weight: 400;
    line-height: 28px;
    padding: 75px 0 75px;
    font-size: 16px;
    position: relative;
    /* background: #a6a6a6; *//* background: #f6f9fb; */
    background-image: url(../images/bg/bg-partner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer {}

.top-footer {}

.wrap-top-footer {
    align-items: unset;
}

.footer-widget {
    width: 33.33%;
}

.footer-widget.logo-widget {
    padding-right: 45px;
    padding-left: 15px;
}

.wrap-footer-widget {
    margin: 20px 0;
}

.footer-logo {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-logo a {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 60px;
}

.text-logo-bottom {
    font-size: 16px;
    width: 150px;
    margin-left: 7px;
    color: #444;
    text-transform: capitalize;
    line-height: 25px;
}

.wrap-footer-widget p {
    margin-bottom: 28px;
}

p.text-logo {
    font-size: 15px;
}

.social-footer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.social-footer a {
    background: #1d2755;
    margin-bottom: 9px;
    position: relative;
    line-height: 1.6;margin-right: 5px;
    padding-bottom: 0;
    transition: all 0.3s ease-in-out;display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    /* background-color: #ff7d00; */
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 36px;
    margin: 0 0 0px 0;
}

.footer-widget-title h3 {}

.footer-widget.about-widget {
    padding-left: 45px;
    padding-right: 45px;
}

.footer-widget.newsletter-widget {}

.nav-footer {}

ul.wrap-nav-footer {}

ul.wrap-nav-footer li {
    width: 100%;
    padding-bottom: 9px;
    position: relative;
    line-height: 1.6;
}

ul.wrap-nav-footer li a {
    color: #444;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

ul.wrap-nav-footer li a:before {
    content: "";
    font-weight: 600;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    background: #000;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

ul.wrap-nav-footer li:hover a:before {
    opacity: 1;
    color: inherit;
}

ul.wrap-nav-footer li:hover a {
    padding-left: 15px;
}

.support-widget ul.wrap-nav-footer li {
    width: 100%;
}

.footer-widget.support-widget {
    background-color: #F2F2F2;
}

.contact-widget {}

.contact-widget form {
    display: flex;
}

::placeholder {
/*     color: #fff; */
}

.input-wrap {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    position: relative;
}

.input-wrap input, 
.input-wrap textarea {
    padding: 15px 10px;
    width: 85%;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    color: #9e9ea7;
    height: 70px;
font-family: 'Comfortaa', cursive;}

.input-wrap textarea {
    width: 100%;
    border-radius: 15px;
    border: 0;
    padding: 25px 30px;
    height: 100px;
    resize: none;
}

.input-wrap button {
    transition: all 0.3s linear 0s;
    width: 15%;
    /* color: #fff; */
    font-size: 16px;
    text-align: center;
    border: none;
    line-height: 1;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease-in-out;
}

.input-wrap button:hover {
    /* background-color: #000; */
    /* color: #fff; */
}

.bottom-footer {
background: #1d2755;
padding: 30px 0;color: #fff;
}

.bottom-footer > div {
    justify-content: space-between;
}

.footer-copyright {
    text-align: center;
    display: flex;
    align-items: center;
}

.footer-copyright p {
    margin-bottom: 0;
    text-align: center;
    margin: 0 30px;
    text-transform: capitalize;
}

.footer-copyright p a {
    color: #2667ff;
}

.right-line, .left-line {
    flex: 1;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #e1e1e1;
}

    ul.wrap-nav-footer li a:hover {
        color: #00c99c;
}

.footer-widget.newsletter-widget .wrap-footer-widget {
    background-color: #ffffff82;
    /*background-color: #17171a;*/
    border-radius: 10px;
    padding: 45px 50px 41px;
    margin-left: -30px;
    color: #444444;
    box-sizing: border-box;
}

.footer-widget.newsletter-widget .footer-widget-title {
    font-size: 20px;
    line-height: 1;
}


.newsletter-form input ::placeholder {
    color: #303d72;
    font-size: 16px;
}

.input-wrap:before {position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    content: "";
    height: 5px;
    background-color: #444444;
    border-radius: 5px;
}