/*Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lato:wght@100;300;400;700&family=Lobster&family=Patua+One&family=Roboto:wght@100;300;400;500;700&family=Raleway:wght@100;300;400;500;600;700;800;900&family=Rubik:wght@300;400;700&family=Sniglet:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

header,
section {
    overflow: hidden;
    /*padding-bottom: 10vmin;*/
}

:root {
    --first: #b8e764;
    --third: #077181;
    --second: #acca3c;
    --Snigle-font: "Ubuntu", cursive;
    --Rubik: "Ubuntu", cursive;
    --Raleway: "Ubuntu", cursive;
    --Patua: "Ubuntu", cursive;
    --Lobster: "Ubuntu", cursive;
    --light-black: #2e2c2caf;
    --dark-blue: #077181;
    --bggradient: linear-gradient(237deg, rgba(188, 232, 106, 0.78) -70%, rgba(178, 193, 70, 0.85), rgba(40, 128, 159, 0.84));
    --light-gray: rgba(255, 255, 255, 0.87);
    --gray-light: #f1f1f1
}


header a {
    font-size: 0.9em;
    color: whitesmoke;
}

header {
    /*background: #b2c146;*/
    /*background:url("../img/bg3.jpeg");*/
    background-size: cover;
    background-blend-mode: multiply;
}

header .nav-item:last-child {
    padding-right: 2.5em;
}

header .nav-item {
    padding: 0.5em;
}

header .navbar-brand {
    padding-left: 3rem;
}

header .row .col-md-12 {
    padding: 15vmin 1vmin 30vmin;
    font-family: var(--Rubik);
    color: var(--white)
}

header .container .col-md-12 h6 {
    padding: 1vmin;
    letter-spacing: 4px;
}

header .container .col-md-12 h1 {
    font-size: 6.5vmin;
    font-weight: bold;
    padding: 0.1em 0;
}

header .container .col-md-12 p {
    padding: 1vmin 5vmin;
}

header .container form {
    padding: 3vmin 0;
}

label {
    font-weight: bold;
    color: var(--warning);
    margin-bottom: 0;
}


header .container button {
    border: 2px solid var(--third);
    border-radius: 2px;
    font-weight: bold;
    outline: none;
    color: var(--white);
    margin: 1px 0 40px;
    padding: 0 3vmax;
    background: var(--third);
    height: 38px;
}

#match-list, #match-listVille {
    background: #101010f2;
    border-radius: 3px;
    position: absolute;
    max-height: 250px;
    min-width: 280px;
    max-width: 400px;
    z-index: 1;
    overflow-y: scroll;
    color: #ffffff;
}

#match-list .cars.card_body {
    color: white;
!important;
}

#match-list::-webkit-scrollbar-track, #match-listVille::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
}

#match-list::-webkit-scrollbar, #match-listVille::-webkit-scrollbar {
    width: 5px;
}

#match-list::-webkit-scrollbar-thumb, #match-listVille::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(233, 233, 233);
    transition: 0.5s ease-out;
}

#match-list::-webkit-scrollbar-thumb:hover, #match-listVille::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: rgb(165, 182, 67);
}

.errorlist {
    color: red;
    font-size: 10px;
    padding: 0;
    margin: -20px 0 20px;
    list-style-type: none;
}

#match-list h4, #match-listVille h4 {
    font-size: 14px;
    margin-bottom: 1px;
}

#match-list .card-body:hover #match-listVille .card-body:hover {
    ackground: whitesmoke;
    color: black;
}

#match-list .card-body header a, #match-listVille .card-body header a {
    font-family: var(--Rubik) !important;
}

#match-list .card-body, #match-listVille .card-body {
    padding: 10px;
    border-bottom: 1px solid #444;
    transition: all .2s ease-in;
}

#match-list b, #match-listVille b {
    color: var(--second);
}

.ress {
    color: whitesmoke !important;
    top: 85px;
    width: 75% !important;
}

/**********************Section 1********************************/
.section-1 {
    padding: 10vmin 0 20vmin 0;
}

