@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fasthand&display=swap");

@font-face {
    font-family: "YouthandBeauty";
    src: url("./YouthandBeauty.ttf.woff") format("woff"),
        url("./YouthandBeauty.ttf.svg") format("svg"),
        url("./YouthandBeauty.ttf.eot"),
        url("./YouthandBeauty.ttf.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "flexo";
    font-style: normal;
    font-weight: normal;
    src: local("flexo"), url("../css/Flexo-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "DancingScriptOT";
    src: url("./DancingScriptOT.ttf.woff") format("woff"),
        url("./DancingScriptOT.ttf.svg") format("svg"),
        url("./DancingScriptOT.ttf.eot"),
        url("./DancingScriptOT.ttf.eo?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* border: solid 1px red; */
}
body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
}
/* Track */
body::-webkit-scrollbar-track {
    background: #888;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #f29513;
}
.nvup {
    color: white !important;
    margin-right: 25px;
    font-size: 13px;
}
.nvdwn {
    color: rgb(0, 0, 0) !important;
    margin: 0 5px;
    font-size: 15px;
}
.nav-item .active {
    color: #f29513 !important;
}

.nav-link {
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: flexo;
}
.nav-link:hover {
    color: #f29513 !important;
}
.divabout {
    position: relative;
    top: 24px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: sticky; /* Fixed/sticky position */
    bottom: 92px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #f29513; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 14%; /* Rounded corners */
    left: 95%;
    width: 3.15%;
}

#myBtn:hover {
    background-color: #10375c; /* Add a dark-grey background on hover */
}
/* -----------------popup------------- */
.overlayy {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /* transition: opacity 100ms; */
    visibility: hidden;
    display: none;
    opacity: 0;
    z-index: 1000;
}
.overlayy:target {
    visibility: visible;
    opacity: 2;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    top: 15%;
    background: #fff;
    border-radius: 5px;
    width: 25%;
    height: 45%;
    position: relative;
    /* transition: all 1s ease-in-out; */
}

.popup h2 {
    margin-top: 0;
    color: #000c50;
    font-family: Tahoma, Arial, sans-serif;
}
.popup a {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    /* transition: all 200ms; */
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06d85f;
}
.popup .contentt {
    max-height: auto;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    .navbar-toggler {
        background-color: whitesmoke;
        opacity: 0.8;
    }
    .contact_field {
        padding: 60px 0px 90px 0px !important;
    }
}
/* ----------------------header--------------- */

html {
    height: 100%;
}
hr {
    color: rgba(255, 0, 0, 0);
}

body {
    margin: 0%;
    padding: 0%;
    height: 100%;
    background-color: #fcfcfc;
}

/* ----------title---------- */

.seven h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.seven h1:after,
.seven h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
}

.twelve h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 290px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    padding-bottom: 13px;
}
.twelve h1:before {
    background-color: #000c50;
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
    background-color: #000c50;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

/*----------le bienvenue------*/

h2 {
    font-weight: 700;
}
#section1,
#section2,
#section3 {
    margin: auto;
}
.section2carous {
    display: flex;
    flex-wrap: wrap;
}
.residentimg,
.residentimg > .carousel-item > img {
    height: 240px;
}
.residentimg:hover {
    cursor: pointer;
}
from {
    border-right-color: rgba(0, 0, 0, 0.75);
}
to {
    border-right-color: transparent;
}
/*---------------------banniere---------------------------*/

.imgicn {
    position: absolute;
    height: 120px;
    width: 120px;
}

