﻿@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');




/*  Waves     */

/* Header */
.header {
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(229,150,0,0.3) 38%, rgba(198, 204, 207,0.4) 100%),url('../../Img/Recrutement/DSC_0181 - Copie.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: white;*/
    margin-bottom: 150px;
    margin-top: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.7em;
    font-weight: 600;
    color: white;
}

    .header .logo {
        width: 300px;
        fill: white;
        padding-right: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .header .inner-header {
        height: 65vh;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header .flex { /*Flexbox for containers*/
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .header .waves {
        position: relative;
        width: 100%;
        height: 5vh;
        margin-bottom: -9px; /*Fix for safari gap*/
        min-height: 100px;
        max-height: 150px;
    }

    .header .content {
        position: relative;
        height: 10vh;
        text-align: center;
        background-color: transparent;
    }

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}



/* ENd waves */














.socheadercontainter {
    width: 97%;
    height: 400px;
    background-image: linear-gradient(90deg, rgba(229,150,0,0.7) 38%, rgba(238,238,230,0.6)),url('../../img/recrutement/steetview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
}



.socheadercontent {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3.2em;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}




/* Devider  */
.ContactDivider {
    padding-bottom: 10px;
}

.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient( to right, transparent, #f2b430, transparent );
}








/* recut Header */

.recruHeader {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    width: 90%;
    margin: auto;
    margin-top: 60px;
}

    .recruHeader h1 {
        text-align: left;
        color: #f2b430;
        margin-bottom: 20px;
    }

    .recruHeader p {
        text-align: left;
        color: black;
        margin-bottom: 20px;
        line-height: 1.7em;
    }

    .recruHeader ul {
        margin-left: 35px;
    }

    .recruHeader li {
        margin-bottom: 7px;
    }


/* job list container grid  */

.jobContainer {
    width: 90%;
    max-width: 1400px;
    /* height: /500px; */
    margin: auto;
    margin-top: 40px;
    border-style: solid;
    border-color: black;
}


.jobContainerGrid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 20px;
}

.jobSpt {
    background-image: linear-gradient(90deg, rgba(229,150,0,0.8) 100%, rgba(238,238,230,0.4)),url('../../img/recrutement/steetview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.jobSpt p {
    width: 75%;
    margin: auto;
}


#SponSentCandLink{
    align-self: center ; 
}



#SponSentCand {
    padding: 20px;
    width: 140px;
    margin-bottom: 20px;
    align-self: center;
    font-size: 1em;
}


.jobSpt .tit 
    {
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    text-align: left;
    color: white;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    }

.jobSpt .cont {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: white;
    margin-bottom: 20px;
    line-height: 1.7em;
}



.JobList {
    margin-top: 40px;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
}




.Job1, .Job2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 40px;
    text-decoration: none;
    color:black ; 

}


/*// hover on job to see details */

    .Job1:hover, .Job2:hover {
        background-color: #F5F5F5;
        cursor: pointer;
    }




.Job2 i {
    /* width: 200px; */
    color: rgba(229,150,0,0.8);
    margin-right: 10px;
}

.Job1 i {
    color: #041d50;
    margin-right: 10px;
}

.VerticalSep {
    width: 1px;
    height: 25px;
    margin: 6px 0;
    margin-left: 10px;
    background: black;
}






.InlineBLK {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-right: 10px;
}

.InlineBLK img {
    max-width: 50px;
        
}

.JobName {
    min-width: 450px;
}



@media (max-width: 1370px) {
    .jobContainer {
        width: 99%;
    }

    .jobSpt .tit {
        font-size: 20px;
        line-height: 40px;
        font-weight: 200;
    }
}


@media (max-width: 1080px) {
    .jobContainerGrid {
        grid-template-columns: 1fr;
    }

    .jobContainer {
        width: 95%;
    }
}


@media (max-width: 866px) {
    .Job1, .Job2 {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .JobName {
        min-width: auto;
    }

    .VerticalSep {
        visibility: hidden;
    }

    .jobContainer {
        width: 80%;
    }
}

@media (max-width:590px) {
    .InlineBLK {
        flex-direction: column;
        text-align: center;
    }
}
