@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Great+Vibes&family=Roboto+Serif:opsz,wght@8..144,200;8..144,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Great+Vibes&family=Roboto+Serif:opsz,wght@8..144,200;8..144,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');



/*==================================Variables=====================================*/
:root {
    --clr-primordial: #61CE70;
    --clr-blue: #004AAD;
    --clr-primary: #678e3e;
    --clr-primary-light: #beed8c;
    --clr-grey-1: #102a42;
    --clr-grey-5: #617d98;
    --clr-grey-10: #f1f5f8;
    --clr-white: #fff;
    --ff-robotto: "Roboto", sans-serif;
    --ff-primary: "Ubuntu", sans-serif;
    --ff-secondary: "Grand Hotel", cursive;
    --transition: all 0.3s linear;
    --spacing: 0.25rem;
    --radius: 0.5rem;
    --light-bg: rgba(255, 255, 255, .1);
    --light-black: rgba(0, 0, 0, .3);
    --clr-black: #3A3A3A;
    --bg-clr: #00ce1b;
}

::selection {
    background-color: #48dbfb;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Google sans Regular";
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #f2f2f2;
}

/*============================================== ANOTHER NAV ADDED STARTS  ========================================================*/

body {
    color: #f2f2f2 !important;
    font-family: "Google sans Regular";
}

header {
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #00093c, #2d0b00, #00093c);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 100px;

}

header .logo a {
    font-size: 18.5px;
    font-weight: bold;
    color: #ccc;
}




.humber {
    display: none;
}

.nav-bar ul {
    display: flex;
    list-style: none;
}

.nav-bar ul li a {
    display: block;
    font-size: 20px;
    padding: 20px 20px 25px 20px;
    transition: var(--transition);
    margin: 0 5px;
    width: 100%;
    color: #ccc;
}

.nav-bar ul li a.active,
.nav-bar ul li a:hover {
    border-bottom: 2px solid #d8d7d7;
    border-radius: 3px;
    color: blue;
    transition: var(--transition);
}


@media only screen and (max-width:1320px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1100px) {
    header {
        padding: 0 30px;
    }

    .nav-bar ul li a {
        font-size: 17px;
        padding: 10px 25px;
        transition: .2s;
        margin: 0;
    }
}

@media only screen and (max-width:980px) {
    .humber {
        display: block;
        cursor: pointer;
        z-index: 1000;
    }

    .humber .line {
        width: 30px;
        height: 3px;
        background: #ccc;
        margin: 6px 0;
    }

    .nav-bar {
        height: 0px;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        width: 93vw;
        margin: 18px auto 0px auto;
        background: #000;
        transition: .7s;
        overflow: hidden;
        z-index: 1000;
    }

    .nav-bar.active {
        height: 460px !important;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 30px auto 0 50px;
        transition: .7s;
        opacity: 0;
        width: 86%;

    }

    .nav-bar.active ul {
        opacity: 1 !important;
    }

    .nav-bar ul li a {
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 20px;
        padding: 10px 20px 20px 20px;
        width: 100%;
        transform: none !important;
    }

    .nav-bar::before {
        content: "";
        top: 0;
        left: 0px;
        width: 93vw;
        height: 3px;
        position: absolute;
        background: #ccc;
        transition: .2s;
    }

    .nav-bar ul li a.active,
    .nav-bar ul li a:hover {
        border-bottom: 0.1px dashed #d8d7d7;
        border-radius: 3px;
        color: blue;
        transition: var(--transition);
    }

}




/*===================================== ANOTHER NAV ADDED ENDS ==================================================================*/


@media screen and (max-width:375px) {
    .banner h1 {
        font-size: 1.5rem;
    }
}


.plus {
    border-radius: 10px;
}

.clearfix::after,
.clearfix::before {
    content: "";
    clear: both;
    display: table;
}

.section-title h3 {
    font-family: var(--ff-secondary);
    color: var(--clr-primary);
}

.section-title {
    margin-bottom: 2rem;
}

.section-center {
    padding: 4rem 0;
    width: 85vw;
    margin: 0 auto;
    max-width: 1170px;
}

@media screen and (min-width:992px) {
    .section-center {
        width: 95vw;
        padding: 4rem 1rem;
    }
}

/*=============================== HEADER SECTION BEGINS =================================*/

.header {
    height: 87vh;
    position: relative;
    overflow: hidden;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/Quebec\ City.jpg) center/cover no-repeat;
    border-radius: 0 0 100% 100%/0 0 120% 120%;
    transform: scaleX(1.8);
    overflow: hidden;
}


@media (max-width:790px) {
    .header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/Quebec\ City.jpg) center/cover no-repeat;
        border-radius: 0 0 105% 105%/0 0 120% 120%;
        transform: scaleX(1.5);
    }

    .banner h2 {
        font-size: 2.3rem !important;
        margin-top: 140px !important;
    }

    .baner-candidature {
        height: 80vh;
        position: relative !important;
        overflow: hidden !important;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/candidat.jpg") center/cover no-repeat;
        border-radius: 0 0 150% 200%/0 0 40% 30% !important;
        transform: scaleX(1.2);
    }
}


.banner {
    text-align: center;
}

.banner h1 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 70px;
    font-weight: bold;
    padding-bottom: 1rem;
    position: relative;
    animation: slideFromLeft 5s ease-in-out 1;
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-1000px);
        opacity: 0.2;
    }

    50% {
        transform: translateX(200px);
        opacity: 0.5;
    }

    75% {
        transform: translateX(-50px);
        opacity: 0.75;
    }

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

.banner h2 {
    color: #fff;
    text-align: center;
    margin-top: 100px !important;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    animation: slideFromRight 5s ease-in-out 1;
}


