@font-face{
    font-family: HkGrotesk;
    src: url('/static/includes/font/HKGrotesk-Light.otf');
    font-weight: 100;
}
@font-face{
    font-family: HkGrotesk;
    src: url('/static/includes/font/HKGrotesk-Regular.otf');
    font-weight: normal;
}
@font-face{
    font-family: HkGrotesk;
    src: url('/static/includes/font/HKGrotesk-Medium.otf');
    font-weight: 600;
}
@font-face{
    font-family: HkGrotesk;
    src: url('/static/includes/font/HKGrotesk-Bold.otf');
    font-weight: bold;
}
@font-face{
    font-family: HkGrotesk;
    src: url('/static/includes/font/HKGrotesk-ExtraBold.otf');
    font-weight: 800;
}

@keyframes growDown {

    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }

}
:root {
    --primary: #325881;
    --secondary: #969696;
    --bg-light: #F0F0F0;
}

html{
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
html, body {
    height: auto;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'HkGrotesk';
}

button{
    outline: none;  
    border: none;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #696969;
    font-weight: 600;
    border-bottom: 0px solid #696969;
    transition: all 0.25s linear;  
    position: relative;
}

a:hover{
    color:rgba(255,255,255,.6);
}


nav.breadcrumb{
    background: #325881;
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding: 10px;  
    padding-left: 10%;
    display: flex;
}

nav.breadcrumb a{
    color:#fff;
}
.breadcrumb ul {
    display: flex;
    margin: 0;
}
#missions_left{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
}
#contactform a:hover, #liensfooter a:hover{
    color:#325881;
}

.breadcrumb li {
    margin-right: 5px;
}

.breadcrumb span[aria-current='page']{
    color: lightyellow;
}
    
.breadcrumb li::before {
    content: ">";
}
    
.breadcrumb li:first-child::before,
.breadcrumb li:nth-of-type(2)::before {
    content: "";
}


#lanavheader_part > a:before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #325881;
    position: absolute;
    left: 0;
    bottom: -3px; /* this is to match where the border is */
    transform-origin: left; 
    transform: scale(0);
    transition: 0.25s linear;
  /*   will-change: transform; */
}
  
/* #lanavheader_part > a:hover:before {
    transform: scale(1);
} */

/* #lanavheader_part > a.active:before {
    transform: scale(1);
} */

::placeholder{
    color:#696969;
}

input{
    outline:none;
    border:none;
}

input:focus{
    outline:none;
}

.input-border{
    border:1px solid #aaa;
}
form input:invalid:not([type="submit"]), form textarea:invalid:not([type="submit"]) {
    border: 2px solid rgb(198, 33, 33)!important;
}
form input:valid:not([type="submit"]), form textarea:valid:not([type="submit"]) {
    border: 2px solid rgb(0, 128, 0)!important;
}

header:not(#header){
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    position: relative;
    flex-wrap: wrap;
}

header>.header_part{
    display:flex;
    justify-content:flex-start;
    align-items: center;
    position: relative;
    /* flex:2; */
}
header>.header_part>#result-site-search {
    position: absolute;
    bottom: 0;
    width: 85%;
    border: none;
    background: white;
    z-index: 999;
}
header>.header_part>#result-site-search li {
    /* margin-top: 5px; */
}
#header_logo_mobile{
    display:none;
}
#header_logo:before{
    height:0;
}

nav > a{
    text-decoration: none;
    margin: 0 20px;
    font-size: 13px;
}

nav.header_part{
    display: flex;
    justify-content: center;
}

h2{
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #355881;
}

input[type=checkbox]{
    border: 1px solid #355881;
}

input[type=checkbox]:hover{
    cursor: pointer;
}

.icone_ototaf{
    max-width: 60px;
    height: auto;
}

.logo_ototaf{
    max-width: 120px;
    height: auto;
    margin-left: 10px;
}

#content_recherche{
    /*flex:3;*/
    justify-content: center;
    min-width:450px;
}
nav.header_part{
    flex-basis:auto;
}