.section-11 {
    padding: 3vmin 0 20vmin 0;
}

.section-1 .row .col-md-6 .pray img {
    opacity: .8;
    width: 80%;
    border: 0.2em;
}

.section-1 .rox .cl-md-6:last-child {
    position: relative;
}

.section-1 .row .col-md-6 .panel {
    position: absolute;
    top: 5vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 8vmin 10vmin;
    box-shadow: 0 25px 42px rgba(0, 0, 0, .2);
    font-family: var(--Rubik);
    z-index: 1;
}

.section .row .col-md-6 .ppanel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section .row .col-md-6 .panel .p {
    font-size: .9em;
    color: rgba(0, 0, 0, .5);
}

/*********************Section 2*********************************/

.cover {
    width: 100%;
    height: 55vmin;
    background: url("../img/bg.jpg");
    background-position: -24rem -19rem;
    background-size: 150%;
    position: relative;
}

.cover .content {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    padding-top: 19vmin;
}

.cover .content > h1 {
    font-family: var(--Patua);
    font-size: 6vmin;
    color: whitesmoke;
}

.cover .content > p {
    font-family: var(--Rubik);
    font-size: 2vmin;
    color: #e5e5e5;

}

.numbers .rect {
    position: relative;
    z-index: 1;
    background: var(--white);
    width: 17rem;
    height: 12Rem;
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: .5em;
    box-shadow: 1px 2px 50px rgba(40, 128, 159, .175);
}

.numbers {
    margin-top: -15vmin;
}

.numbers .rect h1 {
    font-size: 5rem;
    color: #b8e764;
}

.numbers .rect P {
    font-family: var(--Patua);
}

.purchase > h1 {
    padding-top: 15vmin;
    padding-bottom: 0.1em;
    font-family: var(--Lobster);
}

.purchase .cards .card {
    width: 22rem;
    margin: 3vmin;
}

.cards div {
    padding: 0;
    margin: 0;
}

.cards .title {
    background: rgba(184, 231, 100, 0.40);
    padding: 1.4rem 2.5rem;
    font-size: 2vmin;
}

.card .card-text {
    padding: 2.5rem 3rem;
    color: var(--light-black)
}

.card-body .pricing {
    background: rgba(178, 193, 70, 0.2);
    border-top-right-radius: 150px;
    border-bottom-left-radius: 170px;
}

.card-body .pricing {
    font-size: 10vmin;
    padding: 0.5em;
}

/********************Section 3******************************/

.section-3 {
    height: 70vmin;
    margin-top: 15vmin;
    background: var(--bggradient);
}

.section-3 .col-md-12 > h1 {
    padding: 1.5em 0.5em 0.5em 0.5em;
    color: whitesmoke;
    font-size: 6vmin;
}

.section-3 .col-md-12 > P {
    padding: 0 4em;
    padding-bottom: 2em;
    color: var(--light-gray);
    font-size: 3vmin;
}

.section-3 .desktop {
    background: white;
    display: inline-block;
    border-radius: 3em;
    padding: 2vmin 4.5vmin;
    margin: 1em;
}

.section-3 .desktop h3 {
    font-size: 2vmin;
}

.section-3.desktop p {
    font-size: 4vmin;
}

/******************Footer**********************/
footer {
    background: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    padding: 10vmin 5vmin 6vmin;
    color: #7c7c7c
}

footer ul {
    line-height: 2rem;
    list-style: none;
    float: left;
}

footer h4 {
    font-size: 1rem;
}

footer ul li {
    color: #7c7c7c;
}

footer ul li:hover {
    color: var(--white);
}

footer ul li:hover i:hover {
    opacity: 1;
}

footer ul i {
    color: var(--first);
    margin-right: 2px;
    opacity: 0.5;
}

footer span a {
    color: var(--second) !important;
}

footer span a:hover {
    text-decoration: underline !important;
}

.bg-blue small span {
    color: #b8e764;
    font-weight: 600;
    font-style: italic;
    font-family: var(--Raleway);
}