@keyframes slideFromRight {
    0% {
        transform: translateX(1000px);
        opacity: 0.2;
    }

    50% {
        transform: translateX(-200px);
        opacity: 0.5;
    }

    75% {
        transform: translateX(50px);
        opacity: 0.75;
    }

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


.banner-btn {
    outline: 0.125rem solid var(--clr-primordial);
    background-color: var(--clr-primordial);
    font-size: 30px;
    color: red;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    top: 30px;
    border-radius: 30px;
    transition: var(--transition);
    animation: UpDown 5s ease-in-out;
    box-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: var(--spacing);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.banner-btn:hover {
    background-color: var(--bg-clr);
    color: var(--clr-blue);
    background: var(--bg-clr);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: var(--transition);
}

@keyframes UpDown {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*************************PHOTO_BANIÈRE DE LA PAGE CONTCT SECTION STARTS ******************************/

/*************************PHOTO_BANIÈRE DE LA PAGE CONTACT SECTION ENDS *************************** */

@media (max-width:600px) {
    .banner h1 {
        text-transform: uppercase;
        font-family: "Roboto";
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 1.25rem;
        margin-bottom: 2rem;
        animation: slideFromLeft 5s ease-in-out 1;
    }

    .banner h2 {
        font-size: 2rem;
    }
}

/* DIVIDER LINE */
.content-divider {
    height: 3px;
    background: linear-gradient(to left, #48dbfb, var(--clr-primary), #48dbfb);
}


/* ============================ ABOUT SECTION BEGINS =========================================== */

.baner-about {
    width: 100%;
    height: 82.5vh;
    object-fit: cover;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/AAS-NEW\ LOGO_3.png") center/cover no-repeat !important;
    position: relative;
    overflow: hidden !important;
    border-bottom-right-radius: 167px;
}

.about-picture {
    text-align: center;
}

.about-picture h1 {
    text-align: center;
    text-transform: uppercase;
    color: var(--clr-white);
    font-family: "Roboto";
    margin-top: 140px !important;
    font-weight: bold;
    font-size: 8rem;
    letter-spacing: var(--spacing);
    transition: var(--transition);
    /*animation: slideFromUp 2s linear;*/
    animation: slideFromUp 1.5s ease-in-out 1;
}

.àpropos {
    background: #f2f2f2;
}

.àpropos-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ccc;
    border-bottom-right-radius: 110px;
    border-top-left-radius: 110px;
    padding: 120px 60px;
    color: #000;
}

.àpropos-pic {
    width: 300px !important;
    height: 300px !important;
    border-radius: 50% !important;
    margin-right: 100px !important;
}

.àpropos-text {
    flex: 1;
    border-left: 0.01px black dashed;
    border-width: 100%;
    padding-left: 50px;
    opacity: 0.1;
    border-width: 0.1px;
}

.àpropos-text::before {
    content: "";
    width: 450px;
    height: 0.1px;
    position: absolute;
    background: #000;
    transform: rotate(90deg);
    margin-top: 140px;
    margin-left: -275px;
    padding-left: 0px;
    position: fixed;
    opacity: 0.1;
}

@media (max-width:990px) {
    .àpropos-text {
        border-left: none;
        padding-left: 0px;
    }

    .àpropos-text::before {
        content: "";
        width: 0px;
        height: 0px;

    }
}

.àpropos-text h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 1.75rem;
    color: #61CE70;
}

.àpropos-text h3 {
    margin: 10px 0;
    color: #444;
    font-size: 16px;
}

.àpropos-text h3 span:nth-child(1)::after,
.àpropos-text h3 span:nth-child(2)::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #444;
    display: inline-block;
    border-radius: 50%;
    margin: 0 12px;
}

.àpropos-text p {
    font-size: 17px;
    text-align: justify;
    line-height: 26px;
    margin-top: 20px;
    color: #000;
}

.àpropos-text p span {
    color: blue;
    font-weight: bold;
}

/* ANIMATION OF ABOUT*/
@media screen and (max-width:980px) {
    .inner-width {
        max-width: 800px;
    }

    .àpropos-pic {
        margin: 0 auto 60px;
    }

    .àpropos-text {
        flex: 100%;
        text-align: center;
    }

    .service {
        width: calc(50% - 20px);
    }

    .about-picture h1 {
        font-size: 3.5rem;

    }
}

@media screen and (max-width:600px) {
    .àpropos-text h2 {
        font-weight: 800;
        font-size: 1.5rem;
    }

    .àpropos-text h3 {
        margin: 10px 0;
        color: #444;
        font-size: 14px;
    }

    .about-picture h1 {
        font-size: 3rem;

    }

}

/* ====================== END OF ABOUT SECTION =========================================== */

/*================================================ SERVICES DUPLICATED STATS =================================================================================*/


section.grid-card {
    background-color: #f2f2f2;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 100px 0px 0px 0px;
}

.inner-grid {
    max-width: 1250px;
    margin: auto;
    padding: 0px;
}

.accueil-skills {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-50px);
}

.accueil-skills .accueil-skill {
    width: 300px;
    text-align: center;
    border: 1px solid black;
    border-radius: 7px;
    margin: 5px 0px;
    color: #fff;
    align-self: normal !important;
}

.accueil-skill h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: normal;
    color: #000;
    text-transform: none;
}

.accueil-skill p {
    padding: 20px;
    margin: 0px;
    color: #707070;
    text-align: center;
}

.accueil-skill .fas {
    color: var(--clr-primordial);
    font-size: 40px;
    text-align: center;
    transition: var(--transition);
    background-color: #000;
    border-radius: 50%;
    line-height: 65px;
    width: 65px;
    height: 65px;
    margin: 10px 0px;
}

.accueil-skill:hover .fas {
    transform: translateY(-8px);
    color: dodgerblue;
}

@media (max-width:800px) {
    .accueil-skills {
        flex-direction: column;
    }

    .accueil-skill {
        width: calc(70% - 10px) !important;
        text-align: center;
        border: 1px solid whitesmoke;
        border-radius: 20px;
        margin: 20px auto !important;
        padding: 20px !important;
        align-items: center;
        color: #fff;
    }
}

/*========================================== SERVICES DUPLICATED ENDS =========================================================*/

/*POUR LE TITRE: NOS SERVICES*/

section.dark {
    background-color: #626266;
    width: 100%;
    min-height: 90vh;
    margin: 0px auto 50px auto;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 150px;
    /*transform: translateY(-70px);*/
}


.services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-50px);
}

.services .service {
    width: calc(30% - 10px) !important;
    height: 170px;
    text-align: center;
    border: 1px solid whitesmoke;
    border-radius: 20px;
    margin: 20px 0;
    padding: 40px 20px;
    color: #fff;
}

.service h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    text-transform: none;
}

.service:hover {
    background-color: #48dbfb;
}

.service .icon {
    color: var(--clr-primordial);
    font-size: 40px;
    margin-bottom: 20px;
    transition: .3s linear;
}

.service:hover .icon {
    color: #48dbfb;
}

section.dark .section-title {
    color: #fff;
}

section.dark .section-title::before {
    background-color: #fff;
}

section.dark .section-title::after {
    border: 4px solid #353b48;
}


.services .service1:hover {
    background: url(../images/Infirmière-Infirmier.png) center/cover no-repeat;
    transition: .2s linear;

}

.services .service1:hover h4 {
    color: #fff;
}

.services .service2:hover {
    background: url(../images/Infirmière-auxiliaire-Infirmier-auxiliaire.png) center/cover no-repeat;
    transition: .2s linear;
}