#moteur_recherche{
    /* padding: 10px; */
    width: 90%;
    border: 1px solid #C1C1C1;
    border-radius: 41px;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
#map{
    min-height: 600px;
    border-radius: 20px;
    margin: 1px;
}

.info-map{
    color: #325881;
}
#search_map > .flex-row{
    justify-content: space-around;
}
#moteur_recherche > .svg-inline--fa{
    color: #696969;
    margin-left:10px;
}
#moteur_recherche > input{
    /* width:90%; */
    margin-left: 2%;
}

#moteur_recherche, .input_recherche{
    /* padding: 10px; */
    /* width: 90%; */
    /* border: 1px solid #C1C1C1; */
    border-radius: 41px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:100%;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
}
.input-mot-rech{
    width: 91%;
    display: flex;
}
.input-mot-rech select{
    width:140px;
}

.input-mot-rech .select2-container .select2-selection--multiple .select2-selection__rendered{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: 33px;
    align-items: center;
}

.input-mot-rech .select2-container--default .select2-selection--multiple .select2-selection__choice{
    height: 19px;
}

.input-mot-rech .select2-search--inline{
    margin-top: -35px;
}

.gotoregistermobile{
    display: none;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.9) 0% 0% no-repeat padding-box;
    padding: 50px;
    font-size: 18px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #696969;
    opacity: 1;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 25px;
}
.carte_input{
    /* max-width: 145px; */
    margin: 5px 0px;
}
.carte_input svg{
    margin-right:5px;
}
.select2-selection__rendered {
    line-height: 34px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-results__options{
    font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    line-height: 32px !important;
}
#moteur_recherche > .svg-inline--fa{
    color: #696969;
    margin-left: 10px;
}
#moteur_recherche > input, .input_recherche > input{
    width:90%;
    margin-left: 2%;
}
#site-search{
    border-radius: 20px;
}
#associated-taf{
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
}
.associated-taf{
    color: #fff;
}
#verif_container{
    padding: 5px 5%;
}
#moteur_recherche > input:focus-visible, .input_recherche > input:focus-visible, 
#moteur_recherche > textarea:focus-visible, .input_recherche > textarea:focus-visible{
    border:none !important;
}
#search_map{
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
}
#search_map > h2{
 flex-basis: 100%;
 margin-bottom: 10px;
}

.jc_container{
    color: #696969;
    margin: 2%;
}

#je_cherche.hide_je_cherche{
    display: none;
}
.je_cherche_titre{
    background: rgba(255,255,255,.98) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    padding: 15px 35px;
    max-width: 1400px;
    box-shadow: 4px 4px 3px #00000029;
}

.je_cherche_input{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    opacity: 1;
    height: 45px;
    width: 338px;
    padding: 10px;
}
.je_cherche_input_class{
    margin: 10px 25px 10px 0px;
    width: 21%;
}

.je_cherche_input_container_title{
    padding-left: 5px;
}

.choice_status{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
    justify-content: center;
}

.choice_status .container_choice_status{
    flex-basis: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #325881 0% 0% no-repeat padding-box;
    padding: 10px;
    color: #fff;
    margin: 5px;
    border-radius: 5px;
}
.choice_status .container_choice_status_selected{
    background-color: #61AAFA;
}

.choice_status .container_choice_status:hover{cursor: pointer;}

.choice_status .container_choice_status input{
    width: auto;
    display: none;
}

#jc_input{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}

#depot_taf{
    max-width: 15%;
    text-align: center;
}

#depot_taf .svg-inline--fa{
    color: #325881;
    font-size: 45px;
    vertical-align: middle;
    padding-left: 5%;
}

#depot_taf > .je_cherche_titre{
    min-width: 450px;
    padding: 20px 35px;
    background: rgba(255,255,255,.98);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

#depot_taf > .je_cherche_titre:hover{
    cursor:pointer;
    color:#325881;
}

#depot_taf > .je_cherche_titre:active{
    position: relative;
    top: 1px;
}

