@font-face {
    font-family: 'Orborn';
    src: url("../fonts/Orborn.ttf") format('truetype');
}

.etiquettes-categories ::-webkit-scrollbar,
.etiquettes-categories::-webkit-scrollbar {
    display: none;
    width: 0;
    visibility: hidden;
}

body {
    overflow-x: hidden;
}

body.active {
    overflow-y: hidden;
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 110px;
    min-height: calc(10vh + 20px);
}

.nav-blanche {
    background-color: #fff !important;
    box-shadow: 0 -60px 80px #444444;
    position: fixed !important;
}

.nav.nav-blanche a {
    color: #454545 !important;
}

.nav.nav-blanche .connexion-button {
    border: solid 1px #94d8ee !important;
    color: #94d8ee !important;
}

.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

.navigation li {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navigation li:last-child {
    padding-right: 20px;
}

.navigation li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.logo {
    max-width: 80%;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.colLogo,
.colLogo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-gris {
    content: url("../images/Logo.svg")
}

.nav-mobile,
.nav-superadmin-mobile {
    display: none;
    visibility: hidden;
}

.connexion-button {
    border: solid 1px #fff;
    background-color: transparent;
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 6px;
}

.inscription-button {
    background-color: #94d8ee;
    border: none;
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 6px;
    transition: background-color .3s, color .3s;
}

button:focus,
button:focus-visible {
    outline: none;
}

.voile {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(71.95deg, #444444 -15.97%, rgba(255, 255, 255, 0.1) 115.6%);
    position: absolute;
    z-index: 0;
}

#page-accueil #intro,
#page-services #intro,
#page-industries #intro,
#page-clients #intro,
#page-nous #intro,
#page-contact #intro,
#page-opportunites #intro,
#page-inscription #intro {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    margin: 0;
}

#page-contact #texte-intro a {
    color: #999999 !important;
}

#page-accueil #intro {
    background-image: url("../images/fond-accueil.jpg");
    background-position: center;
}

.align-center {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

#search {
    width: 20px;
    margin-right: 10px;
}

#poste,
#location {
    width: 40px;
}

.but-with-style {
    display: block;
    margin-top: 10vh;
}

h1 {
    font-size: 72px;
    font-family: 'Orborn';
    font-weight: 400;
    line-height: 1;
}

h2 {
    font-family: 'Orborn';
    font-size: 48px;
    color: #454545;
    font-weight: 400;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #454545;
    font-weight: 600;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    color: #94d8ee;
    font-weight: 300;
    text-transform: uppercase;
}

p,
span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    line-height: 2;
}

.blanc {
    color: #fff !important;
}

.center {
    text-align: center;
    display: block;
    margin: auto;
}

#intro h1 {
    color: #fff;
}

#intro p {
    width: 40%;
    color: #fff;
}

#page-accueil #intro .big-blue-button p {
    width: 60%;
}

/* #page-accueil .nav li a,
#page-services .nav li a {
    color: #fff;
} */

#page-accueil .nav .connexion-button,
#page-services .nav .connexion-button {
    color: #fff;
    border: solid 1px #fff;
}

#page-services #intro {
    background-image: url("../images/fond-services.jpg");
}

#page-accueil #secteurs h3 {
    font-size: 24px;
    margin-bottom: .5vh;
}

.encadre-search {
    background-color: #F6FDFF;
    /* height: 150px; */
    padding: 20px;
    border-radius: 18px;
    flex-direction: row;
    justify-content: center;
}

.encadre-search .col-lg-4 {
    margin: 0;
}

.search-poste,
.search-country {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
}

.search-poste input,
.search-country select {
    width: 80%;
    height: 50%;
    display: block;
    margin: auto;
}

.search-poste,
.search-country,
.search-button {
    height: 70px;
}

.search-poste img,
.search-country img {
    height: max-content;
    display: block;
    margin: auto;
}

.search-poste {
    border-radius: 7px 0 0 7px;
}

.search-country {
    border-radius: 0 7px 7px 0;
}

.search-button {
    padding: 0;
}

.big-blue-button img {
    width: 20px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.big-blue-button p {
    margin-top: auto;
    margin-bottom: auto;
}

#search-country {
    width: 100%;
}

input,
select,
textarea {
    border: none !important;
    width: 25vw;
    max-width: 90%;
    outline: none;
    height: 50px;
    color: #999999;
}

#experiences-pro input[type="date"],
#parcours-universitaire input[type="date"] {
    width: 9vw;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

#select-country {
    border: solid 2px #fff !important;
}

.big-blue-button {
    width: 90%;
    height: 60%;
    margin: auto;
    background-color: #94d8ee;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none !important;
    color: #fff;
    /* transition: all .5s ease-in-out; */
}

.search-button .big-blue-button {
    height: 100%;
    width: 100%;
    margin-right: 0;
    padding: 0;
    border-radius: 0 7px 7px 0;
}

.big-blue-button p {
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    /* transition: all .5s ease-in-out; */
}

.blue-button {
    width: 150px;
    max-width: 100%;
    height: 40px;
    border: solid 1px #94d8ee;
    background-color: #94d8ee;
    color: #fff;
    border-radius: 6px;
    margin: auto;
    transition: background-color .3s, color .3s;
}

.urgent-button {
    width: 150px;
    height: 40px;
    border: solid 1px #ff4573;
    background-color: #ff4573;
    color: #fff;
    border-radius: 6px;
    margin: auto;
}

.beige-button {
    width: 150px;
    height: 40px;
    border: solid 1px #fffaf4;
    background-color: #fffaf4;
    color: #454545;
    border-radius: 6px;
    margin: auto;
}

.border-blanc-button {
    width: 150px;
    height: 40px;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 6px;
    margin: auto;
}

.blue-pale-button {
    width: 150px;
    height: 40px;
    border: none;
    background-color: #dff3fb;
    color: #454545;
    border-radius: 6px;
    margin: auto;
}

.border-blue-button {
    width: 150px;
    height: 40px;
    border: solid 1px #94d8ee;
    background-color: transparent;
    color: #94d8ee;
    border-radius: 6px;
    margin: auto;
}

#footer .border-blanc-button {
    margin-top: 2vh;
}

/* #footer {
    padding: 150px 0 50px 0 !important;
} */

.semi-bold {
    font-weight: 600;
}

#footer .semi-bold {
    color: #454545;
}

#footer .lien-footer {
    margin-bottom: .5vh;
}

