
/* GENERAL---------------*/

:root {
    --bleu4:  #168;
    --bleu2:  #d7f5ff;
    --bleu1:  #e6f8ff;
    --bleu0:  #023;
    --ciel:   #bee8f7;
    --gris:   #6b99ac;
    --marron: #3c2317;
    --rouge:  #e36;
    --orange: #f73;
    --vert:   #2a6;
}

@font-face {
    font-family: 'msw';
    font-weight: 100 900;
    src: url('font/montserrat-VF.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'manw';
    font-weight: 200 800;
    src: url('font/manrope-VF.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'monow';
    src: url('font/roboto-mono.woff2') format('woff2');
}

* {
    margin: 0;
    box-sizing: border-box;
}

button::-moz-focus-inner {
    border: 0;
}

body {
    font: 500 1.1em/1.4em manw;
    color: var(--bleu0);
}

/*evitement*/

#evitement a {
    position: absolute;
    top: -100px;
    z-index: 2020;
    width: 100%;
    text-align: center;
    background: var(--bleu4);
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
}

#evitement a:focus {
    top: 0;
}

*:focus-visible,
button:focus-visible {
    outline: 3px solid #00f;
}


img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
    color: rgba(0,0,0,.2);
}

b, strong {
    font-weight: 800;
}

ul {
    list-style: none;
    padding-left: 0;
}

hr {
    border: 0;
    height: 1px;
    background: var(--ciel);
    margin: 20px 0;
}

h1 {
    font: 700 3em/1em msw;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
    color: var(--bleu4);
    position: relative;
    z-index: 5;
}

h2 {
    font: 600 1.6em/1em msw;
    margin: 30px 0;
    text-align: left;
}

::selection {
    background: var(--bleu4);
    color: #fff;
}

a {
    text-decoration: none;
    color: var(--bleu4);
}

a:hover {
    opacity: .75;
}

.capitale {
    display: inline-block;
}

td.capitale {
    display: table-cell;
}

.capitale::first-letter {
    text-transform: capitalize;
}

.nom,
.maj {
    text-transform: uppercase;
}

.cap {
    text-transform: capitalize;
}

.ancre {
    position: absolute;
    margin-top: -10px;
}

.mono {
    font-family: monow, monospace;
    letter-spacing: -.06em;
}

.droite {
    text-align: right;
}

main {
    display: flex;
    min-height: 100vh;
}


/* INPUTS---------------*/

input[type=submit],
button,
.bouton {
    font: 670 1em msw;
    letter-spacing: 0.02em;
    background: var(--bleu4);
    color: #fff;
    padding: 10px 20px 11px;
    border: 0;
    /* border-radius: 5px; */
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: normal;
    -webkit-appearance: none;
}

input[type=submit]:hover,
button:hover,
.bouton:hover {
    opacity: .8;
}

.normal {
    font: inherit !important;
    background: none !important;
    color: var(--bleu4) !important;
    padding: 0 !important;
    text-align: left !important;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=date],
textarea,
select {
    max-width: 632px;
    font: 500 1.15em manw;
    background: var(--bleu1);
    color: var(--bleu0);
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
    width: 100%;
}

select,
label,
input[type=checkbox]{
    cursor: pointer;
}

label {
    display: block;
    font-weight: 650;
    text-align: left;
}

label i {
    opacity: .7;
    font-weight: 550;
    font-size: .9em;
}

.boite input[type=text],
.boite select {
    max-width: 600px;
}

select {
    font: 500 1.2em manw, sans-serif;
}

textarea {
    width: 100% !important;
}

input[type=number],
.num {
    width: 100px;
    text-align: right;
}

.omi {
    width: 130px !important;
    text-align: left !important;
}

input[type=date] {
    width: 185px;
    padding-right: 0;
}

input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: var(--bleu1);
    box-shadow: inset -3px 3px 3px rgba(0,0,0,.1);
    border-radius: 4px;
}

input[type=range]::-moz-range-thumb,
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: var(--bleu4);
    cursor: pointer;
}


/*parcourir*/

.parcourir {
    position: relative;
    display: flex;
    margin-top: 5px;
}

.camera {
    position: relative;
    display: none;
    margin-top: 20px;
}

.parcourir input,
.camera input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 300px;
    height: 130px;
    cursor: pointer;
    opacity: 0;
}

.camera input {
    height: 40px;
}

