@import url("notification.css"); @import url("https://unpkg.com/aos@2.3.1/dist/aos.css"); @import url("https://unpkg.com/balloon-css/balloon.min.css"); @import url("alert-notification.css"); @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"); @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/fontawesome.min.css"); @import url("owl.carousel.css"); @import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"); @import url("https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css"); @import url("slick.css"); @import url("modal-video.min.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@300;400;500;600;700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Dancing+Script:wght@400;600;700&family=Whisper&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Barlow: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"); @import url("https://fonts.googleapis.com/css2?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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Unbounded:wght@200..900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Unbounded:wght@200..900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=League+Spartan:wght@100..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Water+Brush&display=swap'); @font-face {
    font-family: reeyregular;
    src: url("fonts/reey/Reey-Regular.otf");
}

*, ::after, ::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    text-decoration: none;
    color: inherit;
    overflow-wrap: break-word;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-weight: 700;
    line-height: 1.5;
}
:root {
    --primary: #0072CE;
    --primary-dark: #005BA3;
    --primary-darker: #1e40af;
    --primary-darkest: #1e3a8a;
    --secondary: #10b981;
    --secondary-light: #34d399;
    --accent: #f59e0b;
    --accent-pink: #ec4899;
    --vsbg: #7c3aed;
    --vsbg-light: #a78bfa;
    --white: #fff;
    --black: #0a0e27;
    --text: #1e293b;
    --text-body: #475569;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
    --border: #e2e8f0;
    --smoke: #EFF1F5;

    --font-title: 'Roboto', sans-serif;
    --font-body: 'Urbanist', sans-serif;
    --font-display: 'Unbounded', sans-serif;

    --gradient-primary: linear-gradient(135deg, #0072CE 0%, #1e40af 100%);
    --gradient-hero: linear-gradient(135deg, #1e3a8a 0%, #1e40af 35%, #3b82f6 70%, #60a5fa 100%);
    --gradient-vsbg: linear-gradient(135deg, #7c3aed 0%, #a78bfa 60%, #c4b5fd 100%);
    --gradient-mesh: radial-gradient(at 20% 30%, rgba(0,114,206,0.15) 0%, transparent 50%),
                     radial-gradient(at 80% 70%, rgba(16,185,129,0.12) 0%, transparent 50%),
                     radial-gradient(at 50% 50%, rgba(124,58,237,0.08) 0%, transparent 60%);

    --shadow-sm: 0 2px 8px rgba(10, 14, 39, 0.06);
    --shadow-md: 0 12px 32px rgba(10, 14, 39, 0.08);
    --shadow-lg: 0 24px 64px rgba(10, 14, 39, 0.12);
    --shadow-glow: 0 8px 32px rgba(0, 114, 206, 0.35);
    --shadow-vsbg: 0 16px 48px rgba(124, 58, 237, 0.35);

    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* === BOUTONS === */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 999px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    transition: 0.4s var(--ease);
    cursor: pointer;
    border: none;
    text-decoration: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-glow);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 114, 206, 0.45);
    color: var(--white);
}

.btn-primary i {
    transition: transform 0.4s var(--ease);
}

.btn-primary:hover i {
    transform: translateX(4px);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary) !important;
}

.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

.btn-large {
    padding: 20px 40px;
    font-size: 16px;
}


:root {
    --primary-color: #0072CE;
    /* --second-color: #1e40af; */
    --second-color: #10b981;
    --thirth-color: #10b981;
    --white-color: #fff;
    --black-color: #000;
    --smoke-color: #EFF1F5;
    --title-font: "Roboto";
    --primary-font: "Urbanist", sans-serif;
    --second-font: 'Unbounded', sans-serif;
    --thirth-font: 'Montserrat', sans-serif;
    --smooth-font: "Popins" sans-serif;
}

::placeholder {
    font-weight: inherit;
    color: inherit;
}

input, select, button {
    outline: none;
    font-size: 14px;
    background: transparent;
    font-family: inherit;
}

a {
    cursor: pointer;
    transition: 0.5s;
    color: inherit;
}

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

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

.row-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

body {
    overflow-x: hidden;
    font-family: var(--primary-font);
    line-height: 1.5;
    color: rgb(100, 100, 100);
    position: relative;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
}

.wrapper-bottom-header.sticky {
    z-index: 10;
    padding: 5px 0px;
    box-shadow: rgba(2, 21, 78, 0.1) 0px 15px 18px;
}

#loader {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#loader2 {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 105;
}

#loader3 {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 110;
}

.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0px 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    color: rgb(190, 30, 45);
    width: 100%;
}

.message-erreur::before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgb(190, 30, 45);
}

/* ====================================================== Titre General =========================================== */
.section-title {
    position: relative;
    font-family: var(--title-font);
    margin-bottom: 30px;
    z-index: 1;
}

.wrap-title .section-title {
    width: 70%;
}