.section {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.fond-marron {
    background-color: #bc9682;
}

.fond-beige {
    background-color: #fffaf4;
}

.fond-beige a,
.fond-beige h3,
.footer p {
    color: #454545;
}

.fond-blanc {
    background-color: #fff;
}

.fond-blanc h3,
.fond-blanc p,
.fond-blanc a {
    color: #454545 !important;
}

/* .nav.fond-blanc {
    position: relative;
} */

.padding50 {
    padding: 50px 0 50px 0;
}

.padding40 {
    padding: 40px;
}

.padding150 {
    padding: 150px 0 150px 0;
}

.padding80 {
    padding: 80px 0 80px 0;
}

/* #footer.fond-marron, #trois-triangles.fond-marron {
    padding: 150px 0 150px 0;

} */

.triangles-img {
    background-image: url("../images/triangles-accueil.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 80%;
}

#secteurs .inscription-button {
    display: block;
    margin: auto;
    margin-top: 4vh;
}

.photo-presentation {
    background-image: url("../images/photo-presentation.png");
    background-size: cover;
    background-position: center;
    border-radius: 100px 0 0 100px;
}

.separateur {
    background-color: #fff;
    opacity: .5;
    width: 100vw;
    margin-left: calc(8.333333% + 30px);
}

.separateur.noir {
    background-color: #000;
}

#services,
#industries {
    margin-top: 0;
}

#services p,
#services h3 {
    margin-bottom: 0;
}

#services .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
    max-width: calc(33.3% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    /* background-color: #fff;
    border-radius: 25px;
    height: fit-content;
    margin-top: 10vw; */
}

.img-services {
    border-radius: 14px;
    max-width: 80%;
    position: absolute;
    left: 10%;
    margin-top: -10vw;
}

/* #services h3 {
    margin-top: 3vw;
} */

#services a {
    margin-bottom: 1vw;
}

.link-inscription {
    color: #94d8ee;
    padding-right: 10px;
    margin-bottom: 0;
}

#newsletter {
    background-image: url("../images/newsletter.jpg");
    background-size: cover;
    background-position: center;
    height: 75vh;
    margin-bottom: 0;
    margin-top: 0;
}

#newsletter .voile {
    height: 75vh;
    margin-top: -150px;
}

#newsletter h3 {
    font-size: 36px;
}

.input-formulaire {
    padding-left: 15%;
    padding-right: 15%;
}

.input-formulaire input {
    height: 50px;
    border-radius: 8px 0 0 8px;
}

.input-formulaire button {
    height: 50px;
    border-radius: 0 8px 8px 0;
}

.section-centre {
    width: 100%;
    height: max-content;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.img-industries img,
#page-accueil #presentation img:not(.photo-presentation-mobile) {
    width: 70px;
    height: 70px;
}

.img-industries {
    /* background-color: #94d8ee; */
    padding: 0;
    border-radius: 6px;
    width: 80px;
    height: 80px;
}

#services a p,
#industries a p {
    color: #94d8ee;
}

#page-industries #intro {
    background-image: url("../images/fond-industries.jpg");
    background-size: cover;
    background-position: center;
}

#page-metier #intro,
#page-service #intro,
#page-modification-profil #intro,
#page-profil #intro,
#page-info #intro,
#page-opportunite #intro {
    padding-top: calc(10vh + 70px);
}

#page-service #intro h1,
#page-metier #intro h1,
#page-opportunite #intro h1,
#page-modification-profil #intro h1,
#page-profil #intro h1,
#page-info #intro h1 {
    color: #454545;
}

#page-service #intro a,
#page-metier #intro a,
#page-opportunite #intro a,
#page-modification-profil #intro a,
#page-profil #intro a,
#page-accueil #secteurs a,
#page-info #intro a {
    color: #94d8ee;
}

#page-service #intro p,
#page-metier #intro p,
#page-opportunite #intro p,
#page-modification-profil #intro p,
#page-profil #intro p,
#page-info #intro p {
    color: #999999;
}

#page-opportunite h3 {
    margin-bottom: 1rem;
}

#page-opportunite #colonne-gauche,
#page-profil #colonne-gauche {
    padding-right: 50px;
}

#page-opportunite #description-poste .row.col-lg-4 {
    margin-bottom: 25px;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-desktop {
    padding: 0;
}

.no-padding-left-desktop {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

#page-service #citation {
    margin: 0;
}

#page-service #newsletter {
    margin-top: 0;
}

#page-service h3 {
    margin-bottom: 1rem;
}

#page-service #resume {
    margin-bottom: 3vh;
}

.photo-presentation-candidat {
    background-image: url("../images/photo-presentation-candidat.png");
    background-size: cover;
    background-position: center;
    border-radius: 0 100px 100px 0;
}

#page-candidats #intro {
    background-image: url("../images/fond-candidat.png");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

#page-candidats #resume h3 {
    margin-bottom: 1rem;
}

#page-clients #intro {
    background-image: url("../images/fond-clients.jpg");
}

/* .triangle-clients-1 {
    background-image: url("../images/triangle-clients-1.png");
    background-position: center;
    background-size: cover;
}

.triangle-clients-2 {
    background-image: url("../images/triangle-clients-2.png");
    background-position: center;
    background-size: cover;
}

.triangle-clients-3 {
    background-image: url("../images/triangle-clients-3.png");
    background-position: center;
    background-size: cover;
} */

#page-nous #intro {
    background-image: url("../images/fond-nous.jpg");
    background-position: center;
    background-size: cover;
}

#page-nous #citation {
    background-image: url("../images/fond-citation-nous.png");
}

#page-nous #citation {
    height: 60vh;
}

#page-nous #citation p,
#page-nous #citation b {
    font-size: 24px;
}

#page-nous #citation .voile {
    height: 60vh;
    margin-top: -150px;
}

#page-nous #trois-triangles {
    margin-top: 20vh;
    margin-bottom: 20vh;
}

.photo-presentation-nous {
    background-image: url("../images/photo-presentation-nous.png");
    background-position: center;
    background-size: cover;
    border-radius: 0 100px 100px 0;
    height: 80vh;
    display: block;
    margin: auto;
}

#page-nous #texte-intro .col-lg-9 p {
    margin-bottom: 0;
}

#page-nous #presentation-nous {
    margin-top: 20vh;
    margin-bottom: 20vh;
}

/* #page-nous #presentation-nous .col-lg-9 {
    margin-left: 25px;
} */

#page-contact #intro {
    background-image: url("../images/fond-contact.png");
    background-position: center;
    background-size: cover;
}

#page-contact #texte-intro .col-lg-9 {
    display: flex;
}

#page-contact #texte-intro .col-lg-3 {
    display: flex;
}

#page-contact #texte-intro .col-lg-9 p {
    height: max-content;
    width: 100%;
    margin: auto 0;
}