.go {
    color: #ffffff;
    text-decoration: none;
}
.go:hover {
    color: white;
    text-decoration: none;
}
.infocarous {
    position: absolute;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.76);
    max-width: 607px;
    top: -740%;
    left: -5%;
    padding: 2% 2% 0 2%;
}
.h2opti {
    display: grid;
    justify-content: center;
}
.h2optimiz {
    color: #000c50;
    position: relative;
    /* text-align: left; */
    left: 2%;
    font-weight: 600;
    font-family: flexo;
}
.h2optimiz::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: auto;
    background-color: #000c50;
    height: 0.083em;
    position: relative;
    bottom: -56px;
}
.h2opticintact::before {
    margin: 0;
}
.infocarous > p {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "flexo";
    font-size: 15px;
    white-space: pre-line;
    font-weight: 600;
}
.ff:hover {
    transform: scale(1.1);
}
.ff {
    color: orange;
    margin-right: 10px;
}
.fff:hover {
    transform: scale(1.1);
}
.fff {
    color: orange;
    margin-right: 10px;
}
.parallax {
    background-image: url("../img/kacelbureau02-modified.png");
    min-height: 432px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    min-height: 432px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*----------article---------*/

.content-section {
    /* display: grid ; */
    /* place-items: center; */
    margin-left: 8vw;
    padding: 0%;
    position: relative;
    width: 75%;
    height: 80%;
    left: 41%;
    background: rgba(255, 255, 255, 0);
    /* background: linear-gradient(90deg, rgba(37,46,207,1) 0%, rgba(95,215,230,0.6671043417366946) 100%); */
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    /* box-shadow: 0px 20px 30px -29px rgba(103, 103, 104, 0.733);
-webkit-box-shadow: 0px 20px 30px -29px rgba(103, 103, 104, 0.692);
-moz-box-shadow: 0px 20px 30px -29px rgba(103, 103, 104, 0.651); */
}
.gig::before {
    display: grid;
    justify-content: center;
}
.gig {
    width: 39px;
}
.contactimg {
    background-image: url("../img/B2.jpg");
    width: 100%;
    min-height: 449px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contactimg::after {
    content: "";
    display: flex;
    width: 100%;
    height: 450px;
    background: linear-gradient(
        90deg,
        rgba(63, 94, 251, 0) 0%,
        rgba(0, 0, 0, 1) 65%
    );
}
.contactimg1 {
    margin-top: 100px;
    /* width: 112.2%; */
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: absolute  ; */
    /* right: 0; */
    position: relative;
    left: 14px;
}
.contactimg1 > .row > .img > img {
    height: 100%;
    top: 104px;
    /* position: relative; */
    /* left: 60%; */
    position: absolute;
    right: 0;
    /* backdrop-filter: grayscale(1); */
}
@font-face {
    font-family: abuget;
    src: url("./Abuget.ttf");
}
.lead {
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    /* font-family: abuget; */
    /* font-family: 'Fasthand', cursive; */
    font-family: flexo;
    /* font-family: 'Fasthand', cursive; */
    /* font-family: DancingScriptOT; */
    white-space: pre-line;
    font-size: 21px;
    text-align: start;
    margin-left: 3%;
}
input,
textarea {
    background-color: rgb(228, 227, 227);
}
::placeholder {
    color: #000;
}
/*---------nav-------------*/
.inf2 {
    display: none;
}
.navi {
    position: sticky;
    top: 0%;
    width: 20%;
    z-index: 1;
    height: 270px;
}
.navi li {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    top: 17%;
    position: relative;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    padding: 10px 0;
}
span {
    display: inline-block;
    position: relative;
}
.navi a {
    display: inline-block;
    color: rgb(0, 0, 0);
    text-decoration: none !important;
    font-size: 1em;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: "flexo";
    font-weight: 600;
}
.circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #272727;
}
.rect {
    height: 3px;
    width: 0;
    left: -6px;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -moz-transition: -webkit-transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s;
}
.navi a:hover,
.navi .active-section {
    color: #f29513;
}
.navi a:hover span,
.navi .active-section span {
    background-color: #10375c;
}

.navi .active-section .rect {
    width: 40px;
}
/* ----------------- partenaire--------------------- */

.partcont {
    position: relative;
    width: 50%;
}
.divpart {
    margin-left: 10%;
}
.partover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #10375c;
}
.partcont:hover .partover {
    opacity: 0.7;
}
.partspan {
    color: rgb(255, 255, 255);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.owl-carousel .owl-item img {
    height: 170px;
}
.owl-carousel {
    z-index: 0 !important;
}
/*--------------responsive-------------*/
@media screen and (max-width: 998px) {
    #section1,
    #section2,
    #section3 {
        margin-top: 12% !important;
        margin-left: 8% !important;
    }
}
@media screen and (max-width: 1120px) {
    .img {
        display: none;
    }
    .contactimg1 > .row > .img > img {
        left: 187px;
    }
}
@media screen and (max-width: 999px) {
    .carousel-gallery {
        width: 80% !important;
    }
}