.oto_button {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color:#325881;
    border-radius:4px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:14px;
    text-decoration:none;
}

.oto_button[type='submit']{
    padding:10px 37px;
    width: 100%;
}

.oto_button_mini{
    padding: 8px 20px;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 5px;
}

.oto_button:hover {
    background:#476e9e;
}

.oto_button:active {
    position:relative;
    top:1px;
}

.add_skill{
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 5px;
}

.add_skill svg{
    color:#fff;
}
.add_skill_container{
    flex-basis: auto;
    margin-top:5px;
}
#mcgu{
    flex-direction: column;
    padding: 2% 10%;
    text-align: justify;
}

#mcgu table {
    width:100%;
    border:none;
    border-collapse: collapse;
    margin-bottom: 15px;
}
#mcgu td { 
    border-width:1px;
    border-style:solid; 
    border-color:#aaa;
    width:50%;
    padding: 5px;
}

#remaining_alert{
    position: fixed;
    max-width: 300px;
    bottom: 0;
    z-index: 9999;
    right: 15px;
}

#remaining_alert strong{
    color:#696969;
}

#remaining_alert a{
    color: rgb(169, 68, 66);
    text-decoration: underline;
}

.oto_btn_a{
    font-family: 'IBM Plex Sans', sans-serif;
    background: #325881 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color:#ffffff;
    font-weight: 500;
    padding: 5px 20px;
    transition: none;
}

a.oto_btn_a:before {
    height: 0px; 
}

.oto_btn_a:hover{
    color:#ffffff;
    background:#476e9e;
    border:none;
}

.oto_btn_a:active{
    position: relative;
    top: 1px;
}

#select_taf{
    display: inline-block;
}
#contain_select_taf{
    background: #294a67;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.title_mtaf{
    display: flex;
    flex-direction: column;
}

#theForm span.plimits{
    font-size: 12px;
    border: 2px solid #325881;
    padding: 2px 10px;
    border-radius: 5px;
    background: #fff;
}

.offer_li{
    border: 2px solid #325881;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0px;
    display: flex;
    flex-direction: column;
}

.offer_li h1{
    background: #325881;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

.offer_li h2{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

a.offer_li:hover, a.offer_li:focus, a.offer_li:active{
    color: #696969;
    border-bottom: 2px solid;
    transition: none;
    background-color: rgba(255,255,255,.9);
    background-color: rgba(0,0,0,.02);
}

a.offer_li:focus{
    top: 1px;
}

#tva_intra_in{
    display: none;
}
#tva_intra_in input{
    box-shadow: inset 0 0 1px #000;
    border-radius: 5px;
}
/**Forms**/
#conn_insc_container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.conn_insc{
    align-items: center;
    margin: 0 auto;
    position: relative;
    background: rgba(255,255,255,.98) 0% 0% no-repeat padding-box;
    max-width: 450px;
    border-radius: 20px;
    padding: 35px;
    min-width: 450px;
}

.conn_insc > h1, .conn_insc > h2, .conn_insc > h3{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #696969;
    opacity: 1;
    border-radius: 10px;
    text-transform: uppercase;
}

.social-icon{
    width: 35px;
    
}

#linkedin{
    background: #0e76a8;
}

#facebook{
    background: #3b5998;
}

#google{
    background: #ffffff;
    color: #646464;
}
.part_form > label:hover{
    cursor: pointer;
}

.message_form_input{
    font-size: 10px;
    color:#646464;
    text-align: center;
}

.btn-form, .input-form, .btn-submit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    outline: none;
    background:#ffffff;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 7px 15px;
    margin: 10px 0px;
    min-height: 50px;
}

.btn-form:hover, .btn-submit:hover{
    cursor: pointer;
}

.btn-form:active, .btn-submit:active{
    position: relative;
    top: 1px;
}

.btn-submit{
    border:none;
    background: #325881 0% 0% no-repeat padding-box;
    color:#ffffff;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

#forget_password{
    text-align: center;
    font-size: 12px;
}