input::placeholder,
input,
select::placeholder,
select,
option,
textarea::placeholder,
textarea {
    font-family: "Poppins", sans-serif;
    color: #999999 !important;
    font-weight: 300;
}

#page-contact input,
#page-contact textarea,
#page-inscription input,
#page-inscription textarea,
#page-modification-profil input,
#page-modification-profil textarea,
#page-modification-profil select {
    background-color: rgba(148, 216, 238, .1);
    padding: 10px;
    border-radius: 6px;
    border: none;
}

#page-modification-profil textarea {
    width: 59vw;
}

#page-superadmin-categories input {
    width: 100%;
}

.page-superadmin input,
.page-superadmin select {
    padding: 10px;
    border-radius: 6px;
    border: none;
}

.page-superadmin h1 {
    font-weight: 500;
}

#page-contact input,
#page-contact textarea {
    width: 100%;
    max-width: 100%;
}

::placeholder {
    color: #999999;
}

#page-contact #texte-intro .semi-bold {
    margin-bottom: .5vh;
}

#page-opportunites #intro {
    background-image: url("../images/fond-opportunites.png");
    background-position: center;
    background-size: cover;
}

#page-opportunites .button-search-job {
    height: 50px;
}

.input-search-job {
    width: calc(100% - 130px);
    min-height: 100%;
    background-color: rgba(148, 216, 238, .1);
    padding-left: 20px;
    border-radius: 6px 0 0 6px;
}

.button-search-job {
    border-radius: 0 6px 6px 0;
}

.encadre-job {
    width: 100%;
    height: min-content;
    background-color: #fff;
    box-shadow: 0px 0px 34px rgba(214, 214, 214, 0.2);
    border-radius: 26px;
    padding: 30px;
}

.encadre-job .col-lg-8 {
    padding-left: 30px;
}

.encadre-job a {
    color: #94d8ee;
}

.encadre-job button:not(.inscription-button):hover {
    cursor: default;
}

.text-right {
    text-align: right;
}

.petite-section {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#opportunites-liste .petite-section:first-child {
    margin-top: 10vh;
}

#pagination a {
    margin-left: 15px;
    margin-right: 15px;
}

.blue-text {
    color: #94d8ee;
    margin-bottom: 0;
}

.red-text {
    color: #ff0000;
}

.fond-bleu {
    background-color: #f4fbfd;
}

#page-inscription #intro {
    background-image: url("../images/fond-inscription.png");
    background-position: center;
    background-size: cover;
}

#page-inscription input,
#page-modification-profil input,
#page-modification-profil select,
#page-modification-profil textarea {
    margin-bottom: 2vh;
}

#page-inscription #inscription p,
#page-modification-profil p {
    margin-bottom: 0.5vh;
}

#page-inscription #liste-secteurs-activites a,
#page-modification-profil #liste-secteurs-activites a {
    color: #999999
}

#page-inscription #validation-inscription a {
    color: #94d8ee;
}

#page-inscription label[for="select-sous-category-Other191"],
#page-modification-profil label[for="select-sous-category-Other138"] {
    margin-right: 0;
    margin-left: 15px !important;
}

#page-inscription .petite-section,
#page-modification-profil .petite-section {
    margin-bottom: 18vh;
}

#page-inscription #votre-mdp,
#page-inscription #validation-inscription,
#page-inscription #button-enregistrer {
    margin-bottom: 2vh;
}

.label-checkbox {
    width: 50px;
    height: 50px;
    background-color: rgba(148, 216, 238, .15);
    border-radius: 6px;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 0;
}

#page-modification-profil .label-checkbox,
#page-inscription .label-checkbox {
    padding: 0;
    margin-bottom: 10px;
}

.label-checkbox:hover {
    cursor: pointer;
}

.height-fit-content,
.height-fit-content p {
    height: max-content;
}

.height-fit-content p {
    margin: auto 0;
}

.input-checkbox,
.input-checkbox-select-user {
    display: none;
}

input.input-checkbox+label.label-checkbox {
    /* background-image: url("../images/encoche-bleu-opaque.svg"); */
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

input.input-checkbox:checked+label.label-checkbox {
    background-image: url("../images/encoche.svg");
    background-color: transparent;
    border: solid 2px #94d8ee;
}

input[name="entreprise"],
input[name="universite"],
input[name="intitule-formation"] {
    margin-bottom: 3.5vh !important;
}

#page-inscription input[type="file"],
#page-inscription #votre-cv p.semi-bold,
#page-modification-profil input[type="file"],
#page-modification-profil #votre-cv p.semi-bold {
    margin-bottom: 0;
}

#page-inscription input[type="file"],
#page-modification-profil input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}

#page-modification-profil .section-photo-profil input[type="file"] {
    width: 150px;
    height: 150px;
    position: relative;
    margin-top: -150px;
}

#page-inscription input[type="file"]+label,
#page-modification-profil input[type="file"]+label {
    background-color: rgba(148, 216, 238, .1);
    border-radius: 6px;
    padding: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

#page-modification-profil .section-photo-profil input[type="file"]+label {
    background-color: transparent;
}

#page-inscription #votre-cv .row .row *[class^="col-lg-"],
#page-modification-profil #votre-cv .row *[class^="col-lg-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-inscription #votre-cv .row .col-lg-1,
#page-modification-profil #votre-cv .row .col-lg-1 {
    max-width: max-content;
    margin-right: 30px;
}

#page-inscription #votre-cv .row .row .col-lg-2,
#page-modification-profil #votre-cv .row .col-lg-2 {
    margin-left: 30px;
}

#page-service .nav .connexion-button,
#page-opportunite .nav .connexion-button,
#page-modification-profil .nav .connexion-button,
#page-profil .nav .connexion-button,
#page-metier .nav .connexion-button,
#page-info .nav .connexion-button,
#mentions-légales .nav .connexion-button {
    border-color: #94d8ee !important;
    color: #94d8ee !important;
}

#page-modification-profil .inscription-button {
    width: 150px;
    min-width: max-content;
}

#page-modification-profil .navigation-mobile .inscription-button {
    width: 130px;
}

.no-desktop {
    display: none !important;
}

.no-mobile {
    display: initial;
}

.page-superadmin .no-mobile {
    display: inherit;
}

#inscription .no-mobile,
#page-modification-profil .no-mobile {
    display: inherit;
}

#description-poste {
    border-radius: 26px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.margin-auto {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

body:not(#page-contact) #texte-intro img,
#trois-triangles img {
    max-width: 90%;
    display: block;
    margin: auto;
}

.etiquettes {
    width: 50%;
    margin: auto;
}

#colonne-gauche ul {
    padding-left: 20px;
}

