/*================= Google fonts =================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); 

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*============= Web fonts ============*/
@font-face {
    font-family: 'Angelina';
    src: url(../fonts/Angelina.otf);
}

body {	
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #FFF; 
	color: #000; 
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-family: 'Angelina';
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #0097B1;  
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {   
    color: #fff;
    box-shadow: 0px 0px 10px #0097B1;
    -webkit-box-shadow: 0px 0px 10px #0097B1;
    -moz-box-shadow: 0px 0px 10px #0097B1;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

/*============ header-area start ===========*/
.header-area {
    background: #FFF;
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
}

.header-topbar {
    background: #FFFFFF;
    padding: 20px 0;
}

.header-topmain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headertop_left ul {
    display: flex;
    align-items: center;
}

.headertop_left ul li a {
    display: flex;
    align-items: center;
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.headertop_left ul li a img {
    max-width: 20px;
    margin-right: 8px;
}

.headertop_left ul li:last-child {
    margin-left: 30px;
}

.headertop_right ul {
    display: flex;
    align-items: center;
}

.headertop_right img {
    width: 20px;
}

.headertop_right ul li a {
    display: inline-block;
    margin-left: 7px;
    transition: 0.2s all ease;
}

.headertop_right ul li a:hover {
    opacity: 0.8;
}

.header-menubar {
    background: #0097B1;
    overflow: hidden;
}

.navbar-brand {
    display: block;
    position: relative;
}

.navbar-brand::after {
    content: "";
    width: 210px;
    height: 50px;
    display: block;
    background: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 6% 100%);
}

.navbar-brand img {
    max-width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.navbar-nav li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 14.5px 14px;
    margin: 0 2px;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    background: #017387;
    color: #FFF;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 2px;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

/*side-bar*/
.offcanvas-start {
    width: 320px;
}

.offcanvas-header {
    padding-top: 20px;
}

.offcanvas-header img {
    max-width: 150px;
}

.offcanvas-body ul li {
    padding: 7px 5px;
}

.offcanvas-body ul li a {
    color: #000!important;
    padding: 0;
    background: none!important;
    transition: 0.2s all ease;
}

.offcanvas-body ul li a:hover {
    color: #0097B1!important;
}

.btn-close {
    opacity: 1;
    font-size: 25px;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
}

/*============== hero-area start ============*/
.hero-area {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-overlay {
    background: rgba(255, 255, 255, 0.8);
    padding: 112px 0 125px;
}

.hero-left {
    background: #FFF;
    padding: 45px 40px;
    border-radius: 20px;
}

.hero-left p {
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 35px;
}

.hero-left a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    background: #0097B1;
    display: inline-block;
    padding: 14px 45px;
    text-transform: capitalize;
    border-radius: 25px;
    transition: 0.2s all ease;
}

.hero-left a:hover {
    opacity: 0.8;
}

.hero-right img {
    width: 460px;
    height: 460px;
    border-radius: 50%;
}

/*=========== switch-area start ===========*/
.switch-area {
    background: #FFF;
    padding: 120px 0 50px;
}

.switch_title h1 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    margin-bottom: 30px;
}

.switch_title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    margin-bottom: 30px;
    text-align: center;
}

.switch_left {
    border-right: 1px solid #E0E0E0;
}

.switch_item {
    padding: 16px 0;
}

.switch_item p {
    color: #000;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px;
}

/*============ grapt-area start ============*/
.grapt-area {
    background: #FFF;
    padding: 120px 0 150px
}

.grapt-upper {
    max-width: 1101px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}

.grapt-upper h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
}

.grapt-upper p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    text-align: center;
    margin-top: 30px;
}

.grapt-left p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: 40px;
}

.grapt-right img {
    max-width: 100%;
    background: #F5F5F5;
    border-radius: 20px;
}

/*============= consult-area start =============*/
.consult-area {
    background: #F5F5F5;
    padding: 180px 0 190px;
}

.consult-upper {
    position: relative;
    text-align: center;
}

.consult-upper img {
    max-width: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.consult-upper h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.consult_main {
    padding-top: 70px;
}

.consult_box {
    background: #FFF;
    border-radius: 20px;
    position: relative;
    min-height: 405px;
}

.consult-left {
    padding-top: 70px;
    padding-left: 30px;
    position: relative;
}

.consult-right {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 10px;
    position: relative;
}

.consult-left img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.consult-right img {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.consult_box h4 {
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 16px;
}

.consult_box ul {
    padding-left: 20px;
}

.consult_box ul li {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    list-style: initial;
}

.consult-right h4 {
    text-align: right;
}

.consult-left ul {
    max-width: 268px;
    width: 100%;
}

.consult-right ul {
    max-width: 292px;
    width: 100%;
    margin-left: auto;
}

.consult-bottom {
    max-width: 956px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 56px;
}

.consult-bottom p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

/*============== step-area start ============*/
.step-area {
    background: #FFF;
    padding: 136px 0;
}

.step-upper h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.step-upper h4 {
    font-family: 'Angelina';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    color: #0097B1;
    text-align: center;
    margin-top: 36px;
}

.step-cnt h4 {
    color: #000;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0;
}

.step-cnt h4 span {
    font-family: 'Angelina';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #0097B1;
    width: 52px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 2px solid #0097B1;
    border-radius: 50%;
    margin-right: 14px;
    padding-top: 6px;
}

.step-cnt p {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    margin-top: 32px;
}

.step1-part {
    padding: 85px 0;
}

.step3-part {
    padding-top: 95px;
}

/*=============== contact area start =================*/
.s1-hedding-item h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
}

.s1-contact-area {
    padding: 135px 0;
    background: #F5F5F5;
}

.s1-contact-area .row {
    --bs-gutter-x: 30px;
}

.s1-contact-area-inner {
    max-width: 1030px;
    margin: 0 auto;
}

.s1-contact-area-inner .s1-hedding-item {
    margin-bottom: 55px;
}

.s1-contact-item {
    margin-bottom: 70px;
}

.s1-contact-item h3 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 45px;
}