.title-filigrane {
    font-size: 169px;
    font-weight: 700;
    line-height: .8;
    letter-spacing: 15px;
    position: relative;
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.title-filigrane:after {
    position: absolute;
    content: '';
    top: -7px;
    left: 0;
    background-image: linear-gradient(to top, rgba(243, 243, 243, 0.94), #fafafa);
    height: 100%;
    width: 100%;
}

.second-title-bloc {
    font-size: 24px;
    padding: 9px 0;
    color: #252a37c4;
    line-height: 1;
    font-weight: 500;
    position: relative;
    padding-top: 6px;
    top: -6px;
}

.white-title .sub-title, .white-title .title-bloc {
    color: white;
}

.white-title .sub-title img {
    filter: brightness(0) invert(1);
}

.sub-title {
    position: relative;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    font-family: "Caveat";
}

.sub-title-img {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
}

.sub-title i {
    margin-right: 10px;
}

.title-bloc {
    font-size: 39px;
    color: var(--black-color);
    line-height: 48px !important;
}
.title-color2 {
    position: relative;
    color: #10b981;
}
.title-color1::after, .title-color2::after{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 12px;
    background: rgba(245, 158, 11, 0.35);
    z-index: -1;
    border-radius: 4px;
    transform: skewX(-8deg);
}

.title-color1 {
    position: relative;
    color: var(--primary-color);
}
.title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    background-color: var(--primary-color);
    margin-top: 25px !important;
}

.section-title.center .title-shape {
    margin: 0 auto;
}

.title-shape::before {
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}

.section-title.center .title-shape::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -8px;
    top: 0px;
    background-color: var(--primary-color);
}

.text-title {
    color: #e6e6e6;
    transition: all 500ms ease;
    position: relative;
    /* width: 50%; */
    padding: 0 15px;
    text-align: center;
}

.ligne-titre {
    margin: 0 auto 40px;
    position: relative;
    /* width: 1200px; */
}

.ligne-titre .section-title {
    margin: 0;
    width: 50%;
    padding: 0 15px;
    position: unset;
}

.color-white {
    color: #fff !important;
}

.primary-btn {
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
    z-index: 1;
    transition: 500ms;
    display: flex;
    align-items: center;
    width: fit-content;
    height: auto;
    color: var(--white-color);
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 14px 7px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}

.primary-btn::before, .primary-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    transition: width 320ms ease-in-out;
    border-radius: 50px;
}

.primary-btn::before {
    left: 0px;
    background-color: var(--second-color);
}

.primary-btn::after {
    right: 0px;
    background-color: var(--second-color);
}

.primary-btn:hover::before, .primary-btn:hover::after {
    width: 60%;
}

.primary-btn svg {
    fill: var(--white-color);
    margin-left: 6px;
    width: 24px;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translateY(-3px);
}

.primary-btn.btn-btn-process1 {
    margin-right: 15px;
}

.primary-btn.btn-btn-process2 {
    color: var(--primary-color);
    background: white;
    border: 1px solid var(--primary-color);
}
.primary-btn i {
    margin-right: 10px;
}
.primary-btn.btn-btn-process2 svg {
    fill: var(--primary-color);
}

.primary-btn.btn-btn-process2:hover {
    color: white;
}

.primary-btn.btn-btn-process2:hover svg {
    fill: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.white, .white > * {
    color: var(--white-color) !important;
}

.center, .center > * {
    text-align: center !important;
}

.center .sub-title {
    display: flex;
    justify-content: center;
}

.center .sub-title:before {
    content: "";
    position: relative;
    height: 2px;
    width: 60px;
    background: var(--primary-color);
    display: inline-block;
}

.sub-title:after {
    content: "";
    position: relative;
    height: 2px;
    width: 60px;
    background: var(--primary-color);
    display: inline-block;
}

.header-mobile {
    display: none;
}

.popup-video {
    padding: 0px;
    width: 65px;
    height: 65px;
    color: rgb(249, 249, 249);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 6;
    transition: 0.4s;
}

.popup-video i::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    box-shadow: currentcolor 0px 0px 0px 0px;
    animation: 3s ease 0s infinite normal none running pulse-border;
    opacity: 0.6;
    z-index: -1;
}

.popup-video::before, .popup-video::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: rgb(0, 90, 169);
    border-radius: 50%;
    animation: 1.9s ease-in-out 0s infinite normal none running pulse-border;
    z-index: -1;
}

.popup-video::before {
    opacity: 0.4;
    animation: auto ease 0s 1 normal none running none;
}

.left-header {
    width: 14%;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
    background: white;
    margin: -15px 0px -15px -38px;
    border-radius: 60px 0px 0px 60px;
    border-right: 4px solid #10b981;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.center-header {
    width: 68%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container.header {
    width: 1400px;
}

.wrapper-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.top-super-header {
    width: 90%;
    margin: 0 auto;
    flex: 0 0 auto;
    background: var(--primary-color);
    padding: 3px 35px;
    border-radius: 15px 15px 0px 0px;
    /* margin: 0px 85px 0px auto; */
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
}

.center-top-header {
    width: 100%;
}

.wrap-left-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

a.logo-header img {
    width: 100%;
    height: auto;
}

a.logo-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: auto;
}