#details {
    margin-top: 50px;
}

#details,
#aperçu {
    border-radius: 26px;
}

#page-opportunite #aperçu .col-lg-12,
#page-service #presentation .col-lg-12,
#page-metier #presentation .col-lg-12,
#page-nous #texte-intro .row:not(.col-lg-10) {
    margin-bottom: 25px;
}

#page-service #presentation .col-lg-2,
#page-nous #texte-intro .col-lg-1 {
    display: flex;
}

#page-opportunite #aperçu img #page-service #presentation .col-lg-5.margin-top img,
#page-nous #texte-intro .col-lg-1 img {
    display: block;
    margin: auto 0;
}

#page-opportunite #description-poste .col-lg-4,
#page-service #presentation .col-lg-6 {
    height: max-content;
}

#page-opportunite #description-poste .col-lg-4 .col-lg-2 {
    display: flex;
}

#page-opportunite #description-poste .col-lg-2 .col-lg-3 img {
    display: block;
    margin: auto 0;
}

#details img {
    width: 40%;
    padding: 30px 0;
}

#connexion-modal,
#sous-categorie-modal,
#sous-sous-categorie-modal,
#delete-categorie-modal,
#delete-sous-categorie-modal,
#delete-sous-sous-categorie-modal,
#edit-categorie-modal,
#edit-sous-categorie-modal,
#edit-sous-sous-categorie-modal {
    width: 60vw;
    height: max-content;
    position: fixed;
    z-index: 99;
    top: -100%;
    left: 50%;
    background-color: #fff;
    border-radius: 40px;
    padding: 60px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: top 0s, opacity .5s ease-in-out;
}

/* #voile-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
} */

.voile-body {
    opacity: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: -100vh;
    transition: top 0s, opacity .5s ease-in-out;
}

.voile-body.active {
    top: 0;
    opacity: 1;
}

#connexion-modal.active,
#sous-categorie-modal.active,
#sous-sous-categorie-modal.active,
#delete-categorie-modal.active,
#delete-sous-categorie-modal.active,
#delete-sous-sous-categorie-modal.active,
#edit-categorie-modal.active,
#edit-sous-categorie-modal.active,
#edit-sous-sous-categorie-modal.active {
    top: 50%;
    opacity: 1;
}

.croix {
    width: 20%;
    float: right;
}

.croix:hover {
    cursor: pointer;
}

#connexion-modal .blue-text {
    height: max-content;
    margin: auto 0;
}

#connexion-modal input,
.categorie-modal input,
.categorie-modal select {
    background-color: rgba(148, 216, 238, .1);
    padding: 10px;
    border-radius: 6px;
}

.categorie-modal input,
.categorie-modal select {
    width: 70% !important;
}

#secteurs img {
    height: 70px;
    display: block;
    margin: 0 auto 2vh auto;
}

.section-photo-profil .photo-profil {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #d9d9d9;
    overflow: hidden;
}

.section-photo-profil {
    flex-direction: column;
    width: max-content;
}

.section-photo-profil img {
    width: 30px;
    margin-left: 150px;
}

.section-photo-profil .photo-profil img {
    width: auto;
    margin: 0;
    display: block;
    margin: auto;
}

.line-height-sup {
    line-height: 3.5;
    margin-bottom: 0;
    margin-right: 15px;
}

.blue-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #94d8ee;
    margin: auto 4px;
}

#page-profil .semi-bold,
#page-profil #aperçu h3 {
    margin-bottom: 0;
}

#page-profil .photo-profil {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 10px #fff;
    margin: auto;
    margin-top: -8rem;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
}

#page-profil .photo-profil img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

#page-profil .col-lg-3:not(.align-center) {
    display: flex;
    flex-direction: row-reverse;
}

#page-profil .col-lg-3:not(.align-center) {
    display: flex;
    flex-direction: row-reverse;
}

#page-profil #footer .col-lg-3 {
    display: block;
}

#page-profil .col-lg-3 .border-blue-button {
    margin-left: 0;
}

#page-profil hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.accordion .inner {
    display: none;
}

.toggle .fleche-ouverture,
#page-superadmin-edit-opportunite #categories .ouverture-categorie .fleche-ouverture,
#page-superadmin-edit-opportunite #categories .ouverture-sous-categorie .fleche-ouverture {
    margin-left: 25px;
    width: 12px;
    transform: rotate(-90deg);
    transition: transform .5s ease-in-out;
}

.toggle.active .fleche-ouverture,
#page-superadmin-edit-opportunite #categories .ouverture-categorie.toggleActive .fleche-ouverture,
#page-superadmin-edit-opportunite #categories .ouverture-sous-categorie.toggleActive .fleche-ouverture {
    transform: rotate(0deg);
}

#categories .ouverture-categorie .fleche-ouverture,
#categories .ouverture-sous-categorie .fleche-ouverture {
    margin-left: 25px;
    width: 12px;
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
}

#categories .ouverture-categorie.toggleActive .fleche-ouverture,
#categories .ouverture-sous-categorie.toggleActive .fleche-ouverture {
    transform: rotate(90deg);
}

body:not(.page-superadmin) #categories .ouverture-categorie .fleche-ouverture,
body:not(.page-superadmin) #categories .ouverture-sous-categorie .fleche-ouverture {
    margin-left: 25px;
    width: 12px;
    transform: rotate(-90deg);
    transition: transform .5s ease-in-out;
}

body:not(.page-superadmin) #categories .ouverture-categorie.toggleActive .fleche-ouverture,
body:not(.page-superadmin) #categories .ouverture-sous-categorie.toggleActive .fleche-ouverture {
    transform: rotate(0deg);
}

#page-profil .fond-bleu {
    margin-bottom: 50px;
}

.etiquettes-categories {
    width: max-content;
    height: 40px;
    background-color: #94d8ee;
    border-radius: 6px;
    border: solid 1px #94d8ee;
    margin-right: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}

.etiquettes-categories p {
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin: auto;
    overflow-x: scroll;
}

#page-profil .fond-beige:not(#intro),
#page-profil .fond-bleu {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 26px;
}

.no-margin-bottom,
.no-margin-bottom-desktop {
    margin-bottom: 0 !important;
}

#page-profil #bloc-principal {
    margin-top: 20vh;
}

a:hover {
    text-decoration: none;
}

.border-right {
    border-right: solid 2px #94d8ee !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.border-bottom {
    border-bottom: solid 2px #94d8ee !important;
    padding-right: 0;
}

.onglet-superadmin {
    background-color: transparent;
    transition: all .3s ease-in-out;
    border-radius: 20px;
    padding: 15px;
}