.services .service2:hover h4 {
    color: #fff;
}

.services .service3:hover {
    background: url(../images/Préposé-aux-Bénéficiaires.png) center/cover no-repeat;
    transition: .2s linear;
}

.services .service3:hover h4 {
    color: #fff;
}

.services .service4:hover {
    background: url(../images/Entretien-ménager.png) center/cover no-repeat;
    transition: .2s linear;
}

.services .service4:hover h4 {
    color: #fff;
}

.services .service5:hover {
    background: url(../images/Manufactures.png) center/cover no-repeat;
    transition: .2s linear;
}

.services .service5:hover h4 {
    color: #fff;
}

.services .service6:hover {
    background: url(../images/Préposé-des-chambres.png) center/cover no-repeat;
    transition: .2s linear;
}

.services .service6:hover h4 {
    color: #fff;
}


/* BUTTON OF SERVICES (SOUMISSION)*/

.button {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: var(--clr-primordial);
    width: 150px;
    padding: 5px;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
    color: var(--clr-black);
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;

}

.button span {
    font-size: 18px;
    font-weight: bold;
}

.button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: var(--bg-clr);
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: var(--transition);
}

@media (max-width:800px) {
    section.dark {
        width: 95%;
        min-height: 1050px;
    }

    .services .service {
        width: calc(50% - 10px) !important;
        height: 130px;
        text-align: center;
        border: 1px solid whitesmoke;
        border-radius: 20px;
        margin: 20px 1.5px;
        padding: 40px 20px;
        color: #fff;
    }

    .button {
        margin-top: 30px;
    }

    .service h4 {
        transform: translateY(-10px);
        font-size: 15px;
        font-family: roboto, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
    }
}




/*===================== REVEAL SECTION BIGINS ===================================*/

/*===================== REVEAL SECTION ENDS ===================================*/

@media screen and (max-width:600px) {
    .title {
        font-size: 2rem !important;

    }

    .sectionTitle::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 3px;
        background-color: #111;
        bottom: 0;
        left: calc(40% - 40px) !important;
    }

    .sectionTitle::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 9px;
        background-color: var(--clr-primordial);
        border: 2px solid #f1f1f1;
        left: calc(55% - 12px);
        bottom: -5px;
    }

    .services .service {
        width: 100% !important;
        max-height: 10px !important;
        transform: translateY(-30px);
        text-align: center;
        border: 1px solid whitesmoke;
        border-radius: 20px;
        margin-bottom: 5px;
        padding: 40px 20px;
        color: #fff;
    }

    .service .icon {
        display: none;
    }

    .service h4 {
        transform: translateY(-10px);
        font-size: 15px;
        font-family: roboto, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .soumission {
        transform: translateY(-20px);
        margin-top: 0px;
    }

    .section {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column !important;
    }

    .image-1 {
        width: 100%;
    }

    .info {
        width: 100%;
    }
}

@media (max-width:555px) {
    section.dark {
        min-height: 1125px !important;
        width: 97%;
        text-align: center;
        align-items: center;
        margin: 0 auto;
        padding-bottom: 120px;
        transition: .3s linear;
    }

    .service h4 {
        transform: translateY(-10px);
        font-size: 15px;
        font-family: roboto, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
    }

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

    .right p {
        padding-bottom: 10px;
    }
}

/*======================== END OF RESPONSIVE OF MAX 600px ====================================*/

/*======================== SERVICES PARTIE 2 services.html. BEGINS ====================================*/
/*IMAGE SERVICES BANNER*/

.services-banner {
    height: 87vh !important;
    position: relative;
    overflow: hidden !important;
}

.services-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/Centre\ du\ Quebec.jpeg") center/cover no-repeat;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(1.8);
    overflow: hidden;
}


.services-banner-1 h1 {
    text-align: center;
    text-transform: uppercase;
    color: var(--clr-white);
    font-family: "Roboto";
    margin-top: 150px !important;
    font-weight: bold;
    font-size: 6rem;
    z-index: 1;
    position: relative;
    letter-spacing: var(--spacing);
    transition: var(--transition);
    animation: slideFromDown 2s ease-in-out 1;
}

@media (max-width:790px) {
    .header::before {
        content: "";
        border-radius: 0 0 80% 90%/0 0 100% 100%;
        transform: scaleX(2.3);
        overflow: hidden !important;
    }

    .header {
        height: 88vh;
        position: relative;
        overflow: hidden;
    }

    .services-banner-1 h1 {
        font-size: 3rem;
    }

    .services-banner::before {
        content: "";
        border-radius: 0 0 80% 90%/0 0 100% 100%;
        transform: scaleX(2.3);
        overflow: hidden;
    }

    .services-banner {
        height: 88vh;
        position: relative;
        overflow: hidden !important;
    }

    .baner-contact {
        height: 87vh !important;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/contat_us.jpg") center/cover no-repeat;
        position: relative !important;
        overflow: hidden !important;
        border-bottom-right-radius: 180px;
        width: 100%;
        margin-bottom: 70px;
    }
}

.container-4 {
    background: #f2f2f2;
    color: #fff;
    margin: auto;
    width: 90%;

}

.container-4 .heading {
    width: 85%;
    margin: auto;
    text-align: center;
}

.container-4 .heading h1 {
    color: #284966;
    font-size: 2.5rem;
    text-transform: none;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    letter-spacing: 1.5PX;
}