.glisser {
    display: block;
    border: 3px dashed;
    color: var(--gris);
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    height: 130px;
    text-align: center;
    margin-top: 6px;
    padding: 52px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9em;
    line-height: 1em;
}

.glisser span {
    color: var(--bleu0);
}

/*mot de passe*/

.passe {
    max-width: 632px;
    position: relative;
}

.passe input {
    padding-right: 40px;
}

.passe div {
    background: url(img/oeil.svg?v=2);
    width: 30px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 5px;
    cursor: pointer;
}

/*suggestions*/

.suggestions {
    background: var(--bleu1);
    border-radius: 5px;
    padding: 0 !important;
    max-height: 460px;
    overflow-y: scroll;
}

.suggestions li {
    list-style: none;
    padding: 8px 8px;
    margin: 0 !important;
    line-height: 1.1em;
}

/*checkbox*/
.check {
    margin-bottom: 14px;
    padding-left: 30px;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.check input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.check span {
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    height: 22px;
    width: 22px;
    background: #fff;
    border: 2px solid var(--gris);
    border-radius: 3px;
}

.check span::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 6px;
    width: 12px;
    border: solid #fff;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity .2s;
}

.check input:checked~span {
    background: var(--bleu4);
    border-color: var(--bleu4);
}

.check input:checked~span::after {
    opacity: 1;
}

/*radio*/
.radio {
    margin: 10px 0;
    padding-left: 25px;
    font-size: 1.05em;
    font-weight: 500;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.radio input[type=radio] {
    opacity: 0;
    position: absolute;
}

.radio span {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid var(--gris);
}

.radio span::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: var(--bleu4);
    opacity: 0;
    transition: opacity .3s;
}

.radio input:checked~span::after {
    opacity: 1;
}

.radio input:checked~span {
    border-color: var(--bleu4);
}


/*oui/non*/
.ouinon {
    margin-bottom: 20px;
    padding-left: 73px;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.ouinon input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.ouinon span {
    position: absolute;
    top: -0px;
    left: 0;
    display: inline-block;
    height: 28px;
    width: 66px;
    background: var(--rouge);
    border-radius: 15px;
    transition: background .3s;
}

.ouinon span::before {
    /* content: 'Non'; */
    font-size: .9em;
    display: block;
    position: absolute;
    top: 0px;
    right: 7px;
}

.ouinon span::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: var(--bleu1);
    box-shadow: -2px 2px 3px rgba(0, 0, 0, .25);
    transition: transform .3s;
}

.ouinon input:checked~span {
    background: var(--vert);
}

.ouinon input:checked~span::before {
    /* content: 'Oui'; */
    left: 7px;
}

.ouinon input:checked~span::after {
    transform: translateX(38px);
}

.publie span {
    width: 110px;
}

.publie input:checked~span::after {
    transform: translateX(82px);
}

/*bulles aide*/

.aide {
    position: relative;
}

.interro {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bleu4);
    color: #fff;
    text-align: center;
    padding-top: 4px;
    font: 800 1em/1em manw;
    cursor: pointer;
    margin: 0 -1px 0 8px;
}

.interro::selection {
    background: none;
}

.info {
    display: none;
    width: 200px;
    padding: 12px 16px;
    border-radius: 5px;
    background: #fff;
    color: var(--bleu0);
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 36px;
    box-shadow: 0 0 15px rgba(0,0,40,.3);
    font-size: .9em;
}

/*erreurs*/
.erreur {
    color: var(--rouge);
}

.attention {
    color: var(--orange);
}

.succes {
    color: var(--vert);
}

/*boutons enregistrer*/
.barre-enregistrer {
    position: fixed;
    bottom: 0;
    left: 330px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 16px rgba(10,60,80,.3);
    padding: 8px 64px;
}

.barre-enregistrer label {
    max-width: 100%;
    margin-bottom: 8px;
}

.barre-enregistrer .ouinon {
    margin: -7px 0 8px;
}

.barre-enregistrer button {
    margin-right: 8px;
}

.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}

#charge {
    background: #fff;
    position: fixed;
    top: 0;
    left: 330px;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    pointer-events: none;
}

#charge:after {
    display: block;
    content: '';
    width: 120px;
    height: 120px;
    margin-left: calc(50vw - 60px - 165px);
    background: url(img/barre.svg);
    background-size: cover;
    animation: tribord 3s infinite;
}

@keyframes tribord {

    0% {
        transform: rotate(-35deg);
    }
    50% {
        transform: rotate(35deg);
    }
    100% {
        transform: rotate(-35deg);
    }
}