.onglet-superadmin:hover {
    background-color: #F4FBFD;
    cursor: pointer;
}

.onglet-superadmin.active {
    background-color: #94d8ee;
}

.onglet-superadmin p {
    color: #999999;
    /* transition: color .5s ease-in-out; */
}

.onglet-superadmin.active p {
    color: #fff;
    /* font-weight: 600; */
}

.onglet-superadmin img {
    transition: all .5s ease-in-out;
}

.onglet-superadmin.active img.fleche-ouverture {
    content: url("../images/fleche-ouverture-blanche.svg");
}

.onglet-superadmin.active#user-barre-laterale img.icon-barre-laterale {
    content: url("../images/icon-profil-blanc.svg");
}

.onglet-superadmin.active#classification-barre-laterale img.icon-barre-laterale {
    content: url("../images/icon-classification-blanc.svg");
}

.onglet-superadmin.active#pages-barre-laterale img.icon-barre-laterale {
    content: url("../images/icon-pages-blanc.svg");
}

.onglet-superadmin.active#file-manager-barre-laterale img.icon-barre-laterale {
    content: url("../images/icon-file-manager-blanc.svg");
}

.toggleLienMenuSuperAdmin img.fleche-ouverture,
.toggleLienMenuSuperAdminMobile img.fleche-ouverture {
    margin-left: auto;
    transform: rotate(0) !important;
    transition: transform .5s ease-in-out;
}

.toggleLienMenuSuperAdmin.active img.fleche-ouverture,
.toggleLienMenuSuperAdminMobile.active img.fleche-ouverture {
    transform: rotate(90deg) !important;
}

.encadre-onglet-actif {
    background-color: #94d8ee;
    border-radius: 20px;
    padding: 20px;
}

.nav-superadmin-laterale {
    padding: 12px;
    width: 100%;
}

.nav-superadmin-laterale .onglet-superadmin:not(:first-child) {
    margin-top: 3vh;
    /* padding-left: 20px;
    padding-right: 20px; */
}

.page-superadmin input,
.page-superadmin select,
.page-superadmin textarea {
    height: 40px;
    border-radius: 6px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#page-superadmin-edit-opportunite input,
#page-superadmin-edit-opportunite select,
#page-superadmin-edit-opportunite textarea {
    max-width: 90%;
}

#page-superadmin-edit-opportunite #colonne-centre-edit-opportunite a,
#page-superadmin-edit-opportunite #colonne-droite-edit-opportunite a {
    color: #999999;
}

#categories {
    margin-top: 3vh;
    border-radius: 16px;
    padding: 20px;
    /* padding-left: 0; */
}

.sous-categories {
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 10px;
}

.sous-sous-categorie {
    background-color: #94d8ee;
    border-radius: 16px;
    width: 95%;
    height: 50px;
    margin-left: 3%;
    margin-top: 2vh;
}

body:not(#page-inscription) #sous-sous-categorie .row.col-lg-12 {
    margin-bottom: 10px;
}

#page-modification-profil #sous-sous-categorie .col-lg-12 .col-lg-1 label,
#page-modification-profil #sous-categories .col-lg-12 .col-lg-1 label {
    margin: 0;
}

#page-inscription .sous-sous-categorie .blanc {
    color: #fff !important;
}

.nouvelle-sous-sous-categorie {
    background-color: transparent;
    border: solid 2px #94d8ee;
    white-space: nowrap;
}

#page-superadmin-categories .fond-blanc p,
#super-checkbox .fond-blanc p {
    color: #999999 !important;
}

#page-superadmin-categories .fond-blanc .sous-sous-categorie .blanc,
#super-checkbox .fond-blanc .sous-sous-categorie .blanc {
    color: #fff !important;
}

/* #nouvelle-sous-sous-categorie p {
    color: #999999 !important;
} */

#intitules-utilisateurs,
#liste-opportunites,
#liste-opportunites .opportunite:not(:first-child) {
    margin-top: 3vh;
}

.pastille-bleue {
    width: 60px;
    max-width: 100%;
    background-color: #94d8ee;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pastille-rouge {
    width: 60px;
    max-width: 100%;
    background-color: #FF6767;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pastille-groupe {
    width: 130px;
    max-width: 100%;
    background-color: #E7E8E9;
    color: 999999;
    border-radius: 6px;
}

#utilisateurs p {
    overflow-x: scroll;
}

.pastille-bleue p,
.pastille-rouge p,
.pastille-groupe p {
    overflow-x: hidden !important;
}

.label-checkbox-select-user {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: solid 2px #94d8ee;
    border-radius: 6px;
    transition: background-color .25s ease-in-out;
    margin-left: auto;
    margin-bottom: 0;
}

input.input-checkbox-select-user:checked+label.label-checkbox-select-user {
    background-color: #94d8ee;
}

.page-superadmin input,
.page-superadmin select {
    margin-bottom: 2vh;
}

.nav-superadmin input {
    margin-bottom: 0;
    background-color: transparent;
}

.page-superadmin .semi-bold {
    margin-bottom: .5vh;
}

#colonne-gauche-edit-user {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#colonne-gauche-edit-opportunite {
    border-right: solid 1px #e2e2e2;
}

#colonne-centre-droite-edit-opportunite {
    padding-left: 50px;
}

.nav-superadmin-mobile {
    display: none;
}

#fond-bleu-principal {
    padding: 3vw;
    height: auto;
}

.fond-bleu-pale {
    background-color: #F4FBFD;
    border-radius: 20px;
    padding: 30px;
}

#page-candidats #resume .col-lg-4 {
    max-width: calc(33.3% - 40px);
    margin: 0 20px;
}

.creer-opportunite button {
    margin: 0;
    margin-left: auto;
}

.accordion {
    list-style: none;
    padding: 0;
}

.accordion a {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.accordion .blue-text {
    color: #94d8ee;
}

.accordion ul {
    list-style: none;
    color: #999999;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    margin-top: 20px;
}

.utilisateurs-mobile {
    display: none;
}

input[name="email-recuperation"],
input[name="nouveau-mdp"] {
    background-color: rgba(148, 216, 238, .1);
    padding: 10px;
    border-radius: 6px;
}

#experiences-pro h3,
#parcours-universitaire h3,
#langues h3 {
    display: none;
}

#experiences-pro h3:first-child,
#parcours-universitaire h3:first-child,
#langues h3:first-child {
    display: block;
}

.inscription-button:not(.button-search-job):hover,
.blue-button:hover {
    background-color: transparent !important;
    border: solid 1px #94d8ee !important;
    color: #94d8ee !important;
}