.s1-contact-item label {
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
}

.s1-contact-item input,
.s1-contact-item textarea {
    font-family: 'Inter', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    margin-bottom: 20px;
}

.s1-contact-item textarea {
    resize: none;
    padding: 20px;
    height: 277px;
}

.s1-contact-item input:focus,
.s1-contact-item textarea:focus {
    outline: none;
}

.s1-contact-item button {
    font-family: 'Inter', sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 211px;
    height: 50px;
    border: none;
    border-radius: 25px;
    margin-left: auto;
    margin-top: 10px;
    background: #0097B1;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.s1-contact-item button:hover {
    opacity: .8;
}

.s1-contact-item2-inner {
    margin-bottom: 74px;
}

.s1-contact-item2-inner img {
    width: 100%;
}

.s1-contact-item2-inner2 {
    padding-left: 52px;
}

.s1-contact-item2-inner2 h3 {
    color: #000;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 19px;
}

.s1-contact-item2-inner2 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.s1-contact-item2-inner2 p span {
    color: #0097B1;
    font-weight: 700;
}

.s1-contact-item2-inner3 {
    padding-left: 120px;
    padding-top: 40px;
}

.s1-contact-item2-inner3 h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.s1-contact-item2-inner3 h2 img {
    margin-left: 10px;
}

.s1-contact-item2-inner3 p {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
}

/*=============== partiellement area start here ====================*/

.s1-partiellement-area {
    padding: 135px 0 65px;
}

.s1-partiellement-item h2 {
    margin-bottom: 60px;
}

.s1-partiellement-item p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 65px;
}

.s1-partiellement-item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.s1-partiellement-item ul li {
    width: 14%;
    text-align: center;
    margin: 24px 0;
}

.s1-partiellement-item ul li img {
    max-width: 100%;
}

/*=============== graphique area start here ====================*/

.s1-graphique-area {
    padding: 143px 0;
    background: #F5F5F5;
}

.s1-graphique-area .row {
    --bs-gutter-x: 10px;
}

.s1-graphique-area .s1-hedding-item {
    margin-bottom: 33px;
}

.graphique-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 91px;
}

.s1-graphique-item-inner3 {
    margin-bottom: 10px;
}

.graphique-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

/*=============== explication area start here ====================*/

.s1-vant-area {
    padding-top: 136px;
    display: none;
}

.s1-vant-area .container {
    max-width: 1420px;
}

.s1-vant-area .s1-hedding-item {
    margin-bottom: 66px;
}

.s1-vant-item2-inner {
    /* background-image: url(../images/vant-01.png); */
    background-image: url(../images/avant-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 15px 263px;
    border-radius: 15px 0px 0px 15px;
    background-color: rgba(0, 0, 0, 0.41);
    position: relative;
    z-index: 1;
}

.s1-vant-item2-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px 0px 0px 15px;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: -1;
}

.s1-vant-item2-inner2:before {
    display: none;
}

.s1-vant-item2-inner span {
    font-family: 'Angelina';
    color: #000;
    font-size: 12px;
    font-weight: 400;
    width: 88px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #FFF;
}

.s1-vant-item2-inner2 {
    /* background-image: url(../images/vant-02.png); */
    background-image: url(../images/avant-01.png);
    border-radius: 0px 15px 15px 0px;
}

.s1-vant-item2 a {
    display: block;
}

.vant-carousel.owl-theme {
    margin: 0;
}

.vant-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 74px;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 10px;
    border-radius: 20px;
    background: #E6E6E6;
    margin: 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0297BC;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 35px;
}

/*=============== explication area start here ====================*/

.s1-explication-area {
    padding: 136px 0 100px;
    overflow: hidden;
}

.s1-explication-area .row {
    --bs-gutter-x: 30px;
}

.s1-explication-area .s1-hedding-item {
    margin-bottom: 66px;
}

.s1-explication-item2 {
    margin-bottom: 36px;
}

.s1-explication-item2-inner {
    border-radius: 15px; 
    position: relative;
    margin-bottom: 24px;
}

.s1-explication-item2-inner a {
    width: 100%;
}

.s1-explication-item2-inner a > img {
    width: 100%;
    border-radius: 15px;
}

.s1-explication-item2-inner2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.s1-explication-item2 h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.s1-explication-item2 p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/*=============== footer area start here ====================*/

.s1-footer-area {
    padding-top: 63px;
    background: #151D2D;
    box-shadow: 0px -4px 75px 0px rgba(0, 0, 0, 0.03);
}

.footer-item h2 {
    color: #FFF;;
    font-size: 48px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 68px;
}

.footer-item h2 img {
    margin-left: 22px;
}

.footer-item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.footer-item ul li a {
    margin: 0 12px;
}

.footer-item ul li a img {
    width: 40px;
}

.footer-item2 {
    padding: 22px 0;
    border-top: 1px solid #2C3442;
}

.footer-item2 p {
    font-family: 'Roboto', sans-serif;
    color: rgba(255, 255, 255, 0.90);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: none;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0px;
}


.alert-cs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}