.span_social{
    color: #ffffff;
    font-size: 13px;
    margin-left: 3%;
}
#google > .span_social{
    color: #696969;
}

#options-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #696969;
}

.part_form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.part_form label{
    min-width: 300px;
    margin-left: 5px;
}

#title_carte{
    font-size:15px;
    margin-bottom:10px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
#title_carte span{
    font-weight: bold;
    min-width: 100px;
}
#title_carte input[type='radio']{
    max-width: 20px;
}
#title_carte label:hover, #title_carte input[type="radio"]:hover{
    cursor:pointer;
}


#liensfooter{
    min-height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 2%;
    flex-wrap: wrap;
}

.footer_part{
    display: flex;
    flex-direction: column;
}

.footer_part_logo{
    flex-direction: row;
}

.footer_part_logo > .icone_ototaf{
    max-width: 50px;
    height: fit-content;
}

.recap_pay_container{
    background: #325881;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.footer_part_logo > .logo_ototaf{
    max-width: 100px;
    height: auto;
}

.footer_link{
    margin-bottom: 5px;
}

.footer_link > a{
    color:#696969;
    font-weight: 500;
}

.footer_link_titre > a{
    font-weight: bold;
}

#copyright{
    text-align: center;
    font: normal normal normal 15px/25px HK Grotesk;
    color:#696969;
    font-weight: 500;
    padding-bottom: 10px;
}

label.error{
    position: relative;
    margin-top: 15px;
    margin-left: 0px;
    font-size: 10px;
    bottom:0;
}

.error{
    color: orange;
}
#lien_mon_compte, #lien_account > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
#lien_mon_compte > .svg-inline--fa{
    font-size: 35px;
    color: #325881;
    margin-left: 7px;
}

.left_link_img > img{
   width: 38px;
}
.left_link_img > .svg-inline--fa{
    color: #fff;
    background: #325881;
    padding: 10px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
#child_mon_compte{
    width: 0px;
    /* max-height: 450px; */
    /* visibility:hidden; */
    z-index: 999999;
    position: fixed;
    right: 0;
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow:auto;
    box-shadow:4px 4px 3px #00000029;
}
#child_mon_compte > a{
    display:flex;
    font-size: 15px;
    padding: 12px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration:none;
}
#child_mon_compte > a:hover{
    color:#325881;
}

.input_rech_blc{
    padding: 5px 5px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
/* .header_part a:hover{
    color:#325881;
} */

#child_mon_compte > a > .left_link_img{
    flex-basis: 20%;
}
#child_mon_compte > a > .item-menu{
    flex-basis: 80%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration:none;
    font-size: 13px;
}
a#lien_mon_compte::before{
    height:0px;
}
#mon_compte:hover #lien_mon_compte > .svg-inline--fa{
    color:#476e9e;
}
#info_dev{
    position: fixed;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    padding: 5px;
    max-width: 250px;
    z-index: 999999999;
    left: 15px;
    bottom: 15px;
    color: orange;
}
#info_beta{
    background: #325881;
    color: #fff;
    text-align: center;
    padding: 10px;
}
#info_beta a{
    color: #fff;
    text-decoration: underline;
}
.icon_data {
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px;
}
.icon_data > i {
    font-size: 25px;
    color: #325881;
}
.photo_account > img{
    width:100%;
}

.item-result-competence{
    align-items: flex-start;
} 

.item-competence{
    margin-bottom: 5px;
}

.item-competence > svg{
    margin-right: 5px;
}