.non-lus {
    display: inline-block;
    background: var(--rouge);
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.non-lus b {
    position: relative;
    top: -1px;
    left: -.5px;
    font-size: .9em;
    font-weight: 700;
}


/* HAUT----------------------*/

header {
    display: none;
}

.messages {
    position: relative;
}

.enveloppe {
    display: block;
    width: 30px;
    height: 22px;
    background: url(img/enveloppe.svg) no-repeat;
    background-size: contain;
}

header .enveloppe {
    margin-left: 10px;
}

header .non-lus {
    position: absolute;
    right: -10px;
    top: 12px;
}

#deco {
    display: block;
    width: 30px;
    height: 22px;
    background: url(img/deco.svg) no-repeat center;
    background-size: contain;
    margin-left: 16px;
}


/* MENU-----------------*/

#menu {
    padding: 32px 32px;
    width: 330px;
    min-width: 330px;
    background: var(--ciel);
    position: relative;
    z-index: 5;
    letter-spacing: -.04em;
}

#menu nav {
    position: fixed;
    width: 266px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

#menu .logo {
    width: 205px;
    height: 90px;
}

#menu .bonjour {
    margin-bottom: 10px;
    line-height: 1.2em;
}

#menu a {
    display: block;
    padding: 5px 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1em;
}

#menu .bouton {
    padding: 10px 16px 11px;
}

#menu .petit {
    padding: 4px 0;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: -.02em;
}

#menu .non-lus {
    position: relative;
    top: 1px;
}

#menu .non-lus b {
    top: -2px;
    font-size: .85em;
}

#menu .messages {
    position: relative;
    margin-bottom: 6px;
}

#menu .messages .non-lus {
    position: absolute;
    left: 21px;
    top: 17px;
}

#langues {
    font-size: .9em;
}

#langues a {
    display: inline-block;
    letter-spacing: .02em;
}

#mentions {
    position: fixed;
    bottom: 16px;
    font-size: .75em;
    color: var(--bleu0);
    opacity: .5;
    letter-spacing: -.02em;
}

#mentions a {
    color: var(--bleu0);
    font-weight: 400;
}

.btn-connexion {
    background: none;
    border: 3px solid var(--bleu4);
    color: var(--bleu4);
}

/*CONTENU----------------*/

#contenu {
    padding: 55px 64px 64px;
    flex: 1;
    text-align: justify;
}

.flex {
    display: flex !important;
    flex-wrap: wrap;
}

#contenu.flex {
    padding: 0 !important;
}

#precedent {
    margin-left: -3px;
}

#photo-nom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

#photo-nom #profil {
    margin-right: 32px;
}

#photo-nom .profil {
    margin-right: 16px;
}

#photo-nom h1 {
    padding-top: 12px;
    margin-bottom: 5px;
}


.signaler,
.signaler-contrat {
    position: absolute;
    top: 56px;
    right: 64px;
    background: url(img/drapeau.svg) no-repeat 0 2px;
    background-size: 11px 16px;
    padding-left: 18px;
    opacity: .5;
    font-size: .9em;
    line-height: 1.1em;
}

.signaler-contrat {
    position: static;
    margin-left: 20px;
}

main ul {
    padding-left: 20px;
    list-style: url(img/puce.svg);
}

main li {
    margin: 7px 0;
}

.pdf {
    padding-bottom: 140%;
    height: 0;
    position: relative;
}
.pdf object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*FORMULAIRES----------*/

.boite {
    padding: 32px 32px 4px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(10,60,80,.3);
}

.boite-petit {
    max-width: 1000px;
    text-align: left;
}

.boite-passe {
    max-width: 800px;
    text-align: left;
}

.boite-bleue {
    background: var(--bleu1);
    box-shadow: none;
}

.boite h2 {
    margin-top: 0;
}

/*tableau de bord*/

.piste {
    height: 5px;
    background: var(--bleu1);
    margin-top: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progression {
    height: 5px;
    background: var(--vert);
    animation: progression .6s;
}

@keyframes progression {
    0% {
        width: 0;
    }
}

/*annonces*/
.titre {
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-weight: bold !important;
}

/*etiquettes*/
.formation,
.experience,
.competence,
.bateau {
    background: var(--bleu2);
    padding: 16px 50px 16px 16px;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
    text-align: left;
}

.formation button,
.experience button,
.competence button,
.bateau button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: none;
    color: var(--bleu4);
    padding: 0;
    font-size: 1.5em;
}


