* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

[dir="rtl"] {
    text-align: right;
    direction: rtl;
}

[dir="ltr"] {
    text-align: left;
    direction: ltr;
}

@font-face {
    font-family: font-light;
    src: url(../font/Gotham-Light.otf);
}

@font-face {
    font-family: font-bold;
    src: url(../font/Gotham-Bold.otf);
}

body {
    font-family: font-light !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: font-bold;
}

nav {
    background-color: #ffffff00;
    padding: 15px 0px !important;
}

.nav-2 {
    background-color: #150a4c;
    padding: 15px 0px !important;
}

nav .logo {
    height: 100px;
}

nav .logo img {
    height: 100%;
}

nav .nav-link {
    color: #fff;
    transition: 0.5s;
}

nav .nav-link:focus {
    color: #f0535a !important;
    text-decoration: underline;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:active {
    color: #f0535a !important;
    text-decoration: underline !important;
}

.nav-link.active {
    color: #f0535a !important;
    text-decoration: underline;
}

nav .nav-link:hover {
    color: #f0535a !important;
    text-decoration: underline;
    transition: 0.5s;
}

nav .nav-btn {
    color: aliceblue;
    background-color: #f0535a;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.navbar-toggler {
    border: 1px solid #fff !important;
    color: #fff !important;
}

#hero {
    background-color: #150a4c;
}

#hero .hero-1 img,
#hero .hero-2 img {
    width: 100%;
}

#hero .hero-title {
    color: #fff;
}

#hero .hero-contain {
    padding-left: 80px;
}

#hero .hero-sign {
    height: 80px;
}

#hero .hero-sign img {
    height: 100%;
    padding-left: 60px;
}

#hero .sign-name {
    padding-left: 40px;
}

#hero .hero-social-icon {
    display: flex;
    justify-content: space-around;
}

#hero .hero-social-icon a img {
    width: 60px;
}

.margin-top--100 {
    margin: -100px 0px 0px 0px !important;
    padding-bottom: 40px;
}

#section-info {
    background-image: linear-gradient(to right, rgb(205, 255, 216), rgb(149, 186, 255));
}

#section-info .info-backgroung img {
    width: 100%;
}

#section-info .container {
    padding: 70px 0px;
}

footer {
    background-color: #150a4c;
    padding: 50px 0px 10px 0px;
    position: relative;
}

footer .footer-logo {
    height: 120px;
}

footer .footer-logo img {
    height: 100%;
}

footer .footer-mail {
    position: relative;
    margin-top: 50px;
    display: inline-block;
}

footer .footer-mail .fa-envelope {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 20px;
    color: rgb(66, 66, 66);
}

footer .footer-mail button {
    position: absolute;
    background-color: #f0535a;
    color: #fff;
    padding: 15px;
    border-radius: 60px;
    right: 0px;
    top: 0px;
    border: none;
    width: 48px;
    height: 48px;
}

footer .footer-mail input {
    padding: 10px 10px 10px 50px;
    width: 100%;
    border-radius: 50px;
    outline: none;
}

footer ul {
    padding: 0px;
    list-style: none;
    line-height: 35px;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}

footer .footer-bottom .footer-btn {
    color: aliceblue;
    background-color: #f0535a;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-size: 20px;
}

.container-padding {
    padding: 80px 0px;
}

.bg-gradian {
    background-image: linear-gradient(to right, rgb(205, 255, 216), rgb(149, 186, 255));
}

.service-main a img {
    height: 140px;
    border-radius: 6px;
    margin: 30px 0px;
}

a {
    text-decoration: none !important;
}

.espace-img h5 {
    color: #000000;
}

.service-one .service-contain p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.service-img img {
    width: 100%;
}

.formation-img img {
    width: auto;
    height: 600px;
}

.formation-img-2 {
    display: flex;
    align-items: center;
}

.formation-img-2 img {
    height: auto;
    width: 500px;
}

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

.service-main-img:nth-child(5) {
    display: flex;
}

.w-20 {
    width: 20% !important;
}

.espace-img img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.espace-img span {
    position: absolute;
}

.espace-img h5 {
    padding-top: 20px;
    padding-bottom: 30px;
}

.uadoc a img{
  width: 140px;
  height: 170px;
  border-radius: 6px;
  margin: 30px 0px 10px 0px;
  object-fit: cover;
}

.error {
    color: red;
}