.item-result-identite{
    align-items: center;
    justify-content: space-around;
}
.item-result-identite > .div-rounded{
    display: flex;
    justify-content: space-around;
}
.item-result-identite > .col-r-75{
    /* padding-left: 10px; */
}
.item-result-identite > .oto_back > ul{
    padding: 15px;
}
.item-result-identite > .oto_back > ul > li{
    /* padding-bottom:15px; */
}
.acc-adress{
    align-items: center;
}
.lab_desc_pay{
    background: aliceblue;
    padding: 5px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lab_desc_pay h1{
    font-size: 15px;
}

.lab_desc_pay_total h2{
    font-size: 14px;
}

.lab_desc_pay_total i{
    font-size: 9px;
}
.acc-hn.title_taf{
    cursor: pointer;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}

.lab_choix_pay{
    display: grid;
    justify-content: center;
    text-align: center;
}

.lab_choix_pay .close{
    background: #fff;
    color: #325881;
}

#pay_coupon{
    height: 0px;
    transition: all ease-in-out 1s;
    overflow: hidden;
    text-align: center;
}
input#coupon{
    text-align: center;
}
.icon_budget{
    position: absolute;
    color: #000;
    margin-top: 42px;
    right: 33px;
}
.lab_desc_pay > div p{
    border-top: 1px solid lightgray;
    padding: 5px;
    margin: 0;
    font-size: 11px;
    text-align: center;
}
.see_profile > a{
    text-align:center;
    color:#fff;
    width: 100%;
}

.item-competence > svg{
    color: #325881;
}

.badge_user{
    background: #325881;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
}
.item-id-profil, .item-id-profil > .acc-adress, .item-id-profil > .acc-adress > div{
    justify-content: flex-end;
}

.item-id-profil > .acc-adress > .flex-start{
    width: auto; 
    text-align: right;
}

.item-id-profil > .acc-adress > .icon_data{
    margin-right: 5px;
}
.lien_fiche{
    min-width: 280px;
}
.lien_fiche hr{
    color: #3258813a;
}
.container_lien_fiche{
    max-height: 89vh;
    overflow-y: scroll;
    justify-content: center;
}
#container-map-search{
    /* right:0;
    position: fixed;
    width: calc(50% - 20px); */
}
.lien_fiche:hover > div > div{
    background:rgba(255,255,255,.9);
}

.lien_fiche > div > div:active{
    top:1px;
    position: relative;
}

a[href='/messagerie'] span.item-menu{
    display: inline-flex;
}

a span.active, a.active {
    color: #325881;
    font-weight: bold;
}

span.link-3.active {
    font-weight: bold;
    background-color: #325881;
    color: #fff;
    padding:15px 10px;
    border-radius: 5px;
}

.count{
    color: #fff;
    background-color: #dc3545 !important;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    position: relative;
    margin-top: -3px;
    margin-left: 1px;
    text-align: center;
    white-space: nowrap;
}

#overlay {
    position: fixed; 
    display: none; 
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
    cursor: pointer;
}

.not-mobile{
    display: flex !important;
}
.yes-mobile{
    display: none !important;
}
.link-3 {
    transition: 0.4s;
    color: #325881;
    text-decoration: none;
  }
.link-3:hover {
    background-color: #325881;
    color: #fff;
    padding:15px 10px;
    border-radius: 5px;
}
.step_form_insc{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100vh;
}

#theFormRealisation{
    width: 100%;
}

.blue_side{
    color:#fff;
    flex-basis: 25%;
    background-color: #325881;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height:100%;
}

.sep_bs{
    height:110px;
    width: 2px;
    border-left: 4px solid;
    border-radius: 10px;
}
.round_bs span{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#325881;
    font-weight: bold;
}

.bs_container{
    width: 100%;
}
.round_bs{
    margin-left: 15px;
}
.bs_text{
    width: 200px;
    text-transform: uppercase;
    padding: 15px;
    font-size: 14px;
}
.blue_side div{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bs_title{
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 170px;
    text-align: center;
}

.dropdown_menu{
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* display: none; */
}

.dropdown:hover .dropdown_menu--animated{
    display: block;
}

.dropdown_menu-6{
  animation: growDown 300ms ease-in-out forwards;
}

.dropdown_menu li{
    padding: 10px 20px;
    font-size: 13px;
    /* opacity: 0; */
}

.dropdown_menu a:last-child li{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
}

.dropdown_menu li:hover{
    background-color: #325881;
    color:#fff;
}
.dropdown_menu a:hover li{
    color:#fff;
}
.dropdown:hover .dropdown_menu li{
    display: block;
    opacity: 1;
}

.dropdown_menu a li i{
    font-size: 12px;
}
.nav_mobile_espace{
    display: none;
}
#lanavheader_part_mobile{
    display: none;
}
#center_modal{
    background: #fff;
    padding: 5%;
    border-radius: 5px;
    width: 35%;
}
.container_lien_fiche .flex-col-rounded{
    height: 260px;
}