ul.header-contact-info {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-header {
    gap: 20px;
}

.contact-header a i {
    margin-right: 5px;
}

ul.header-contact-info li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
    font-family: Catamaran;
}

.left-top-super-header {
    position: relative;
    /* padding: 0px 25px 0px 0px; */
    display: flex;
    align-items: center;
    color: white;
}

.left-top-super-header p {
    /* margin-left: 90px; */
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.left-top-super-header .tx-icon {
    color: var(--primary-color);
    background: white;
    border-radius: 50%;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    margin-right: 15px;
}

.right-top-super-header {
    font-family: Catamaran;
    display: flex;
}

.right-top-super-header ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.right-top-super-header ul li {
    color: rgb(255, 255, 255);
}

.header-user-info {
    position: relative;
    margin: 3px 0px 3px 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.social-header a:hover {
    background: white;
    color: var(--primary-color);
}

li.header-user-info:hover i {
    background: white;
    color: rgb(223, 14, 14);
}

.header-user-info i {
    font-size: 14px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.11);
    border-radius: 50px;
    width: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
}

.header-contact-info::before{
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    width: 1px;
    height: 15px;
    background: rgb(225, 230, 238);
    transform: translateY(-50%);
}
.header-contact-info::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 15px;
    background: rgb(225, 230, 238);
    transform: translateY(-50%);
}

.social-header {
    justify-content: end;
    font-size: 14px;
    color: white;
    position: relative;
    margin-left: 10px;
}

.social-header a {
    margin-right: 15px;
    font-size: 14px;
    border-radius: 50px;
    width: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    transition: 0.35s;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.11);
}

.social-header a:last-child {
    margin-right: 0px;
}

.wrap-contener-header {
    display: flex;
    flex-direction: column;
    width: 99.4%;
    padding-top: 10px;
    margin: 0px 0px 0px auto;
}

.tx-lines {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
    gap: 1px;
    align-items: center;
    /* display: none; */
}

span.tx-line {
    background: rgb(255, 255, 255);
    height: 1px;
    width: 100%;
}

span.tx-line.tx-line__1 {
    width: calc(100% - 600px);
}

span.tx-line.tx-line__2 {
    width: calc(100% - 450px);
}

span.tx-line.tx-line__3 {
    width: calc(100% - 500px);
}

.header-action .action-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: black;
    position: relative;
}

a.btn-header-user span {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 16px;
    min-height: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgb(241, 177, 175);
    color: rgb(26, 26, 26);
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
    line-height: 100%;
}

.info-top-header {
    display: flex;
}

.info-top {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
}

.icon-info-top {
    width: 20px;
    height: 20px;
    padding: 0px;
    position: relative;
    margin-right: 7px;
}

.meta-info-top {
    padding: 0px;
    font-weight: 500;
}

form.choix-lang-top-header select {
    font-size: 11px;
    padding: 0px;
    font-weight: 500;
    border: navajowhite;
}

.navbar-header-bottom > .navlink > li > a.active::before, .navbar-header-bottom > .navlink > li > a:hover::before {
    position: absolute;
    left: 0px;
    content: "";
    width: 100%;
    background: var(--thirth-color);
    bottom: 0px;
    height: 3px;
    transition: 0.3s;
}

.social-header a i {
}

.wrapper-super-header {
    position: relative;
    width: 100%;
}

.bloc-search-bar-- {
    position: absolute;
    inset: 0px 0px 100%;
    width: 100%;
    background-color: rgb(245, 245, 245);
    height: 200px;
    z-index: 10010;
    margin-top: 1px;
    padding-top: 30px;
    transform: translateY(-178%);
    transition: 0.8s;
}

.content-search-display {
    width: 900px;
    max-width: 100%;
    margin: 0px auto;
    height: auto;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
}

button#close {
    top: 0px;
    right: 0px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    width: 34px;
    cursor: pointer;
    position: absolute !important;
    margin-right: 0px !important;
    padding: 0px !important;
}

.titre-search-bar {
    margin: 0px 0px 10px;
    font-size: 27px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: rgb(196, 148, 44);
    text-align: center;
}