.wrapper {
    width: 90%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper:not(:nth-child(6)) {
    margin-bottom: 50px !important;
}

.content-1 {
    width: 50%;
    margin: 0px 25px;
}

.content-1 h3 {
    font-size: 20px;
    font-family: Roboto;
    color: #004AAD;
    text-transform: none;
    letter-spacing: 1px;
}

.content-1 p {
    font-size: 16px;
    width: 90%;
    color: #000;
    line-height: 1.5;
    margin-top: 10px;
    font-family: "Roboto";
}

.content-1 p span {
    color: #004AAD;
    font-weight: bold;
}

/*PARAGRAPHE (P) ANIMATION*/
.paragraphe {
    transform: translateY(250px);
    opacity: 0;
    transition: all 1.5s ease;
}

.paragraphe.active {
    transform: translateY(0px);
    opacity: 1;
}

.image-2 {
    width: 45%;
}

.imageOne {
    transform: translateX(500px);
    transition: all 1.5s ease;
    opacity: 0;
}

.imageOne.active {
    transform: translateX(0px);
    opacity: 1;
}

/*2*/
.imageTwo {
    transform: translateX(-1000px);
    transition: all 1.5s ease;
    opacity: 0;
}

.imageTwo.active {
    transform: translateX(0px);
    opacity: 1;
}


/*IMAGE ANIMATION ENDS*/

.image-2 img {
    width: 100%;
    height: auto;
}

.image-2 img {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}




@media (max-width:1100px) {
    .container-4 .heading h1 {
        color: black;
        font-size: 2rem;
    }

    .baner-contact-picture h1 {
        font-size: 5rem;
    }

}


@media screen and (max-width:768px) {
    .wrapper {
        flex-direction: column;
        margin-top: 0;
        width: 85%;
        color: var(--bg-clr) !important;
    }

    .container-4 .heading h1 {
        font-size: 2.2rem;
    }

    .content-1,
    .image-2 {
        width: 105%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .content-1 h2 {
        font-size: 25px;
    }

    .content-1 .btn-2 {
        font-size: 18px;
        padding: 10px 25px;
        display: inline-block;
        letter-spacing: 1px;
        cursor: pointer;
    }

    .baner-contact-picture h1 {
        font-size: 4rem;
    }

}

@media screen and (max-width:600px) {

    .content-1,
    .image-2 {
        width: 110%;
        height: 105% !important;
        z-index: 999;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .baner-contact-picture h1 {
        font-size: 3.5rem;
    }

    .container-4 .heading h1 {
        font-size: 1.7rem;
    }
}

/*======================== SERVICES PARTIE 2 services.html. ENDS ====================================*/

/*========================SOUMISSION BUTTON BIGINS====================================================*/

.informations {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 5px auto;
    width: 240px;
    background: var(--clr-primordial);
    padding: 5px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.informations:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: var(--bg-clr);
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: var(--transition);
}

/* ANIMATION*/
.informations {
    transform: translateY(60px);
    transition: all 1.5s ease;
    opacity: 0;
}

.informations.active {
    transform: translateY(0px);
    opacity: 1;
}

/*========================SOUMISSION BUTTON ENDS====================================================*/

/*==========================CONTACT FIRST SECTION POUR CONTACT SIMPLE BEGINS contact.html===========================================*/


.baner-contact {
    height: 77.5vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/contat_us.jpg") center/cover no-repeat;
    position: relative;
    overflow: hidden !important;
    border-bottom-right-radius: 180px;
    width: 100%;
    margin-bottom: 70px;
}

.baner-contact-picture {
    text-align: center;
}

.contact-picture h1 {
    text-align: center;
    text-transform: uppercase;
    color: var(--clr-white);
    font-family: "Roboto";
    margin-top: 140px !important;
    font-weight: bold;
    font-size: 5rem;
    letter-spacing: var(--spacing);
    transition: var(--transition);
    animation: slideFromDown 2s ease-in-out 1;
}

@keyframes slideFromDown {
    0% {
        transform: translateY(70px);
        opacity: 0;
    }

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

.contact-picture h2 {
    font-family: "Roboto", serif;
    color: var(--clr-primordial);
    text-align: center;
    margin-top: 50px;
    font-weight: normal;
    font-size: 1.5rem;
    text-transform: none;
    font-family: "robot";
    transition: var(--transition);
    animation: slideFromUp 3s ease-in-out 1;
}

@keyframes slideFromUp {
    0% {
        transform: translateY(-70px);
        opacity: 0;
    }

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

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

/*======================== CONTACT SECTION FOR CONTACT.HTML BEGINS ======================*/
.color {
    background-color: rgb(209, 207, 207);
    width: 90%;
    text-align: center;
    margin: 0px auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 70px;
}

section .contact-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

section .contact-info i {
    display: block;
    font-size: 28px;
    line-height: 100px;
    height: 100px;
}


.contact-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*======CONTACT, FORM NUMBER ========*/
#contact {
    margin-bottom: 0;
}

.inner {
    width: 87%;
    height: 250px;
}

.card {
    position: relative;
    flex: 1;
    width: calc(33% - 20px);
    height: 140px;
    background-color: #444;
    display: flex;
    padding: 30px;
    margin: 30px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s linear;
}

.fromLeft {
    transition: all 2s ease-out;
    opacity: 0;
    transform: translateX(-800px);
}

.fromLeft.active {
    opacity: 1;
    transform: translateX(0px);
}

.fromRight {
    transition: all 2s ease-out;
    opacity: 0;
    transform: translateX(800px);
}

.fromRight.active {
    opacity: 1;
    transform: translateX(0px);
}

.fromDown {
    transition: all 1.5s ease-out;
    opacity: 0;
    transform: translateY(180px);
}

.fromDown.active {
    opacity: 1;
    transform: translateY(0px);
}


.card-content h3,
.card-content span {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-size: 15px;
    opacity: 1;
    font-family: "roboto", sans-serif;
}

.card-content h3 {
    top: 25px;
    text-transform: uppercase;
    color: #ccc;
    font-family: var(--ff-robotto), sans-serif;
}

.content-number h3 {
    font-size: 13px;
    padding: 0px !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
    left: 50% !important;
}

.card-content span {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}

.content-card h3 {
    text-align: center;
    align-items: center;
    width: 100%;
    left: 50% !important;
}

.content-card span {
    width: 100%;
}

/* RESPONSIVE OF 980PX*/
@media screen and (max-width:980px) {
    .card {
        width: 100%;
        flex: 100%;
        margin: 10px 0;
    }

    .color {
        width: 97.5%;
    }

    .inner {
        width: 87%;
        height: 550px;
    }

    .contact-picture h1 {
        font-size: 3.5rem;
        transition: var(--transition);
    }

    .contact-picture h2 {
        font-size: 1.3rem;
        transition: var(--transition);
    }

    .employeur-picture h1 {
        font-size: 1.3rem;
        transition: var(--transition);
    }

}

@media screen and (max-width:600px) {
    .card {
        padding: 0 20px;
        margin: 20px 5px;
        width: 90% !important;
    }

    .color {
        width: 98.5%;
    }

    .inner {
        width: 87%;
        height: 550px;
    }

    .contact-picture h1 {
        font-size: 2.5rem;
        transition: var(--transition);
    }

    .contact-picture h2 {
        font-size: 1.1rem;
        transition: var(--transition);
    }

    .employeur-picture h1 {
        font-size: 1.1rem;
        transition: var(--transition);
    }
}

/*======= CONTACT FORM POUR CONTACT.HTML BIGINS========*/

.container-3 {
    width: 83.32%;
    min-height: 60vh;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 30px 5%;
    background: #000;
    transform: translateY(-40px);
}

.container-3 h2 {
    color: var(--clr-white);
    font-size: 1.25rem;
    text-align: center;
    font-family: "roboto", serif;
    text-transform: none;
}

.container-3 .row1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.col1 {
    display: flex;
    flex-direction: column;
}

.row1 .right-1 {
    /* flex-basis: 100%;*/
    width: 100%;
}

.row1 .right-1 .messageForm-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.row1 .right-1 .inputGroup {
    margin: 10px 0px;
    padding-right: 15px;
    position: relative !important;
}

.messageForm-1 .halfWidth {
    flex-basis: 50%;
    /*width: 50%;*/
}

.messageForm-1 .fullWidth {
    flex-basis: 100%;
}

.messageForm-1 input,
.messageForm-1 textarea {
    width: 100%;
    font-size: 18px;
    padding: 11.25px;
    background: #000;
    font-family: "Roboto";
    font-weight: 100;
    color: #fff;
    border: none;
    border-bottom: 1px solid var(--clr-primordial);
    outline: none;
    border-radius: 18px;
    transition: var(--transition);
}

.messageForm-1 textarea {
    resize: vertical;
    min-height: 45px;
    display: block;
    transition: var(--transition);
}

.messageForm-1 textarea::-webkit-scrollbar {
    width: 5px;
}

.messageForm-1 textarea::-webkit-scrollbar-track {
    background-color: #1e1e1e;
    border-radius: 15px;
}

.messageForm-1 textarea::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
    border-radius: 25px;
}

.messageForm-1 .inputGroup label {
    position: absolute;
    left: 0;
    padding: 4px 11.25px;
    bottom: 3px;
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
    pointer-events: none;
}

.messageForm-1 .inputGroup:nth-child(5) label {
    top: 2px;
}

/*
 .messageForm-1 .inputGroup input:focus ~ label, .messageForm-1 .inputGroup textarea:focus ~ label,
 .messageForm-1 .inputGroup input:valid ~ label, .messageForm-1 .inputGroup textarea:valid ~ label{
   transform: translateY(-15px);
   font-size: 16px;
 }
*/
.messageForm-1 .inputGroup button {
    padding: 8px 35px;
    text-align: center;
    font-size: 18px;
    background-color: var(--clr-primordial);
    color: #000;
    border: 1px solid transparent;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s linear;
}

.messageForm-1 .inputGroup button:hover {
    background-color: #000;
    color: dodgerblue;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid dodgerblue;
}

.container-3 .messageForm-1 .comments {
    position: absolute;
    /*padding-top: 5px;
   padding-bottom: 5px;*/
    font-style: italic;
    font-size: 16px;
    color: #d82c2e;
    height: 25px;
}

.thank-you {
    padding-left: 11.25px;
    font-family: "Roboto";
    font-size: 1.2rem;
    height: 25px;
    text-align: center;
    margin: 2px auto;
    color: #61CE70;
}

@media (max-width:1100px) {
    .messageForm-1 .halfWidth {
        flex-basis: 100%;
    }
}

@media (max-width:900px) {
    .container-3 .row1 {
        flex-wrap: wrap;
    }

    .row1 .left,
    .row1 .right {
        flex-basis: 100%;
        margin: 0px;
    }

    .employeur-picture h1 {
        font-size: 2.5rem !important;
    }
}

@media (max-width:776px) {
    .inputGroup span {
        margin-left: 35% !important;
    }

    .employeur-picture h1 {
        font-size: 1.8rem;
    }

    .container-3 .inputGroup span {
        margin-left: 35% !important;
    }
}

@media (min-width:650px) {
    .employeur-picture h1 {
        font-size: 1.8rem !important;
    }

    .messageForm-1 .halfWidth {
        flex-basis: 50%;
        /*width: 50%;*/
    }

    .messageForm-1 .fullWidth {
        flex-basis: 100%;
    }

    .container-3 {
        width: 83.32%;
        min-height: 60vh;
    }
}

@media (max-width:650px) {
    .container-3 {
        min-height: 60vh;
    }
}

@media (max-width:576px) {
    .container-3 .row1 {
        flex-wrap: wrap;
    }

    .container-3 {
        width: 95%;
        min-height: 60vh;
    }

    .row1 .left,
    .row1 .right-1 {
        flex-basis: 100%;
        width: 100%;
    }

    .container-3 .inputGroup span {
        margin-left: 30% !important;
    }

    .employeur-picture h1 {
        font-size: 1.8rem !important;
    }
}

/*===== CONTACT FORM POUR CONTACT ENDS========*/

/*==========================CONTACT FORM SECTION FOR CONTACT.HTML SIMPLE ENDS ===========================================*/



/*===================================== CANDIDATURE FORM BIGINS ===============================================*/

/* CANDIDATURE BANNER PICTURE BIGINS*/

.baner-candidature {
    height: 87vh !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/candidat.jpg") center/cover no-repeat;
    border-radius: 0 0 120% 100%/0 0 70% 40%;
    transform: scaleX(1.1);
}

.candidature-picture h1 {
    text-align: center;
    text-transform: uppercase;
    color: var(--clr-white);
    margin-top: 140px !important;
    font-weight: bold;
    font-size: 3.5rem;
    position: relative;
    letter-spacing: var(--spacing);
    transition: var(--transition);
    animation: slideFromDown 2s ease-in-out 1;
}

@media screen and (max-width:1350px) {
    .candidature-picture h1 {
        font-size: 3rem;
        transition: var(--transition);
    }
}

@media screen and (max-width:1200px) {
    .candidature-picture h1 {
        font-size: 2.3rem;
        transition: var(--transition);
    }
}

@media screen and (max-width:990px) {
    .candidature-picture h1 {
        font-size: 1.8rem;
        transition: var(--transition);
    }
}

@media screen and (max-width:776px) {
    .candidature-picture h1 {
        font-size: 1.5rem;

        transition: var(--transition);
    }
}


@media screen and (max-width:600px) {

    .candidature-picture h1 {
        font-size: 1.3rem;
        font-family: var(--ff-robotto);
        transition: var(--transition);
    }

    .right p {
        font-size: 1rem;
    }
}



/* CANDIDATURE BANNER PICTURE ENDS*/

.container-5 {
    width: 83.32%;
    min-height: 60vh;
    display: flex;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 30px 8% !important;
    background: #000;
}

.container-5 h2 {
    color: var(--clr-white);
    font-size: 1.35rem;
    text-align: center;
    font-family: "roboto", serif;
    text-transform: none;
}

.candidat p {
    color: #000;
    font-size: 2.2rem;
    text-align: center;
    margin-top: 50px;
    padding: 50px;
    font-weight: normal;
    text-transform: none;
    font-family: "Roboto";
}

.candidat {
    transition: all 1.5s ease-in-out;
    transform: translateX(-1000px);
    opacity: 0;
}

.candidat.active {
    transform: translateX(0px);
    opacity: 1;
}

.container-5 .row1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.col5 {
    display: flex;
    flex-direction: column;
}

.row5 .right-5 {
    /* flex-basis: 100%;*/
    width: 90%;
    padding: 10px 8% 10px 1%;
}

.row5 .right-5 .messageForm-5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.messageForm-5 .inputGroup {
    /*margin: 7px 0px;*/
    padding-right: 15px;
    position: relative;
    width: 100% !important;
}

.messageForm-5 .halfWidth {
    flex-basis: 50%;
    /*width: 50%;*/
}

.messageForm-5 .fullWidth {
    flex-basis: 100%;
}

.messageForm-5 input,
.messageForm-5 textarea {
    width: 100%;
    font-size: 18px;
    padding: 0px 11.25px 11.25px 11.25px;
    background: #000;
    font-family: "Roboto", sans-serif;
    color: var(--clr-grey-10);
    border: none;
    border-bottom: 1px solid var(--clr-white);
    outline: none;
    border-radius: 18px;
    transition: var(--transition);
}

.messageForm-5 textarea {
    resize: vertical;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    min-height: 45px;
    display: block;
    transition: var(--transition);
}

.container-5 .comments {
    padding-bottom: 5px;
    font-style: italic;
    font-size: 16px;
    color: #d82c2e;
    height: 25px;
}

/*
.comments{
   padding-bottom: 5px;
   font-style: italic;
   font-size: 16px;
   color:#d82c2e;
   height: 25px;
}*/


.messageForm-5 p {
    color: var(--clr-white);
    margin-bottom: 0px;
    padding-left: 11.25px;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Roboto", serif;
    padding-top: -10px;
    letter-spacing: normal;
}

.messageForm-5 .thank-you {
    padding-left: 11.25px;
    font-family: "Roboto";
    font-size: .95rem;
    height: 25px;
    text-align: center;
    margin: 3px auto;
}

select {
    padding-top: -10px;
    margin-top: -20px !important;
    background: #000;
    border: none;
    outline: none;
    outline-offset: none;
    border-bottom: 1px solid var(--clr-white);
    border-radius: 18px;
    color: var(--clr-primordial);
    font-size: 1.1rem;
    min-width: 100% !important;
}

option {
    width: 100% !important;
}

.messageForm-5 textarea::-webkit-scrollbar {
    width: 5px;
}

.messageForm-5 textarea::-webkit-scrollbar-track {
    background-color: #1e1e1e;
    border-radius: 15px;
}

.messageForm-5 textarea::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
    border-radius: 25px;
}

.messageForm-5 .inputGroup:nth-child(6) {
    padding-top: 10px;
}

/*

 .container-5 .inputGroup input:focus ~ label, .container-5 .inputGroup textarea:focus ~ label,
 .container-5 .inputGroup input:valid ~ label, .container-5 .inputGroup textarea:valid ~ label{
   transform: translateY(-15px);
   font-size: 16px;
 }*/

.container-5 .messageForm-5 .inputGroup button {
    padding: 8px 35px;
    display: flex;
    text-align: center;
    font-size: 18px;
    background-color: var(--clr-primordial);
    color: #000;
    border: 1px solid transparent;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    transition: all .4s linear;
}

.messageForm-5 .inputGroup button:hover {
    background-color: #2e2e2e;
    color: dodgerblue;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid dodgerblue;
}

.container-5 .inputGroup span {
    color: var(--bg-clr);
    /*display: flex;*/
    display: none;
    margin: 0 auto;
    align-items: center;
    font-size: 15px;
    padding-top: 5px;
}


@media (min-width:1200px) {
    .employeur-picture h1 {
        font-size: 5rem !important;
    }
}

@media (max-width:1100px) {
    .messageForm-5 .halfWidth {
        flex-basis: 100%;
    }

    .candidat h2 {
        font-size: 2rem;
    }

    .container-5 {
        width: 87.32%;
        padding: 0px;
    }

    .messageForm-5 .halfWidth {
        flex-basis: 50%;
        padding: 0px;
        /*width: 50%;*/
    }

    .messageForm-5 .fullWidth {
        flex-basis: 100%;
    }

    .messageForm-5 p {
        font-size: 1.5rem;
    }

    .candidat p {
        font-size: 2rem;
        padding: 20px;
    }

    .employeur-picture h1 {
        font-size: 3rem;
    }

}

@media (max-width:900px) {
    .container-5 .row1 {
        flex-wrap: wrap;
    }

    .row1 .left,
    .row1 .right {
        flex-basis: 100%;
        margin: 0px;
    }

    .employeur-picture h1 {
        font-size: 2.5rem;
    }

    .candidat h2 {
        font-size: 1.75rem;
    }

    .container-5 {
        width: 87.32%;
        padding: 0px;
    }

    .messageForm-5 .halfWidth {
        flex-basis: 50%;
        padding: 0px;
    }

    .messageForm-5 .fullWidth {
        flex-basis: 100%;
    }

    .messageForm-5 p {
        font-size: 1.2rem;
    }

    .candidat p {
        font-size: 1.7rem;
        padding: 30px;
    }

}

@media (max-width:776px) {
    .employeur-picture h1 {
        font-size: 1.8rem;
    }

    .candidat h2 {
        font-size: 2rem;
    }

    .messageForm-5 p {
        font-size: 1.1rem;
        padding-top: 5px;
        padding-bottom: 2px;
    }

    .candidat p {
        font-size: 1.8rem;
        padding: 20px;
    }

    .messageForm-5 .halfWidth {
        padding: 5px 0px;
    }
}

@media (max-width:600px) {
    .employeur-picture h1 {
        font-size: 1.8rem;
    }

    .candidat h2 {
        font-size: 1.7rem;
    }

    .row5 .right-5 {
        /* flex-basis: 100%;*/
        width: 100%;
    }

    .messageForm-5 .halfWidth {
        flex-basis: 100%;
        padding: 5px 0px;
    }

    .messageForm-5 .fullWidth {
        flex-basis: 100%;
    }

    .messageForm-5 p {
        font-size: 1rem;
        padding: 10px 0;
    }

    .candidat p {
        font-size: 1.7rem;
        padding: 30px;
    }
}


@media (max-width:576px) {
    .container-5 .row1 {
        flex-wrap: wrap;
    }

    .container-5 {
        width: 95%;
    }

    .row5 .left,
    .row5 .right-1 {
        flex-basis: 100%;
        width: 100%;
    }
}

/*===== CONTACT FORM POUR CONTACT ENDS========*/
/*====================================================== CANDIDATURE FORM ENDS ====================================*/

/*============================ CONTACT FORM FOR EMPLOYEURS BIGINS ==================================*/

/*========= CONTACT FORM FOR EMPLOYEURS IMAGE ============*/

.baner-employeurs {
    width: 100%;
    height: 87vh !important;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/Business-Deals-Close-Better-In-Person-Tim-Denning.jpg") center/cover no-repeat;
    position: relative;
    overflow: hidden !important;
    border-bottom-right-radius: 150px;
    margin-bottom: 50px;
}

.employeur-picture {
    text-align: center;
}

.employeur-picture h1 {
    text-align: center;
    text-transform: uppercase;
    color: var(--clr-white);
    font-family: "Roboto";
    margin-top: 140px !important;
    font-weight: bold;
    font-size: 5rem;
    letter-spacing: var(--spacing);
    transition: var(--transition);
    animation: slideFromDown 2s ease-in-out 1;
}

.employeur-picture h2 {
    font-family: "Roboto", serif;
    color: var(--clr-primordial);
    text-align: center;
    margin-top: 50px;
    font-weight: normal;
    font-size: 1.5rem;
    text-transform: none;
    font-family: "roboto";
    animation: slideFromUp 3s ease-in-out 1;
}

/*========= CONTACT FORM FOR EMPLOYEURS IMAGE ENDS ============*/

.container-2 {
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 8%;
    background-color: #2e2e2e;
    margin-bottom: 60px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.container-2 .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
}

.col {
    display: flex;
    flex-direction: column;
}

.row .left {
    flex-basis: 35%;
    min-width: 320px;
    margin-right: 60px;
    min-height: 200px;
}

.row .right {
    flex-basis: 60%;
}

.left .contactTitle h2 {
    position: relative;
    font-size: 28px;
    color: var(--clr-grey-10);
    display: inline-block;
    margin-bottom: 25px;
}

.left .contactTitle h2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: var(--clr-grey-5);
    top: 120%;
    left: 0;
}

.left .contactTitle h2::after {
    content: "";
    position: absolute;
    width: 25%;
    height: 3px;
    background-color: dodgerblue;
    top: calc(120% - 1px);
    left: 0;
}

.left .contactTitle p {
    font-size: 14px;
    color: var(--clr-grey-10);
    letter-spacing: 1px;
    line-height: 1.2;

}

.left .contactInfo {
    margin-bottom: 5px;
}

.contactInfo .iconGroup {
    display: flex;
    align-items: center;
    margin: 25px 0px;
}

.iconGroup .icon {
    width: 45px;
    height: 45px;
    border: 2px solid dodgerblue;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.iconGroup .icon i {
    font-size: 20px;
    color: var(--clr-grey-10);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconGroup .details span {
    display: block;
    color: var(--clr-grey-10);
    font-size: 15px;
}

.iconGroup .details span:nth-child(1) {
    text-transform: uppercase;
    color: var(--clr-white);
    font-size: 13px;
}

/*
==========================.      Code for the Right Section (column)============================================================
*/

.row .right .messageForm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.row .right .inputGroup {
    margin: 12px 0px;
    position: relative;
    width: 100% !important;
}

.messageForm .halfWidth {
    flex-basis: 48%;
}

.messageForm .fullWidth {
    flex-basis: 100% !important;
}

.messageForm input,
.messageForm textarea {
    width: 100%;
    font-size: 18px;
    padding: 11.25px;
    background-color: #2e2e2e;
    color: var(--clr-grey-10);
    font-family: "Roboto";
    font-weight: 150;
    border: none;
    border-bottom: 0.10rem solid dodgerblue;
    ;
    outline: none;
    border-radius: 18px;
}

.messageForm textarea {
    resize: vertical;
    min-height: 45px;
    display: block;
    transition: var(--transition);
    font-family: "Roboto";
    font-weight: 150;
}

.container-2 .messageForm .comments {
    position: absolute;
    margin-top: 3px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 16px;
    color: #d82c2e;
    height: 25px;
}

.messageForm .thank-you {
    padding-left: 11.25px;
    font-family: "Roboto";
    font-size: 1rem;
    height: 25px;
    text-align: center;
    margin: 2px auto;
    color: #fff;
}

textarea::-webkit-scrollbar {
    width: 5px;
}

textarea::-webkit-scrollbar-track {
    background-color: #1e1e1e;
    border-radius: 15px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
    border-radius: 25px;
}

.inputGroup label {
    position: absolute !important;
    left: 0;
    bottom: 4px;
    color: #888;
    font-size: 18px;
    transition: 0.4s;
    pointer-events: none;
    padding: 10px 11.25px;
}

/*
 .inputGroup:nth-child(6) label{
   top: -20px;
 }

 .inputGroup input:focus ~ label, .inputGroup textarea:focus ~ label,
 .inputGroup input:valid ~ label, .inputGroup textarea:valid ~ label
{
   transform: translateY(-14px) ;
   font-size: 16px;
 }
 */
.button-area button {
    padding: 8px 40px;
    font-size: 18px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    background-color: dodgerblue;
    color: var(--clr-grey-10);
    border: 1px solid transparent;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s linear;
}

.inputGroup button:hover {
    background-color: #2e2e2e;
    color: dodgerblue;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid dodgerblue;
}

.button-area span {
    color: var(--bg-clr);
    /*display: flex;*/
    display: none;
    margin: 0 auto;
    align-items: center !important;
    margin-left: 41% !important;
    font-size: 15px;
    padding-top: 10px;
}


.right select {
    margin-top: -30px !important;
    /*padding: 10px;*/
    background-color: #2e2e2e;
    border: none;
    outline: none;
    outline-offset: none;
    border-bottom: 1px solid dodgerblue;
    border-radius: 18px;
    color: var(--clr-white);
    font-size: 1.1rem;
}

.right p {
    color: var(--clr-white);
    font-size: 1.5rem;
    font-family: "Roboto";
    font-weight: 150;
    margin-bottom: -5px;
    padding-left: 10px;
}

@media (max-width:1100px) {
    .messageForm .row {
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    .messageForm .halfWidth {
        flex-basis: 100%;
        flex-direction: column;
    }

    .messageForm .fullfWidth {
        flex-basis: 100%;
    }

}

@media (max-width:900px) {
    .container-2 .row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .row .left,
    .row .right {

        flex-basis: 80%;
        margin: 0px;
    }

    .employeur-picture h1 {
        font-size: 3rem;
    }

}

@media (min-width:576px) {
    .messageForm .halfWidth {
        flex-basis: 48%;
        flex-direction: column;
    }

    .messageForm .fullfWidth {
        flex-basis: 100%;
    }
}


@media (max-width:576px) {
    .container-2 .row {
        flex-wrap: wrap;
    }

    .row .left,
    .row .right {

        flex-basis: 100%;
    }

    .employeur-picture h1 {
        font-size: 1.8rem;
    }

    .employeur-picture h2 {
        font-size: 1.3rem;
    }

    .right p {
        font-size: 1.1rem;
    }
}

/*============================ END OF EMPLOYEURS CONTACT FORM SECTION =====================================*/

/*

FORM ANIMATION FOR EMPOYERS AND RIGHT SIDE FOR CONATC FORM
*/


/* RIGHT FORM SECTION ANIMATION  POUR EMPLOYEURS*/


.great {
    position: relative;
    transform: translateX(500px);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.great.active {
    transform: translateX(0px) !important;
    opacity: 1;

}

/* ABOUT  ANIMATION STARTS */
/* IMAGE ANIMATION*/
.image1 {
    position: relative;
    transform: translateX(-500px);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.image1.active {
    transform: translateX(10px);
    opacity: 1;

}

/* PAGE ANIMATION*/
.propostext {
    position: relative;
    transform: translateX(1000px);
    opacity: 0;
    transition: all 2s ease-in-out;
}

.propostext.active {
    transform: translateX(0px);
    opacity: 1;
}

/* ABOUT  ANIMATION ENDS */


/* LEFT SECTION ANIMATION */

.great1 {
    transform: translateX(-500px);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.great1.active {
    transform: translateX(0px);
    opacity: 1;
}

/* LEFT SECTION ANIMATION ENDS */

.great2 {
    transform: translateX(-500px);
    opacity: 0;
    transition: all 1s ease-in;
}

.great2.active {
    transform: translateX(0px);
    opacity: 1;
}

/* FORM  ANIMATION SECTION ENDS */

/* CONTACT FORM ENDS */



/* MAP */

iframe {
    width: 82.32%;
    height: 75vh;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 3rem;
    overflow-x: hidden;
    filter: invert(100%);

}

@media (max-width:600px) {
    iframe {
        width: 95%;
    }

    .employeur-picture h1 {
        font-size: 2rem;
    }
}


/* DIVIDER*/
.cont .content-divider {
    height: 0.025rem;
    background: linear-gradient(to left, var(--clr-primary), dodgerblue, var(--clr-primary));
    width: 95%;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px auto;
}


/* FOOTER*/

/*FOOTER ======================*/
footer {
    width: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(to right, #00093c, #2d0b00, #00093c);
    /*bottom: 0;*/
    color: #fff;
    padding: 100px 0 10px;
    border-top-left-radius: 80px;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden !important;
}

footer .row {
    width: 95%;
    margin: auto;
    /*padding: 80px 20px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    /*padding-bottom: 10px;*/
}

footer .col {
    flex-basis: 25%;
    padding: 0 10px;
}

footer .col:nth-child(2),
.col:nth-child(3) {
    flex-basis: 20%;
}

footer .col:nth-child(2) {
    width: fit-content;
}

footer .description {
    font-size: 16px;
}

footer .agenceso {
    width: 100%;
    color: green;
    font-size: 23px;
    padding-bottom: 22px;
}

footer .col h3 {
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 18px;
    color: green;
}

footer .col.info p,
.col.info h4 {
    font-size: 16px;
    color: #ccc;
    margin: 1px 0px;
}

footer .email-id {
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 12px 0;
}

footer .col ul li {
    list-style: none;
    margin-bottom: 2px;
    text-decoration: none;
}

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

footer ul li a:hover {
    color: #00ce1b;
    border-bottom: 1px solid #fff;
}

footer .suivre {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 18px;
}

footer .suivre .fa-envelope {
    margin-bottom: 15px;
}


footer .suivre .fa-envelope,
footer .suivre .fa-phone-volume {
    margin-right: 10px;
    font-size: 18px;
}

footer .suivre .fa-envelope,
footer .suivre .fa-phone-volume {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #000;
    background: #fff;
}

footer .social-icons .fab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: dodgerblue;
    margin-right: 15px;
    cursor: pointer;
    transition: var(--transition);
}

footer .social-icons .fab:hover {
    background: transparent;
    outline: 1px solid #00ce1b;
    color: #fff;
    transform: translateY(-3px);
}

footer hr {
    width: 94%;
    margin: 20px auto;

}

footer .copy-right {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
}

footer .underline {
    width: 100%;
    height: 3px;
    background: #767676;
    border-radius: 7px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

footer .underline span {
    width: 15px;
    height: 100%;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}

@keyframes moving {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}

@media (max-width:800px) {
    footer {
        /*à verifier*/
        bottom: unset;
    }

    footer .col {
        flex-basis: 100%;
    }

    footer .col:nth-child(2),
    .col:nth-child(3) {
        flex-basis: 100%;
    }

    footer hr {
        margin: 20px auto 20px;
    }

    footer .copy-right {
        color: #fff;
        font-size: 15px;
        text-align: center;
        align-items: center;
        padding-bottom: 15px;
    }
}

.to-top {
    background: #000;
    position: fixed;
    bottom: 16px;
    color: #fff;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
}

.to-top.active {
    /*bottom: 32px;*/
    pointer-events: auto;
    opacity: 1;
    animation: scrollY 2s ease-in-out;
}

@keyframes scrollY {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    50% {
        opacity: 0.2;
    }

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

.to-top .fa-solid {
    font-size: 32px;
}

/* =======================================================================================*/

.inner-width {
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}


section {
    padding: 100px 0;
    background-color: #f1f1f1;
}

/*POUR LES TRITRES(À PROPOS, SERVICES, CONTACT)*/
.sectionTitle {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 15px;
    position: relative;
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    padding-bottom: 12px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1.5s linear;
    color: #000;
}

.sectionTitle.active {
    transform: translateY(0px);
    opacity: 1;
}

.sectionTitle::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 3px;
    background-color: #111;
    bottom: 0;
    left: calc(46% - 40px);
}

.sectionTitle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    background-color: var(--clr-primordial);
    border: 2px solid #f1f1f1;
    left: calc(50% - 12px);
    bottom: -5px;
}

.title {
    font-size: 4rem;

}

/* POUR LES SERVICES*/
.pre {
    height: 40vh;
}


/* RESPONSIVE OF MAX 980 px*/

@media screen and (max-width:980px) {
    section.dark {
        min-height: 170vh !;
    }

}

/* END OF RESPONSIVE OF MAX 980px*/


#inner-width {
    margin-top: -70px;
}

#inner-width p {
    margin: 20px 0;
    padding-top: 10px;
    padding-bottom: 85px;
    color: #fff;
    line-height: 2;
    font-size: 16PX;
}