.formation .diplome {
    font-weight: bold;
    margin-bottom: 3px;
}

.employeur-annonce .formation .diplome {
    font-weight: 500;
}

.formation .pays,
.formation .validite {
    opacity: .8;
    font-size: .8em;
    line-height: 1em;
}

.formation .verifie {
    margin-right: 5px;
}

.experience .poste {
    font-weight: bold;
}

.experience .annee {
    font-size: .9em;
    font-style: italic;
    opacity: .5;
}

.bateau i {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-style: normal;
    opacity: .5;
}

.maitrise {
    display: block;
    width: 73px;
    height: 16px;
    background: url(img/competence1.svg);
}

.m2 {
    background: url(img/competence2.svg);
}
.m3 {
    background: url(img/competence3.svg);
}
.m4 {
    background: url(img/competence4.svg);
}


/*TABLEAUX----------*/

.tableau {
    overflow-x: auto;
    width: calc(100vw - 330px - 128px - 18px);/*18px = scrollbar*/
}

.tableau-resp {
    border-right: 5px solid var(--gris);
}

.tableau-resp table {
    border-radius: 12px 0 0 0;
}

table {
    border-collapse: collapse;
    font-size: 1em;
    border-radius: 12px;
    overflow: hidden;
}

th,
td {
    background: var(--bleu2);
    padding: 12px 12px;
    text-align: left;
    line-height: 1.5em;
}

th {
    background: var(--bleu4);
    color: #fff;
    text-align: left;
    line-height: 1.1em;
}

tr:nth-child(2n) td {
    background:  var(--bleu1);
}

td i {
    font-style: normal;
    font-size: .85em;
    opacity: .6;
}

.bilan {
    border-radius: 0;
}

.bilan th,
.bilan td {
    background: none !important;
    border: 1px solid var(--bleu0);
    color: var(--bleu0);
}

.bilan td:last-child {
    background: var(--bleu1) !important;
    text-align: right;
    font-family: monow, monospace;
    letter-spacing: -.06em;
}

.effacer,
.supprimer,
.bloquer,
.changer {
    cursor: pointer;
}

/* .effacer:hover,
.supprimer:hover,
.bloquer:hover,
.changer:hover {
    opacity: .8;
} */

.effacer a,
.supprimer a,
.bloquer a,
.changer a {
    pointer-events: none;
    cursor: pointer;
}

.changer i {
    font-style: normal;
}



/*FICHES--------*/

.verifie {
    display: inline-block;
    background: url(img/verifie.svg) no-repeat;
    background-size: cover;
    width: 24px;
    height: 25px;
    position: relative;
    top: 5px;
}

h1 .verifie {
    width: 40px;
    height: 41px;
    margin-right: 10px;
    top: 1px;
}

h2 .verifie {
    top: 3px;
    margin-right: -3px;
}

.linkedin {
    display: inline-block;
    width: 36px;
}

.et {
    display: inline-block;
    background: var(--ciel);
    padding: 4px 15px 6px;
    margin: 4px 8px 4px 0;
    border-radius: 20px;
}

.cv {
    box-shadow: 0 0 20px rgba(10,60,80,.3);
}


/*MOTEURS DE RECHERCHE--------*/

#filtres {
    background: #fff;
    box-shadow: 0 0 15px rgba(10,60,80,.25);
    padding: 39px 32px 32px;
    width: 360px;
    text-align: left;
}

#resultats {
    padding: 32px 64px;
    flex: 1;
}

#resultats h1 {
    margin-top: 5px;
    font-size: 1.6em;
    color: var(--bleu0);
}

.scroll-criteres {
    flex: 1;
    background: var(--bleu1);
    padding: 16px;
    height: 229px;
    margin-top: 8px;
    overflow-y: auto;
    scrollbar-color: var(--bleu4) var(--gris);
    scrollbar-width: thin;
}

.scroll-criteres::-webkit-scrollbar {
    width: 8px;
}

.scroll-criteres::-webkit-scrollbar-track {
    background: var(--gris);
}

.scroll-criteres::-webkit-scrollbar-thumb {
    background: var(--bleu4);
}

.astuce {
    margin-top: 10px;
    display: inline-block;
    font-size: .9em;
    line-height: 1.1em;
}

#recherche-formation {
    display: flex;
}

#recherche-formation .aide {
    top: 10px;
}

#formNumAnnonce {
    display: flex;
    margin-bottom: 5px;
}