p.description-search-bar {
    color: rgb(37, 37, 37);
    font-size: 17px;
    line-height: 1.5;
    opacity: 0.8;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.right-header {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    position: relative;
    font-family: Catamaran;
}

.wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 51px;
    padding: 0px 30px;
    background: rgb(255, 255, 255);
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.right-header .header-action {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.right-header .header-action ul {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

li.header-shop-cart button {
    font-size: 17px;
    line-height: 1;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: var(--primary-color);
    border-radius: 50%;
    width: 45px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.5s;
}

li.header-shop-cart button:hover {
    background-color: var(--second-color);
}

li.item-lang:hover {
    color: var(--second-color);
}

.bloc-change-color:hover .other-list-lang {
    opacity: 1;
    visibility: visible;
}

.bloc-change-color .other-list-lang {
    position: absolute;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    right: -10px;
    box-shadow: rgba(0, 0, 0, 0.07) 1px 1px 8px;
    transition: 0.35s;
    visibility: hidden;
    opacity: 0;
}

li.item-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 5px 10px !important;
}

a.bloc-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

a.bloc-lang img {
    margin: 0px 0px 0px 10px;
    width: 14px;
    height: 14px;
}

.item-lang::before {
    display: none;
}

li.header-shop-cart button span {
    position: absolute;
    right: 7px;
    top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
}

li.header-shop-cart::before {
    content: "";
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: rgb(225, 230, 238);
    height: 22px !important;
}

.right-header .header-action ul li {
    position: relative;
    padding-left: 35px;
}
.btn-vsbg {
    background: var(--vsbg);
    color: var(--white);
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.4s var(--ease);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
    white-space: nowrap;
}

.btn-vsbg:hover {
    background: #6d28d9;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.4);
    color: var(--white);
}

.btn-vsbg i {
    transition: transform 0.4s var(--ease);
}

.btn-vsbg:hover i {
    transform: translateX(4px);
}

li.bloc-change-color {
    position: relative;
    margin-left: 25px;
    border-radius: 5px;
    background: rgba(47, 44, 124, 0.05);
    padding: 5px 13px !important;
}

li.header-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.header-phone .icon {
    font-size: 35px;
    color: rgb(223, 14, 14);
    padding-right: 13px;
}

li.header-phone .icon i {
}

li.header-phone .content span {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2px;
}

li.header-phone .content h5.number {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 600;
    color: rgb(223, 14, 14);
}

.right-header .header-action ul li:first-child {
}

li.header-phone {
}

.right-header .header-action ul li.header-phone {
    margin-left: 0px;
    padding-left: 24px;
}

.right-header .header-action ul li.header-phone::before {
    display: none;
}

a.btn.transparent-btn:hover {
    background: transparent;
}

a.btn.transparent-btn {
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: 2px solid var(--second-color);
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    background-color: var(--second-color);
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 14px 0px;
}

a.btn.transparent-btn::before {
    content: "";
    transition-duration: 0.8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}

a.btn.transparent-btn:hover::before {
    top: -40%;
    background: var(--primary-color);
}

a.btn.transparent-btn:hover {
    color: white;
    border-color: var(--primary-color);
    background: var(--primary-color);
}

a.btn.transparent-btn i {
    transform: scale(-1, 1);
    margin-left: 5px;
}

.bloc-search-bar--::before {
    position: absolute;
    right: 0px;
    top: -15px;
    left: 55vw;
    width: 0px;
    height: 0px;
    margin: auto;
    content: "";
    border-bottom: 15px solid rgb(242, 242, 242);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0);
    z-index: 1500;
    display: none;
}

.bloc-search-bar--.show-search-bar--- {
    transform: translateY(0px);
}

.icone-search svg, .icone-cle svg {
}

input#mot-cle {
    width: 60%;
    height: 50px;
    border: 0px solid rgb(216, 216, 216);
    padding: 0px 10px;
    font-size: 19px;
    margin-right: 0px;
    background: rgb(255, 255, 255);
}

form#search-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 12px;
    height: 80px;
    border-radius: 40px;
    padding: 0px 15px 0px 20px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.content-button-client a:last-child .icone-cle {
    width: 123px;
}

button#search-button {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 0px 45px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 35px;
    height: 55px;
    background: rgb(195, 148, 46);
    cursor: pointer;
}

.navbar-header-bottom > .navlink {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 0px;
    font-family: var(--primary-font);
}

.navbar-header-bottom > .navlink > li {
    position: relative;
    display: inline-block;
    transition: 0.5s ease-in-out;
    margin: 0px 15px;
}

.navbar-header-bottom > .navlink > li > a {
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: rgb(52, 50, 50);
    font-style: normal;
    /* text-transform: capitalize; */
    height: 82px;
}

.navbar-header-bottom > .navlink > li > a.active, .navbar-header-bottom > .navlink > li > a:hover {
    color: var(--thirth-color);
}

ul.smenu, ul.ssmenu {
    border-bottom: 4px solid var(--primary-color);
    position: absolute;
    background: rgb(255, 255, 255);
    padding: 22px 0px;
    top: 100%;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    min-width: 250px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(46, 63, 99, 0.15) 11px 10px 38px;
    transition: 220ms linear;
    border-radius: 8px;
    clip: rect(1px, 1px, 1px, 1px);
    transform-origin: 0px 0px 0px;
    text-align: left;
}