.form-section {
    background-color: hsla(0, 100%, 88%, 1);
    background-image: linear-gradient(to right, rgb(205, 255, 216), rgb(149, 186, 255));
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-section .form-main {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
    padding: 25px;
}

.form-section .form-main label {
    font-size: 18px;
    font-weight: 600;
}

.form-section .form-main input {
    font-size: 18px;
    font-weight: 600;
}

.form-section .form-main .form-control:focus {
    box-shadow: none;
    border-color: 1px solid #000000;
}

.form-section .form-main .form-link {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
}

.form-section .form-main .login-btn {
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
    background-image: linear-gradient(to right, rgb(99, 154, 255), rgb(50, 122, 255));
    color: white;
    font-weight: 600;
}

/* New page */
.secteur-img img {
    padding: 30px;
    width: 100%;
    height: auto;
}

.espace-secteur-main {
    position: relative;
}

.espace-secteur-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.espace-secteur-heading h1 {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000042;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secteur-img h5 {
    color: #000000;
}

.secteur-img img {
    padding: 50px 50px 10px 50px;
}

.secteur-img {
    position: relative;
}

.secteur-img span {
    position: absolute;
    top: 140px;
    left: 60px;
    font-weight: 600;
    color: black !important;
}

.secteur-img span {
    position: absolute;
    height: 50px;
    width: auto;
    top: 65%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%, -50%);
    color: black;
}

.secteur-img span img {
    height: 100% !important;
}

.login-section {
    background-image: linear-gradient(to right, rgb(205, 255, 216), rgb(149, 186, 255));
    width: 100%;
    min-height: 100vh;
}

.login-section .login-main h3 {
    background-color: #171539;
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    padding: 10px;
}

.login-section .login-main label {
    font-size: 18px;
    font-weight: 600;
}

.login-section .login-main input {
    font-size: 18px;
    font-weight: 600;
    background-image: linear-gradient(to right, rgb(205, 255, 216), rgb(149, 186, 255));

}

.login-section .login-main .form-control:focus {
    box-shadow: none;
    border-color: 1px solid #000000;
}

.login-section .login-main .form-link {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.login-section .login-main .login-btn {
    background-color: #171539;
    border-radius: 100px;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
}

.w-200px {
    width: 200px;
}

.notice h4 {
    color: #f0535a;
}

.information {
    background-color: hsla(0, 100%, 88%, 1);
    background-image: linear-gradient(to right, rgb(205, 255, 216), rgb(149, 186, 255));
    width: 100%;
    min-height: 100vh;
}

.information-btn a {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    width: 200px;
    text-align: start;
    font-size: 16px;
    font-weight: 600;
}

.logos {
    height: 100px;
}

.logos img {
    height: 100%;
}

.display-information {
    height: 320px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
}

.file-img img {
    padding: 30px;
    width: 200px;
    height: 200px;
}

.file-img {
    position: relative;
}

.file-img .files-heading {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
    color: #000000;
}

.information form {
    position: absolute;
}

.bg-gradian-revers {
    background-image: linear-gradient(to right, rgb(149, 186, 255), rgb(205, 255, 216));
}

.bg-blue {
    background-color: #150a4c;
    color: #fff;
}

.files-all .bg-blue {
    height: 60px;
}

.file-name {
    height: 60px;
}

.file-name p {
    margin: 0px;
}

.file-name a {
    color: #000000;
}

.file-name img {
    padding: 10px 0px;
    height: 60px;
}

.display-information .form-link {
    border-radius: 40px;
}

nav {
    position: relative;
}

.up-arrow {
    height: 50px;
    width: 50px;
    z-index: 100;
}

.up-arrow img {
    position: fixed;
    height: 50px;
    background-color: #150a4c;
    width: 50px;
    border-radius: 50%;
    padding: 8px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.nav-btn-logout a {
    text-decoration: none !important;
    color: #000 !important;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 30px !important;
    cursor: pointer;
}

.price-button a {
    color: aliceblue;
    background-color: #f0535a;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.pdf-short-description ul {
    list-style: none;
}

.pdf-main-img {
    height: 400px;
}

.pdf-main-img img {
    height: 100%;
}

.pdf-preview p img {
    height: 25px;
}

.pdf-price span {
    background-color: #952e33;
    color: #fff;
    padding: 5px;
    font-size: 8px;
}

.payment-check {
    height: 55px;
    text-align: center;
}

.payment-check img {
    height: 100%;
}

.contact input[type=text],
.contact select,
.contact textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

.contact input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact input[type=submit]:hover {
    background-color: #45a049;
}

.contact .submit-btn {
    color: aliceblue;
    background-color: #f0535a;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
}

.contact .submit-btn a {
    color: #ffffff;
}

.checkout .checkout-btn {
    color: aliceblue;
    background-color: #f0535a;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
}

.checkout .checkout-btn a {
    color: #ffffff;
}

.pdf-checkout-img {
    height: 200px;
    flex-direction: column;
}

.pdf-checkout-img img {
    height: 100%;
}

.checkout-file-btn {
    color: aliceblue;
    background-color: #f0535a;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-size: 16px;
}

.checkout-file-btn a {
    color: #ffffff;
}

.header-search {
    height: 50px;
    border-radius: 10px;
    padding-left: 14px !important;
    width: 350px;
}

.header-menu {
    height: 120px;
    justify-content: space-evenly;
}

.goog-te-combo {
    height: 40px;
    width: 180px;
    color: #fff;
    background-color: #150a4c;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 0px 5px;
}

.search-header input {
    height: 40px;
    width: 250px;
    border-radius: 12px;
    padding: 0px 12px !important;
}

.search-main {
    display: flex;
    justify-content: center;
}

.google_translate_element {
    opacity: 0 !important;
    z-index: 2 !important;
}

.translate-element {
    padding-top: 7px;
    text-align: center;
    height: 40px;
    display: block;
    background-color: #150a4c;
    width: 180px;
    position: absolute;
    /* top: 149px; */
    border: 1px solid #fff;
    color: #fff;
    border-radius: 12px;
    z-index: 0;
}

.___gcse_0 {
    width: 100% !important;
}

.gsc-control-cse {
    padding: 0px !important;
    background-color: transparent !important;
}

.gsc-input-box {
    border: none !important;
    background-color: transparent !important;
}

.gsc-input {
    color: #ffffff !important;
    background-color: #150a4c !important;

}

input.gsc-input {
    background: #150a4c !important;
}

table.gsc-search-box,
form.gsc-search-box {
    margin-bottom: 0px !important;
}


.translate {
    position: relative;
}


#language {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 0.5em 0.7em;
    background: #ccc;
    display: block;
    width: 40px;
    height: auto;
    z-index: 99;
    margin-top: 51em;
    }