/* Menu compta */
#main_menu_compta_top, #menu_compta_actions_header{
    display: flex;
    background: #fff;
}
#menu_compta_actions_header{
    background: aliceblue;
    margin-top: 10px;
}
#menu_compta_actions_header a{
    padding: 10px 35px;
}
#menu_compta_actions_header a:hover{
    color:#325881;
}
#main_menu_compta_top a{
    text-decoration: none;
    padding: 10px 35px;
    border: 1px solid #325881;
    border-radius: 5px;
    margin-right: 15px;
    font-weight: bold;
}
#main_menu_compta_top a.active_menu_compta{
    background-color: #325881;
    color:#fff;
}
#main_menu_compta_top a.active_menu_compta .un_menu_compta_header{
    color: #fff;
}
.un_menu_compta_header{
    color: #325881;
    font-size: 16px;
}

.alert {
    padding: 25px 20px 20px 20px;
    background-color: #c4e3f3;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #325881;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .alert p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .alert .close {
    color: #000;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 20px;
    line-height: 1;
    text-shadow: none;
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
@media (max-width : 1324px){
    #header_logo{
        display: none;
    }
    #header_logo_mobile{
        display: block;
    }
    .not-mobile{
        display: none !important;
    }
    .yes-mobile{
        display: flex !important;
    }
    .count{
        position: relative;
        left: 5px;
    }
    #child_mon_compte > a{
        padding: 5px 10px;
    }
    .left_link_img > .svg-inline--fa{
        padding: 8px;
        width: 30px;
        height: 30px;
    }
    .photo_account {
        width: auto;
    }
    .mtaf-container > .oto_button {
        width: 47%;
        margin-top: 8px;
    }
}

@media (max-width : 1200px){
    #content_recherche{
        min-width: 345px;
    }
}

@media (max-width : 1024px){
    main{
        min-height: 740px;
        height: 100%;
    }
    .jc_container{
        margin:0px;
    }
    .je_cherche_input_class{
        margin: 10px 0px 10px 0px;
        width: 100%;
    }
    .home_collaborations_liste{
        margin-top: 0px;
    }
    #img_back{
        background-attachment: scroll;
        padding: 15px 10px;
        min-height: 100vh;
    }
    nav.header_part{
        width: 100%;
    }
    #depot_taf{
        margin-top: 5%;
    }
    .je_cherche_titre, #depot_taf > .je_cherche_titre {
        background: rgba(255,255,255,.8) 0% 0% no-repeat padding-box;
        max-width: 490px;
    }
    .blue_back{
        min-height: auto;
        padding: 0px;
    }
    #conn_insc_container{
        margin-top:0px;
        align-items:center;
    }
    .conn_insc{
        /* height:90%; */
        width: 70%;
        max-width:none;
        background:rgba(255,255,255,.7) 0% 0% no-repeat padding-box;
        margin:5px;
    }
   
    #center_modal{
        width: 80%;
    }
    .btn-form, .input-form, .btn-submit{
        font-size:12px;
    }
    .conn_insc > h1, 
    .conn_insc > h2, 
    .conn_insc > h3{
        font-size:25px;
    }
    .span_social{
        font-size:12px;
    }
    #depot_taf{
        max-width: 100%;
    }
    #depot_taf > .je_cherche_titre{
        min-width: auto;
        width: 100%;
    }
    .home_collaborations{
        position: relative;
    }
    .home_collab_photo {
        min-width: 100%;
        height: auto;
        overflow: hidden;
    }
    .footer_part{
        flex-basis: 50%;
        padding: 9px 5%;
    }
    .footer_part_logo {
        flex-direction: row;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-basis: 100%;
    }
    #content_recherche{
        min-width: 400px;
    }
    #lanavheader_part{
        display: none;
    }
    #lien_mon_compte{
        display: none;
    }
    #child_mon_compte{
        width: auto;
        position: relative;
        border-radius: 0px;
        box-shadow: none;
    }
    #lanavheader_part_mobile{
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
        /* display: flex; */
        flex-direction: row;
        justify-content: space-between;
    }
    #lanavheader_part_mobile > nav > a{
        padding: 15px 20px;
        font-size: 15px;
        margin: 0px;
    }
    #lanavheader_part_mobile > nav > a:hover{
        background-color: #325881;
        color:#fff;
    }
    .nav_mobile_espace{
        display: block;
        text-align: center;
    }
    #nav_mobile{
        font-size: 25px;
        background: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 60%;
        align-items: center;
    }
    #closeMenu{
        font-size: 45px;
    }
    #closeMenu svg{
        color: #fff;
        margin-right: 15px;
    }
    #closeMenu svg:hover{
        color: #355881;
    }
}