.bg-blue i {
    color: var(--white);
}

footer input {
    border: none;
    outline: none;
}

footer input::placeholder {
    color: white !important;
}

footer .input-group .input-group-text {
    background: var(--bggradient);
}

footer .column i {
    color: #b2c146;
    padding: 0 2px;
}

footer .column i + i {
    padding: 0 0 5em;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.815);
    z-index: 999;
    transition: all .5s ease;
}

/**************************Connection******************************/

.card0 {
    box-shadow: 0 4px 8px 0 #757575;
    border-radius: 0
}

.card2 {
    margin: 0 40px
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 7px 12px 7px 12px;
    border: 1px solid var(--third);
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0296ad;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.s-entrerprise a {
    color: inherit;
    cursor: pointer
}

a {
    color: var(--third);
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: clip;
    word-break: break-all;
}

.btn-blue {
    background-color: #b2c146 !important;
    width: 150px;
    color: #fff;
    border-radius: 2px !important;
    padding: 10px !important;
    margin: 0 !important;
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: var(--third);
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0
    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        margin: 0 15px
    }

}

/************************************************************************************************/
/************************************************************************************************/
/*####################################Page search enterprise####################################*/
/************************************************************************************************/
/*************************************************************************************************/

.search-header {
    /*background: linear-gradient(to left, #343a40, #343a40), url("../img/te1.jpg");*/
    background-size: cover;
    background-blend-mode: exclusion;
    background-position: 0 35%;
    padding-bottom: 0;
}

.cover-search {
    width: 100%;
}

.cover-search .content {
    padding-top: 5vmin;
}

.cover-search .content > h1 {
    font-family: var(--Patua);
    font-size: 5vmin;
    color: var(--third);
}

.cover-search .content > p {
    font-family: var(--Rubik);
    font-size: 2vmin;
    color: var(--second);
}

/*********************************Section Result*************************************/
.s-entrerprise {
    background: #fefefe;
}

.quick-search {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    padding: 2vmin 10vmin 2vmin;
}

.section-1 .quick-search .row > button {
    width: 100%;
    border: 1px solid var(--second);
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    background: var(--second);
}

.result-number {
    width: 100%;
    padding: 10px;
    font-family: var(--Rubik);
    font-size: 16px;
    color: var(--third);
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.result-number > span {
    color: var(--second);
    font-size: 24px;
    padding-left: 2vmin;
    margin: -1vmin 2vmin 0 0;
    font-weight: bold;
}

.card_entreprise {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 5px 0 5px;
}

.card_entreprise .row:hover {
    box-shadow: 0 2px 45px rgba(0, 0, 0, .1);
    border: 1px solid transparent;
    border-left: 3px solid var(--third) !important;
}

.color-pub .row:hover {
    box-shadow: none;
    border: 0 !important;
    background: transparent;
}

.card_entreprise .row img, .detail_entreprise .row img {
    border-radius: 5px;
    object-position: center;
    width: 100%;
    margin-top: 10px;
    object-fit: contain;

    margin-bottom: 5px;
}

.img-suggestion img{
    max-height: 100px;
}

.card-imd {
    width: 20%;
    height: 100px;
}

.card_entreprise .card-info, .detail_entreprise .info-head {
    font-family: var(--Raleway);
    padding: 0 1vmin 1vmin;
    width: 80%;
}

.card_entreprise .card-info > h3, .detail_entreprise .info-head > h3 {
    font-size: 105%;
    font-weight: 500;
    margin-top: 10px;
    color: var(--second);
}

.titlePub{
    font-size: 105%;
    font-weight: 500;
    color: var(--third);
}

.color-pub{
    background-color: hsl(0, 100%, 95%);
    margin-top: 20px;
    width: 106%;
    margin-left: -20px;
    border: dashed 1px var(--third);
    border-radius: 5px;
}

.card_entreprise .card-info a:hover, .detail_entreprise .info-head a:hover {
    color: var(--third);
    text-decoration: none;
}

.card_entreprise .card-info > h4, .detail_entreprise .info-head > h4 {
    font-size: 90%;
    font-weight: 400;
}

.card_entreprise .card-info > span, .detail_entreprise .info-head > span {
    font-size: 82%;
    font-weight: 300;
    display: block;
}

.card_entreprise .card-info > p {
    font-size: 90%;
    text-align: justify;
}


.card_entreprise .service, .detail_entreprise .services {
    padding: 0.5vmin 2vmin;
    list-style: none;
}

.card_entreprise .services > li, .detail_entreprise .services > li {
    display: inline-flex;
    padding-inline: 5px !important;
    font-size: 70%;
    border-radius: 3px;
    background: var(--gray-light);
    margin: 0;
    color: var(--light-black);
}

.card_entreprise .services > li:hover {
    background: var(--second);
}

.pagination > li > .active {
    background: var(--second);
}

.pagination > li > .active {
    color: #fff;
    background: var(--second);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination > li > a {
    color: #4d4d4d;
    font-size: 15px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 2px 5px;
    padding: 7px 14px;
    text-align: center;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--second);
    border-color: var(--second);
}

#scrollUp {
    position: fixed;
    z-index: 10;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 2px;
    bottom: 25px;
    right: 25px;
    background: var(--first);
    color: var(--third);
}