.navbar-header-bottom > .navlink > li.has-children > a.active::before, .navbar-header-bottom > .navlink > li.has-children > a:hover::before {
    background: transparent;
}

.navlink > li > .smenu::before {
    content: "";
    position: absolute;
    left: 25px;
    height: 12px;
    transform: rotate(45deg);
    width: 12px;
    top: -5px;
    box-shadow: rgba(46, 63, 99, 0.15) 11px 10px 38px;
    margin: auto;
    background: var(--primary-color);
    transition: 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    z-index: -1;
}

ul.smenu li, .ssmenu li {
    padding: 0px 30px;
    white-space: nowrap;
    position: relative;
}

ul.smenu a {
    line-height: normal;
    padding: 12px 0px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(90, 90, 90, 0.11);
    color: rgb(46, 61, 68);
    transition: 220ms linear;
}

ul.ssmenu {
    top: 0px;
    left: 100%;
}

ul.ssmenu li {
}

ul.ssmenu a {
}

ul.navlink li:hover .smenu, ul.smenu li:hover .ssmenu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    margin-top: -15px;
}

ul.smenu a::before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0px, -50%);
    opacity: 0;
    transition: 220ms linear;
    background-color: var(--primary-color);
    bottom: -5%;
}

ul.smenu a:hover {
    padding-left: 18px;
    color: var(--primary-color);
}

ul.smenu a:hover::before {
    opacity: 1;
    left: 0px;
}