#numAnnonce {
    font-size: 1em;
    width: 130px;
    margin-right: 8px;
}

#formNumAnnonce button {
    line-height: 1.05em !important;
}

.sauvegarde {
    position: relative;
}

.retirer {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 5px;
    font-size: 1.8em;
}

.resultat {
    display: flex;
    background: #fff;
    box-shadow: 0 0 15px rgba(10,60,80,.25);
    padding: 20px 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    opacity: 1 !important;
    position: relative;
}

.resultat .profil {
    margin-right: 16px;
}

.resultat h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.3em;
    font-weight: 700;
    display: inline-block;
}

.resultat:hover h2 {
    opacity: .75;
}

.resultat .verifie {
    width: 20px;
    height: 20px;
    margin: 0 0 0 4px;
    top: 4px;
}

.resultat .et {
    position: relative;
    left: -2px;
}

.vide {
    display: block;
    height: 40px;
}

.indisponible {
    opacity: .5 !important;
    /* pointer-events: none; */
}

.num-annonce {
    opacity: .5;
    font-size: .8em;
    display: block;
    margin-top: -26px;
}

.date-publi {
    opacity: .5;
    font-size: .8em;
    line-height: 1.1em;
    display: block;
}


/*CHAT*/

.liste {
    display: block;
    align-items: center;
    border-bottom: 1px solid var(--ciel);
    padding: 24px 0;
}

.liste-profil {
    display: flex;
}

.liste:last-child {
    border-bottom: 0;
}

.liste .profil {
    margin-right: 16px;
}

.liste.non-lu {
    font-weight: 800;
}

.liste .date {
    opacity: .5;
    font-size: .8em;
}

.titre-liste {
    font-size: .8em;
}

#conversation {
    padding-bottom: 100px;
}

#offre {
    margin-top: 6px;
    font-size: .8em;
}

.message {
    background: var(--bleu1);
    padding: 16px;
    border-radius: 20px 20px 20px 0;
    margin-bottom: 16px;
    width: 70%;
}

.moi {
    background: var(--ciel);
    border-radius: 20px 20px 0 20px;
    margin-left: 30%;
}

.message .date {
    opacity: .5;
    font-size: .8em;
    margin-bottom: 5px;
}

#lu {
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    padding: 0 7px;
    font-size: .9em;
}


/*EMBAUCHES*/

/*Veuillez compléter ce champ navires*/
.boite-bateau {
    position: relative;
}

#input-mer,
#input-fluvial {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 26px;
}

#boite-WhatsApp,
#boite-formations,
#boite-certif {
    display: none;
}


/*PHOTOS*/

.qr {
    margin-top: 10px;
}

.tourner {
    display: block;
    background: var(--bleu4) url(img/tourniquet.svg) no-repeat center !important;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10;
}

#profil,
.profil {
    display: block;
    width: 170px !important;
    height: 170px;
    border-radius: 100px;
    overflow: hidden;
    background: url(img/profil.svg);
    background-size: cover;
    box-shadow: 0 0 20px rgba(10,60,80,.1);
    position: relative;
}

.profil-employeur {
    background-image: url(img/bateau.svg) !important;
}

.profil {
    width: 85px !important;
    height: 85px !important;
}

#profil img,
.profil img {
    max-width: 2000px !important;
}

#horizontal,
#vertical {
    width: 170px;
}

#vertical {
    position: relative;
    left: 110px;
    top: -95px;
    transform: rotate(90deg);
}

.icone {
    width: 40px;
    height: 40px;
    background: var(--bleu4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

#photo-nom .icone {
    width: 50px;
    height: 50px;
    top: 122px;
    left: -2px;
}

#photo-nom .icone img {
    transform: scale(1.2);
}

.resultat .icone,
.petit-profil .icone {
    width: 32px !important;
    height: 32px !important;
    top: 80px !important;
    left: 12px !important;
}

.petit-profil {
    position: relative;
}

.petit-profil .profil {
    margin-bottom: 8px;
}

.petit-profil .icone {
    top: 58px !important;
    left: -2px !important;
}

.resultat .icone img,
.petit-profil .icone img {
    transform: scale(.9) !important;
}

.flex1 {
    flex: 1;
}

/*Retour en haut*/

#retour {
    background: url(img/puce.svg) no-repeat center;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 8px;
    right: -3px;
    z-index: 100;
    border-radius: 6px 6px 0px 0px;
    transform: rotate(-90deg);
    transition: opacity .5s;
    opacity: 0;
}