select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 98%;
    background-size: 20px;
    background-repeat: no-repeat;
    appearance: none !important;
    -moz-appearance: none !important;
}

/* a:hover {
    color: inherit;
} */

a.blue-text:hover {
    color: #94d8ee;
}

.logo-lorem {
    width: 15%;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.ouverture-categorie:hover,
.ouverture-sous-categorie:hover {
    cursor: pointer;
}

#page-opportunites .nav .navigation ul li:first-child,
#page-services .nav .navigation ul li:nth-child(2),
#page-service .nav .navigation ul li:nth-child(2),
#page-industries .nav .navigation ul li:nth-child(3),
#page-metier .nav .navigation ul li:nth-child(3),
#page-candidats .nav .navigation ul li:nth-child(4),
#page-clients .nav .navigation ul li:nth-child(5),
#page-nous .nav .navigation ul li:nth-child(6),
#page-contact .nav .navigation ul li:nth-child(7) {
    text-decoration: underline;
}

#page-opportunites .nav-mobile .navigation-mobile a:first-child,
#page-services .nav-mobile .navigation-mobile a:nth-child(2),
#page-service .nav-mobile .navigation-mobile a:nth-child(2),
#page-industries .nav-mobile .navigation-mobile a:nth-child(3),
#page-metier .nav-mobile .navigation-mobile a:nth-child(3),
#page-candidats .nav-mobile .navigation-mobile a:nth-child(4),
#page-clients .nav-mobile .navigation-mobile a:nth-child(5),
#page-nous .nav-mobile .navigation-mobile a:nth-child(6),
#page-contact .nav-mobile .navigation-mobile a:nth-child(7) {
    text-decoration: underline;
}

#page-opportunites .etiquettes button:first-child,
#page-accueil .etiquettes button:first-child {
    margin-left: 0;
}

#page-opportunites .etiquettes button,
#page-accueil .etiquettes button {
    margin: 0;
    margin-right: 1rem;
}

#page-opportunites .etiquettes,
#page-accueil .etiquettes {
    margin: 0;
    margin-bottom: 2rem;
    width: auto;
}

#page-inscription #liste-sous-categories .sous-categories p {
    margin-bottom: 0;
}

#page-inscription #liste-sous-categories .sous-categories .label-checkbox {
    margin-bottom: 0;
}

#page-inscription #liste-sous-sous-categories #sous-sous-categorie .label-checkbox {
    margin-bottom: 10px;
}

.super-checkbox #liste-sous-sous-categories .label-checkbox {
    background-color: #fff;
    width: 30px;
    height: 30px;
}

.super-checkbox .label-checkbox {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
}

.super-checkbox input.input-checkbox:checked+label.label-checkbox {
    background-size: 50%;
}

.super-checkbox .sous-sous-categorie input.input-checkbox:checked+label.label-checkbox {
    border: none;
}

#page-superadmin-categories .fond-bleu img:hover,
#page-superadmin-liste-users .fond-bleu img:hover {
    cursor: pointer;
}

#page-superadmin-edit-opportunite .label-checkbox {
    background-color: #fff;
}

.search-poste input {
    border-right: solid 1px #999999 !important
}

.margin-right-10-desktop {
    margin-right: 10px;
}

.trois-points {
    flex-direction: row-reverse;
}

.etiquettes-categories p {
    margin-bottom: 0 !important;
}

.user-button-locked, .user-button-enabled, .user-button-deleted {
    border: none;
    background-color: transparent;
}

#pagination a {
    color: #999999;
}

#pagination .current {
    color: #94d8ee;
}

#mentions-légales #intro {
    margin-top: 15vh;
}

#mentions-légales #intro p {
    color: #999999;
    width: 100%;
}

#mentions-légales #intro h1 {
    color: #454545;
}

#mentions-légales h2 {
    font-family: 'Poppins', sans-serif;
}

.sceditor-container {
    width: 100% !important;
    min-height: 500px;
}

input[type=checkbox] {
    width: 40px !important;
} 

@media(min-width: 1366px) {
    .no-margin-desktop {
        margin: 0 !important;
    }

    #page-opportunite #colonne-gauche div.row .col-lg-6:first-child p {
        margin-right: 20px;
    }
}

@media(max-width: 1366px) {
    .lien-barre-laterale {
        font-size: 14px;
    }

    input[type=checkbox] {
        width: 40px !important;
    }
}