ul.navlink li:last-child a {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

li.has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.infoCompteUser {
    position: absolute;
    width: 375px;
    padding: 20px 6px 0px;
    border-radius: 10px;
    background: white;
    box-shadow: rgb(182, 182, 182) 1px 2px 9px;
    top: 60px;
    right: -300%;
    z-index: 2;
    max-width: 400px;
    height: auto;
    overflow: auto;
}

.infoCompteUser .item {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.infoCompteUser .moncompte {
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.dot {
    background: black;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 3px;
}

.charte li {
    display: flex;
    align-items: center;
}

.charte a:hover {
    background: rgb(238, 238, 238);
}

.logout-all-account a:hover {
    background: rgba(238, 238, 238, 0.78);
}

.manage-myaccount:hover {
    background: rgba(238, 238, 238, 0.72);
}

.add-account a:hover {
    background: rgba(238, 238, 238, 0.65);
}

span.text-profil {
    font-weight: 600;
    font-size: 37px;
    text-transform: lowercase;
    color: white !important;
}

.image-profil {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-bottom: 16px;
    align-items: center;
    z-index: 1;
    background: rgb(198, 148, 42);
}

.other-account {
    display: flex;
    padding: 11px 32px 15px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.item.logout-all-account {
    padding: 16px;
}

.political-charte {
    color: black;
    font-size: 13px;
    font-weight: 300;
}

ul.charte {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
}

.charte a {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 4px 7px;
    transition: 0.5s;
}

.logout-all-account a {
    border: 1px solid rgb(218, 220, 224);
    padding: 8px 24px;
    border-radius: 4px;
    display: inline-block;
    transition: 0.6s ease-in;
    font-size: 16px;
}

.statut-account {
    color: black;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    right: 0px;
}

.profilother-account {
    border-radius: 50%;
    display: flex;
    height: 32px;
    position: relative;
    width: 32px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: rgb(5, 74, 122);
}

.profilother-account img {
    width: 100%;
    object-fit: cover;
}

.info-other-account {
    display: flex;
    width: 87%;
    flex-flow: column wrap;
    justify-content: start;
    font-size: 13px;
    padding-left: 16px;
    line-height: 20px;
    text-align: left;
    position: relative;
}

.info-other-account .info-user {
    font-weight: 500;
    padding-right: 74px;
}

.profil-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.moncompte .info-user.center {
    line-height: 30px;
}

.email-user.center {
    color: black;
}

.moncompte .email-user {
    margin-bottom: 16px;
    font-weight: 300;
    color: rgb(95, 99, 104);
    font-size: 16px;
}

#infoCompteUser i {
    color: black;
}

.add-account a {
    padding: 11px 32px 15px;
    display: flex;
    transition: 0.7s;
}

.add-account a i {
    margin-right: 19px;
    width: 32px;
}

.add-account a span {
    display: block;
}

.manage-myaccount {
    border: 1px solid rgb(218, 220, 224);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: normal;
    border-radius: 100px;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 254px;
    transition: 0.5s;
    cursor: pointer;
    outline: 0px;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 16px;
}

#infoCompteUser span {
    color: black;
}

.profilother-account .text-profil {
    font-size: 17px;
    font-weight: 500;
}

.image-profil img {
    width: 100%;
}

.editer-profil {
    position: absolute;
    background: white;
    width: 28px;
    color: black;
    z-index: 2;
    top: 41%;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    display: flex;
    height: 28px;
    right: 34%;
    border-radius: 50%;
    box-shadow: rgb(192, 189, 189) 1px 2px 9px;
}

.icon-bottom-banniere span img {
    height: 30px;
}

.image-cachee {
}

.icon-bottom-banniere span.image-cachee {
    position: absolute;
    left: 15px;
    right: 0px;
    top: 46%;
    margin: 0px auto;
    text-align: center;
    transform: translateY(-50%);
    transition: 0.43s ease-in-out;
    opacity: 0;
}

.wrap-item-bootom-banniere:hover .icon-bottom-banniere span.image-cachee {
    opacity: 1;
    animation: 0.5s ease 0s 1 normal none running toBottomFromTop;
    display: none;
}

.wrap-item-bootom-banniere:hover .icon-bottom-banniere span {
    animation: 0.3s ease 0s 1 normal none running toBottomFromTop;
}

.wrap-item-bootom-banniere:hover .icon-bottom-banniere span.image-cachee {
}

.wrap-item-bootom-banniere:hover .icon-bottom-banniere svg {
    fill: var(--second-color);
}

.form-newsletter {
    justify-content: unset;
    position: relative;
    width: 100%;
}

.field-form-news-letter input::placeholder {
}

.news-letter-button:hover::before {
    top: -40%;
}

.news-letter-button:hover {
}

.social-footer {
    flex-grow: 1;
    gap: 10px;
    justify-content: flex-end;
}

.social-footer a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 5px;
    font-size: 20px;
    color: var(--primary-color);
    transition: 0.3s ease-out;
}

.social-footer a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.footer-widget-newsletter input[type="email"] {
    width: 100%;
    padding-left: 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    background-color: var(--twonet-text-light);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 60px 0px;
    color: var(--twonet-text);
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.footer-link-item {
    display: flex;
    flex-direction: column;
    width: 25%;
    flex: 0 0 auto;
    padding-right: 15px;
}

.wrap-item-footer-post {
    justify-content: unset;
}

.footer-post-image {
    width: 80px;
    aspect-ratio: 1 / 1;
    display: flex;
    background: rgb(223, 223, 223);
    border-radius: 5px;
    margin-bottom: 12px;
}

.footer-post-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.footer-post-content {
    padding-left: 15px;
    width: calc(100% - 80px);
}

.footer-post-content span {
    text-transform: capitalize;
    color: #f8c51c;
    font-weight: 600;
    font-size: 18px;
}

.footer-post-content p {
    font-family: var(--title-font);
    color: var(--white-color);
}

.footer_slider_arrows {
    position: absolute;
    top: 34px;
    right: 50px;
}

.prev-slick.slick-arrow {
    margin-right: 7px;
}

.footer-link-text {
    font-size: 16px;
    padding-bottom: 20px;
    color: var(--white-color);
}

.footer-link-title {
    color: white;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    line-height: normal;
}

.wrapper-footer-main {
    padding-top: 57px;
}

.footer-link-liens-details li a:hover {
    color: var(--primary-color);
}

.wrapper-footer {
    padding-top: 60px;
    background-color: #1e293b;
    background-image: url("../images/shapes/bg-footer.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

.wrapper-footer.footer-interne {
    padding: 0px;
}

.wrap-contact-footer {
    background-color: var(--primary-color);
    color: #fff;
    margin: 0px 0 40px;
    padding: 35px 15px 35px;
    border-radius: 20px;
    margin-top: -128px;
}

.item-contact-footer {
    position: relative;
    width: calc(100% / 3);
    padding: 0 15px;
}

.wrap-item-contact-footer {
    display: flex;
    align-items: center;
}

.icon-contact-footer {
    flex: 0 0 63px;
    margin-right: 15px;
    border-radius: 50%;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.text-contact-box p {
    font-size: 19px;
    font-weight: 600;
}

.text-contact-box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 3px;
    color: #FFFFFFD9;
}

.icon-contact-footer i {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--primary-color);
}

.btn.btn-bg-white:hover::before {
    width: 100%;
}

.btn-bg-white:hover::before, .btn-bg-white-two:hover::before {
    width: 100%;
}

.item-logo a {
    width: 145px;
    height: 91px;
    display: block;
}

.item-logo a img {
    height: 100%;
    width: 100%;
}

.footer-link-social {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    z-index: 9;
    list-style: none;
}

.footer-link-social li {
    padding: 0px 0.2em;
}

.footer-link-title {
}

.footer-link-title::before {
    width: 31px;
    height: 4px;
    content: "";
    position: absolute;
    background: var(--primary-color);
    bottom: -9px;
    border-radius: 2px;
}

.footer-link-social a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.footer-link-social a:hover {
    color: white;
    background-color: var(--primary-color);
}

.liens {
}

.footer-link-liens-details, .footer-link-contact-details {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-link-liens-details li a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}

.footer-link-liens-details > li > a:hover::before {
    opacity: 1;
}

.footer-link-liens-details li a:hover {
    color: var(--thirth-color);
    padding-left: 15px;
}

.footer-link-liens-details > li > a::before {
    position: absolute;
    top: 50%;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    opacity: 0;
    color: var(--thirth-color);
    transform: translateY(-50%);
    transition: 0.3s;
}

.footer-link-contact-details li {
    display: flex;
}

.footer-link-contact-details li:first-child i {
    padding-top: 5px;
}

.footer-link-contact-details li > i {
    font-size: 16px;
    padding-right: 15px;
    color: var(--primary-color) !important;
}

.footer-link-contact-details li > svg {
    margin-right: 10px;
}

.icon-map::before {
    content: "";
    color: var(--primary-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.footer-link-contact-details li p {
    color: rgb(255, 255, 255);
    line-height: 24px;
    display: inline-block;
}

.footer-link-contact-details li + li {
    padding-top: 20px;
}

.footer-link-contact-details li a {
    transition: 0.3s;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.footer-link-contact-details li:hover a {
    color: #f8c51c;
}

.icon-mail::before {
    content:"";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--primary-color);
}

.icon-uniE90::before {
    content: "";
    color: rgb(255, 23, 73);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.footer-link-title {
}

.footer-link-title::before {
    width: 31px;
    height: 4px;
    content: "";
    position: absolute;
    background: var(--primary-color);
    bottom: -9px;
    border-radius: 2px;
}

.icon-uniE90D {
    width: 20px;
    height: 20px;
    fill: var(--primary-color);
    display: inline-block;
    transform: rotate(270deg);
}

.footer-widget-contact-details li p {
    margin-top: 0px;
    margin-bottom: 1rem;
}

.wrap-item-new-letter input {
    color: var(--black-color);
    margin-right: 10px;
    height: 45px;
    display: block;
    background: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 5px;
    padding: 0 12px;
    margin-bottom: 10px;
}

.wrap-item-new-letter .btn {
    margin-top: 10px;
    color: rgb(255, 255, 255);
    height: 40px;
    font-size: 14px;
    background: var(--thirth-color);
    padding: 0px 20px 0px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-item-new-letter .btn i {
    margin-left: 10px;
}

.newsletter {
    position: relative;
    z-index: 9;
}

.newsletter input[type="email"] {
    width: 100%;
    padding-left: 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 60px 0px;
    color: rgb(108, 105, 105);
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.btn-bg-white::before, .btn-bg-white-two::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    background-color: var(--primary-color);
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
}

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

.btn-bg-white:hover {
    background-color: var(--second-color);
    color: white;
}

.btn-bg-white:hover i::before {
    color: var(--twonet-secondary);
}

.btn {
    border: transparent;
}

.btn-bg-primary, .btn-bg-white, .btn-bg-white-two {
    padding: 16px 40px;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
}

.btn-bg-primary, .btn-small-primary, .btn-bg-white {
    color: white;
    background-color: var(--second-color);
    position: relative;
    z-index: 11;
    overflow: hidden;
    transition: 0.3s;
}

.btn {
    border: transparent;
}

.footer-widget-newsletter button span {
    font-size: 16px;
}

.btn-bg-white .icon-1::before {
    color: white;
    font-size: 12px;
    transition: 0.3s;
    margin-left: 7px;
}

.btn i {
}

.icon-1::before {
    content:"";
    color: rgb(255, 255, 255);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.wrapper-footer-copyright {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.copyright p {
    margin: auto auto 0px;
    color: var(--twonet-light);
}

.copyright span a {
    color: var(--thirth-color);
}

.copyright span a:hover {
    text-decoration: underline;
}

.copyright-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 0px auto;
    padding-left: 0px;
    list-style: none;
}

.copyright-menu li {
    padding: 0px 10px;
    /* text-transform: uppercase; */
    /* text-decoration: underline; */
}

.copyright-menu li a {
    color: var(--twonet-light);
    text-decoration: none;
    transition: 0.3s;
}

.copyright-menu li:hover a {
    color: #f8c51c;
}

.footer-links > div + div {
    padding-right: 40px;
}

.footer-content.container {
    /* width: 1200px; */
}

.scroll-to-top {
    align-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--second-color);
    position: absolute;
    top: -15px;
    left: 50%;
    right: 0px;
    z-index: 99;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 5px;
    scroll-behavior: smooth;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: 0.3s;
    display: none;
}

.scroll-to-top:hover {
    background-color: var(--primary-color);
    color: white;
}

.field-form-news-letter input {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    display: block;
    width: 100%;
    height: 54px;
    padding: 20px 70px 20px 45px;
    background-color: var(--white-color);
}

.news-letter-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 61px;
    height: 54px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: var(--second-color);
    transition: 0.3s;
}

.news-letter-button:hover {
    background-color: var(--black-color);
}

.image-logo-footer {
    height: 115px;
    position: relative;
    width: 115px;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.image-logo-footer img {
    object-fit: cover;
}

.wrap-footer {
    padding-bottom: 30px;
    align-items: flex-start;
}

.wrapper-news-letter {
    position: relative;
    margin: -80px 0px -85px;
    z-index: 1;
}

.wrap-newsletter.row-container {
    position: relative;
    background-image: url("../images/footer/footer-img-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 40px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.news-letter-icon {
    position: relative;
    margin-bottom: 0px;
    flex-shrink: 0;
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    padding: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

.news-letter-icon-box {
    position: relative;
    width: 58%;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.wrap-newsletter::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background-color: rgba(47, 44, 124, 0.78);
    content: "";
}

.news-letter-title {
    font-size: 28px;
    letter-spacing: -0.03em;
    padding-bottom: 8px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.news-letter-text-box p {
    color: #fff;
}

.wrap-form-news-letter {
    width: 40%;
}

.field-form-news-letter {
    width: 100%;
}

.field-form-news-letter input::placeholder {
    text-align: left !important;
}

label.field-form-news-letter i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
}

.wrapper-partenaire {
    position: relative;
    /* background-color: rgb(249, 247, 244); */
    background-image: none;
    padding: 25px 0px 90px;
    overflow: hidden;
}

.container.partenaire {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}

.wrapper-partenaire .section-title.center {
    text-align: center;
    margin-bottom: 30px;
}

.wrapper-partenaire .title-bloc {
    font-size: 28px;
    font-weight: 700;
    margin-top: 8px;
}

.wrap-partenaire {
    margin: 0px !important;
}

.item-partenaire {
    text-align: center;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgb(240, 240, 240);
    padding: 10px 20px;
}

.wrap-item-partenaire {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    box-shadow: none;
    text-decoration: none;
}

.wrap-item-partenaire img {
    display: inline-block;
    width: 120px;
    max-width: 130px;
    max-height: 130px;
    margin: 0px auto;
    transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    position: relative;
    opacity: 0.7;
    filter: grayscale(20%);
}

.wrap-item-partenaire img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(1) {
    transform: translateY(100%);
    opacity: 0;
}

.item-partenaire:hover .wrap-item-partenaire img:nth-child(2) {
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: grayscale(0%);
}

.wrap-partenaire .slick-arrow {
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: 300ms;
    border-radius: 50%;
    position: absolute;
    padding: 0px;
    background-color: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(187, 187, 187);
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: flex !important;
}

.wrap-partenaire .slick-arrow:hover {
    color: var(--second-color);
}

.wrap-partenaire .slick-prev {
    left: -50px;
}

.wrap-partenaire .slick-next {
    right: -50px;
}

.slick-prev::before, .slick-next::before {
    display: none;
}

.wrap-partenaire .slick-dots {
    display: none !important;
}

.shape-partenaire {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: fit-content;
}

.shape-partenaire.shape-dots-red {
    left: -20px;
    bottom: -71px;
    animation: 3s ease 0s infinite normal none running float-bob-x;
}

.shape-partenaire.shape-dots-red img {
    width: 160px;
    height: auto;
    opacity: 0.6;
}

.shape-partenaire.shape-blob {
    right: -60px;
    top: -70px;
    animation: 3s ease 0s infinite normal none running float-bob-y;
}

.shape-partenaire.shape-blob img {
    width: 173px;
    height: auto;
    opacity: 0.45;
}

/* **************************************************************************
                        Animation
******************************************************************************/
@keyframes float-bob-x-2 {
    0% {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    100% {
        -webkit-transform: translate(50%,0);
        transform: translate(50%,0)
    }
}

@keyframes rotate-y {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes bg-zoom-anim {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 130%;
    }
}

@keyframes section-animation {
    0% {
        width: 0px;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    100% {
        width: 0px;
        opacity: 0;
    }
}

@-webkit-keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes shake {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(30px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 1920px 0px;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px #0aa5cd00;
    }

    100% {
        box-shadow: 0 0 #0aa5cd00;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rtLeftRight {
    0% {
        transform: perspective(600px) translate3d(0px, 0px, 0px) rotateY(45deg);
    }

    50% {
        transform: perspective(600px) translate3d(0px, 0px, 0px) rotateY(-45deg);
    }

    100% {
        transform: perspective(600px) translate3d(0px, 0px, 0px) rotateY(45deg);
    }
}

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

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.3);
        opacity: 0;
    }
}

@keyframes shapeMover {
    0%, 100% {
        transform: perspective(400px) translateY(0px) rotate(0deg) translateZ(0px) translateX(0px);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes UpDown {
    0%, 100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes ripple {
    70% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 40px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
    }
}

@keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translate(5px)
    }

    33.3% {
        transform: translate(-3px)
    }

    49.95% {
        transform: translate(4px)
    }

    66.6% {
        transform: translate(-2px)
    }

    83.25% {
        transform: translate(1px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}
