﻿#PIV {
    /*  background-color: $background-color_1; */
    background-color: #095797;
    box-sizing: inherit;
    box-shadow: -1px 4px 20px 5px rgba(0, 0, 0, 0.25);
    justify-content: left;
}
body {
    font-family: 'Quicksand', sans-serif;
}

.container {
    margin-left:0px;
}
    

    #PIV .name {
        display: inline-block;
        color: #fff;
        font-family: "Quicksand", sans-serif;
        line-height: 1;
        font-size: 15px;
        margin-top: 15px;
        
        margin-left: 25px;
        width:auto;
    }
.menu {
    font-size: 17px;
    padding-bottom: 20px;
    background: linear-gradient(to right, white 69.6%, #E9F4F6 1%);
    white-space: nowrap;
}
.espace-menu{
    display: flex;
    height: 70px;
}

.navigation {
    position: sticky;
    top: 0;
    z-index: 100;
}

.border {
    border-bottom: 5px solid red;
}
.active li::after {
    border-bottom: 5px solid #5bc0eb;
    border-color:aquamarine;
    bottom: -10px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
}
.menuScreen {
    list-style-type: none;
    width : 450px;
    color: black;
    
    a{
         text-decoration:none;
         text-decoration-color:inherit;
         color: black;
         width:auto;
         
     }
    li{
        margin-left:10%;
        
    }
    
}
ul{
    margin-bottom:0px;
    height:100px;
}
.cercle {
    background-color: #f8bc2b;
    margin-left: 64px;
    color:#f8bc2b;
    padding-top: 0px;
    border-radius: 50px;
    width:10px;
    height:10px;
    margin-top:0px;
}
.cercle-emplois {
    background-color: #f8bc2b;
    margin-left: 209px;
    color: #f8bc2b;
    padding-top: 0px;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
}
.cercle-pourquoi {
    background-color: #f8bc2b;
    margin-left: 412px;
    color: #f8bc2b;
    padding-top: 0px;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin-top: 0px;
}
.cercle-processus {
    background-color: #f8bc2b;
    margin-left: 630px;
    color: #f8bc2b;
    padding-top: 0px;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin-top: 0px;
}
.banniere-desktop {
    background-color: rgb(235, 178, 91);
    width: 212px;
    height: 191px;
    color: white;
    border-radius: 0px 0px 10px 10px;
    z-index: 200;
    margin-bottom: -191px;
    margin-left: 68%;
    position: relative;
}
    .banniere-desktop p {
        padding-top: 35%;
        padding-right: 20px;
        padding-left: 20px;
    }
 .banniere-mobile {
     display:none;
 }

.alerteEmploi {
    /*     background-color: $background-color_5; */
    background-color: #09245c;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    color: white;
}
    .alerteEmploi &.AETitre{
        font-size:20px;
    }
    .alerteEmploi button {
        position: relative;
        right: 0;
        background-color: #359c9c;
        color: white;
    }
    .alerteEmploi input {
        background-color: #09245c;
    }
    .alerteEmploi select {
        background-color: #09245c;
        color: white;
    }
    .alerteEmploi label {
        font-size: 22px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }


.infos > * {
    margin-bottom: 10%;
    color: white;
    margin-left: 10%;
}
    .infos a {
        color: white;
    }

.faq {
    background-color: rgb(235, 178, 91);
    width: 250px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    margin-left: 78.5%;
}
    .faq a{
        color:white;
        text-decoration: none;
    }
.footer{
    
    text-align: center;
}
.contacter{
    align-content: end;
    margin-left:5%;
}
           

    .menu label ul {
        z-index: -20000;
        position: absolute;
        opacity: 0;
        transition: 0.25s 0s ease-in-out;
        font-size: 8px;
        line-height: 0.5;
        width: 100%;
        list-style-type: none;
        margin-bottom:0px;
    }
/*Partie Main Accueil*/
.container-accueil .fiere {
    background-color: #D4E9ED;
    margin-top: 2%;
    margin-bottom: 0%;
    color: rgba(53, 156, 156);
    border-color: rgba(180, 208, 217, 0.0);
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 10%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 35%;
}

.container-accueil .titre-accueil {
    font-size: 70px;
    padding-left: 10%;
}

.container-accueil .description-accueil {
    font-size: 18px;
    padding-left: 10%;
    color: #2A3766;
}

.container-accueil .btn-dispos {
    margin-left: 10%;
}

.container-accueil .row-special {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

    .container-accueil .btn-dispos .btn-postes {
        background-color: #2A93A6;
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border-radius: 20px;
        margin-right: 30px;
    }

    .container-accueil .btn-dispos .btn-avantages {
        border: none;
        background-color: white;
        font-size: 16px;
        color: #2A3766;
        font-weight: 600;
    }

.photo-accueil {
    background: linear-gradient(to left, #E9F4F6 89%, white 89%);
    padding-right: 100.5%;
    overflow: hidden;
}



    .photo-accueil img {
        height: 700px;
        position: relative;
        z-index: 300;
        object-fit: cover;
    }

.img-accueil {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 7.5%;
}


.container-video {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
    background-color: #1D3665;
    color: white;
}
video {
    width:80%;
    margin-left:10%;
    margin-top: 6%;
    margin-right: 8%;
    margin-bottom: 7%;
}
.btn-plus {
    background-color: #2A93A6;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 30px;
    margin-bottom: 5%;
}
.Contribuez {
    margin-top: 6%;
    margin-left: 5%;
}
    .Contribuez h2 {
        font-size: 40px;
    }
    .Contribuez p {
        padding-bottom: 10px;
        line-height: 1.7;
    }

.titreEmploi{
    font-size:50px;
    margin-left:10%;
    margin-top:5%;
        
}
.texteEmploi {
    margin-left: 10%;
    font-size: 18px;
    color: #707898;
    font-weight:400;
}
.btn-voir-tout-postes{
    width: 225px;
    margin-top:55%;
    margin-left:10%;
    font-size:20px;
    border-radius: 30px;
}
#slideCategories {
    /* background-color: $background-color_2; */
    background-color: white;
    margin-right:0%;
}
.container-type{
    margin-right:0%;
    margin-bottom: 5%;
}
.btnFiltre {
    width: 21%;
    height : 170px;
    cursor: pointer;
    color: white;
    font-weight: 600;
    border-radius: 15px;
    color: black;
    border-color: #008871;
    background-color: #E9F4F6;
    font-size: 20px;
    margin-top: 1%;
    margin-right: 1%;
}
    .btnFiltre p{
        margin-bottom:5%;
    }
    .btnFiltre h4{
        margin-top:0px;
        margin-left:10%;
        margin-bottom:5%;
    }
    
.btnFiltre:hover {
    
    color: white;
    background-color: lightblue;
    border-radius: 15px;
    border-color: #008871;
                                                                                                               
}
.positions-ouvertes {                                          
    max-width: 270px;
    font-size: 14px;
    background-color: #D4E9ED;
    margin-top: 5%;
    text-align: center;
    border-radius: 25px;
    color: #6AB3C1;
    margin-left: 0%;
    margin-right: 5%;
}
    .positions-ouvertes p {
        padding: 5px 0px 5px 0px;
    }

.stage {
    width: 20%;
    text-align: center;
    background-color: #EBB25B;
    color: white;
    cursor: pointer;
    font-weight: 600;
    border-radius: 15px;
    border-color: #008871;
    height: auto;
    font-size: 20px;
    margin-top: 1%;
    margin-right: 1%;
}
    .stage h4{
          margin: 20px 0px 0px 0px;
    }
    .stage p{
        margin: 0px 0px 0px 0px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
    }
    .stage.col-2:hover {
        background-color: #e69e33;
    }
    .stage.col-2:hover p {
        background-color: #e69e33;
    }


.container-candidature {
    background-color: #2A93A6;
    color: #D4E9ED;
    text-align: left;
}
    .container-candidature h3 {
        font-size: 40px;
        margin-left: 5%;
        margin-right: 5%;
        color: white;
        font-weight: 400;
        margin-top: 5%;
    }
    .container-candidature .textCandidature {
        text-align: left;
        font-size: 17px;
        margin-top: 4%;
        margin-bottom: 4%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .container-candidature .btn-candidature {
        border: none;
        background-color: #D4E9ED;
        color: #3F9EAF;
        height: 50px;
        margin-left: 5%;
    }
    .container-candidature .img-background-candidature {
        width: 80%;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 10%;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.container-evenements {
    background-color: #E9F4F6;
    color: #4E5A80;
    padding-bottom: 10%;
}
.container-evenements h1 {
    color: black;
    text-align: center;
}
.texteContainer {
    margin: 2% 7% 3% 7%;
    font-size: 18px;
    color: #4E5A80;
    text-align: center;
}

.evenement {
   display: flex;
   justify-content: center;
}

.carteBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    height: 74%;
    border-radius: 10px
}

.colEvenement0 {
    position: relative;
    padding-top: 5px;
    background-color: white;
    border-radius: 10px;
    width: 27%;
}

.colEvenement1 {
    position: relative;
    padding-top: 5px;
    background-color: white;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: 27%;
}

.colEvenement2 {
    position: relative;
    padding-top: 5px;
    background-color: white;
    border-radius: 10px;
    width: 27%;
}

.carteDate {
    background-color: #D4E9ED;
    font-size: 16px;
    font-weight: 400;
    color: #3F9EAF;
    padding: 5px;
    width: 50%;
    border-radius: 20px;
    margin-top: -7%;
    margin-bottom: 4%;
    margin-left: 7%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.carteImg {
    width: 94%;
    height: 180px;
    margin: 3%;
    border-radius: 10px;
    object-fit: cover;
}

.carteTitre {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.carteTexte {
    font-size: 17px;
    margin-left: 5%;
    margin-right: 5%;
}
.carteLien {
    display: flex;
    font-size: 17px;
    font-weight: 400;
    color: white;
    padding: 5px 15px 5px 15px;
    margin-top: auto;
    background-color: #2A93A6;
    border: 0px;
    border-radius: 30px;
    text-decoration: none;
}
    .carteLien:hover {
        color: white;
        background-color: #359c9c;
    }

.carteLieu {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #3F9EAF;
    margin-bottom: 5%;
    margin-top: 5%;
    width: 90%;
    border-radius: 10px;
    background-color: #EBB25B;
    padding: 6px 2px;
}

.carteLieu svg {
    margin-left: 12px;
    width: 35px;
}

.lieuTexte {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-left: 3%;
}

@media (max-width: 768px){
    .evenement {
        display: flex;
        flex-direction: column;
    }
    .colEvenement {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5%;
        position: relative;
        padding-top: 5px;
        background-color: white;
        border-radius: 10px;
        min-height: 650px;
    }
    .carteImg {
        width: 90%;
        height: 200px;
    }

}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #d4f3f8;
    color: #09245c;
    cursor: pointer;
    padding: 8px 15px 8px 15px;
    border-radius: 200px;
}
.espace-menu {
    text-align: right;
}

.nous-contacter {
    margin-left: auto;
    list-style-type: none;
    margin-right: 4%;
    color: black;
    margin-top: 30px;
}
    .nous-contacter a{
         color:black;
         text-decoration:none;
    }
.form-emploi {
    background-color: #E9F4F6;

}
.form-emploi form {
}
    .form-emploi .form-select-lg {
        height: 47px;
        background-color: #E9F4F6;
        margin-top: 15px;
        font-size: 15px;
        border: 1px solid black;
        border-radius: 10px;
    }
    .form-emploi .recherche {
        margin-bottom: 5%;
        margin-left: 8%;
    }
        .form-emploi .recherche label{
            font-size:25px;
            padding-bottom:1%;
        }
    .form-emploi .recherche input {
        height: 47px;
        background-color: #E9F4F6;
        border-radius: 10px;
        border: solid 1px black;
    }
    .form-emploi .categorie {
        display: flex;
        flex-direction: column;
    }
    .form-emploi .stage1 {
        width: 300px;
        border-radius: 10px 10px 00px 0px;
        margin-top: -2%;
        text-align: center;
        padding-top: 30px;
        margin-left: 10%;
    }
        .form-emploi .stage1 p {
            margin-top: 5%;
        }
            .form-emploi .stage1 p a {
                color: white;
                text-decoration: none;
            }
.form-emploi label {
    margin-top: 10%;
}

.réinitialiser {
    text-align: right;
}

.réinitialiser a {
    text-decoration: none;
    color: black;
}

.search-icon {
    position: absolute;
    margin-left: -30px;
    margin-top: 10px;
}
.faq2 {
    width: 90%;
    border-radius: 10px;
    color: white;
    z-index: +1;
    padding-bottom: 1%;
    padding-top: 1%;
    margin-top: -20px;
    margin-bottom: 1%;
    margin-right: 5%;
    position: relative;
    background-color: rgb(235, 178, 91);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.faq2 a {
    color:white;
    text-decoration: none;
}

    .faq2:hover {
        background-color: #e69e33;
    }

    .faq2:hover a {
        background-color: #e69e33;
    }

.emplois {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.jobTitre {
    font-weight: 600;
}

.emplois h3 {
    font-size: 18px;
}
.emplois .emploi {
    padding-left: 1%;
    height: auto;
}
        .emplois .emploi:hover {
            color: white;
        }

    .emplois .emploi a {
        text-decoration: none;
    }
        .emplois .emploi .endroit {
            color: #4d4d4d;
            font-weight: 400;
            font-size: 14px;
        }

.container-emplois{
    justify-content:center;
    margin-left: 7%;
    width: 93%;
}
.questions {
    width: 30%;
    border-radius: 15px;
    border-color: #008871;
    padding: 2%;
}
    .questions a{
         color:white;
         text-decoration:none;
         font-size: 17px;
         font-weight: 400;
    }
    .questions:hover {
        background-color: #e69e33;
    }

    .questions:hover a {
        background-color: #e69e33;
    }

.container-emploi {
    margin-bottom: 15px;
}
.header-emploi {
    background-color: #E9F4F6;
    width: 100%;
    margin-left: 0px;
    padding-left: 5%;
}
.btn-retour {
    background-color: #D4E9ED;
    color: #6AB3C1;
    border: none;
    padding: 12px 20px 12px 15px;
}

.titre-emploi {
    font-size: 44px;
    width: 65%
            
}
.lieu-emploi{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size:20px;
}
        
        
    
.postuler-emploi{
    padding:10px;
    background-color:#2A93A6;
    color:white;
    border: 0px;
    margin-bottom: 5%;
}
.body-emploi {
    font-size: 18px;
    width: 100%;
    margin-left: 0px;
    padding-left: 5%;
    height: auto;
    color: black;
}
    .body-emploi p {
        margin: 10px 0px 10px 0px;
    }
    .body-emploi ul {
        height: auto;
        padding-left: 1.7rem;
    }
    .body-emploi li::marker {
        font-size: 1.5em; /* Increase size of the marker */
        color: black; /* You can also change the color if needed */
        padding-left: 0px;
    }




.info {
    background-color: #EBB25B;
    max-width: 300px;
    min-width: 250px;
    border-radius: 10px 10px 0px 0px;
    color: white;
    margin-left: 65%;
    margin-top: -15%;
    text-align: center;
    cursor: pointer;
}
    .info h4 {
        font-weight: 400;
        padding: 10%;
        padding-bottom: 0%;
        font-size: 21px;
    }
    .info p {
        font-size: 16px;
        padding: 5%;
        padding-top: 1%;
        padding-bottom: 50px;
    }
    .info:hover {
        background-color: #e69e33;
    }

    .info:hover a {
        background-color: #e69e33;
    }


.description-emploi{
    margin-bottom:5%;
}

@media (max-width: 768px) {
    .jobList {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }

    .form-emploi {
        background-color: #E9F4F6;
        padding-left: 8%;
        padding-right: 1%;
        padding-bottom: 5%;
    }

        .form-emploi .form-select-lg {
            background-color: #E9F4F6;
            width: 100%;
        }

        .form-emploi label {
            margin-top: 0%;
        }

    .filter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        margin-top: 5%;
    }

    .reset-label a {
        text-align: left;
    }

    .filter-label {
        width: 65%;
    }

    .filtre {
        text-align: right;
        font-size: 20px;
        font-weight: 600;
    }

    .réinitialiser {
        font-size: 16px;
    }

    .search {
        height: 47px;
        background-color: #E9F4F6;
        border-radius: 10px;
        border: solid 1px black;
    }

    .btn {
        background-color: #2A93A6;
        border-radius: 20px;
        padding: 10px 20px;
        border: none;
        margin-left: -7%;
    }
    .btn:hover {
        background-color: #359c9c;
    }

    .search-icon {
        position: absolute;
        margin-left: 72%; 
        margin-top: -36px; 
    }

    .file-upload-button {
        font-size: 13px;
    }
}

.container-postuler {
    background-color: #E9F4F6;
    color: black;
    width: 100%;
}
    .container-postuler  a {
        color: turquoise;
    }
    .container-postuler h3 {
        font-size: 45px;
        margin-top: 0px;
    }
    .container-postuler form {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
    .container-postuler > * {
        margin-bottom: 5%;
    }
    .container-postuler input {
        border-radius: 10px;
        background-color: #E9F4F6;
        border-color: #19213D;
        color: #19213D;
        height: 46px;
    }

    .form-label {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .container-postuler textarea {
        border-radius: 15px;
        background-color: #E9F4F6;
        border-color: #19213D;
        color: #19213D;
        font-weight: 600;
    }

    .container-postuler select {
        border-radius: 10px;
        background-color: #E9F4F6;
        border-color: #19213D;
        color: #19213D;
        height: 46px;
    }

.file-upload-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}

.optional {
    color: gray;
    font-style: italic;
    font-weight: normal;
}

.custom-file-upload {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-radius: 10px;
    height: 46px;
}

.file-upload-button {
    background-color: #b3d9e5;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 10px 5px 5px 10px;
    display: inline-block;
    text-align: center;
    height: 100%;
}

.file-upload-button i {
    margin-left: 5px;
}

.file-upload-input {
    display: none; /* Hide the default file input */
}

.file-upload-name {
    margin-left: 10px;
}

/* Adjust the hover state for the button */
.file-upload-button:hover {
    background-color: #359c9c;
    color: white;
}

.yesno {
    display: flex;
}

.radiose {
    border: solid 1px;
    border-radius: 10px;
    margin-right: 0%;
    width: 48%;
    margin-left: 1%;
    padding-left: 15px;
    cursor: pointer;
}

    .radiose input {
        transform: scale(1.5);
        margin-right: 3%;
        cursor: pointer;
    }

    .radiose label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

.btn-postuler {
    background-color: #2A93A6;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px;
    float: right;
    margin-top: 2%;
}
    .btn-postuler:disabled {
        background-color: #ccc !important; /* Grey out the button */
        color: #666 !important; /* Change text color */
        border: 1px solid #999 !important; /* Grey out the border */
        cursor: not-allowed !important; /* Show "not-allowed" cursor */
        opacity: 0.6; /* Reduce opacity */
    }


.hamburger-menu{
    position:relative;
}
.mobileList {
    
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background-color: white;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left 0.3s;
    z-index: 1;
    margin-left:100px;
}
.icon {
    font-size: 30px;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background-color:orange;
}
.icon.change .fa-bars {
    display: none;
    content: "Test";
}

    .icon.change .fa-times {
        display: block;
        content: "Test";
    }

.fa-times {
    display: none;
    content: "Test";
}
@media screen and (min-width: 768px) {
    .petit-affichage {
        visibility: hidden;
        display: none;
    }
    .grand-affichage {
        visibility: visible;
        display: block;
    }
    .mobile {
        display: none;
    }

    .laptop {
        display: block;
    }
    .enveloppe{
        display:none;
    }
    .topnav{
        display:none;
    
    }
    .nous-contacter{
        display:block;
    }
}

@media screen and (max-width: 768px) {
    .container {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    #PIV .name {
        margin-left: 0px;
    }

    video {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
    }

    .cercle {
        display: none;
    }

    .cercle-emplois {
        display: none;
    }

    .cercle-pourquoi {
        display: none;
    }

    .cercle-processus {
        display: none;
    }

    .active {
        text-decoration-line: underline;
    }

    .btnFiltre {
        font-size: 15px;
        width: 90%;
    }

    .titre-emploi {
        font-size: 10px;
    }

    .emplois {
        margin-left: 3%;
    }

    .questions {
        width: 90%;
        padding-bottom: 5%;
    }

    .questions a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
    }

    .faq {
        margin-left: 0%;
    }

    .container-accueil {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .container-accueil > * {
            width: 100%;
        }

        .container-accueil .accueil {
            width: 100%;
        }

            .container-accueil .accueil h1 {
                margin-top: 5%;
                font-size: 33.5px;
                margin-bottom: 5%;
            }

            .container-accueil .accueil .fiere {
                width: 70%;
            }

            .container-accueil .accueil .description-accueil {
                font-size: 18px;
            }

            .container-accueil .accueil .btn-dispos {
                margin-bottom: 5%;
            }

        .container-accueil .img-accueil {
            padding-left: 38%;
            background: #E9F4F6;
            margin: 0px;
            padding-right: 66%;
        }

            .container-accueil .img-accueil img {
                height: 350px;
                margin-top: -90px;
            }

            .container-accueil .img-accueil {
                width: 40%;
                font-size: 15px;
                margin-top: 0px;
                height: 50%;
            }

                .container-accueil .img-accueil p {
                    padding-top: 5%;
                    padding-bottom: 5%;
                }
    .photo-accueil {
        background: #E9F4F6;
        padding-right: 240px;
        overflow: visible;
    }
    .banniere-desktop {
        display: none;
    }
    .banniere-mobile {
        display: block;
        background-color: rgb(235, 178, 91);
        width: 190px;
        height: 190px;
        color: white;
        border-radius: 0px 0px 10px 10px;
        /*Affichage grand écran monitor*/
        margin-bottom: 50px;
        margin-top: -260px;
        margin-left: 20px;
        position: relative;
    }

        .banniere-mobile p {
            padding-top: 15%;                                                                       
            padding-right: 20px;
            padding-left: 20px;
        }

    .menu {
        padding-top: 15px;
        background: white;
        position: sticky;
        top: 0;
    }

    .container-video h2 {
        font-size: 22px;
        width: 100%;
    }

    .container-video .Contribuez {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .container-video .btn-plus {
        margin-bottom: 5%;
    }

    .btnFiltre {
        margin-left: 5%;
        margin-bottom: 10px;
        height: auto;
    }

        .btnFiltre h4 {
            width: 70%;
            font-size: 23px;
            font-weight: 600;
            text-align: left;
            margin-left: 0%;
            margin-top: -9%;
            margin-bottom: 7%;
            margin-right: 0px;
            padding-top: 1%;
        }

        .btnFiltre p {
            width: 45px;
            justify-content: right;
            margin-bottom: 0%;
            float: right;
            margin-left: auto;
        }

    .ouch {
        width: 90%;
        margin-left: 0%;     
        margin-bottom: 1%;
        padding-top: 1px;
        padding-bottom: 1px;
    }

        .ouch .positions-ouvertes-mobile {
            color: #2A93A6;
            font-size: 17px;
            border-radius: 25px;
            flex-direction: row;
            margin-left: 5%;
        }

            .ouch .positions-ouvertes-mobile p {
                width: 100%;
                padding-left: 10px;
                font-size: 14px;
            }

        .ouch .titre-emploi {
            width: 90%;
            text-align: left;
            margin-left: 5%;
        }

        .ouch .endroit {
            width: 90%;
            font-size: 16px;
            margin-bottom: 5%;
            margin-left: 5%;
            text-align: left;
        }

    #test {
        text-align: center;
    }

    .positions-ouvertes {
        color: darkturquoise;
        margin-left: 75%;
        text-align: center;
        font-size: 18px;
        vertical-align: middle;
        padding: 9px 0px 0px 0px;
        height: 45px;
        border-radius: 30px;
    }

    .positions-ouvertes-mobile {
        margin-left: 0%;
    }

    .stage {
        width: 90%;
        margin-bottom: -48px;
        border-radius: 10px 10px 0px 0px;
    }

        .stage h4 {
            width: 100%;
            text-align: center;
            margin-left: 0%;
            margin-bottom: 0%;
            margin-top: 10%;
        }

        .stage p {
            width: 100%;
            margin-left: 0%;
            margin-top: 0%;
            margin-bottom: 10%;
            color: white;
        }

        .stage:hover h4 {
            background-color: #e69e33;
            color: white;
        }


    iframe {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .titre-categories-emplois {
        width: 100%;
        margin-top: 0px;
    }

        .titre-categories-emplois h3 {
            font-size: 30px;
            margin-top: 0px;
        }

    .btn-voir-tout-postes {
        width: 500%;
        margin-left: 40%;
        font-size: 17px;
        margin-top: 0%;
        margin-bottom: 15%;
    }

    .btnFiltre:hover {
        color: darkblue;
        background-color: #d4f3f8;
        border-radius: 15px;
        border-color: #008871;
    }


    .container-candidature h3 {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 0%;
    }

    .container-candidature .img-background-candidature {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0px;
        margin-left: 0%;
    }

    .container-candidature .btn-candidature {
        margin-bottom: 10%;
    }

    .container-candidature .textCandidature {
        margin-top: 20px;
        padding-top: 0px;
    }

    .grand-affichage {
        visibility: hidden;
        display: none;
    }

    .petit-affichage {
        visibility: visible;
        display: block;
    }
    .faq {
        color: white;
        z-index: +1;
        width: 90%;
        padding-bottom: 1%;
        padding-top: 1%;
        margin-left: 5%;
        margin-bottom: -12%;
        position: relative;
    }

    .testage {
        background-color: lightblue;
        height: 200px;
    }

        .testage label {
            font-size: 18px;
            margin-bottom: 2%;
            margin-left: 5%;
        }

    .container-emploi .header-emploi .btn-retour {
        margin-left: 0%;
    }

    .container-emploi .header-emploi .titre-emploi {
        font-size: 23px;
        width: 90%;
    }

    .container-emploi .header-emploi .lieu-emploi {
        font-size: 17px;
    }

    .container-emploi .header-emploi .info {
        width: 90%;
        margin: auto;
        display: none;
    }

        .container-emploi .header-emploi .info button {
            color: white;
        }

    .espace-menu {
        height: 0px;
    }

    .enveloppe {
        display: block;
    }

    .topnav {
        display: flex;
        flex-direction: row;
    }


    .nous-contacter {
        display: none;
    }

    .soumettre {
        display: flex;
        flex-direction: column;
        justify-content: left;
    }

        .soumettre button {
            margin-top: 20%;
            font-size: 13px;
        }

    .body-emploi p {
        margin-right: 10%;
    }

    .custom-file-upload {
        height: inherit;
    }
    .Stat {
        margin-left: 20px;
    }

    #reponsePossibilite1 {
        height: 290px;
    }
}
    
.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
  
  
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  list-style-type:none;
  text-align:center;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: flex;
  flex-direction:column;
  list-style-type:none;
  width:80%;
  text-decoration: none;
}
    .topnav a active {
        text-decoration: underline;
    }

/* Style the hamburger menu */
.topnav a.icon {
  background: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color:black;
  width:75%;
}



/* Style the active link (or home/logo) */

.enveloppe {
    width: 55px;
    height: 55px; /* Assurez-vous que la hauteur est définie */
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    border-radius: 55px;
}
   .enveloppe svg {
           margin-left:-15.5px;
   }

/* Page pourquoi */
.entete {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-Entete {
    background-color: rgba(180, 208, 217, 0.5);
    margin-top: 2%;
    margin-bottom: 0%;
    color: rgba(53, 156, 156);
    border-color: rgba(180, 208, 217, 0.0);
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.containerEntete {
    margin: 0%;
    text-align: center;
}

.titreEntete {
    font-size: 55px;
    font-weight: 400;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.texte {
    font-size: 17px;
    font-weight: 500;
    color: #303D6B;
    width: 60%;
    margin-left: 20%;
    margin-right: 21%;
    margin-top: 1%;
    margin-bottom: 5%;
}
.containerUnir {
    background-color: #1D3665;
    color: white;
    padding-top: 1%;
    padding-bottom: 1%;
    width:100%;
}
.titreUnir {
    margin-top: 5%;
    font-size: 34px;
    font-weight: 400;
    color: white;
}
.texteUnir {
    font-size: 18px;
    color: white;
    margin-right: 10%;
}
.listeUnir {
    font-size: 20px;
    font-weight: 500;
    height: 100%;
}

    .listeUnir li {
        margin-bottom: 15px;
        margin-top: 10px;
    }
.titreEnteteUnir {
    font-size: 44px;
    font-weight: 400;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4%;
    text-align: center;
}
.texteEnteteUnir {
    font-size: 16px;
    font-weight: 500;
    color:#2A3766;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.btn-EnteteUnir {
    background-color: #2A93A6;
    margin-bottom: 0%;
    color: white;
    border-color: rgba(180, 208, 217, 0.0);
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.containerStat {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    color: #2A3766;
}

.containerStat .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 5%;
    margin-left: 5%;
}

.containerStat .col {

    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 1%;
    background-color: rgba(180, 208, 217, 0.5);
    border-radius: 10px;
    border-color: rgba(180, 208, 217, 0.0);
    font-size: 20px;
    font-weight: 500;
}
.box {
    background-color: #E9F4F6;
    padding: 5%;
    height: 100%;
    border-radius: 10px
}
    .box img {
           margin-top:-20%;
           
    }
    .box p {
        font-size:30px;
    }

.containerAvantage {
    margin-bottom: 5%;
    background-color: #2A93A6;
    padding-top: 3%;
    padding-bottom: 3%;
}

.containerAvantage .row {
    display: flex;
    flex-wrap: wrap;
}
.titreAvantage {
    font-size: 44px;
    font-weight: 400;
    color: white;
    margin-left: 9%;
    width: 90%;
}
.texteAvantage {
    font-size: 17px;
    font-weight: 500;
    color: white;
    margin-left: 9%;
    margin-top: 1%;
    margin-bottom: 3%;
    width: 90%;
}
.Avantage {
    display: flex;
    justify-content: space-between;
    background-color: #55A9B8;
    text-align: left;
    padding: 10px 1%;
    border-radius: 10px;
    border-color: rgba(180, 208, 217, 0.0);
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-left: 10%;
    width: 90%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.reponseAvantage {
    display: none;
    font-size: 17px;
    font-weight: 500;
    margin-left: 11%;
    margin-top: 1%;
    margin-bottom: 1%;
    height: 100%;
    color: white;
}
.imageTeam {
    max-width: 80%;
    min-width: 500px;
    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 10px;
}
.imageTeamPossibilite {
    max-width: 80%;
    min-width: 500px;
    margin-left: 10%;
    border-radius: 10px;
}
.containerPossibilite {
    margin-bottom: 5%;
    padding-bottom: 3%;
    color: black;
}

    .containerPossibilite .row {
        display: flex;
        flex-wrap: wrap;
    }

.possibiliteRow {
    background-color: #E9F4F6;
    width: 90%;
    margin-bottom: 1%;
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
}
.basImage {
    text-align: center;
    background-color: #EBB25B;
    color: white;
    padding-top: 5%;
    padding-bottom: 6%;
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
}
.titreBasImage {
    font-size: 30px;
    font-weight: 400;
    color: white;
}
.lienBasImage {
    margin-top: 1%;
}

.lienBasImage a {
    color: white;
    text-decoration: none;
}
.titrePossibilite {
    font-size: 45px;
    font-weight: 400;
    width: 90%;
}
.textePossibilite {
    font-size: 17px;
    font-weight: 500;
    margin-top: 1%;
    margin-bottom: 3%;
    width: 90%;
}
.Possibilite {
    display: flex;
    justify-content: space-between;
    width: 99%;
    background-color: #E9F4F6;
    text-align: left;
    padding: 10px 1%;
    border-color: rgba(180, 208, 217, 0.0);
    font-size: 18px;
    font-weight: 600;
    margin-left: 1%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.reponsePossibilite {
    display: none;
    font-size: 17px;
    font-weight: 500;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 5%;
    height: 100%;
}
.SignPossibilite {
    margin-left: auto;
}
.containerIsabelle .row {
    text-align: right;
    width: 50%;
    background-color: white;
    margin-left: 5%;
}
.containerPassion {
    background-color: #2A93A6;
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
}
.titrePassion {
    margin-top: 5%;
    font-size: 45px;
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
    margin-left: 10px;
}
.textePassion {
    font-size: 18px;
    font-weight: 400;
    color: white;
    margin-right: 21%;
    margin-left: 10px;
    margin-top: 1%;
    margin-bottom: 3%;
}
.btn-Passion {
    background-color: #D4E9ED;
    margin-top: 2%;
    margin-bottom: 0%;
    color: rgba(53, 156, 156);
    border-color: rgba(180, 208, 217, 0.0);
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.containerEtape {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #E9F4F6;
    color: grey;
    padding-top: 5%;
    padding-bottom: 5%;
}

    .containerEtape .col {
        padding-left: 2%;
        padding-right: 2%;
        margin: 0 3%;
    }
.titreEtape {
    font-size: 45px;
    font-weight: 600;
    color: black;
    margin-bottom: 30px;
}
.steps {
    list-style-type: none;
    counter-reset: item;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 600;
}

    .steps li {
        counter-increment: item;
        margin-bottom: 30px;
        margin-top: 10px;
        position: relative;
        color: #717E9C;
    }

        .steps li:before {
            margin-right: 10px;
            content: counter(item);
            background: lightblue;
            border-radius: 100%;
            color: rgba(53, 156, 156);
            width: 1.5em;
            text-align: center;
            display: inline-block;
            position: absolute;
            left: -2em;
            top: 0em;
            font-size: 20px;
        }
.btn-candidature {
    background-color: #2A93A6;
    color: white;
    padding: 9px 25px;
    border-color: rgba(180, 208, 217, 0.0);
    margin-bottom: 30px;
}
.containerFAQ {
    text-align: center;
    margin-bottom: 5%;
}
.titreFAQ {
    margin-top: 5%;
    font-size: 45px;
    font-weight: 400;
    color: black;
}
.texteFAQ {
    font-size: 17px;
    font-weight: 500;
    color: grey;
    width: 60%;
    margin-left: 20%;
    margin-right: 21%;
    margin-top: 1%;
    margin-bottom: 3%;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E9F4F6;
    text-align: left;
    padding: 7px 1%;
    border-radius: 10px;
    border-color: rgba(180, 208, 217, 0.0);
    font-size: 18px;
    font-weight: 500;
    color: black;
    margin-left: 10%;
    width: 80%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Sign {
    margin-left: auto;
}
.reponse {
    display: none;
    font-size: 17px;
    font-weight: 500;
    color: grey;
    width: 60%;
    margin-left: 20%;
    margin-right: 21%;
    margin-top: 1%;
    margin-bottom: 3%;
}

.containerSlide {
    color: #2A3766;
    background-color: #E9F4F6;
}

.titreTexte {
    text-align: center;
}


.carousel-inner {
    margin-top: 3%;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 9.5%;
    width: 80%;
    overflow: initial;
}
.carousel-control-next {
    width: 5%;
    margin-right: 7%;
}

.carousel-control-prev {
    width: 5%;
    margin-left: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border: solid 3px #2A93A6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3Csvg width%3D%2264px%22 height%3D%2264px%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg id%3D%22SVGRepo_bgCarrier%22 stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg id%3D%22SVGRepo_tracerCarrier%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath d%3D%22M5 12H19M19 12L13 6M19 12L13 18%22 stroke%3D%22%232A93A6%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3Csvg width%3D%2264px%22 height%3D%2264px%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg id%3D%22SVGRepo_bgCarrier%22 stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg id%3D%22SVGRepo_tracerCarrier%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath d%3D%22M19 12H5M5 12L11 6M5 12L11 18%22 stroke%3D%22%232A93A6%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');

}

.carousel {
    position: relative;
    width: 100%; /* 2 cartes de 200px + 2 marges de 10px */
    overflow: hidden;
    padding-bottom: 1%;
    background-color: #E9F4F6;
    padding-bottom: 5%;
}
.imgCard {
    width: 180px;
    height: 157px;
    margin-bottom: -130px;
    position: relative;
    margin-left: 10%;
    z-index: 1;
    border-radius: 10px;
}

.imgCard1 {
    width: 180px;
    height: 157px;
    margin-bottom: -130px;
    position: relative;
    margin-left: 10%;
    z-index: 1;
    border-radius: 10px;
    object-fit: cover;
}

.carteEntete {
    width: 100%;
    height: 120px;
    justify-content: right;
    margin-top: 5%;
}

.card {
    min-width: 405px;
    height: 450px;
    background-color: white;
    border-radius: 10px;
    border: 0px;
}
@media (max-width: 1950px) {
    .card {
        height: 500px;
    }
}
@media (max-width: 1450px) {
    .card {
        height: 650px;
    }
}
    .card h6{
        color: mediumturquoise;
        font-size: 18px;
    }

.card-body {
    border-top: 2px solid #E9F4F6;
    padding: 0px;
}
.card-title {
    font-weight: 600;
}

.card-text {
    color: #2A3766;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
   
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 1px;
}
.poste{
    font-size:14px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .carousel-inner{
        margin-left: 10%;
    }
}
@media (max-width: 767.98px) {
    .logo-qc {
        width: 200px;
        margin-left: 0%;
    }
    .topnav {
        justify-content: end;
    }   
    .topnav a {
        width: 100%;
        font-size: 25px;
    }
    .topnav .enveloppe{
        margin-right: 20px;
        margin-top: -20px 
    }
    .containerSlide {
        text-align: center;
    }
    .carousel {
        height: 800px;
    }

    .carousel-item {
        text-decoration: none;
        flex: 0 0 100%;
    }

        .carousel-item .col-md-6 {
            max-width: 100%;
            flex: 0 0 100%;
        }

    .carousel-control-prev, .carousel-control-next {
        height: 50%;
        width: 50px;
        margin-left: 1%;
        margin-right: 1%;
    }
    .carousel-inner{
        margin-left: 1.5%;
    }
    .card {
        height: 100%;
    }
        .card img {
           height: 150px;
           margin: 30px 0px 0px 24px;
        }
    .card-body {
        border-bottom: 2px solid #E9F4F6;
        padding-bottom: 25px;
    }
    .carteEntete {
        width: 50%;
        margin-left: 45%;
        margin-top: -25%;
        margin-bottom: 90px;
        height: auto;
    }
    .titreEntete{
        font-size: 30px;
    }
    .texte{
        width:80%;
        margin-left:10%;
        margin-right:10%;
    }
    .imageTeam{
        width:100%;
        margin-left: 0%;
        max-width: 100%;
        border-radius: 0px;
        min-width: 100px;
    }
    .titreUnir{
        font-size:30px;
        text-align:center;
    }

    .texteUnir{
        margin-left: 2%;
        margin-right: 2%;
        text-align: left;
    }

    .listeUnir{
        text-align: left;
    }
    .containerUnir{
        padding-top:0%;
        padding-bottom:0%;
    }
        .containerUnir .col {
            flex: 0 0 100%;
            text-align: center;
        }
    .titreEnteteUnir{
        font-size:30px;
    }
    .texteEnteteUnir{
        width:90%;
        margin-left:5%;
        margin-right:5%;
    }
    .containerStat {
        display: flex;
        flex-direction: column;
    }
        .containerStat div div {
            background-color: #d4f3f8;
            margin-bottom: 5%;
            display: flex;
            flex-direction: row;
        }
            .containerStat div div img {
                margin-top: 5%;
            }
            .containerStat div div p{
                align-content: center;
            }

    .basImage {
        text-align: center;
        background-color: #EBB25B;
        color: white;
        padding-top: 5%;
        padding-bottom: 6%;
        border-radius: 10px 10px 0px 0px;
        width: 90%;
        margin-left: 5%;
        margin-top: 3%;
    }
    .titreAvantage{
        font-size:30px;
        margin-left: 4%;
        margin-right: 4%;
    }
    .containerAvantage {
        padding-top: 0%;
    }
    .texteAvantage{
        margin-left: 4%;
        margin-right: 4%;
    }
    .reponseAvantage{
        width: 90%;
        margin-left: 9%;
    }
    .Avantage{
        margin-left:5%;
    }
    .mobile{
        display:block;
    }
    .laptop{
        display:none;
    }
    .avantage{
        font-size:25px;
        text-align: left;
    }
    .poste{
        font-size:14px;
    }
    .containerPossibilite{
        margin-left: 0%;
    }
    .titrePossibilite{
        font-size:30px;
        margin-left: 4%;
        margin-right: 4%;
    }
    .textePossibilite{
        margin-left: 4%;
        margin-right: 4%;
    }
    .Possibilite{
        width: 90%;
        margin-left: 5%;
    }
    .containerPassion{
        text-align:center;
        
    }
    .titrePassion{
        font-size:30px;
    }
    .textePassion{
        margin-left:5%;
        margin-right:5%;
    }
    .containerEtape .col{
        margin-left: 0%;
        flex: 0 0 100%
    }
    .possibiliteRow{
        margin-left: 5%;
    }
}

.arrow {
    width: 50px;
    height: 50px;
}

.btn-emploi {
    background-color: #2A93A6;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}