@media (max-width : 768px){
    #title_carte span{
        width: 100%;
    }
    #theFormRegisterParticular{
        display: none;
    }
    #theFormRegisterCompany{
        display: none;
    }
    #nom_insc .col-80-r{
        flex-basis: 80%;
    }
    #nom_insc .col-5-r{
        flex-basis: 20%;
    }
    .gotoregistermobile{
        display: block;
        margin-bottom: 5%;
    }
    .photo_account {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .photo_account > img{
        left: 10%;
        width:40px;
    }
    .item-id-profil h2{
        font-size: 10px;
        white-space: nowrap;
    }
    .item-result-identite span, .item-result-identite a{
        font-size: 12px;
    }
    .item-result-identite .col-r-25{
        flex-basis: 25%;
    }
    .item-result-identite .col-r-75{
        flex-basis: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .item-id-profil, .item-id-profil > .acc-adress, .item-id-profil > .acc-adress > div{
        justify-content: center;
    }
    .container_lien_fiche .flex-col-rounded{
        height: auto;
    }
    #result_oto{
        height: auto;
    }
    .add-local.localisation {
        font-size: 12px;
        word-wrap: break-word;
        white-space: nowrap;
        overflow: hidden;
    }
    .conn_insc{
        width: 100%;
        min-width: auto;
    }
    .lien_fiche {
        min-width: auto;
        flex-basis: 50%;
        height: auto;
        overflow: hidden;
    }
    .item-competence{
        font-size: 10px;
    }
    .item-result-identite{
        padding: 5px!important;
    }
    .item-result-identite.goto-ototaffeur{
        background: #355881;
    }
    .lien_fiche hr{
        display: none;
    }
    .item-result-competence{
        cursor: pointer;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .item-result-competence ul{
        width: 100%;
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        padding: 0px 20px;
    }
    .item-result-competence{
        padding: 5px;
    }
    .item-competence{
        margin-right: 5px;
    }
    #map{
        min-height: 30vh;
    }
    #content_recherche{
        min-width: 1px;
    }
    .voir-btn {
        margin: auto; 
        padding: 5px 20px;
    }
}
@media (max-width : 450px) {
    .lien_fiche {
        flex-basis: 100%;
    }
    .item-result-identite {
        flex-basis: 50%;
    }
    .photo_account {
        margin-bottom: 0;
    }
    #moteur_recherche{
        width:90%;
    }
}

@media (max-width : 378px){
    header:not(#header){
        justify-content: space-around;
    }
    #header_logo_mobile{
        margin: 10px 0px;
    }
    #content_recherche{
        display: none;
    }
    .nav_mobile_espace.icon-nav_mobile{
        margin-left: 20px;
    }
}