@media(max-width: 768px) {
    body:not(#page-nous) #trois-triangles .row .col-12:first-child {
        height: 400px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    /* h4 {
      font-size: 30px;  
    } */

    *:not(button) p {
        width: 100% !important;
        /* font-size: 30px; */
    }

    /* .inscription-button {
        width: 260px;
        height: 80px;
        font-size: 30px;
    } */

    br.no-mobile,
    .nav {
        display: none;
    }

    .nav-mobile,
    .nav-superadmin-mobile {
        display: flex;
        position: fixed;
        visibility: visible;
        z-index: 99;
        background-color: transparent;
        top: 0;
        height: 15vw;
    }

    .page-superadmin .fond-bleu:not(#sous-categories) {
        margin-top: 75px;
    }

    .page-superadmin .fond-bleu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #categories .col-12 {
        padding-bottom: 20px;
    }

    #nouvelle-sous-sous-categorie .col-12 {
        padding-bottom: 0;
    }

    #nouvelle-sous-sous-categorie .col-12 img {
        margin-left: auto;
    }

    .page-superadmin h1 {
        margin-top: 150px;
    }

    /* .nav-mobile .logo {
        padding-left: 0;
    } */

    .navigation-mobile img {
        width: 40%;
    }

    #menu-hamburger {
        width: 30px;
        position: absolute;
        top: auto;
        right: 20px;
        transition: right .5s ease-in-out;
    }

    #menu-hamburger.active {
        right: 140%;
    }

    .nav-superadmin-mobile #menu-hamburger {
        width: 30px;
        position: absolute;
        top: auto;
        right: 20px;
        transition: right .5s ease-in-out;
    }

    .nav-superadmin-mobile #menu-hamburger.active {
        right: 45vw;
    }

    .page-superadmin #logo-mobile {
        width: 50%;
    }

    #logo-mobile {
        width: 60%;
        opacity: 1;
        transition: opacity .5s ease-in-out;
    }

    #logo-mobile.active {
        opacity: 0;
    }

    #lien-logo-mobile.active {
        pointer-events: none;
    }

    .nav-mobile .navigation-mobile,
    .nav-superadmin-mobile .navigation-superadmin-mobile {
        background-color: #94d8ee;
        height: 100vh;
        position: absolute;
        z-index: 999;
        right: -100vw;
        top: 0;
        width: 130%;
        padding: 20px;
        transition: right .5s ease-in-out;
    }

    .navigation-superadmin-mobile,
    .nav-superadmin-mobile {
        background-color: #fff !important;
    }

    .logout-mobile {
        background-color: #94d8ee;
        height: 100px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 30px;
    }

    .nav-superadmin-laterale {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nav-superadmin-laterale .onglet-superadmin {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .nav-superadmin-laterale .onglet-superadmin:first-child {
        margin-top: 40px;
    }

    .navigation-mobile a {
        color: #fff !important;
    }

    .navigation-mobile .inscription-button {
        background-color: #fff;
        border: solid 1px #fff;
        color: #94d8ee;
    }

    .nav-mobile .navigation-mobile.active,
    .nav-superadmin-mobile .navigation-superadmin-mobile.active {
        right: 0;
    }

    .nav-mobile.fond-blanc,
    #select-country {
        background-color: #fff;
    }

    .no-padding-mobile {
        padding: 0;
    }

    #newsletter,
    #newsletter .voile {
        height: 60vh;
        margin-top: -50px;
    }

    .no-desktop {
        display: inherit !important;
    }

    .no-mobile {
        display: none !important;
    }

    #footer img {
        width: 30%;
        margin-bottom: 5vh;
    }

    #footer hr {
        margin-left: 0;
    }

    .encadre-search input,
    .encadre-search select {
        height: 70px;
        width: 90% !important;
    }

    .encadre-search button {
        height: 70px;
        width: 100% !important;
    }

    .encadre-search .col-12:not(:first-child) {
        margin-top: 15px;
    }

    .encadre-search .col-12 {
        border-radius: 7px;
    }

    .encadre-search p {
        width: 50% !important;
    }

    .search-country,
    .search-country {
        border-radius: 0;
    }

    .search-button button {
        width: 100%;
    }

    .padding150.padding50-mobile {
        padding: 50px 0 50px 0;
    }

    .photo-presentation-mobile {
        width: 100%;
        border-radius: 30px 30px 0 0;
    }

    .no-padding-left-desktop {
        padding-left: 15px;
    }

    .no-align-center-mobile {
        display: block;
        margin-top: 3vh;
    }

    input,
    select,
    textarea {
        width: 100% !important;
        max-width: 100%;
    }

    #page-contact #texte-intro .row .col-lg-10 .col-lg-5:first-child {
        margin-bottom: 10vh;
    }

    .row p {
        max-width: max-content;
    }

    #page-service .row#presentation p.semi-bold,
    #page-metier .row#presentation p.semi-bold {
        max-width: 90%;
    }

    #industries .col-lg-4 a {
        margin-bottom: 5vh;
    }

    #page-nous #citation {
        height: 40vh;
    }

    #page-nous #citation .voile {
        height: 40vh;
        margin-top: -50px;
    }

    .no-margin-bottom-mobile {
        margin-bottom: 0 !important;
    }

    .beige-button,
    .blue-pale-button {
        margin-top: 3vh;
    }

    #colonne-droite {
        margin-top: 50px;
    }

    #pagination {
        max-width: 100%;
        overflow-x: scroll
    }

    .encadre-job .col-lg-8 {
        margin-top: 3vh;
    }

    .encadre-job .inscription-button {
        margin-left: 0 !important;
    }

    #services .col-lg-4 {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .img-services {
        position: relative;
        max-width: 100%;
        left: 0;
        margin-top: 0;
    }

    #services h3 {
        margin-top: 0;
    }

    #services a {
        margin-bottom: 0;
    }

    #texte-intro img,
    #trois-triangles img {
        max-width: 70%;
    }

    #presentation-nous img {
        margin-top: 7vh;
    }

    .etiquettes {
        width: 100%;
    }

    .etiquettes .beige-button,
    .etiquettes .blue-pale-button {
        margin: auto;
    }

    #intro.margin-top {
        margin-top: 10vh;
    }

    #mentions-légales #intro {
        margin-top: 10vh;
    }

    #details {
        margin-top: 30px;
    }

    #details img {
        width: 40%;
    }

    #connexion-modal,
    #sous-categorie-modal,
    #sous-sous-categorie-modal,
    #delete-categorie-modal,
    #delete-sous-categorie-modal,
    #delete-sous-sous-categorie-modal,
    #edit-categorie-modal,
    #edit-sous-categorie-modal,
    #edit-sous-sous-categorie-modal {
        width: 90vw;
        padding: 20px;
    }

    #page-contact textarea {
        width: 100%;
    }

    .no-margin-mobile {
        margin: 0 !important;
    }

    .encadre-job .col-lg-8 {
        padding-left: 0;
    }

    #page-opportunite #colonne-gauche,
    #page-profil #colonne-gauche {
        padding-right: 0;
    }

    #page-nous #presentation-nous .col-lg-9 {
        margin-left: 0;
    }

    .no-margin-bottom-desktop {
        margin-bottom: 1rem !important;
    }

    #page-profil div:not(#footer) .col-lg-3:not(.align-center) {
        flex-direction: row-reverse;
        /* margin-top: 3vh; */
    }

    #footer .col-lg-3:not(.align-center) {
        display: block;
        flex-direction: row;
        margin: 0;
    }

    .nav-superadmin {
        display: none;
    }

    .nav-superadmin-mobile {
        display: flex;
        box-shadow: 0 -60px 80px #444444;
    }

    #colonne-centre-droite-edit-opportunite,
    #page-superadmin-liste-opportunites #section-bas-gauche,
    #page-superadmin-liste-opportunites #colonne-droite-edit-user {
        padding-left: 0;
        margin-top: 50px;
    }

    #colonne-gauche-edit-opportunite {
        border: none;
    }

    #fond-bleu-principal {
        padding: 0;
        padding-bottom: 50px;
    }

    .creer-opportunite button {
        margin-top: 20px;
        margin-left: 0;
    }

    .encadre-job.opportunite h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .encadre-job.opportunite .text-right {
        margin-bottom: 20px;
    }

    .encadre-job.opportunite .border-blue-button {
        margin-left: 0 !important;
    }

    .no-padding-left-mobile {
        padding-left: 0;
    }

    .encadre-job.opportunite .logo-entreprise {
        width: 50% !important;
    }

    .nav-superadmin-mobile .col-md-4 .align-center img {
        margin-left: auto;
    }

    .nav-superadmin-mobile .col-md-4 .col-3 img {
        width: 50%;
    }

    .nav-superadmin-mobile .col-md-4 .col-5 img {
        width: 60%;
        border-radius: 50px;
    }

    .navigation-superadmin-mobile .col-md-7 {
        margin-top: 10px;
    }

    .utilisateurs-mobile {
        display: block;
        margin-top: 50px;
    }

    .icons-users-list {
        margin-top: 40px;
    }

    .utilisateurs-desktop,
    .intitules-utilisateurs-desktop {
        display: none;
    }

    #poste,
    #location {
        width: 45px;
    }

    #search {
        width: 15px;
    }

    .search-poste input {
        border: none !important;
    }

    .no-mobile.tablet {
        display: flex !important;
    }

    .no-tablet {
        display: none !important;
    }

    .search-button .big-blue-button {
        border-radius: 7px;
    }

    input[name="entreprise"],
    input[name="universite"],
    input[name="intitule-formation"] {
        margin-bottom: 2vh !important;
    }

    select[name="langue"] {
        margin-bottom: 0 !important;
    }

    .margin2-mobile {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .margin3-mobile {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }

    .margin1-top-mobile {
        margin-top: 1vh;
    }

    .margin5-top-mobile {
        margin-top: 5vh;
    }

    .nav-mobile.transparent,
    .nav-superadmin-mobile.transparent {
        background-color: transparent !important;
        box-shadow: none;
    }

    .button-search-job {
        width: 100%;
        margin-top: 2vh;
        border-radius: 6px;
    }

    .no-padding-desktop {
        padding: 0 15px 0 15px;
    }

    #page-superadmin-edit-opportunite input,
    #page-superadmin-edit-opportunite select,
    #page-superadmin-edit-opportunite textarea {
        max-width: 100%;
    }

    .margin-top-tablet {
        margin-top: 10vh;
    }

    .logo-lorem {
        width: 30%;
    }

    .nouvelle-sous-sous-categorie p {
        overflow-x: scroll;
    }

    .etiquettes button {
        margin-bottom: 1rem !important;
    }

    #page-candidats #resume .col-lg-4 {
        max-width: 100%;
        margin: 0;
    }

    #page-candidats #resume .col-lg-4 {
        margin-bottom: 30px;
    }

    #page-candidats #resume .row:last-child .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .margin-right-10-desktop {
        margin-right: 0;
    }

    #page-metier #intro,
    #page-service #intro,
    #page-modification-profil #intro,
    #page-profil #intro,
    #page-info #intro,
    #page-opportunite #intro {
        padding: 50px 0 50px 0;
    }

    #page-metier .nav-mobile #logo-mobile,
    #page-service .nav-mobile #logo-mobile,
    #page-modification-profil .nav-mobile #logo-mobile,
    #page-profil .nav-mobile #logo-mobile,
    #page-info .nav-mobile #logo-mobile,
    #page-opportunite .nav-mobile #logo-mobile,
    #mentions-légales .nav-mobile #logo-mobile {
        content: url("/assets/images/Logo.svg");
    }

    #page-profil .nav-mobile,
    #page-service .nav-mobile,
    #page-info .nav-mobile,
    #page-modification-profil .nav-mobile,
    #page-metier .nav-mobile {
        background-color: #fff;
    }

    #mentions-légales .nav-mobile {
        background-color: #fff;
    }
}