@media screen and (max-width: 660px) {
    body {
        height: 80%;
    }
    #virtuel {
        margin-left: -9.1% !important;
        width: 106% !important;
    }
    .ff {
        margin-right: -8px;
    }
    .fff {
        margin-right: -1px;
        font-size: 280%;
        display: block;
    }
    .contactimg1 {
        width: 103.1%;
    }
    .visite {
        left: 0 !important;
    }
    .contactimg1 > .row > .img > img {
        height: 423px;
        top: -189.4px;
    }
    .gig {
        width: 24px;
    }
    .nvup {
        margin: 0 3px;
        font-size: 8px !important;
    }

    .carousel-gallery {
        position: relative;
        left: 9px;
    }
    .ttlvente {
        margin-bottom: 14%;
    }
    .infocarous > p {
        font-size: 12px;
    }
    .contact_info_sec {
        right: 0 !important;
        width: 306px !important;
        height: 401px !important;
    }
    .owl-carousel .owl-item img {
        height: 255px;
    }
    .owl-stage-outer {
        width: 94% !important;
    }
    .ulresp {
        transform: scale(1.7);
        padding-left: 9%;
    }
    .navblu {
        margin-left: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        font-size: 22% !important;
    }
    .divabout {
        top: 0;
    }
    header {
        height: 20%;
    }
    .section2carous {
        flex-direction: column;
    }

    #myBtn {
        width: 10.5%;
        left: 84%;
    }

    /* .content-section{
    width: 80%;
    margin: 10px;
    left: 47%;
    width: 95%;
  } */
    .carousel-item > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-collapse {
        background-color: #ffffffb7;
    }
    .col-md-6 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    /* font-family: "Poppins", sans-serif; */
    margin: 0 0 35px;
    font-family: "flexo";
}

.sec-pad {
    padding: 60px 0 0;
    margin: 50px 0;
}

.contact-sec {
    align-items: center;
    display: flex;
    background-color: #5cbde466;
}
.swiper-slide {
    width: 286px;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 14px;
    margin: -5px 0;
    word-wrap: break-word;
    font-weight: 550;
}
.image {
    transition: transform 900ms ease;
}
.image:hover {
    transform: scale(1.09);
}
.contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 20%;
}
.contact-detail a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.contact-sec .contact-ul li b:hover,
.menuul li a:hover {
    color: #f93;
}
.menuul li {
    font-size: small;
    margin-top: -8px;
}
.menuul li::marker {
    color: orange;
}

.contact-detail span {
    width: 300px;
    display: flex;
    justify-content: center;
}
.contact-detail span a {
    font-size: 20px;
    padding: 4px 10px;
    color: #000;
    border-radius: 30%;
    margin: 0px 5px;
}
.contact-detail span .fb {
    background-color: #ffffff;
    color: #00123a;
    border: 0px solid #082b77;
}
.contact-detail span .fb:hover {
    color: #fff;
    background-color: #f29513;
}

.contact-detail span .insta {
    background-color: #ffffff;
    color: #500057;
    border: 0px solid #a102af;
}
.contact-detail span .insta:hover {
    color: #fff;
    background-color: #f29513;
}

/* Responcive css Start */
@media (min-width: 991px) {
    .divmain {
        position: relative;
        top: -208px;
        margin-bottom: -20%;
    }
    .owl-stage-outer {
        width: 80% !important;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
        background-color: whitesmoke;
        opacity: 0.8;
    }
    .contact_field {
        padding: 60px 0px 90px 0px !important;
    }
    header {
        height: 20%;
    }

    .sec-pad {
        padding: 20px 0 0px;
    }
    .navi {
        display: none;
    }

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 18px;
    }

    .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 767px) {
    .contact-detail span {
        width: auto;
    }
    .contact-detail span a {
        font-size: 18px;
        padding: 5px 10px;
        color: #000;
        /* border-radius: 50%; */
        margin: 0px 5px 20px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }
    .h2optimiz::before {
        bottom: -60px;
    }

    .contact-sec .contact-ul i {
        border: none;
    }
}
@media (max-width: 742px) {
    .infocarous {
        top: -930%;
        left: 75px;
    }
}
@media (max-width: 385px) {
    .infocarous {
        top: -894%;
        left: -7px;
    }
    .navbar {
        display: grid !important;
        z-index: 999999999;
    }
    .bnim {
        top: 0px;
        position: relative;
    }
    .imgicn {
        height: 65px;
        width: auto;
        left: 600%;
        z-index: 999999999;
    }
    .navblu {
        margin-left: 75px !important;
    }
}
@media (max-width: 480px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 11px;
    }
}
@media (max-width: 390px) {
    body {
        height: 110%;
    }
}