/************************************************************************************
 ################################*detail entreprise################################
************************************************************************************/

.detail-header nav {
    background: rgba(0, 0, 0, 0.815);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    height: 60px;
}

.detail-header {
    background: var(--gray-light);
}

.detail-header .detail_entreprise {
    padding: 15vmin 7vmin 5vmin;
    overflow-y: hidden;
}

.detail-header a {
    color: var(--third);
}

.detail-header nav a {
    color: var(--dark);
}

.detail_entreprise .row img {
    width: 15vmin;
}

.detail-header .detail_entreprise a button {
    padding: 15px;
    height: auto;
    border-radius: 2px;
    border: none;
    margin: 0 2px 2vmin 0;
    background: var(--second);
    box-shadow: 0 0 15px #b8e764;
}

.secB {
    background: var(--third) !important;
    box-shadow: 0 0 15px rgba(17, 122, 139, 0.32) !important;
}

.secBAnnul {
    color: #dae0e5 !important;
    border: 1px solid #dae0e5 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    text-decoration: underline;
}

.secBAnnul:hover {
    color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue) !important
}

.BtnConf {
    line-height: 30px !important;
    width: 200px !important;
    margin-left: 0 !important;
    background: var(--third) !important;
    color: white !important;
}


.detail_entreprise .services > li {
    font-weight: normal;
    font-size: 100%;
    background: var(--gray-dark);
}

.detail_entreprise .services > li > a {
    color: var(--light);
}

.detail_entreprise .info-head > h3 {
    font-size: 115%;
}

.detail_entreprise .info-head a:hover {
    color: var(--first);
    text-decoration: none;
}

.detail_entreprise .info-head > h4 {
    font-size: 120%;
    color: var(--third);
}

.detail_entreprise .info-head > span {
    font-size: 90%;
}

.description {
    padding: 5vmin 3vmin;
    font-family: var(--Raleway);
}

.description .row .detail {
    margin: 0 10px 15px;
}

.description .detail > h3 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #4d4d4d;
}

.description .detail > p {
    font-size: 16px;
    color: #535353;
    line-height: 30px;
    text-align: justify;
}

.description .detail h4 {
    color: var(--third);
    font-size: 16px;
}

.description .detail ul {
    list-style: none;
    line-height: 2rem;
}

.description .detail ul i {
    color: var(--second);
    margin: 0 5px;
}

.description .infos {
    padding: 0 10px 40px;
    border: dashed 1px transparent;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
    max-height: 1400px;
    height: 900px;
}

.description .infos h3 {
    font-size: 21px;
    margin: 0 0 7px;
    font-weight: 600;
}

.description .infos h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.description .infos span {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}