@media (max-width: 576px) {
    #trois-triangles img {
        max-width: 100%;
    }

    #logo-mobile,
    .page-superadmin #logo-mobile {
        width: 80%;
    }

    #menu-hamburger {
        top: auto;
    }

    #newsletter,
    #newsletter .voile {
        height: 150vw;
        margin-top: -50px;
    }

    .navigation-mobile img {
        width: 60%;
    }

    #footer img {
        width: 60%;
    }

    #texte-intro img,
    #trois-triangles img {
        max-width: 100%;
    }

    .margin-top {
        margin-top: 10vh;
    }

    #details img {
        width: 60%;
    }

    #connexion-modal .blue-text {
        margin-top: 2vh;
    }

    .etiquettes {
        flex-direction: column;
    }

    .etiquettes .urgent-button,
    .etiquettes .beige-button {
        margin-bottom: 2vh !important;
    }

    .no-padding-left-mobile {
        padding-left: 0;
    }

    .padding-right-mobile {
        padding-right: 15px;
    }

    #page-contact textarea {
        width: 100%;
    }

    .text-left-mobile {
        text-align: left !important;
    }

    .fond-bleu h3,
    .fond-beige h3 {
        margin-bottom: 0;
    }

    .page-superadmin h1 {
        margin-top: 50px;
    }

    .encadre-job.opportunite .border-blue-button {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .encadre-job.opportunite .logo-entreprise {
        width: 80% !important;
    }

    .nav-superadmin-mobile #menu-hamburger.active {
        right: 70vw;
    }

    .logout-mobile {
        background-color: #94d8ee;
        height: 80px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
    }

    .navigation-superadmin-mobile .col-md-7 {
        margin-top: 0;
    }

    .nav-mobile,
    .nav-superadmin-mobile {
        height: 20vw;
    }

    .no-tablet:not(.no-mobile) {
        display: block !important;
    }

    .no-mobile.tablet {
        display: none !important;
    }

    .nav-superadmin-mobile .col-md-4 .align-center img {
        margin: auto;
    }

    #page-clients .border-blue-button {
        margin-left: 0;
    }

    #trois-triangles .row .col-12:first-child {
        height: max-content;
    }

    #page-nous #citation {
        height: 80vh;
    }

    #page-nous #citation .voile {
        height: 80vh;
        margin-top: -50px;
    }

    .logo-lorem {
        width: 50%;
    }

    #page-opportunite li.semi-bold:not(:last-child) {
        margin-bottom: 2vh;
    }

    #presentation-nous .col-2 img {
        max-width: 90%;
        display: block;
        margin: auto;
    }

    .trois-points {
        flex-direction: row;
        margin-top: 3vh;
    }

    #search-job input,
    #search-job select {
        width: 80% !important;
    }

    #poste {
        width: 30px;
    }

    #location {
        width: 20px;
    }

    #search {
        width: 15px;
    }

    .col-12 .border-blue-button {
        margin-left: 0;
    }

    #page-inscription #votre-cv .row .row .col-lg-2, #page-modification-profil #votre-cv .row .col-lg-2 {
        margin-left: 0;
        margin-top: 20px;
    }

    .navigation-mobile button,
    .navigation-mobile a:not(:last-child) button {
        margin-bottom: 25px;
    }

    .nav-superadmin-mobile .col-md-4 .col-5 img {
        width: 100%;
        border-radius: 50px;
    }

}
.cv-obligatoire{
    height: min-content!important;
}