/* -------------effet transition------------ */
.scrollFade {
    opacity: 1;
    pointer-events: all;
}
.scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
}
.scrollFade--visible {
    opacity: 1;
    pointer-events: all;
}
.scrollFade--animate {
    transition: opacity 0.4s ease-in-out;
}
/* -------------loader------------ */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}
.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
    left: 0;
}
.overlay .overlayDoor:after {
    right: 0;
}
.overlay.loaded .overlayDoor:before {
    left: -50%;
}
.overlay.loaded .overlayDoor:after {
    right: -50%;
}
.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}
.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
.loader {
    width: 110px;
    height: 110px;
    border: 3px solid #111;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .inner {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    border-top: 3px solid #111;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}

.animated-button1 {
    background: #000c50;
    border-radius: 5px;
    padding: 20px 40px;
    margin: -41px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.animated-button1:hover::before {
    opacity: 0.2;
}

.animated-button1 span {
    position: absolute;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(8, 20, 43, 0)),
        to(#f29513)
    );
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #f29513);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 4px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(8, 20, 43, 0)),
        to(#f29513)
    );
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #f29513);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(8, 20, 43, 0)),
        to(#f29513)
    );
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #f29513);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 4px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(8, 20, 43, 0)),
        to(#f29513)
    );
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #f29513);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* contact-------------------- */

.right_conatct_social_icon {
    background: #f29513;
}
.contact_us {
    background-color: #fff;
    padding: 0px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field {
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}
.contact_info_sec > * {
    color: white;
}
.contact_info_sec {
    position: absolute;
    background-color: #000000d0;
    right: 0px;
    top: 30px;
    height: 372px;
    width: 600px;
    padding: 40px;
}
.contact_info_sec h4 {
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.info_single {
    margin: 30px 0px;
}
.info_single i {
    margin-right: 15px;
    color: #f29513;
}
.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: #10375c;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li {
    list-style: none;
}
.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center;
}
.map_inner p {
    font-size: 13px;
}
.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.info_single a {
    color: white;
    text-decoration: none;
}
.info_single a:hover {
    color: #f29513;
}
/* partenaire */
.section-padding {
    padding: 60px 0;
}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #000 !important;
}
.owl-stage-outer {
    display: grid !important;
    place-items: center !important;
    width: inherit !important;
}

/* tag */
.tag {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.topleft:before {
    content: "";
    height: 0;
    position: absolute;
    top: 30px;
    left: 0;
}
.topleft:after {
    content: " " attr(cite) " ";
    position: absolute;
    font-size: 20px;
    top: 35px;
    left: 0px;
    background-color: #10375cc9;
    width: auto;
    padding-inline: 30px;
    text-align: center;
    font-family: "Julius Sans One", sans-serif;
}
/*Carousel Gallery*/
.carousel-gallery {
    margin: 0px 20px 20px 20px;
    padding: 0 0px;
    width: 28%;
}

.carou .swiper-slide a {
    height: 450px !important;
}
.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 350px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}
.carousel-gallery
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #031477;
    transform: scale(1.1, 1.1);
}
/* reseaux contact*/
.hh1 {
    /* font-family: sans-serif; */
    font-family: flexo;
    font-weight: normal;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 50px 0 50px;
    color: #007cc4;
    text-align: center;
}
.Social-media {
    display: flex;
    justify-content: center;
}
.aa1 {
    display: flex;
    background: #fff;
    height: 45px;
    width: 45px;
    margin: 0 15px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgba(0, 124, 196, 0.15),
        -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 124, 196, 0);
    transition: transform 0.5s;
}
.aa1 i {
    font-size: 50px;
    /* color:#777; */
    transition: transform 0.5s;
    transform: scale(0.5);
}
.aa1:hover {
    box-shadow: inset 4px 4px 6px -2px rgba(0, 0, 0, 0.2),
        inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
        -0.5px -0.5px 0px -1px rgba(255, 255, 255, 1),
        0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
        0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 124, 196, 0.1);
    transform: translateY(2px);
}
.aa1:hover i {
    transform: scale(0.4);
}
.aa1 .fa-facebook {
    color: #3b5998;
}
.aa1 .fa-twitter {
    color: #00acee;
}
.aa1 .fa-whatsapp {
    color: #4fce5d;
}
.aa1 .fa-instagram {
    color: #f14843;
}
.aa1 .fa-youtube {
    color: #f00;
}