.divider {
    width: 30px;
    height: 3px;
    background: #4d4d4d;
    margin-bottom: 15px;
    border-radius: 100px;
}

.description .infos .info-item {
    float: left;
    position: relative;
    padding-left: 10px;
    border-bottom: solid 1px #efefef;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.last-child {
    border: none !important;
    margin-bottom: 10vmin !important;
    padding-bottom: 0 !important;
}

.widget {
    Z-INDEX: 99;
    margin-bottom: 25px;
    padding: 0 20px 25px;
    POSITION: RELATIVE;
}

.description .info-item i.fas {
    left: 0;
    top: 7px;
    font-size: 25px;
    color: #535353;
}

.rs i {
    margin: 10px 5px 0;
    padding: 5px 8px;
    border-radius: 2px;
}

.rs i:hover {
    color: white;
    background: var(--first);

}

#catalogue {
    border-radius: 3px;
    width: 100%;
    padding-inline: 40px;
    margin: 0 2px 2vmin 0;
    border: 2px solid var(--second);
    color: var(--second);
    display: flex;
    justify-content: space-evenly;
    font-weight: 600;
    background: white;
    box-shadow: 0 0 25px #b8e76478;
    transition: all .3s;
}

#catalogue:hover {
    color: var(--light);
    background: var(--second);
    box-shadow: 0 2px 45px #b8e76478;
}

#catalogue i {
    margin-top: 5px;
}


.quick-contact button {
    border: none;
    margin: 0 2px 2vmin 0;
    background: var(--second);
    cursor: pointer;
    padding: 13px 30px 11px 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.quick-contact textarea {
    min-height: 120px;
}

.gallery img {
    max-width: 29vmin;
    margin: 0.5vmin;
    max-height: 30vmin;
    object-fit: cover;
    object-position: top;
    filter: saturate(0.5);
    transition: all .3s ease-out;
}

.gallery img:hover {
    transform: scale(1.02);
    filter: saturate(1);
}

#connexion {
    border: 2px solid white;
    background: transparent;
    padding-inline: 3vmin;
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s;
}

#connexion:hover {
    color: #2C3E50;
    background: white;
}

#inscription {
    border: 2px solid var(--second);
    padding-inline: 3vmin;
    color: #2C3E50;
    background: var(--second);
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s;
}

#inscription:hover {
    border: 2px solid var(--third);
    color: white;
    background: var(--third);
}

/********************************************************************************
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 ###############################  Contacts page  #################################
 ********************************************************************************/


.contact-header {
    background: linear-gradient(to left, #343a40, #343a40), url("../img/bg.jpg");
}

.contact {
    font-family: var(--Raleway);
}

.contact .contact-info i {
    font-size: 24px;
    color: #212529
}

.contact .contact-info p {
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 17px;
}

.contact .contact-info strong {
    font-weight: 500;
    font-size: 14px;
    color: #525252;
}

.contact textarea {
    min-height: 240px;
}

.contact button {
    padding: 13px 60px 11px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    background: var(--second);
    outline: none;
    transition: all .2s ease-out;
    border: none;
}

.contact button:hover {
    box-shadow: 0 0 45px var(--first);
}

.contact .links {
    padding: 25px;
    margin-top: 10vmin;
}

.contact .opening-hours h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.contact .links h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--third);
    margin-bottom: 30px;
}

.contact .links i {
    font-size: 14px;
    color: var(--third);
}

.contact ul {
    margin: 0;
    padding: 0;
    color: #535353;
    line-height: 30px;
    font-size: 16px;
}

/********************************************************************************
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 ###############################  login page  #################################
 ********************************************************************************/

.connect {
    padding: 2.5vmin 0 20vmin 0;
}

.connect-panel {
    /* position: absolute; */
    /* top: 5vmin; */
    /* left: -18vmin; */
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 5vmin 0 1px;
    /*box-shadow: 0 25px 42px rgba(0, 0, 0, .2);*/
    font-family: var(--Raleway);
    z-index: 1;
}