/* button acceuil */

.link_wrapper12 {
    position: relative;
    top: 4px;
}

.a12 {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    background: #153858;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.35s;
    border-radius: 0;
}

.icon12 {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.35s;
}

.icon12 svg {
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    fill: orange;
    transition: all 0.35s;
}

.a12:hover {
    width: 250px;
    border: 3px solid orange;
    background: transparent !important;
    color: orange !important;
    text-decoration: none;
}

.a12:hover + .icon12 {
    border: 3px solid orange;
    left: 46%;
}
/* CARD */

.card-title {
    margin: 0 0 1rem 12px;
    border-bottom: 2px solid rgba(63, 70, 79, 0.15);
    padding-bottom: 0.5rem;
    text-align: start;
    width: 92%;
}
.image-wrapper1:hover {
    transform: scale(1.3);
}

@media screen and (min-width: 577px) {
    .image-wrapper1 {
        height: 16vw;
        margin: 0 auto;
        width: 449px;
        object-fit: cover;
        transition: transform 900ms ease;
        position: relative;
        right: 30%;
    }
}
@media screen and (max-width: 576px) {
    .card1:not(:first-child),
    #carousel-gall:not(:first-child) {
        display: none;
    }
    .image-wrapper1 {
        height: 36vw;
    }
}

.card {
    background-image: var(--bg-image);
    background-size: cover;
    background-position-x: center;
    transition: 200ms ease;
    opacity: 1;
    padding: 10rem 0 0;
    max-width: 32ch;
    overflow: hidden;
    height: 360px;
    border-radius: 0;
}
.card .card-content {
    padding: 27px;
    margin-top: 40px;
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.185) 20%,
        black
    );
    transform: translateY(83%);
    transition: transform 300ms ease;
}
.card .card-title {
    position: relative;
    padding: 5px 15px 4px 13px;
    background-color: #10375cc9;
    width: fit-content;
    top: -130px;
    font-size: 25px;
    color: orange;
    font-family: "Julius Sans One", sans-serif;
}
.card .card-title::after {
    content: "";
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    background: rgb(32, 86, 202);
    position: absolute;
    transform: scalex(0);
    transform-origin: left;
    transition: transform 1200ms ease;
}
.card .card-bttn {
    display: flex;
    justify-content: center;
    background: rgba(35, 94, 219, 0.8);
    padding: 4px;
    width: fit-content;
    align-items: center;
    border-radius: 0px;
    cursor: pointer;
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}

.card:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
.card:hover .card-title::after {
    transform: scalex(1);
}
.card:hover .card-content {
    transform: translateY(60px);
}

.carousel-gallery {
    position: relative;
}
.carousel-gallery:before,
.carousel-gallery:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 20px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 22px 5px #777;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.carousel-gallery:after {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    right: 10px;
    left: auto;
}
.carousel-gallery:hover {
    box-shadow: 0 22px 5px rgb(255, 255, 255);
    transition: all 300ms ease;
}

.course_card {
    margin: 25px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    transition: 0.25s ease-in-out;
}
.course_card_img {
    max-height: 100%;
    max-width: 100%;
}
.course_card_img img {
    height: 250px;
    width: 100%;
    transition: 0.25s all;
}
.course_card_img img:hover {
    transform: translateY(-3%);
}
.course_card_content {
    padding: 16px;
}
.course_card_content h3 {
    font-style: italic;
    font-family: 18px;
}
.course_card_content p {
    font-family: nunito sans;
    text-align: justify;
}
.course_card_footer {
    padding: 10px 0px;
    margin: 16px;
}
.course_card_footer a {
    text-decoration: none;
    font-family: nunito sans;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    color: #f96332;
    padding: 10px;
    font-size: 14px;
}
.course_card:hover {
    transform: scale(1.025);
    border-radius: 0.375rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.course_card:hover .course_card_img img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