.rsbtn {
    /* background: white; */
    width: 100%;
    margin: 0 !important;
    padding: 10px 25px !important;
    /* border-radius: 2px; */
    /* border: 2px solid; */
    transition: all .2s ease;
}

#facebook {
    border-color: #3b5998;
    color: #3b5998;
}

#facebook:hover {
    background-color: #3b5998;
    color: white;
}

#google {
    border-color: #DB4437;
    color: #DB4437;
}

#google:hover {
    background-color: #DB4437;
    color: white;
}

.connect .row .col-lg-7 {
    padding: 15vmin 5vmin 5vmin;
    color: var(--third);
    font-family: var(--Rubik);
}

.connect .row .col-lg-7 > h6 {
    padding: 1vmin;
    letter-spacing: 4px;
}

.connect .row .col-lg-7 > h1 {
    font-size: 10vmin;
    font-weight: bold;
    padding: 0.1em 0;
}

.connect .row .col-md-12 {
    padding: 1vmin;
    padding-bottom: 0;
    margin: 2px;
}

.connect .row i {
    margin-right: 15px;
}

/******************************************SIGNUP FORM*******************************/

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform textarea {
    min-height: 150px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--second);
    outline-width: 0
}

#msform .action-button {
    width: 100%;
    height: 50px;
    background: var(--third);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 0px 5px;
    margin-top: 10px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--first)
}

#msform .action-button-previous {
    width: 100%;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 13px 5px;
    margin: 10px 90px 10px 0;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

#msform .col-md-6, #msform .col-md-4 {
    margin-bottom: 20px;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 20px;
    color: var(--third);
    text-align: left;
    font-weight: 900;
    margin-bottom: 5vmin;
}

.purple-text {
    color: var(--third);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--second);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f086"
}

#progressbar #personal:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f129"
}

#progressbar #payment:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f03e"
}

#progressbar #confirm:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c"
}

#progressbar #horraire:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f017"
}

#progressbar #certification:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f091"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--second);
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--second);
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.form-card .row {
    margin-inline: 0 !important;
}

.tag-container {
    width: 100%;
    margin: 1px 0 10px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    min-height: 70px;
}

.tag-container .tag {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #f2f2f2;
}

.tag i {
    font-size: 16px;
    margin-left: 5px;
}

.tag-container input {
    flex: 1;
    font-size: 16px;
    padding: 5px;
    outline: none;
    border: none;
}

.tag-container input:focus {
    border: none !important;
}

.form-check-label {
    margin-bottom: 0;
    font-weight: 400;
    color: black;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-top: 15px;
    margin-right: 2px;
}

.form-check-input {
    margin-top: .5rem;
    margin-left: 0;
    min-width: 300px;
    width: 100%;
}

.form-contain {
    padding: 15px 25px 20vmin;
    background: white;
    box-shadow: 0 2px 25px rgba(0, 0, 0, .14);
    margin: -20vmin 5vmin 35vmin;
}

#match-list label {
    font-weight: bold;
    color: var(--warning);
    font-size: 12px;
    margin: 5px 0 5px 10px;
}

.drpdow {
    background: transparent;
    border: none;
}

.modal-header {
    /* justify-content: space-between; */
    padding: 0 5px;
    border: none !important;
}

.pub {
    /*height: 325px;*/
}

.img-pub {
    position: relative;
    z-index: 99;
    object-position: 50% 10%;
    object-fit: fill;
}

.bottom-pub {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 99;
    max-height: 75px;
    background: linear-gradient(
            277deg, rgb(34 81 137) 30%, rgb(19 59 114) 0%);
    /* display: flex; */
    /* justify-content: center;*/
}

.img-pub{
    width: 100% !important
}

.bottom-pub .img-pub{
    width: 50% !important
}

.fixSearchBar {
    width: 100%;
    background: #2C3E50;
    position: fixed;
    top: 60px;
    height: 60px;
    z-index: 999;
}

.btn-rech-detail {
    padding: 15px;
    border-radius: 2px;
    border: none;
    margin: 1.8rem 2px 2vmin 0;
    background: var(--second);
}

.imgAdList {
    width: 100px;
}

.catgLst {
    margin-bottom: 0;
}

.catgLst > li {
    display: inline-flex;
    padding-inline: 5px !important;
    font-size: 82%;
    font-weight: 600;
    border-radius: 3px;
    background: var(--dark);
    margin: 0;
    color: var(--white);
}

.catgLst li a:hover {
    text-decoration: underline !important;
}

.tipPub {
    margin-bottom: 0;
}

.tipPub > li {
    display: inline-flex;
    padding-inline: 5px !important;
    font-size: 82%;
    font-weight: 600;
    border-radius: 3px;
    background: var(--third);
    margin: 0;
    color: var(--white);
}

.tipPub li a:hover {
    text-decoration: underline !important;
}

.obj-slt {
    padding: 10px 12px;
    width: 100%;
    border: 1px solid var(--dark-blue);
    border-radius: 3px;
    outline: none;
    margin-top: 2px;
    margin-bottom: 5px;
    height: 38px;
}

.dropdown-menu {
    color: #545b62 !important;
}

.searchBtn {
    color: #f8f9fa !important;
    font-size: 18px;
    top: 0;
    right: 0;
    z-index: 1000;
    margin: 32px 2% 0 0;
    position: fixed;
    cursor: pointer;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.question {
    font-size: larger;
    color: darkblue;
    font-style: italic;
    font-weight: 500;
}

#contact2, #contact1, #contact3 {
    border: 1px solid #292929;
    padding: 5px;
    width: auto;
    margin: 0 auto;
    font-size: 90%;
    font-weight: 500;
}

#contact2:hover, #contact3:hover {
    background: #292929;
    color: white;
}

#contact2 i {
    margin-right: 2px;
}

.firstBtb {
    background: var(--first);
    border: 1px solid var(--first);
    outline: none;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 10px;
    box-shadow: #b8e764 2px 6px 20px;
    border-radius: 2px;
    margin-left: 15px;
    color: var(--third);
}

.thirdBtn {
    border: 1px solid var(--third);
    outline: none;
    margin: 25px 5vmin;
    padding: 5px 25px;
    border-radius: 2px;
    color: var(--first);
}

.updtSteps {
    display: inline-flex;
    list-style: none;
    margin: 20px 50px;
}

.updtSteps li {
    padding: 5px 10px;
    border-style: solid;
    border-width: 0 0 4px 0;
    margin: 10px;
    border-color: var(--third);
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.updtSteps li a {
    text-decoration: none;
}

.updtSteps li:hover {
    border-color: var(--second);
}

.util-link a {
    color: #767676;
}

.utl {
    color: var(--gray-dark);
    list-style: none;
    line-height: 2rem;
}

.btnMenu {
    color: white;
    font-weight: 900;
    transform: rotate(90deg);
}

.export {
    color: var(--dark) !important;
    font-size: 100% !important;
    width: 60%;
    margin: 25px auto 0;
}

.btnExprt {
    border: 1px solid var(--third);
    padding: 5px 40px;
    background: var(--third);
    color: white;
    margin: 10px 0 0 -15px;
}

.btn_rapid i {
    pointer-events: none;
}

.btn_rapid {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    text-shadow: #000 2px 4px 30px;
    top: 30%;
    right: 0;
    box-shadow: #00000019 0px 2px 20px;
    background: #07718941;
    border-radius: 3px 0 0 3px;
    z-index: 99;
    transition: .2s ease-out;
}

.annuler {
    border-radius: 0 !important;
    margin-top: 10px;
    width: 100%;
    padding: 11px 10px;
    font-weight: 700;

}

pre {
    width: 100%;
    text-align: center;
}

.imagepub{
    width: 100%;
    height: 180px;
    margin: 25px auto;
    box-shadow: 0 5px 25px rgba(64, 63, 63, 0.1);
}

.pricing {
    font-size: 0.8em;
}
