@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);

html{
    min-height: 100%;
}

body {
    margin : 0px 0px;
    padding : 0px;
    font-family: 'Roboto';
    font-weight: 300;
    min-height: 100%;
    font-size : 14px;
    position:relative;
}

a{
    padding : 0 0;
    margin : 0 0;
    text-decoration: none;
    color :inherit ;

}

input[type="submit"]{
    -webkit-appearance: none;
}

input[type="button"]{
    -webkit-appearance: none;
}

input[type="text"]{
    border : 1px solid #a0a0a0;
    -webkit-appearance: none;
}

input[type="tel"]{
    border : 1px solid #a0a0a0;
    -webkit-appearance: none;
}

input[type="date"]{
    border : 1px solid #a0a0a0;
    background : #fff;
    -webkit-appearance: none;
}

.dateclass{
    width:100%;
}

.dateclass.placeholderclass::before{
    width:100%;
    content:attr(placeholder);
    color : gray;
    background-color:#FFFFFF;
}

.dateclass.placeholderclass:hover::before{
    width:0%;
    content:"";
}

input[type="password"]{
    border : 1px solid #a0a0a0;
    -webkit-appearance: none;
}

textarea{
    border : 1px solid #a0a0a0;
    -webkit-appearance: none;
}

.wrapper-AC{
    position:relative;
}

.inputAC{
    height: 18px;
    text-align: left;
    font-size: 14px;
    width: 192px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-left: 4px;}

.err-AC{
    /*        padding-left: 2px;*/
    width : 100%;
    height: 20px;
    position: absolute;
    border: solid red;
    border-width: 0px 1px 1px 1px;
    background: #ffebec;
    display:none;
}

.loading-AC{
    width: 100%;
    height: 20px;
    position: absolute;
    padding-left: 2px;
    border: solid;
    border-width: 0px 1px 1px 1px;
    background: #DEDEDE;
    display:none;
    z-index : 1;
}

.loading-AC-content{
    display:flex;
    justify-content: space-around;
    align-items: flex-start;
    height:100%;
}

.loading-AC-ico{
    height:20px;
}

.loader-AC{
    width: 100%;
    position: absolute;
}

.loader-AC ul{
    width : 100%;
    height:auto;
    max-height:300px;
}

.loader-AC .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { /* couleur du hover */
    background: none !important;
    background-color: #DEDEDE !important;
    color : #000 !important;
    transition : background-color 0.2s;
    border : solid #DEDEDE !important;
    border-width: 1px 1px 1px 1px !important; 
}


.loader-AC .ui-menu .ui-menu-item{
    list-style-image: none;
    padding : 0px;
    /*    border-bottom : solid 1px #c8c8c8;*/
}

.ui-datepicker-prev,.ui-datepicker-next{
    display:none;
}


/* AC -general */



/* AC - standard */
.AC-item{
    margin:0px;
    padding:0px;
    font-weight:300;
    font-size:13px;
    height:80px;
    width:100%;
}

.AC-item .AC-item-content{
    display:flex;
    border-top:1px solid #c8c8c8;
    height:100%;
    justify-content: space-around;
    padding: 0 2%;
}

.AC-item .AC-item-content-flag{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    min-width:20px;
    /*border : 1px solid green;*/

}

.AC-item .AC-item-content-body{
    width: 100%;
    /* border: 1px solid red; */
    height: 80px;
    margin: 0 2% 0 4%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.AC-item .AC-item-content-body p{
    margin : 0;
    padding : 0;
}

.AC-item .AC-item-content-body .highlight{
    margin-bottom : 2%;
    font-weight:700;
}

.AC-item .AC-item-content-type{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
    /*border : 1px solid blue;*/
}

/* AC - light*/
.AC-item-light{
    margin:0px;
    padding:0px;
    font-weight:300;
    font-size:13px;
    height:30px;
    width:100%;
}

.AC-item-light .AC-item-content{
    display:flex;
    border-top:1px solid #c8c8c8;
    height:100%;
}

.AC-item-light .AC-item-content-flag{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    width:30px;

}

.AC-item-light .AC-item-content-body{
    /*width:100%;*/
    flex-grow: 10;
    height:30px;
    display:flex;
    align-items: center;
}

.AC-item-light .AC-item-content-body p{
    margin : 0;
    padding : 0;
}

.AC-item-light .AC-item-content-body .highlight{
    margin : 4px 0;
    font-weight:400;
}

/* AC - large*/
.AC-item-large{
    margin:0px;
    padding:0px;
    font-weight:300;
    font-size:13px;
    height:100px;
    width:100%;
}

.AC-item-large .AC-item-content{
    display:flex;
    border-top:1px solid #c8c8c8;
    height:100%;
}

.AC-item-large .AC-item-content-flag{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    width:30px;

}

.AC-item-large .AC-item-content-body{
    /*width:100%;*/
    flex-grow: 10;
    height:100px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.AC-item-large .AC-item-content-body p{
    margin : 0;
    padding : 0;
}

.AC-item-large .AC-item-content-body .highlight{
    margin : 4px 0;
    font-weight:700;
}


.inputPeriode{
    width : 105px !important ;
}

.ORR{
    position:absolute;
    left : -9999px;
}

select::-ms-expand {
    display: none;
}

select {
    /*    -webkit-appearance:none;*/
    background-color : #FFF; 
    -moz-appearance:none;
}

select{
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../../../common/images/selectArrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: 14px;
    /*   margin: 20px;*/
    overflow: hidden;
    padding: 0px 33px 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

select option{
    font-weight: 300;
    background-color:#FFF
}

.inputStylise{
    position: absolute;
    left: -9999px;
}

#fullscreen{
    /*    position:fixed;
        height:100%;
        width:100%;
    overflow-y: scroll;
        overflow-x: hidden;
    */    
}

.displayAnnonceHidden{
    display : none;
}

.desktopOnly{
    display : block !important;
}

.mobileOnly{
    display : none !important;
}

.animated-color{
    transition: color 0.5s;
}

.posRel{
    position:relative;
}

.btnRedirection{
    text-decoration: none;
}

#contenuPage{
    height:100%;
    width:100%;    display : flex;
    justify-content:  center;
    min-height: 100%; 
    background-size: 100% auto;
}

#corp {
    /*    top : 2px;
        bottom : 2px;*/
    height: 100%;
    position: relative;
    width: 1000px;
    min-width: 790px;
    max-width : 1000px;
    /*    transition: height 1s;*/
}

#headerIndex {
    font-size: 18px;
    display: flex;
    position: relative;
    padding: 0px 2%;
    justify-content: space-between;
    align-items: flex-end;
    height: 45px;
}

.btn-menu-banner{
    display:flex;
    flex-grow: 1;
    font-weight: 400;
    align-items: flex-end;
}

.ico-menu-banner-item{
    margin-right: 3px;
}

.banner-center{
    display:flex;
    flex:3.5;
}

.btn-menu-banner-CS{
    display:flex;
    flex-grow: 0.1;
    font-weight: 400;
    align-items: baseline;
    justify-content: flex-end;
    flex : 2;
    height : 36px;
}

.menu-banner-separator{
    padding:8px 12px;
}

.btn-menu-banner-item{
    padding : 7px 4px 5px 4px;
    cursor : pointer;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #DEDEDE;
/*    width:100%;*/
    text-align:center;
    font-weight: 300;
    font-size:15px;
}

.btn-menu-banner-item-logged{
    position: relative;
    display:flex;
    padding : 8px 4px;
    cursor : pointer;
}

.btn-menu-banner a{
    width : 100%
}

.logged-item{
    transition : all 0.2s;
}

#logged-dc{
    position:absolute;
    left:0;
    opacity:0;
}

.btn-menu-banner-item-logged-ico{
    margin-left: 8px;
}

.btn-menu-banner-item-selected{
/*    border-radius : 4px;*/
    padding : 10px 4px 8px 4px;
    border : none;
}

.btn-menu-banner-language{
    position:relative;
    display:flex;
    font-weight: 400;
    align-items: center;
    justify-content: flex-end;
    cursor:pointer;
}

.arrow-menu-language{
    margin : 0 0 0 3px
}

.language-chooser{
    position: absolute;
    top: 30px;
    left: -5px;
    opacity:0;
    transition:all 0.2s;
    z-index: -1;
}

.language-chooser ul{
    list-style-type: none;
    margin: 0 ;
    padding: 0 5px;
    background : #FFF;
    border : 1px solid #DEDEDE;
}

/*.language-chooser li:hover{
    background : #DEDEDE;
}*/


.langage-chooser-extended{
    opacity:1;
    z-index: 50;
}

.menu-banner-btn-CS{
    display:flex;
    align-items: center;
    cursor: pointer;
    width: 115px;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    padding: 1px 8px;
/*    border-radius: 4px;*/
    justify-content: center;
}

.spin-ico{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


.menu-banner-btn-CS-ico{
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition:         transform .5s ease-in-out;
    font-size:23px;
    margin:3px 12px 3px 0px;
}

.CS-menu-hover:hover{
    opacity : 0.7;
}

.ico-menu-div-language{
    height:24px;
}

.ico-menu-language{
    height:100%;
}

#logo{
    width: 15%;
    min-width: 0%;
    height: 100%;
    margin: 0 15px 0 0px;
    flex:2;
}

#imgLogo{
    height: 100%;
}

#logo:hover{
    cursor: pointer;
}

.footerWrap{
    height:30px;
}

.footerWrapAdapt{
/*    display : flex;
    background-color: #333;*/
    /*    padding : 1% 2%;*/
    justify-content : space-around;
    align-items : center;
    position:absolute;
    bottom : 0;
    width : 100%;
}

.footerWrapMobile{
    position:fixed;
    bottom:0;
    width:100%;
    height: 75px;
}

.powered-by-softy{
    font-size:11px;
    text-align: right;
    margin: 1px 2px;
}

.footer{
    display : flex;
/*    padding : 1% 2%;*/
    justify-content : space-around;
    align-items : center;
/*    width: 96%;*/
}

.footerRSdiv{
    width : 50%;
}

#banner{
    position : fixed;
    top: 0;
    display : block;
    width : 1000px;
    z-index: 50;
}

#bannerTel{
    display : none;
}

#placeholderMobile{
    display:none;
    height: 120px;
}

#placeholder{
    visibility:hidden;
    display : block;
    height : 48px;
}

#content{
    overflow : auto;
    margin : 0px;
    padding : 0px;
    height:98%;
}

.placeholderPDP{
    height: 100px;
}

.containerTxtContent{
    margin:2% 2%;
    font-size:18px;
    text-align: justify;
    height: 85%;
}

.divBtnCGU{
    display: flex;
    justify-content: center;
}

.IcoHoverModify{
    cursor : pointer;
}

.home-spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.home-spinner > div {
/*  background-color: #333;*/
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.home-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.home-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.home-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.home-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
#homeFiltreDesk{
    display : block;
}

#homeFiltreTel{
    display : none;
}

#footerContact{
    display : flex;
    color : #FFF;
}

.footerTxt{
    display: flex;
    justify-content: space-around;
    width: 30%;
}

#footerRS{
    display : flex;
    flex-direction: row;
    color : #FFF;
    justify-content:flex-start;
    margin : auto 0;
    width : 130px;
}

.footerTitle{
    color : #FFF;
    font-weight: 300;
    margin : auto 10%;
    font-size:12px;
}

#footerRS a{
/*    padding:2px 0;*/
}

.footerRSIndiv{
    width : 30px;
    height : 30px;
    background-repeat: no-repeat;
    background-size : cover;
    margin: 0 1%;
}

.footerRSIndiv:hover{
    opacity : 0.7;
}

.containerRS{
    display : flex;
    width : 30%;
}

.icoRS{
    width :26px;
    height:26px;
    padding : 0 5px 0 0;
    position: relative;
    top: 2px;}

.icoRS:hover{
    opacity: 0.75;
    opacity : 0.7;

}

/*popup suivi*/

.popupSuiviOpt{
    margin : 2% 2%;
    height : 300px
}

.popupSuiviCSconfirm{
    display : flex;
    flex-direction:column ;
    justify-content:center;
    margin : 2% 2%;
}

.popupSuiviCSconfirmLabel{
    margin : auto auto
}

.popupSuiviWrapperCC{
    display : flex;
    flex-direction:column ;
    justify-content:center;
    margin : 2% 2%;
}

.popupSuiviDisplayNomAnnonce{
    font-size:18px;
    text-align : center;
    margin : auto;
}

.popupSuiviDisplayCC{
    margin-top : 2%;
    margin-left : auto;
    margin-right : auto;
    width:300px
}

.popupSuiviDisplayIndivCC{
    display : flex;
    margin : 2% 0 0 5%;
    justify-content:space-between
}

.popupSuiviWarningWrapper{
    background-color:#FFF;
    width:100%;
    height:40px;
    border:1px solid #FA7D7D;
    display:flex;
    align-items:center;
}

.popupSuiviWarningDisplay{
    width:100%;
}

.popupSuiviWarningImg{
    height:20px;
    margin:0 2%;
}

/* -- */


.icoSuivi{
    /*background-image: url(/images/buttons/add.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    width : 16px;
    height : 16px;
}

.itemSuivi{
    display : flex;
    margin : 2% 3% 0 3%;
    justify-content:space-between
}

.suiviMobWarning{
    margin-top: 10px;
    max-width:100%;
    text-align: center;
}

.suiviMobWarning:hover{
    text-decoration: underline; 
    cursor : pointer;
}

.icoSuiviMobWarning{
    height: 14px;
    margin-right: 2%;
}

.icoBanner{
    width : 15px;
    height : 15px;
}

.cadreSuiviAvancement{
    margin: 2% auto;
    width: 50%;
    border: solid 1px #DDD;
    text-align: center;
    padding: 2%;
}

.icoQMSuivi{
    width : 20px;
    height : 20px;
}

.loading-Btn-CTregen{
    opacity:0.2;
    cursor:wait;
    display:block;
}

.btn-regen-CT{
    border: none;
    text-decoration: none;
    background: #5accf2;
    padding: 4px 5px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
    width: 135px;
    white-space: normal;
    cursor:pointer;
}

.btn-regen-CT:hover{
    opacity:0.8;
}

.wrapper-RegenCT{
    display:flex;
    justify-content:flex-end;
    margin:0 0 3% 0;
    text-align:left;
}

.divPerm{
    display : flex;
    margin-bottom: 2%;
    align-items:center;
}

.displayBtnCTRecup{
    width:350px;
    height:80px;
    position:relative;
    left:0px;
    display:flex;
    align-items:center
}

.txt-RegenCT{
    margin: 0 9%;
    font-size:14px;
    font-weight:500
}

.wrapper-btn-RegenCT{
    margin : 0 5%;
}

.ico-btn-addModule{

}

.linkContact{
    text-decoration: none;
    color : #FFF;
    font-weight: 300;
    cursor : pointer;
    font-size:12px;
}

.linkContact:hover{
    text-decoration: underline;
    color : #FFF;

}

.mobBtnMoins{
    width:21px;
    margin-left:5px;
}

.mobBtnMoins:hover{
    opacity : 0.4;
    cursor : pointer;
}

.CGUInscription{
    display : flex;
    align-items: baseline;
}

.btn-con{
    border : none;
    text-decoration: none;
    background: none;
    font-size: 14px;
    color : #333;
    text-transform: uppercase;
    outline : none;
}

.btn-con:hover{
    text-decoration: underline;
    cursor : pointer;
}

.btn-deco{
    border : none;
    text-decoration: none;
    background: none;
    font-size: 13px;
    color : #000;
    padding : 0 0; 
}

/* TUILES */

.wrapperTuile{
    display:flex;
    justify-content:space-around;
    margin-bottom:2%;
}

.JPTuile{
    font-size:20px;
}

.containerOffreTuile{
    transition: max-height 0.5s;
    width: 30%;
    max-height: 500px;
    border: 1px solid #DDD;
    border-radius: 2px 2px 0 0;
/*    box-shadow: 3px 3px 2px 0px #DDD;*/
    box-shadow: 0 0 2em #CACACA;
    position: relative;
    text-align: left;
    margin: 10px 1%;
    /* flex: 1; */}

.annonce-nrp{
    border-color: rgb(128,128,128) !important;
}

.annonce-ecrp{
    border-color: rgb(236,181,62) !important;
}

.annonce-rp{
    border-color: rgb(9,173,126) !important;
}

.annonce-nrp-bg{
    background: rgb(128,128,128);
}

.annonce-ecrp-bg{
    background: rgb(236,181,62) !important;
}

.annonce-rp-bg{
    background: rgb(9,173,126) !important;
}

.annonce-nrp-t{
    color: rgb(128,128,128) !important;
}

.annonce-ecrp-t{
    color: rgb(236,181,62) !important;
}

.annonce-rp-t{
    color: rgb(9,173,126) !important;
}


.headerTuile{
    min-height:50px;
    width:100%;
    border-radius:2px 2px 0 0;
    display:flex;
    align-items:center;
    position : relative;
}

.icoAPostule{
    position: absolute;
    top: 5px;
    left: 5px;
    color : #FFF;
}

.icoAPostule-ligne{
    margin-right: 5px;
}

.JPTuile{
    width:100%;
    text-align:center;
    font-size:18px;
    color:#FFF;
    text-align: center;
    padding:2%;
    font-weight: 300;
}

.corpLocTuile{
    display: flex;
    margin:5%;
}

.containerImgTuile{
    width : auto;
    margin-right:15px;
}

.imgTuile{
    width : 80px;
    height:auto;
    border: solid 1px #DDD
}

.CNTuile{
    width:100%;
    margin-left: 5px;
    margin-bottom: 10px;
}

.PeriodeMultiInput{
    width : 75%;
    display: flex;
    align-items: baseline;
}

.multiInputObjet{
    display: flex;
    margin-bottom: 8px;
}

.fullCorpsTuile{

}

.geoLocImgListe ul{
    padding:0px;
    margin:0px;
    list-style:none;
}

.geoLocImgListe li{
    width:150px;
}

.geoLocNoImgListe{
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.resumeAnnonceTuile{
    text-align: left;
    margin : 0 15px 15px 15px;
    color: #a0a0a0;
    font-style: italic;
    position:relative;
    height:75px;
}

.footerTuile{
    height:30px;
    position:absolute;
    bottom:0px; 
    display: flex;
    align-items: flex-start;
    margin: 0 15px;
}

.footerPH{
    height : 30px;
}

.containerOffreTuile:hover{
    cursor:pointer;
}

/* - */

.btn-deco:hover{
    text-decoration: underline;
    cursor : pointer;
}

.btn-supp-compte{
    text-align: right;
}

.lienSuppCompte:hover{
    text-decoration: underline;
    cursor : pointer;
}

.lienSuppCompte{
    width : 100%;
    font-weight: 500;
    color:#ff6666;
    /*    color :#a0a0a0;*/
}

.btn-CS-suivi{
    border: none;
    text-decoration: none;
    background: #5accf2;
    padding: 4px 9px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
}

.btn-CS-suivi:hover{
    opacity: 0.75;
    cursor : pointer;
}

.btn-CS-up{
    border: none;
    text-decoration: none;
    background: #5accf2;
    padding: 4px 5px;
    height: 23px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
}

.btn-CS-up:hover{
    opacity: 0.75;
    cursor : pointer;
}

.btn-CS{
    border : none;
    text-decoration: none;
    /*    background: #5accf2;*/
    padding: 1px 20px;
    height : 30px;
    text-align: center;
    font-size: 14px;
    /*    color : #FFF;*/
    border-radius: 2px;
    width : 150px;
}

.CS-disabled{
    background : rgb(9,173,126);
    color : #FFF;
    /*    border :1px solid #c8c8c8;*/
}


.alterTypeProfil{
    margin-left:2%;
    width:75%;
    cursor:pointer;
    margin-bottom: 2%;
}

.alterTypeProfil:hover{
    text-decoration: underline;

}

.alterTypeProfil2{
    margin-left: 2%;
    margin-top: 2%;
}


.alterTypeProfil2:hover{
    text-decoration: underline;
    cursor: pointer;
}

.showManuelAdr{
    display:none !important;
}

.btn-valider-profil{
    border : none;
    text-decoration: none;
    background: #5accf2;
    padding: 1px 34px;
    height : 30px;
    text-align: center;
    font-size: 14px;
    color : #FFF;
    border-radius: 4px;
}

.btn-parsing-profil{
    border : none;
    text-decoration: none;
    padding: 1px 34px;
    height : 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.btn-parsing-profil:hover{
    opacity: 0.75;
    cursor : pointer;
}

.btn-valider-profil:hover{
    opacity: 0.75;
    cursor : pointer;
}

.divCACTLF{
    display:flex;
    flex-direction : column;
    text-align: center;
    margin-bottom:15px;
}

.JREmobSelectReg{
    display:flex;
    flex-direction : column;
    align-items: center
}

.btn-CS-search{
    border : none;
    text-decoration: none;
    /*    background: #5accf2;*/
    padding: 1px 5px;
    height : 30px;
    text-align: center;
    font-size: 14px;
    /*    color : #FFF;*/
}

.btn-CS:hover{
    opacity: 0.75;
    cursor : pointer;

}

.btn-CS:disabled{
    display:none;
}

.btn-proC{
    border: none;
    text-decoration: none;
    background: #5accf2;
    padding: 1px 20px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
    width: 100%;
}

.btn-proC:hover{
    opacity: 0.75;
    cursor : pointer;

}

.btn-proC:disabled{
    background-color: gray;
    cursor:not-allowed;
}


.btn-CS-popup{
    border: none;
    text-decoration: none;
    background: #5accf2;
    padding: 1px 10px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
    width: 150px;

}

.btn-CS-popup:hover{
    opacity: 0.75;
    cursor : pointer;

}

.btn-voirOffre{
    padding : 1px 4px;
    display : block;
}

.btn-voirOffreTel{
    display : none;
} 

.btn-voirPlus{
    background: none;
    border : none;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    /*    color : #5accf2;*/
    outline : none;
}

.btn-voirPlus:hover{
    text-decoration: underline;
    /*    color : #5accf2;*/
    cursor : pointer;
}

.btn-link{
    background: none;
    border : none;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color : #5accf2;
    cursor:pointer;
}

.btn-link:hover{
    text-decoration: underline;
}

.containerMultiBtn{
    display: flex;
    width: 80%;
    margin: auto;
}

.containerMultiBtnRedirection{
    display: flex;
    width: 80%;
    margin: auto;
    align-items: baseline;
    justify-content: space-around;
}

#subHeader{
    height : 115px;
    background-color: #DDD;
/*    background-size: auto 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    /*filter: brightness(50%);*/
}
/*
#subHeader:before {
    background-color: #000;
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    top: 77px;
    right: 0;
    left: 0;
    background: hsla(0,0%,0%,0.3);
    height: 131px;   
}
*/

#subHeaderTop {
    position: absolute;
    top: 50px;
    padding: 2% 0 0 3%;
    font-size: 22px;
    color : #FFF; 
    text-transform: uppercase;
}

#subHeaderBot{
    position: absolute;
    top: 110px;
    font-size: 24px;
    color : #FFF;  
    font-weight: bold;
    opacity: 1;
    padding-left : 3%;
    text-transform: uppercase;
}

#subHeaderTopAnnonce{
    /*    position: absolute;
        top: 80px;
        padding: 2% 0 0 3%;
        font-size: 24px;
        color : #FFF; 
        text-transform: uppercase;
        font-weight: bold;*/
    display:flex;
    flex-direction: column;
    height:80px;
    justify-content: space-between;
    position: absolute;
    top: 50px;
    padding: 1% 1% 0 3%;
}

.subheader-job-position{
    font-weight: bold;
    font-size:24px;
    text-transform: uppercase;
    color:#FFF;
    flex:2
}

.subheader-code-ROM{
    font-weight: 300;
    font-size:14px;
    flex:1;
}

.subheader-date-annonce{
    font-weight: 300;
    font-size:15px;
    flex:1;
}

#subHeaderBotAnnonce{
    position: absolute;
    top: 150px;
    font-size: 18px;
    color : #FFF;  
    opacity: 1;
    padding :2% 1% 0 3%;
}

#subheaderComplementAnnonce{
    position: absolute;
    top: 130px;
    margin-left: 2%;
    color : #FFF;  
    padding :0% 1% 0 1%;   
}

.CAVisible{
    transition: height 0.2s;
}

.divIcoVoirPlus{
    margin : auto;
    align-content: center;
    cursor: pointer;
    height:90px;
    font-size:70px;
    transition: color 0.2s;
}

.plusdAnnonce{
    display : flex;
    height: 70px;
    margin-bottom : 2%;
}

#subHeaderTopProfil{
    position: absolute;
    top: 50px;
    padding: 2% 0 5% 3%;
    font-size: 22px;
    color : #FFF; 
    text-transform: uppercase;

}

#subHeaderBotProfil{
    position: absolute;
    top: 150px;
    display : flex;
    font-size: 20px;
    color : #FFF;  
    padding-left : 3%;
    bottom : 0;
    height: 40px;
}

.filtreTitre{
    font-size : 22px;
    padding : 2% 0 2% 0;
}

#filtre-body{
    display:flex;
    width:100%;
    height: 80px;
    justify-content: space-between;
}

.filtre-body-v2{
    display:flex;
    margin : 15px 0;
}

.filtre-body-v2-part{
    flex-grow: 3;
    margin : 0 2% 0 0;
    /*        width : 100%*/
}

.filtre-body-v2-part-btn{
    flex-grow: 1;
    display:flex;
    align-items: flex-end;
    /*        width : 100%*/

}

.filtre-cluster-1{
    display: -webkit-flex;
    display :flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right:1%;
}

.filtre-cluster-2{
    flex: 1;
    display:flex;
    flex-direction: column;
    margin-left:1%;
}

.filtre-cluster-2-wrapper{
    flex:1;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.end-filtre-wrapper{
    flex: 1;
    display:flex;
}

.MC-filtre{
    /*    flex:1;*/
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-filtre{
    flex:1;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

#homeFiltre{
    line-height: 10px;
    display : flex;
    flex-wrap:wrap;
    justify-content : space-between;
    align-items : center;
}

.divFiltre{
    margin: 0% 0% 2% 0;
    height : 25px;
    text-align: left;
    font-size: 14px;
}

.filtreText{
    height : 25px;
    text-align: left;
    font-size: 14px;
    width : 180px;
    padding-left: 4px;
}

.filtreSelect{
    height : 30px;
    text-align: left;
    font-size: 14px;
    width : 184px;
}

.filtre-item-dropdown{
    width : 100%;
}

.filtre-item-dropdown-btn{
    width: 100%;
    text-align: left;
}

.dimension-btn-filtrer{
    height: 34px;
    width: 100%;
    max-width : 150px;
    min-width:100px;
}

.input-text-filtre{
    background : #FFF;
    color : #000;
    border-radius: 2px;
    border : #DEDEDE solid 1px !important;
    height:30px;
    padding-left: 8px;
    width : 100%;
    font-size: 16px;
}

.input-text-filtre::placeholder{
    color : #a3a3a3;
}

.title-filtre-v2{
    font-size : 21px;
}

#displayAnnonceTitre{
    padding: 1% 0 3% 0;
    text-align: center;
    font-size: 18px;
}

.wrapperPageHome{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-chooser{
    width: 100%;
    height: 40px;
    margin: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-chooser-label{
    display: inline-block;
    text-align: center;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 16px;
    margin: 0 6px;
    font-weight: 400;
    border-radius: 4px;
}


.page-chooser-hide{
    display:none;
}

.arrow-page-chooser{
    font-size:30px;
    cursor:pointer;
}

.disabled-arrow{
    color : #c8c8c8;
    cursor : not-allowed;
}

.btn-page-chooser{

}

.page-chooser-border{
    display:flex;
    align-content: center;
}

.page-chooser-separator{
    color : #c8c8c8;
    font-size : 25px;
}

.displayed-page{
    display:block;
}

.hide-page{
    display:none
}

#displayAnnonce{
    /*    background-color: green;*/
}

.wrapper-compteur-offre{
    position:relative;
    height:30px;
}

.compteur-offre{
    position:absolute;
    right:-30px;
    display:inline-block;
    height:30px;
}

.compteur-offre-txt-p1{
    font-weight: 500;
}

.compteur-offre-txt{
    position:relative;
    top:-29px;
    padding:5px 15px;
}

.compteur-offre-bg{
    position:relative;
    top:0;
    width:100%;
    height:30px;
    border-radius: 4px 0px 0px 4px;
}

.txtGras{
    font-weight: bold; 
}

.container{
    margin : 0 30px 0 30px;
    font-size: 14px;
    text-align: justify;
}

.CGUContentDiv{
    border : 1px solid #a0a0a0;
    width : 95%;
    height : 75px;
    overflow: auto;
    margin :2% auto;
    font-size:12px;
}

.containerAnnonce-ligne{
    width : 100%;
    position: relative;
    margin: 14px 0;
    display: flex;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    padding: 8px;
    justify-content: space-between;
}

.imgAnnonceMini{
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;}

.imgAnnonceIn{
    width:120px;
    height: auto;
}

.containerAnnonceTitre{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1%;
}

.containerAnnonceTitre:hover{
    text-decoration: underline;
    cursor : pointer;
}


.containerGauche{
    margin:2%;
}

.coverUpAnnonceLigne{
    position: absolute;
    height: 100%;
    width: 100%;
    background: green;
    top: 0px;
    left: 0px;
    border-radius: 4px;}

.containerAnnonceAccroche{
    width: 90%;
    text-align : justify;
    padding-right : 2%;
}

.containerAnnonceBtn{
    width : 10%;
    margin : auto auto;
}

.annonceComplement{
    padding-top: 1%;
    color : #a4a4a4;

}

.divBoutonPostuler{
    display : flex;
    justify-content : center;
    padding : 2% 0;
}

.divWarningSuivi{
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: space-around;
    font-weight: 500;
    padding: 8px;
    flex-direction: row;
    margin : 2% 0;
}

.divWarningSuivi p{
    margin: 1% 0;
}


.divWarningPostuler{
    display: flex;
    width : 100%;
    border-radius: 4px;
    align-items: center;
    justify-content: space-around;
    font-weight: 500;
    padding: 8px;
    flex-direction: row;
    margin : 2% 0;
}

.divWarningPostuler p{
    margin: 1% 0;
}


.c-warning-enCours{
    border: 1px solid #D07B13;
    background: #F7DC79;
}
.c-warning-terminee{
    border: 1px solid #5bc769;
    background: #A7F2AC;
}

.boutonMultiple{
    display : flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    text-align: center;
}

.divBoutonPostulerMultiple{
    display : flex;
    justify-content : center;
    padding : 2% 0;
    margin : 0 2%;
}

.divMDPoublie{
    margin-top: 2%;
    display : flex;
    justify-content : center;
}

.titreContainerOffre{
    font-size : 18px;
    color : #5accf2;
    margin-left: 1%;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;  
    padding : 0 4px 0 4px;
}

.Offrepartie1{
    display : flex;
    flex-direction : row;
    justify-content : space-between;
}

.cadre{
    /*background-color: #FFF;*/
    border : solid #DDD;
    border-width: thin;
    margin-bottom: 1%;
    padding-bottom : 2%;
}

.cadrePopup{
    text-align: left;
    margin-bottom: 3%;
    height: 95%;
}

.cadreInput{
    /*background-color: #FFF;*/
    border : solid #DDD;
    border-width: thin;
    margin : 1% auto;
    padding-bottom : 2%;  
    width : 80%;
}

.cadreInPopup{
    /*background-color: #FFF;*/
    border : solid #DDD;
    border-width: thin;
    margin-bottom: 1%; 
    padding : 5% 0%;
    margin : 3% 3%;
}

.cadreInPopupSuivi{
    /*background-color: #FFF;*/
    border : solid #DDD;
    border-width: thin;
    margin : 2% auto;    
}

.btnErr{
    color : red;
    border-color: red !important;
    background: #ffebec !important;
}

.profilIncomplet{
    font-size : 18px;color : #FFF;    background-color: #FF1E1E;    padding : 0 2%;

}

.profilComplet{
    font-size : 18px;color : #4BBF5F;
}

.errGen{
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #FFF;
    background-color: #FF1E1E;
    margin-bottom: 5px;
    font-weight: 500;
    width: 50%;
    margin: 2% auto;
}

.errInscription{
    margin: 0 0 0 2%; 
    text-align: center;
}

.interractError:hover{
    cursor:pointer;
    color : #000;
}

.errDivInscr{
    border:1px solid red !important;
}

.offreHorsLigne{
    text-align:center;
    font-size:25px;
    margin:auto;
    margin-top:35%;
}

.cadreSuivi{
    /*background-color: #FFF;*/
    border : solid #DDD;
    border-width: thin;
    margin : 1% auto;  
    width: 230px;
}

.suiviInContainer{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width :100%;
    margin-bottom: 2%;
}

.suiviIncomplet{
    margin : 0% auto;
    width : 150px;
    text-align: center;
    font-weight: bold;
    color : #FA7D7D;
}

.suiviComplet{
    margin : 1% auto;
    width : 150px;
    text-align: center;
    font-weight: bold;
    color : #4BBF5F;

}

.background-photo{
    background-image: url('../../../common/images/check.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 97% 97%; 
    background-size: 20% 20%;

}

.OffrePartie1G{
    width : 30%;
    margin-right: 2%; 

}

.checkboxDualLabel {
    color : #000;
    display: inline-block;
    text-align: center;
    border: 1px solid #a3a3a3;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    height: 25px;
    width: 55px;
    line-height: 25px;
    font-size: 17px;
    margin: 0 5px 0 0;
}

.checkboxDualLabel:hover {
    background: #DEDEDE;
    color : #FFF;
}

.RadioDualChoixProC {
    display: inline-block;
    text-align: center;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 215px;
    line-height: 30px;
    font-size: 17px;
    margin : 0 5px 0 0;
}

.RadioDualChoixProC:hover {
    background: #DEDEDE;
    color : #FFF;
}

.checkboxDualLabelMini {
    display: inline-block;
    text-align: center;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    height: 23px;
    width: 50px;
    line-height: 23px;
    font-size: 17px;
    margin: 0 5px 0 0;
}

.checkboxDualLabelMini:hover {
    background: #DEDEDE;
    color : #FFF;
}


.checkboxSoloLabel {
    display: inline-block;
    text-align: center;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    height: 25px;
    width: 190px;
    line-height: 25px;
    font-size: 17px;
}

.checkboxSoloLabel:hover {
    background: #DEDEDE;
    color : #FFF;
}

.icoPlusObjetProfil{
    margin-left: 8px;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    max-width: 180px;
    cursor : pointer;
}

.icoPlusObjetProfilPlus{
    /*    text-align: center;*/
    /* font-size: 28px; */
    width: 170px;
    /*    cursor: pointer;*/
    height: 40px;
}

.checkboxIndivLabel {
    display: inline-block;
    padding: 6px 3px;
    text-align: center;
    min-width: 80px;
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 2px;
}

.checkboxIndivLabel:checked + label{
    background: #ffaa4d;
    box-shadow: inset rgba(7,0,0,0.13) 0 4px 11px;
    color : #FFF;
}

.checkboxDual:checked + label{
    background: gray;
    box-shadow: inset rgba(7,0,0,0.13) 0 4px 11px;
    color : #FFF;
}

.CGUcheckboxDiv{
    width: 48%;
    margin: 8px 2px 8px 0;
    text-align: left;
    display: flex;
    align-items: center;

}

.CGUcheckboxDiv{
    margin: 0 15px 0 0
}

.CGUInscription{
    margin : 0 2%;
}

#warningMailInscription{
    margin: 0 0;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    padding: 0 0 0 1%;
    width: 450px;
    width:0px;
    height:0px;
    transition: height 0.3s, opacity 1s;
    opacity : 0;
    text-align: initial;
}

.separationCP{
    height: 1px;
    width : 70%;
    background-color: #DDD;
    margin : 2% auto;
}

.conditionPratiqueElement{
    padding : 1% 0 5% 2%;
}

.conditionPratiqueElementH{

}

.conditionPratiqueElementB{
    margin-top: 1%;
}

.conditionPratiqueElementB ul{
    margin: 2% 0;
    padding : 0% 0 0 6%;
}

.OffrePartie1D{
    width : 66%;
    flex-direction: row;
}

.localisation{
    /*display : flex;*/
}

.localisation { 
    position:relative; 
}

.localisation .mapSolo iframe{
    width: 664px;
    height: 412px;
/*    margin-top: -112px;
    margin-left: -67px;*/
}

.localisation .mapSolo{
/*    overflow:hidden;
*/    height:300px; 
}

.localisation { 
    position:relative; 
}

.localisation .mapCo iframe{  
    width: 664px;
    height: 396px;
    margin-top: -94px;
    margin-left: -68px; 
}

.localisation .mapCo{
    overflow:hidden; height:300px; 
}


.mapVisible{
    display : block;
    /*width : 400px;*/
    /* margin : auto;*/

}

.mapInvisible{
    display : none;

}

.mapLocalisation{
    border : solid 1px #DDD;
    border-width: thin;

}

/*.mapIndic{
    width : 50%;
    margin-right: 2%;
    margin-bottom: 2%;
}*/

.mapIndic{
    display : flex;
    height: 40px;
    width : 430px;
    margin : auto;
    padding-top: 2%;

}


.swapMap{
    width : 100px;
    display:flex;
    opacity : 1;
    justify-content: center;  
    transition: width 0.5s, opacity 2s;
    overflow: hidden;

}

.mapIndicWrapper{
    width :300px;
    display:flex;
    margin:auto;
    text-align: center;
}

.mapIndic .swapMapSelected{
    width : 100%;
    opacity : 1;
    transition: width 0.5s, opacity 2s;
    height: 35px;
    overflow: hidden;

}

.mapIndic .swapMapUnselected{
    width : 0px;
    opacity : 0;
    transition: width 0.5s, opacity 2s;
    height: 35px;
    overflow: hidden;
}

.fullCircle{
    background-color: #FFF;
}

#logoIndicator{
    display : flex;
    justify-content: center;  
    margin : 2% 0;
}

.indicatorCircle{
    border : 1px solid #a0a0a0;
    border-radius : 9px;
    margin : 0 3px;
    width : 6px;
    height: 6px
}

.emptyCircle{
    background-color: #FFF;
}

.icoFlecheSlider{
    width: 10px;
    height : 20px;
    margin : 0 auto;

}

.icoFlecheSlider:hover{
    cursor: pointer;
}

.icoFlecheWrapper{
    position : relative;
    left : 0;
    top:10px;
}

.swapMapSelected{
}

.mapIndicatorHidden{
    height: 0px;
}

.mapIndicatorVisible{
    height: 35px;
    transition: height 0.2s;
}

.mapSelectedIndicator{
    width : 3px;
    margin-right: 1%;
}

.btnChoixMap{
    width : 20px;
    border-radius: 100%;
    background-color: #FFF;
    border : 1px solid blue;
    margin-right: 2%;
}

.sousTitreContainerOffre{
    font-weight: bold;
    font-size: 14px;
    padding-top: 1%;
    margin-bottom: 2%;
}



.presentationEntreprise{
    margin-left:2%;


}

.descriptionBesoin{
    margin-left:2%;

}

.descriptionBesoin ul{
    padding-left: 2%;
    margin : 1% 0;
}

.CC-annonce-full{
    display: flex;
    flex-direction: column;
}

.presentationEntreprise ul{
    padding-left: 2%;
    margin : 1% 0 0 0;
}

.containerBasAnnonceSuivi{
    display : flex;
    align-items : center;
}

.containerAnnonceSuivi{
    display: flex;
    margin-bottom: 3%;
    border: solid 1px #DDD;
    padding: 1%;
}

.containerSuiviDroit{
    align-items: flex-start;
    justify-content : space-around;
    display : flex;
    flex-direction: column;
    /*    border : solid #DDD;*/
    border-width: thin;
    width : 800px;
    margin-bottom: 2%;
}

.divLibelleTestSuivi{
    margin-top : 2%;
    font-size : 22px;
}

.divListeTestSuivi{
    margin :2% 0 2% 0; 
    width : 40%;
}

.listeTestSuivi{

    text-decoration: none;
}

ul.listeTestSuivi li{
    padding : 1% 4%;
    list-style:none;    
    text-decoration: none;
    line-height:1.5em;
    float:left;
    display:inline;
}

.QuestionMarkSuivi{
    position: relative;
    display: inline-block;   

}

.QuestionMarkSuivi:hover .tooltipSuivi{
    visibility: visible;    
}

.tooltipSuivi{
    visibility: hidden;
    color : #555;
    text-align : justify;
    width: 400px;
    border : 1px solid #555;
    background-color: #FFF;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -100%;
    border-radius: 3px;
    margin-left: -60px;
    font-size : 12px;
}

.QuestionMarkSuivi .tooltipSuivi::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}


.suiviGauche{
    margin-bottom: 2%;
    width : 55%;
    margin-right: 2%;    
}

.enteteProfil{
    padding : 2% 0;
}

.cadreSolo{
    margin : 2% 0;
}

.titreCadreProfil{
    /*background-color: #FFF;*/
    font-size : 18px;  
    margin-left: 5%;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-align: center;
}

.titreCadreProfilUpper{
    position:relative;z-index: 4;
}

.refreshIcoCC{
    position: absolute;
    right: 1%;
}

.icoUpCV{
    margin-left: 6px;
    height: 30px;
}

.divUpload{

}

.btnCvUpload{
    border: solid 1px #a0a0a0;
    text-decoration: none;
    background: #fff;
    height: 40px;
    /*    border-radius: 20px;*/
    text-align: center;
    font-size: 14px;
    color: #555;
    margin: auto;
    width: 235px;
}

.btnCvUpload:hover{
    background-color: #DDD;
    cursor: pointer
}

.cvOK{
    background:#45d34d;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    /*    border: solid 1px #a0a0a0;*/
    text-decoration: none;
    height: 40px;
    /*    border-radius: 20px;*/
    text-align: center;
    font-size: 14px;
    color: #FFF !important;
    margin: auto;
    width: 235px;    
}

.divIcoDelCV{
    position: relative;
    top: -43px;
    left: 239px;
    height: 10px;
    width:10px;
    color : #a0a0a0;
}

.divIcoDelPhoto{
    position: relative;
    top: -136px;
    left: 123px;
    height: 10px;
    width: 10px;
    color : #a0a0a0;
}


.divIcoDelCV:hover{
    cursor : pointer;
}

.icoDelCV{
    width : 10px;
}

.contentBtnUp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.contentTxtBtnUp{
    margin-left: 9px;
    margin-top: 2px;
}

.divBoutonAjoutModule{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin:auto;

}

.BoutonAjoutModule{
    border : solid 1px;
    text-decoration: none;
    background: #fff;
    padding: 1px 34px;
    height : 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2%;
    outline : none;
    width:100%
}

.BoutonAjoutModule:hover{
    cursor : pointer ;
    opacity : 0.9;
    box-shadow: inset rgba(7,0,0,0.13) 0 4px 11px;

}

.enteteProfil{
    display : flex;
}

.fileuploadPhoto{
    width : 130px;
    height: 130px;
    margin : 20% auto;
    cursor : pointer;
}

#photoUploader{
    border-radius: 95%;
    width: 130px;
    height:130px;
    border: 4px solid #DEDEDE;
    transition: all 0.2s;
}

.imgModifiable:hover{
    transition : opacity 0.3s;
    opacity : 0.7;
}

#divOrderPhoto{
    /*        order : 1;
            display:flex;
            justify-content: center;
            flex: 1 0 auto;*/
    position: relative;
}

.cadrePhoto{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 130px;
    height:130px;
    border : 1px solid #DEDEDE
}

.cadrePhoto:hover{
    background-color: #EEE;
    cursor: pointer;
}



.txtDL{
    text-align : center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding : 10% 15%;
}

.txtDL:hover{   
    cursor: pointer;
}

.loadingPhoto{
    position: absolute;
    left: 30%;    
}

.icoLoca{
    width : 14px;    
}

.icoVoirPlus{
    width : 35px;
    margin : auto;
}

.icoDL{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width : 25%;
    height: 30%;
}

.icoDL:hover{
    cursor: pointer;
}

.cadreInfoPerso{
    width : 50%;
    font-size: 14px;
    padding : 2% 0 2% 3%;

}

.upper{
    font-size : 18px;
}

#uploadfichier{
    flex-direction: column;
    padding : 2% 0 2% 10%;

}



.divUploadSuivi{
    width: 100%;
    margin : 20px 0;
}

.contentBtnUpSuivi{
    position: relative;
    top: 3px;
    left: 9px;
    display: flex;
    align-items: center;
}

.icoUp{
    width: 7%;
    margin-right: 2%;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/*
.inputfile + label {
    border : solid 1px #000;
    text-decoration: none;
    background: #fff;
    padding: 5px 34px;
    height : 20px;
    border-radius: 90px;
    text-align: center;
    font-size: 14px;
    color : #555;
    margin : auto;
    width : 65%;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #EEE;
}

.inputfile + label {
    cursor: pointer;
}
*/
.infoPerso{
    padding-bottom: 2%;
}

.profilPart{
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 2% 2% 0 2%;
}

.profilPartLigne{
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 1% 2% 0 2%;
}

.profilPartLigneMob{
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 1% 2% 0 2%;

}

.profilPartLigneComp{
    display : column;
    flex-direction: row;
    font-size : 14px;
    padding : 1% 2% 0 2%;
}


.inputMobiliteDiv {
    display: flex;
    margin: 0 0 0 0;
    justify-content: flex-start;
}
.divCACTLF {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 15px;
}

.JREmobSelectReg {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}


.profilPartLigneCac{
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 20px 2% 0 2%;
}

.profilPartLigneModule{
    font-size : 14px;
    padding : 1% 2% 0 2%;
}

.champProfilCaC{
    width:42%;
    font-size : 14px;
    /*    margin-top: */
    max-width: 200px;    
}

.CaCarrayDiv{
    width:100%;
    display:flex;
    flex-wrap:wrap
}

.itemCacArray{
    width:30%;
    margin: 0 0 5px 1%;
}

.formInscriptionPart{
    margin : 2% 0;
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 0 2% 0 2%;
    width : 450px;
}

.formInscriptionPartInscription{
    margin : 2% 0;
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 0 2% 0 2%;
    width : 450px;
}

.divChoixSexe{
    text-align: center;
}


.InPopupPart{
    display : flex;
    font-size : 14px;
    padding : 1% 2%;
    justify-content: space-between;

}

.InPopupPartShrink{
    display : flex;
    font-size : 14px;
    padding : 1% 2%;
    justify-content: space-between;
    margin : 0 10%;
    text-align: center;
}


.NoAnnonceSuivi{
    display:flex;
    font-size : 14px;
    padding : 1% 2%;
    justify-content: center;
}

.champProfil{
    width:30%;
    font-size : 14px;
    margin : auto 0;
    max-width: 200px;
}

InPopupChamp{
    padding : 1% 2%;
}

.coordonnees{
    width : 50%;
    margin : 0 auto;
}

.containerIndivprofil{
    width : 100%;
}

.InPopupPartChamp{
    font-size : 18px;
    justify-content: space-between;
    display : flex;
    /*width:80%;*/
    padding : 1% 2%;
}

.InPopupPartCenter{
    display : flex;
    font-size : 14px;
    padding : 3% 2%;
    justify-content: center
}

.mobilite{
    justify-content: space-around
}

.inputProfilText{
    height : 18px;
    text-align: left;
    font-size: 14px;
    width : 192px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-left: 4px;
}

.inputCoText{
    height : 18px;
    text-align: left;
    font-size: 14px;
    width : 192px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-left: 4px;

}

.inputProfilText-link{
    height : 18px;
    text-align: left;
    font-size: 14px;
    width : 250px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-left: 4px;
}

/*    .inputCoText::placeholder{
    visibility:hidden;
    }*/

/*    .inputCoText::-webkit-input-placeholder {
    visibility:hidden;
    }
    
    .inputCoText::-moz-placeholder {
    visibility:hidden;
    }
    
    .inputCoText:-ms-input-placeholder {
    visibility:hidden;
    }
    
    .inputCoText:-moz-placeholder {
    visibility:hidden;
    }*/

.inputProfilTextarea{
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
}

.inputProfilSelect{
    height : 24px;
    text-align: left;
    font-size: 14px;
    width : 180px;
    font-family: 'Roboto';
    font-weight: 300;
}

.inputMiniDual{
    width: 35px;
    margin-right: 20px;
    height: 18px;
    padding-left: 4px;
}

.inputProfilSelectIndivObject{
    height: 27px;
    text-align: left;
    font-size: 14px;
    width: 250px;
    max-width:346px;
    font-family: 'Roboto';
    font-weight: 300;
}


.btnMob{
    background-color: transparent;
    height:22px;
    margin-left: 25%;
    border:1px solid
}

.arrayCheckbox{
    margin : 1% 0;
}

.arrayCheckbox td{
    padding : 5px 10px;
    width : 158px;
}

.acDIPtypeEtab{
    display:flex;
}

.btnPlusMob{
    margin-bottom: 5%;
    padding: 4px 8px;
    background-color: transparent;
    border-radius: 4px;
    border : 1px solid;
}

.btnPlusMob:hover{
    opacity : 0.7;
    cursor : pointer;
}

.profilPartMob{
    width: 245px;
    flex-direction: column;
    /*    max-width: 200px;*/
}   

/*.profilPartMob .CaC{
    margin : 0 0%;
    margin-right: 5%;

}*/

.CaC{
    margin-right: 5%;

}

.champProfilMob{
    /*    width: 22%;*/
    font-size: 14px;
}

.champProfilPerm{
    width: 245px;
    font-size: 14px;
    margin: 0 0;
    /*    max-width: 200px;*/
}

#CaCTLF{
    /*    margin-left: 2%;
        margin-top: 1%;*/
}

.champProfilMobileCaC{
    width: 21%;
    font-size: 14px;
    margin-top: 0%;
}

.itemPeriodeCheckbox{
    margin-left: 8px;

}

.champProfilComp{
    width: 100%;
    font-size: 14px;
    margin: auto 0;
    padding-right:2%;    
}

.champProfilModule{
    width: 19%;
    font-size: 14px;
    margin: 0 0 8px 0;
    padding-right:2% ;
    min-width : 154px;
}

#acVille-alter{
    /*    flex-grow: 1;*/
}

#acVille-alter .wrapper-AC{
    width : 100%;
}

#acVille-alter .inputAC{
    /*    width : 75%;*/
}

.ModuleTrigger{
    display: flex;
    /* text-align: center; */
    margin-bottom: 2%;
    justify-content: space-between;
    width: 380px;
    align-items: center;
}


.wrapperModule{
    margin: 3% 0;
    padding : 1%;
    position : relative;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius : 5px
}

.inputMini{
    width: 35px;
    margin-right: 20px;
    height: 20px;
    padding-left: 4px;
}

.inputLong{
    width : 350px
}

.inputLongSelect{
    width : 200px

}

.inputCourt{
    width : 110px

}

.jump{
    margin-right : 15%; 
}

.minJump{
    margin-right : 5%; 
}

.explCompetence{
    font-style: italic;
    font-size : 14px;
    text-align : justify;
    color : #a4a4a4;
}

.msgErrPhoto{
    width:139px;
}

.msgErrPhotoCadre{
    border-color:#FA7D7D !important;
}

.msgErrProfil{
    font-style: italic;
    font-size : 14px;    
    color : #FA7D7D;
}

.confirmCV{
    color : #4BBF5F;
    text-align: center;

}

.divConfirmCV{
    text-align: center;
}

#msgErrUploadCV{
    margin-top: 2%;
}

.msgErrProfilCadre{
    border :#FA7D7D solid 2px !important
}

.headerModule{
    height:0px;
}

.subheaderModule{
    width: 100%;
    text-align: left;
    display: flex;
    height: 30px;
    justify-content: flex-end;
    margin: 3px;
}

.closeModuleIco{
    width: 30px;
}

.closeModuleIco:hover{
    cursor : pointer;
    opacity : 0.8;
}

.divAC{
    width : 500px;
}

.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden;position: relative;}

/* Cachons la case à cocher */
.checkBoxCustom:not(:checked),
.checkBoxCustom:checked {
    position: absolute;
    left: -9999px;
}

/* on prépare le label */
.checkBoxCustom:not(:checked) + label,
.checkBoxCustom:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;    /* affiche un curseur adapté */
    z-index: 0;
}
/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
.checkBoxCustom:not(:checked) + label:before,
.checkBoxCustom:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 10px; height: 10px; /* dim. de la case */
    border: 1px solid #a0a0a0;
    background: #FFF;
    z-index: 0;

    /*border-radius: 3px; /* angles arrondis */
    /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3) /* légère ombre interne */
}

/* Aspect général de la coche */
.checkBoxCustom:not(:checked) + label:after,
.checkBoxCustom:checked + label:after {
    content: url(../../../common/images/checkboxCheck.png);
    position: absolute;
    bottom: 5px; left: 0;
    width : 16px; height : 16px;
    /*font-size: 14px;*/
    /*background: green;*/
    /*color: #09ad7e;*/
    z-index: 2;

}
/* Aspect si "pas cochée" */
.checkBoxCustom:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
    z-index: 2;

}
/* Aspect si "cochée" */
.checkBoxCustom:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
    z-index: 2;

}

/* aspect désactivée */
.checkBoxCustom:disabled:not(:checked) + label:before,
.checkBoxCustom:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
    z-index: 2;

}
/* styles de la coche (si cochée/désactivée) */
.checkBoxCustom:disabled:checked + label:after {
    color: #999;
    z-index: 2;

}
/* on style aussi le label quand désactivé */
.checkBoxCustom:disabled + label {
    color: #aaa;
    z-index: 2;

}

/* aspect au focus de l'élément */
.checkBoxCustom:checked:focus + label:before,
.checkBoxCustom:not(:checked):focus + label:before {
    border: 1px dotted blue;
    z-index: 2;

}


/* PROFIL LIGHT + SWITCH*/

#swapTypeProfil{
    visibility : hidden;
}

.wrapper-switch-profil{
    display: flex;
    flex-direction: row;
}

.cadre-switch-profil{
    display: flex;
    align-items: center;
    margin: 2% 2% 2% 0;
    border: #DEDEDE 1px solid;
    padding: 1%;
    border-radius: 4px;
    justify-content: space-around;
    width: 275px;
    height: 90px;
        background: #EEE;
    flex-direction: column;
}

.cadre-label-profil{
        margin: 2% 0%;
    display: flex;
    align-items: center;
}

.label-switch-profil{
    margin: 0 15px;
    font-size:16px;
}

.switch-profil {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider-profil {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-profil:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-profil {
    background-color: greenyellow;
}

input:focus + .slider-profil {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-profil:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider-profil.round {
    border-radius: 34px;
}

.slider-profil.round:before {
    border-radius: 50%;
}

/*--*/

.popupFullScreen{
    z-index:100;
    position:fixed;
    height:100vh;
    width:100%;
    top : 0;
    left : 0;
    overflow:hidden;
    background-color: rgba(46,46,46,0.7);
    display:table;
}
.popupFullScreenInside{
    display: table-cell;
    vertical-align: middle;
    height : 100vh;
}
.popupWindows{
    position:relative;
    height:80%;
    width:80%;
    margin:0 auto;
}

.popupTitle{
    position:absolute;
    height:40px;
    width:100%;
    background:#333;
}

.popupCorp{
    position:absolute;
    top:40px;
    bottom:5px;
    width:100%;
    background:#ffffff;
}

.popupFooter{
    position:absolute;
    bottom:0px;
    height:5px;
    width:100%;
    background:#333;
}

.barProgWraper{
    display:flex;
    align-items: center;
}

.barProgDigit{
    margin-bottom: 8px;
    margin-right: 8px;  
}

.barProg{
    display:flex;
    flex-direction: column;
    margin: auto;
}

#BarProgBG{
    margin:auto;
    width:300px;
    height:8px;
    border-radius:45px;
    background-color:#DEDEDE;
    box-shadow: inset rgba(80,80,80,0.20) 0 1px 1px; 
}

#BarProgD{
    position:relative;
    width:0px;
    height:8px;
    border-radius:45px;
    background-color:#00AEEF;
    top:-8px;
    transition: ease 0.5s;
}

/* POPUP PARSING CV */

.wrapperPopupParsing{
    background-color: #FFF;height:100%
}

.titlePopupParsing{
    text-align: center;
    font-size:22px;
    font-weight: 500;
    padding: 20px 0;
}

.wrapperGifPopupParsing{
    height:200px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: height ease 0.5s;
}

.gifPopupParsing{
    /* width: 300px; */
    border: 1px solid #444;
    border-radius: 10px;
    padding: 2% 5%;
    background: #FFF;
    height: 140px;
}

.consPopupParsing{
    font-size:16px;
    text-align: center;
}

.popupParseBottomBtn{
    display:flex;
    justify-content: space-between;
    margin: 20px 10%;
    transition: opacity 0.5s;
    font-size:16px
}

.popupPhotoBottomBtn{
    display:flex;
    justify-content: space-between;
    margin: 20px 10%;
    transition: opacity 0.5s;
    font-size:16px
}

.btnParseCV{
    height:35px;
    background-color: #75bf5f;
    justify-content:center;
    display:flex;
    align-items: center;color:#FFF;
    cursor:pointer;
    transition: opacity 0.3s;
}

.btnParseCV:hover{
    opacity : 0.8;

}

.btnParseCVValue{
    margin: 0 10px;
}

.BtnCloseParsing{
    /*    width:120px;*/
    height:35px;
    background-color: #f02626;
    border:none;
    color:#FFF;
    transition: opacity 0.3s;
    cursor:pointer;
}


.BtnCloseParsing:hover{
    opacity : 0.8;
}

.indicateurCompletion{
    width:100%;
    height:200px;
    opacity:0;
    transition : opacity 1s;
}
#BarProgBGCOMPL{
    margin:auto;
    width:120px;
    height:8px;
    border-radius:45px;
    background-color:#DEDEDE;
    box-shadow: inset rgba(80,80,80,0.20) 0 1px 1px; 
}

#BarProgDCOMPL{
    position:relative;
    width:0px;
    height:8px;
    border-radius:45px;
    background-color:#00AEEF;
    top:-8px;
    transition: ease 0.5s;
}

#errParse{
    color : #FA7D7D;
    text-align: center;
    height: 60px;

}


.warningParsing{
    font-weight: 400;
    margin:2% 0;
}

.indicateurCompletionNb{
    font-size: 50px;
    color: #888;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 400;
}

/* PROCESS DE CANDIDATURE */

.noAccessWrapper{
    position: absolute;
    bottom: 16px;
    top: 0px;
    background: #000;
    z-index: 6;
    opacity: 0.7;
    width: 100%;
    transition : height 1s ease;
}

.formProcessCandidature{
    /*    margin : 0 0 8px 0;*/
    display : flex;
    flex-direction: row;
    font-size : 14px;
    padding : 0 2% 0 2%;
    width : 350px;
    align-items:center;
}

.headerInscription{
    background: #EEE;
}

.headerConnexion{
    background: #EEE;
}

.headerFormProcessCandidature{
    border: 1px #DEDEDE solid;
    border-radius: 7px;
    padding: 20px;
    height: 230px;
    z-index: 6;
    margin: 0 3%;
}

.headerFormProcessCandidatureBtn{
    text-align: center;
    margin:20px 0 0px 0;
}
.headerFormProcessCandidatureBtnCo{
    text-align: center;
}

#errCoInfo{
    opacity : 0;
    margin-bottom : 57px;
    color : #FA7D7D;
    font-style: italic;
}

.titleFormProcessHeader{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.titleFormProcessHeaderTel{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin: 2% 3%;
}

.titleChoixProcessHeaderTel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 4% 2%;
}

.corpProcessheader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 140px;
}

.corpProcessheader-co{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 113px;
}

.divFormProcessCandidature{
}

.ProcessCandidaturePartieCompte{
    /*    margin: 10px 7% 10px 7%;*/
    /*    padding: 1%;*/
    position:relative;
    height: 0px;

}

.champProcess{
    font-size : 17px;
    width:43%;
    margin : 5px 0;
}

.mobile-input-mail{
    transition: background-color 0.5s;
}

.yesMail{
    border: 2px solid #4BBF5F !important;
}

.ckchamp{
    position: absolute;
    top : 25%;
    right:8px;

}

.ckcp i{

}

.titlePartProcess{
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    cursor : pointer;
}

.titlePartProcess-noclick{
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.profilProcess{
    width:100%;
    transition : height 1s;
}

#formProfilPartProcessWrapper{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.shrinkVal{
    height:10px;
}

.profilProcessTitlePart{
    position:relative;
    display:flex;
    width:100%;
    align-items: center;
    /*    margin : 15px 0;*/
}

.linePartProcess{
    height:1px;
    flex-grow: 1;
    background:#000;
    margin : 15px;
}

.titlePartIcoMobile{
    display:none;
}

.icoloca{
    font-size : 15px;
    margin-right: 2px;
}

.icoloca-ligne{
    font-size : 15px;
    margin: 0 4px;
}

.indocatormobileProC{
    display:none;
}

.btnPartProcess{
    margin:0 10px;
    font-weight: 600;
}

.icoBtnPartProcess{
    margin:0 0 0 5px;
}

.blocCompteProcessCandidature{
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 8;
    width: 100%;
    left: 0px;}

.divOrderPhotoProcessCandidature{
    display: flex;
    align-items: center;
}

.indicator-check-photo{
    font-size: 13px;
    color: rgb(9,173,126);
    position: absolute;
    bottom: -9px;}

.inputProcessCandidature{

}

.indicatorPhoto{
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
}


.formProcessProfil{
    display: flex;
    margin : 0 5%;
}

.indicatorProcess{
    display: flex;
    width: 70px;
    /*            border: 1px solid #000;*/
    /*        height: 1200px;*/
    position: relative;
}

.outCircleIndicatorProcessEnd{
    border-radius: 90px;
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 3;
    left: 19px;
    top: 35px;
}

.barProgProcessEnd{
    height: 60px;
    width: 8px;
    position: absolute;
    z-index: 2;
    left: 8.8px;
    bottom: 10px;
}

.outCircleIndicatorProcess{
    width: 64px;
    height: 64px;
    background: red;
    border-radius: 90px;
    position: relative;
    z-index: 5;
    transition : background 0.7s;
}

.inCircleIndicatorProcess{
    position: absolute;
    background: #FFF;
    width: 50px;
    height: 49px;
    border-radius: 90px;
    top: 8px;
    left: 7.1px;
}    

.inCircleContent{
    font-size: 40px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-weight: 600;
    transition : background 0.7s;

}

.barProgProcess{
    height: 100%;
    width: 8px;
    background: green;
    position: absolute;
    right : 29px;
    z-index:2;
}

.highlightCadre{
    border:solid #000 1px;
    transition : border 0.5s;
}

.champSexeHeaderProcess{
    text-align: left;
}

.champHeaderProcess{
    display:flex;
}

.inputProText{
    height : 16px;
    text-align: left;
    font-size: 14px;
    width : 200px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-left: 4px;
    margin : 5px 5px 0 0;
}    

.inputProTextAlt{
    height : 18px;
    text-align: left;
    font-size: 14px;
    width : 155px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-left: 4px;
    margin : 5px 5px 0 0;
}

#ui-datepicker-div{
    z-index: 9 !important;
}

.popupExplCP{
    color : #000;
    width: 300px;
    background: #FFF;
    position: fixed;
    z-index: 7;
    /*        border: 1px solid #000;*/
    top: 455px;
    padding: 12px;
    left: 30%; 
    box-shadow: #333 0px 0px 25px;
}

.popupExplCP:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 17%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.popupExplCPTitle{
    font-size: 17px;
    font-weight: 500;
}

.popupExplCPListeInfo{
    font-style: italic;
    padding: 10px 5px;
}

.mobileChoixHeaderCandidature{
    display:none;
}

.champTxtHeaderProcess{
    text-align:left;
    position:relative;
}

.champTxtHeaderProcessDual{
    text-align:left;
    position:relative;
    display:flex;
    flex-direction: row;
}


.btn-ProC{
    border: none;
    text-decoration: none;
    padding: 1px 20px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    width: 210px; 
    height:40px;

}

.btnProCInter{
    font-size: 18px;
    margin:2%;
}

.proCTelChoixPart{
    margin : 8px 0;
}

.choixProC:checked + label{
    background : green;
}

.headerChampProcess{
    position:relative
}

.icoCheckProC{
    position:absolute;top:10%;right:8px;
}


.confCheck{
    color:green;
    display:none;
    transition : all 0.2s;
}

.errCheck{
    color:red;
    display:none;
    transition : all 0.2s;
}


.DDN-input{
    -webkit-appearance: menulist-button;
    -webkit-border-radius: initial;
    -webkit-box-shadow: none;
    -webkit-padding-end: unset;
    -webkit-padding-start: unset;
    -webkit-user-select: none;
    background-image: none;
    background-position: unset;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: 14px;
    /* margin: 20px; */
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.DDN-input-option{
    color : #555;
}

.check-DDN-dm{
    width : 66px;
    height : 24px;
}

.check-DDN-y{
    width : 79px;
    height : 24px;
}

#DDN{
    display:inline-block;
}

.errMailDJE{
    margin : 0 0 10px 0;
    opacity:0;
    transition: opacity 0.3s
}

#errMailDJE{
    color : #FA7D7D;
    font-style: italic;
    /*    cursor : pointer;*/
}


.removed {

    -webkit-animation: disapear 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: disapear 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes disapear{
    0%{
        opacity : 1;
    }  

    50% {

        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        opacity : 0.9;
    }

    100%{
        transform: translateY(-5%);  
        opacity : 0;
    }

}

@keyframes disapear{

    0%{
        opacity : 1;
    }  

    30% {

        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        opacity : 0.9;
    }

    100%{
        transform: translateY(-5%);  
        opacity : 0;
    }

}

.removedR {

    -webkit-animation: disapearR 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: disapearR 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes disapearR{
    0%{
        opacity : 1;
    }  

    50% {

        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        opacity : 0.9;
    }

    100%{
        transform: translateX(2%);  
        opacity : 0;
    }

}

@keyframes disapearR{

    0%{
        opacity : 1;
    }  

    30% {

        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        opacity : 0.9;
    }

    100%{
        transform: translateX(2%);  
        opacity : 0;
    }

}

.removedB {

    -webkit-animation: disapearR 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: disapearB 0.3s;
    animation-fill-mode: forwards;
}

.enabledB {

    -webkit-animation: apearR 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: apearB 0.3s;
    animation-fill-mode: forwards;
}

.removedB-profil {

    -webkit-animation: disapearR 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: disapearB 0.3s;
    animation-fill-mode: forwards;
}

.enabledB-profil {

    -webkit-animation: apearR 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: apearB 0.3s;
    animation-fill-mode: forwards;
}



@-webkit-keyframes disapearB{
    0%{
        opacity : 1;
    }  

    100%{
        transform: translateY(10px);  
        opacity : 0;
    }

}

@keyframes disapearB{

    0%{
        opacity : 1;
    }  

    100%{
        transform: translateY(10px);  
        opacity : 0;
    }

}

@-webkit-keyframes apearB{
    100%{
        opacity : 1;
    }  

    0%{
        transform: translateY(25px);  
        opacity : 0;
    }

}

@keyframes apearB{

    1000%{
        opacity : 1;
    }  

    0%{
        transform: translateY(25px);  
        opacity : 0;
    }

}



.headerProfilDivRemoved{
    visibility:hidden;
}

.headerProfilAdded{
    visibility: visible;
    -webkit-animation: appear 1s;
    -webkit-animation-fill-mode: forwards; 
    animation: appear 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes appear{
    0%{
        opacity : 0;
    }  

    50% {

        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity : 0.9;
    }

    100%{
        transform: translateY(0%);  
        opacity : 1;
    }

}

@keyframes appear{
    0%{
        opacity : 0;
    }  

    50% {

        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity : 0.9;
    }

    100%{
        transform: translateY(0%);  
        opacity : 1;
    }

}
.headerProfilWrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

.headerProfilDiv{
    width:65%;
    height: 200px;
    background: #EEE;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    display:flex;
    margin : 2% 0;
    justify-content:center
}

.headerProfilDivPhoto{
    display:flex;align-items: center;margin :0 2%;position:relative;
}

.headerProfilDivInfos{
    display: flex;justify-content: center;margin: 0 8%;flex-direction: column
}

.headerProfilDivInfosUp{
    font-weight: 500;margin:2% 0;font-size:20px;
}

.headerProfilDivInfosDo{
    font-size:18px
}

.ico-rotate{
    width: 25px;
    position: absolute;
    right: -5px;
    bottom: 0px;
    cursor : pointer;
    opacity : 0.5;
}

.ico-rotate:hover{
}

.shrinkProC{
    position:relative;
    -webkit-animation: shrink 0.5s;
    -webkit-animation-fill-mode: forwards; 
    animation: shrink 0.5s;
    animation-fill-mode: forwards;
}

@keyframes shrink{

    0%{

    }

    50%{        transform : translateX(-15px);
                opacity : 1;
    }

    100%{
        transform : translateX(5px);
        opacity : 0;
    }  

}

.proCindicator1{
    background : #c8c8c8;
}

.proCindicatorContent1{
    color : #c8c8c8;
}

.proCindicator2{
    /*    background : #cccc00;*/
}


.proCindicatorContent2{
    /*    color : #cccc00;*/
}


.proCindicator3{
    background : #5bc769;
}

.proCindicatorContent3{
    color : #5bc769 !important;
}

#lastElemPartProcess{
    margin: 3% 0;
}

#finalPartProcess{
    margin: 3% 0;
    position:relative;
}

.finalPartIndicator-n{
    color:#000;
    position:relative;
    height: 40px;
    background: #EEE;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.finalPartIndicator-y{
    position:relative;
    height: 40px;
    background: #A7F2AC;
    border: 1px solid #5bc769;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.finalPartIndicator-y-v2{
    position: relative;
    background: #A7F2AC;
    border: 1px solid #A7F2AC;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    color: #555;
    padding: 10px 0;
}

.finalPartIndicator-y-v2:hover{
    border: 1px solid #5bc769;
}


.finalPartProcess-btnRetour{
    position: absolute;
    right: 5px;
    /*    top: 0px;*/
    font-size: 14px;
}

.proCremoved{
    display:none;
}

.btnPostuler{
    border-radius: 4px;
    border:none;
    font-size: 14px;
    width:100%;
    height:40px;
    cursor:pointer;
}

.btnPostuler:hover{
    opacity:0.9;
}

.btnPostuler:disabled{
    background-color: gray;
    cursor:not-allowed;
}

.procWarningActiv{
    padding: 1% 0;
    width: 100%;
    background: #ffebec;
    border: 1px solid red;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin : 2% 0;
}

#errGenProC{
    display:none;
}

.errGenProC{
    padding: 2% 0;
    width: 100%;
    background: #ffebec;
    border: 1px solid red;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2% 0;
}

.parseCadre{
    background: #EEE;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    margin-bottom: 2%;

}

.parseCadreWrap{
    display:flex;
}

.parseCadrePart1{
    flex-grow:1;
    margin-left:2%;
}

.parseCadrePart2{
    flex-grow:1;
    padding: 1% 5%;
    width : 300px;
}

.parseCadreTitle{
    font-weight: 500;font-size:18px;margin:8px 0;
}

.parseCadreContent{
    margin:8px 0;
    text-align: left;
}

.parseCadreContentBtn{
    margin:8px 0;
    text-align: center;
}

.popupCreaProfTitle{
    margin-top: 1%;
    font-size:22px;
    font-weight: 400;
    text-align: center;
}

.popupCreaProfHeadTxt{
    margin:2% 4%;
    text-align: center;
}

.popupCreaProfCorp{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;margin: auto;
    padding: 0% 2% 2% 2% ;
}

.popupCreaProfCorpIn{
    width : 50%;
}

.popupCreaProfContent1{
    margin:10px 0 0 0;background: #EEE;border: 1px solid #DEDEDE;border-radius: 4px;padding: 10px;
}

.popupCreaProfContent2{
    margin: 10px 0 0 0;background: #EEE;border: 1px solid #DEDEDE;border-radius: 4px;padding: 10px;
}

#msgErrDiv{
    height: 17px;
    color: red;
    margin: 1% 0 2% 0;
    text-align: center;
}

.inputCode{
    width: 80px;
    font-size: 35px;
    height: 40px;
    padding: 2px;
    text-align: center;
}

.cadrePopupProfil{
    display: flex;
    text-align: center;
    width: 310px;
    margin: auto;
    flex-direction: column;
    background: #EEE;
    border: 1px solid #DEDEDE;
    padding: 0 3% 1% 3%;
}

.PopupProfilTxt{
    text-align:center;
    margin:2% 0;
}

.PopupProfilBtn{
    text-align:center;
    margin:2% 0;
}

.btn-retour{
    border: none;
    text-decoration: none;
    background: #DEDEDE;
    padding: 1px 17px;
    height: 21px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 15px 0 0 20px;
    display: none;
    cursor: pointer;
}


.shakit{
    visibility: visible;
    -webkit-animation: shake 0.7s;
    -webkit-animation-fill-mode: forwards; 
    animation: shake 0.7s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes shake{
    0%{
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }

    25% {

        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }

    50% {

        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }

    75% {

        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }

    100%{
        transform: translateX(0%);  
    }

}

@keyframes shake{
    0%{
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }

    25% {

        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }

    50% {

        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }

    75% {

        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }

    100%{
        transform: translateX(0%);  
    }
}

.partProCWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0.7 ;
    top: 0px;
    left: 0;
    z-index:1;
}

.legendUpperWrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 9px;
    left: 0;
    z-index: 3;}

.highlightproC{
    position:relative;
    z-index:6;
    background:#FFF;
}

.lastElemProcessCandidature{
    width: 50%;
    background: #FFF;
    position: absolute;
    z-index: 6;
    /* border: 1px solid #000; */
    bottom: 35px;
    padding: 12px;
    left: 0px;
    box-shadow: #333 0px 0px 25px;
}

.lastElemProcessCandidature:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 17%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
}

.WrapperCCproC{
    display:flex;justify-content: space-around;
}

.btn-upload-CC{
    border: none;
    text-decoration: none;
    padding: 1px 20px;
    text-align: center;
    border-radius: 4px;
    /*    cursor:pointer;*/
}

.btn-upload-CC:hover{
    /*    opacity : 0.7;*/
}

.btn-upload-CC-replacer{
    margin-left: 8px;
    cursor : pointer;
    text-decoration: underline;
    font-size: 12px;
}

.btn-upload-CC-replacer:hover{
}


.btn-APICT-CC{
    border: none;
    text-decoration: none;
    padding: 3px 20px;
    text-align: center;
    border-radius: 4px;
    cursor:pointer;
}

.btn-APICT-CC:hover{
    opacity : 0.7;
}

.proC-CC-tooltip-ico{
    font-size: 14px;
    margin: 0 10px;
    font-weight: 500;
    font-style: italic;
}

/* */
.proC-CC-tooltip-wrapper{
    position:relative;
}

.proC-CC-tooltip-wrapper:hover .proC-CC-tooltip{
    visibility: visible;    
}

.proC-CC-tooltip-wrapper:hover .banner-CS-tooltip{
    visibility: visible;    
}


.banner-CS-tooltip{
    visibility: hidden; 
    color: #FFF;
    text-align: justify;
    width: 165px;
    /* border: 1px solid #332; */
    background-color: #333;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 4;
    border-radius: 3px;
    margin-left: -60px;
    font-size: 12px;
    bottom: -48px;
    left: 38px;
    opacity: 0.9;
    /* height: 31px; */}

.proC-CC-tooltip{
    visibility: hidden;
    color: #555;
    text-align: justify;
    width: 300px;
    border: 1px solid #555;
    background-color: #FFF;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 4;
    border-radius: 3px;
    margin-left: -60px;
    font-size: 12px;
    bottom: 25px;
    left: -75px;
}

.proC-CC-tooltip-wrapper .proC-CC-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    /*    background-color: #333;*/
    opacity: 0.8;}


.proC-CC-tooltip-wrapper .banner-CS-tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    opacity: 0.9;

}



.btn-CC-y{
    background : #5bc769 !important;
    padding: 1px 10px !important;
}

#popupConfirmProfil{
    display:none;
}

.popupConfirmProfilWrapper{
    display:flex;
    justify-content: center;
    margin:auto;
}

.btn-close-popup-proC-final {
    border: none;
    text-decoration: none;
    padding: 1px 34px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    cursor:pointer;
}

.btn-close-popup-proC-final:hover{
    opacity:0.7;
}

.popupConfirmProfilDiv{
    position: fixed;
    margin: 5% auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    top: 20%;
    width: 50%;
    height: 80px;
    background: #A7F2AC;
    border: 1px solid #5bc769;
    border-radius: 4px;
    align-items: center;
    font-weight: 500;
    z-index: 6;
}

.popupConfirmProCDiv {
    position: fixed;
    margin: 5% auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 30%;
    width: 50%;
    height: 120px;
    background: #A7F2AC;
    border: 1px solid #5bc769;
    border-radius: 4px;
    align-items: center;
    font-weight: 500;
    z-index: 6;
}

.barProCMobileWrapper{
    display:none;
}


.popupConfirmProfilContent{
    position:absolute;
    top:5px;
    right:5px;
}

#mailVerifInputCode{
    font-weight: 500;
}

.CCCategWrapper{
    display:flex;
    justify-content:space-between;
}



.itemCCCategWrapperProc{
    justify-content: space-around;
    width:48%;
}

.CCCategWrapperAnnonce{
    display:flex;
    justify-content: space-around;
    border-radius:4px;
    margin : 1% 0;
}

.CCCategWrapperAnnonce .itemCCCategWrapper{
    /*    background: #EEE;*/
    border : solid 1px #DEDEDE;
    border-radius: 4px;
    width: 48%;
    height: 100%;
}


.CCCategWrapperAnnonce .itemCCDiv{
    border-radius:4px;
    align-items: center;
    padding: 1% 2%;margin :1% 0 
}


.itemCCCategWrapperProc .itemCCDiv{
    position : relative;
    /*    background: #EEE;*/
    border : solid 1px #DEDEDE;
    border-radius:4px;
    align-items: center;
    padding: 4% 2%;margin :2% 0 
}

.itemCCCategWrapperProc .barProg{
    position: absolute;
    width: 100%;
    height: 2px;
    left: -1px;
    bottom: -1px;
    border-radius: 0px 0px 4px 4px;
    border: 1px;

}

.barProg .inBarCC{
    width: 0%;
    height: 2px;
    transition: all 0.5s;
}

.itemCC{
    position: relative;
    display:flex;
    /*    flex-direction: column;*/
    flex-wrap:nowrap;
    justify-content: space-between;
    margin: 1% 0;
}

.itemCCsub{
    display:flex;
}

.inputCCproC{

}

.msgErrCC{
    font-style: italic;
    font-size : 14px;    
    color : #FA7D7D;
}

.icoPuceCCitem{
    font-size:9px;
    display:flex;
    align-items: center;
    margin-right: 8px;
}

.CCCategWrapperAnnonce .categTitleCC{
    font-weight: 500;
    margin: 2% 0 0 2%;
}

.itemCCCategWrapperProc .categTitleCC{
    font-weight: 500;
    margin-top:2%;
}

.itemCCCategWrapperProc .categTxtCC{
    margin: 2% 0;
    min-height: 40px;
    font-style: italic;
}


.popupAPICTHeadTxt{
    margin: 2% 4%;
    text-align: justify;
}

.popupAPICTHeadTitle{
    margin:8px 0;
}

.popupAPICTwrapper{
    width:80%;height:300px;background: #EEE;border : solid 1px #DEDEDE;margin: auto;
}

.suivi-wrapper-indicator{
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 2% auto;
    max-width: 400px;
}

.suivi-item-title{
    font-size: 20px;
    font-weight: 500;
    margin: 2% 10%;
    text-align: center;
}

.suivi-item-description{
    color :#AAA;
    margin:2% 0;
    min-height: 40px;
}

.suivi-indicator-part{
    width:33%;
}

.suivi-line-indicator{
    position: relative;
    height: 9px;
    width: 100%;
    bottom: 30px;
    left: 50px;
}

.suivi-circle-indicator{
    width: 52px;
    height: 52px;
    border-radius: 90px;
    position: relative;
    z-index: 3;
    transition: background 0.7s;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.suivi-indicator-title{
    text-align: center;
    height : 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.suivi-last-part{
    margin-top:11px;
}

.suivi-indicator-title-in{
    font-size : 12px;
}

.suivi-indicator-ico{
    color: #FFF;
    font-size: 25px;
}

.item-suivi{
    position: relative;
    width: 43%;
    margin: 1%;
    border-radius: 4px;
    border: solid 1px #DEDEDE;
    padding: 2% 2% 1% 2%;
}

.anim-moved-U{

}

.anim-moved-D{

}

.anim-moved-R-hide{
    visibility: visible;
    -webkit-animation: am-R-H 0.4s;
    -webkit-animation-fill-mode: forwards; 
    animation: am-R-H 0.4s;
    animation-fill-mode: forwards;
}

.anim-moved-R-show{
    visibility: visible;
    -webkit-animation: am-R-S 0.4s;
    -webkit-animation-fill-mode: forwards; 
    animation: am-R-S 0.4s;
    animation-fill-mode: forwards;
}

.anim-moved-L-hide{
    visibility: visible;
    -webkit-animation: am-R-H 0.4s;
    -webkit-animation-fill-mode: forwards; 
    animation: am-L-H 0.4s;
    animation-fill-mode: forwards;
}

.anim-moved-L-show{
    visibility: visible;
    -webkit-animation: am-R-S 0.4s;
    -webkit-animation-fill-mode: forwards; 
    animation: am-L-S 0.4s;
    animation-fill-mode: forwards;
}



@-webkit-keyframes am-R-H{
    0%{
        opacity : 1;
    }  

    100%{
        transform: translateX(5%);  
        opacity : 0;
    }

}

@keyframes am-R-H{

    0%{
        opacity : 1;
    }  

    100%{
        transform: translateX(5%);  
        opacity : 0;
    }

}

@-webkit-keyframes am-R-S{
    0%{
        transform: translateX(5%);  
        opacity : 0;
    }  

    100%{
        opacity : 1;
    }

}

@keyframes am-R-S{

    0%{
        transform: translateX(5%);  
        opacity : 0;
    }  

    100%{
        opacity : 1;
    }

}

@-webkit-keyframes am-L-H{
    0%{
        opacity : 1;
    }  

    100%{
        transform: translateX(-5%);  
        opacity : 0;
    }

}

@keyframes am-L-H{

    0%{
        opacity : 1;
    }  

    100%{
        transform: translateX(-5%);  
        opacity : 0;
    }

}

@-webkit-keyframes am-L-S{
    0%{
        transform: translateX(-5%);  
        opacity : 0;
    }  

    100%{
        opacity : 1;
    }

}

@keyframes am-L-S{

    0%{
        transform: translateX(-5%);  
        opacity : 0;
    }  

    100%{
        opacity : 1;
    }

}

/* CSS DROPDOWN */

.dropdown{
    position: relative;
    display: inline-block;
    width : 100%;
}

.dropdown .input-list{
    display:flex;
}

.dropdown input[type="text"]{
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background : #FFF;
    color : #000;
    border-radius: 0;
    border : #777 solid 1px;
    padding-left: 2px;
}

.dropdown input[type="text"]:disabled{
    -webkit-appearance: none;
    background : #FFF!important;
    color : #000!important;
    border-radius: 0!important;
    border : #777 solid 1px !important;
}


.input-list-deployable{
    width : 100%;
    cursor : pointer;
}

.dropdown ul{
    list-style: none;
    margin : 0px;
    padding : 0px;
    width: 100%;
}

.dropdown li{
    background: #FFF;
    position:relative;
}

.dropdown .dropdown-list{
    position: absolute;
    display:none;
    border : solid #c8c8c8;
    border-width: 1px 1px 1px 1px;
    z-index: 3;
    width : 100%;
    top: 23px;
    max-height: 500px;
    overflow: auto;
}

.dropdown-icoClear{
    width: 20px;
    height: 24px;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left : 14px;
}

.dropdown li div{
    padding-left:26px;
    text-align: left;
}

.dropdown input[type='checkbox']:not(:checked),
.dropdown input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
}

.dropdown input[type='checkbox']:not(:checked) + label,
.dropdown input[type='checkbox']:checked + label {
    display: inline-block;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 4px 0px;
    border-bottom: 1px solid #ececec;
}

.dropdown input[type='checkbox']:not(:checked) + label:before,
.dropdown input[type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border: 1px solid #a0a0a0;
    background: #FFF;
    z-index: 0;
    margin-left: 5px;
}

.dropdown input[type='checkbox'] + label:after,
.dropdown input[type='checkbox'] + label:after {
    content: url(../../../common/images/checkboxCheck.png);
    position: absolute;
    top: 0px; left: 4px;
    width : 16px; height : 16px;
    /*font-size: 14px;*/
    /*background: green;*/
    /*color: #09ad7e;*/
    z-index: 2;
}
/* Aspect si "pas cochée" */
.dropdown input[type='checkbox']:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
    z-index: 2;
}

.dropdown input[type='checkbox']:not(:checked):hover + label {
    background : #f3f3f3;
}


.dropdown input[type='checkbox']:checked + label  {
    background : #CCC;

}

.dropdown input[type='checkbox']:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
    z-index: 2;
}


#btn-valider-step1:disabled{
    opacity : 0.5;
    cursor : not-allowed;
}

.upper-label-home{
    position: absolute;
    top: -17px;
    color: #a8a8a8;
}

.upper-label-home-alter{
    position: absolute;
    top: -17px;
    color: #a8a8a8;
    left:0px;
    font-weight: 300;
    font-size:14px;
}

.btn-new-module-mob{
    border: 1px solid #DEDEDE;
    /*    width: 70px;*/
    cursor : pointer;
}

.suppr-minimod{
    text-decoration: underline;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;}

.offre-vid-wrapper{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    height:300px;
    margin-bottom:35px;
}

.offre-vid-1{
    width : 35%;
    margin : 2%;
}
.offre-vid-2{
    width: 60%;
}

.offre-vid{
    width:100%;
    border:2px solid #FFF;
    box-shadow: 0 0 2em #888;
    height:300px;
}

.wrapper-input-vid{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:0px 15px;
}

.input-vid-img{
    height:115px;
}

.input-vid-part{
    justify-content: space-evenly;
    display:  flex;
    flex-direction:  column;
    width: 70%;
    margin-left: 8px;
}

.input-vid-part1{
    margin-bottom:  8px;
}

.input-vid-part1-1{
    width:100%;
    color:#87B574;
}

.input-vid-part2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ___________________________________________________________________________________________________________________  */

@media all and (max-width: 1030px) {

    select{
        appearance:none;
    }


    input{
        appearance:none;
    }

    #corp{
        min-width:100%;
    }

    #banner{width:100%;
    }

    .itemCC{
        flex-direction: column;
    }

    .inputCCproC{
        display:flex;
        justify-content: center;
        margin : 1% 0;
    }

    .acDIPtypeEtab{
        display:flex;
        flex-direction: column;
    }

}

@media all and (max-width: 768px) {


    #contenuPage{
        display : flex;
        justify-content:  center;
        /*        max-height: 100%;  */
        /*        min-height: 100%;  */
        width : 100%;
    }


    html{
        /* min-width: 500px;*/
        min-height: 100%;
    }

    body {
        margin : 0px 0px;
        padding : 0px;
        min-height: 100%;
        /* width : 100%;*/
        /*        font-size : 22px;*/
    }

    #fullscreen{
        /*        display : flex;
                justify-content:  center;
                min-height: 100%;
                height: 100%;*/
    }

    #placeholderMobile{
        display:block;

    }

    #corp {
        /*        top : 2px;
                bottom : 2px;*/
        /*        width: 80%;*/
        /*         position: relative;*/
        /*        background-color: red;
                min-width: 100%;
                background-color: transparent ;*/
        height: auto;
        width: 100%;
        left:0px;
        position: absolute;
        overflow : hidden;
    }

    .PeriodeMultiInput{
        width : 100%;
        align-items:flex-start;
        flex-direction: column;
    }    
    .wrapperTuile{
        display:flex;
        flex-direction: column;
        justify-content:space-around;
        margin-bottom:2%;
    }

    .containerOffreTuile{
        margin:3% auto;
        width:100%;
        text-align: center;
    }

    .geoLocNoImgListe{
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .geoLocImgListe li{
        width: 100%;
        text-align: left;
    }

    .corpLocTuile{
        display: flex;
        justify-content: space-between;
        margin:15px;
    }    
    .fullCorpsTuile{
        width:50%;
    }

    .footerTuile{
        text-align: center;
        justify-content: center;
        width: 94%;
    }

    .CNTuile{
        text-align: left;
        margin-left: 0px;
        font-weight: bold;
    }

    .desktopOnly{
        display : none !important;
    }

    .OORdesktop{
        position:absolute;
        left : -9999px;
    }

    .mobileOnly{
        display : block !important;
    }

    #banner{
        display : none;
    }


    #subHeader{
        display : none;
    }

    .subHeader{
        display : none;
    }

    .inputPeriode{
        width : 125px !important ;
        background-position: 92% center !important;
    }

    .container{
        /*        font-size: 22px;*/
    }

    .mapIndic{
        display: flex;
        height: 40px;
        width: 100%;
        margin: auto;
        padding-top: 2%;    
    }

    .mapIndicWrapper{
        width :100%;
        display:flex;
        margin:auto;
    }    
    .mapIndic .swapMapSelected{
        width: 100%;
        opacity: 1;
        transition: width 0.5s, opacity 2s;
        height: 50px;
        overflow: hidden;
        font-size : 20px;
    }
    .mapIndic .swapMapSelected{
        width : 100%;
        opacity : 1;
        transition: width 0.5s, opacity 2s;
        height: 50px;
        overflow: hidden;

    }

    .mapIndic .swapMapUnselected{
        width : 0px;
        opacity : 0;
        transition: width 0.5s, opacity 2s;
        height: 50px;
        overflow: hidden;
    }

    .icoFlecheSlider{
        width: 15px;
        height: 30px;
        margin: 0 auto;
    }

    .sousTitreContainerOffre{
        font-weight: bold;
        font-size: 14px;
        padding : 1% 4px 4px 0;
    }

    .containerGauche{
        /*    align-items: center;*/
        width: 70%;
    }

    .OffrePartie1G{
        margin : 0 0;
    }    

    .checkboxDualLabel {
        color : #000;
        display: inline-block;
        text-align: center;
        border: 1px solid #a3a3a3;
        background-color: #FFF;
        cursor: pointer;
        border-radius: 2px;
        height: 30px;
        width: 91px;
        line-height: 30px;
        font-size: 17px;
        margin : 0 5px 0 0;
    }

    .sexeInput{
        width : auto !important;
        background:blue;

    }

    .checkboxDualLabel:hover {
        background: #DEDEDE;
        color : #FFF;
    }
    .checkboxSoloLabel {
        display: inline-block;
        text-align: center;
        border: 1px solid #DEDEDE;
        background-color: #FFF;
        cursor: pointer;
        border-radius: 2px;
        height: 30px;
        width: 190px;
        line-height: 30px;
        font-size: 17px;
        /*    margin : 0 5px 0 5px;*/
    }

    .containerAnnonceBtn{
        margin : 0 0;
        width : 20%;

    }

    .enteteProfil{
        display : flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items:center;
        justify-content: center;
        margin : 2% 0 25px 0;
        border : 1px solid #DEDEDE
    }

    #divOrderPhoto{
        order : 1;
        display:flex;
        justify-content: center;
        flex: 1 0 auto;
        flex-direction:column;
        margin: 0 0 15px 0;
    }

    #photoUploader{
        border-radius: 95%;
        border: 4px solid #DEDEDE
    }


    .icoDelCV{
        display:none;
    }

    .fileuploadPhoto{
        width : 130px;
        height: 130px;
        margin : 20% auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }    
    .txtDL{
        /*        display:none;*/
    }

    #infoPerso{
        flex: 1 0 auto;
        order : 2;
        font-size : 17px;
        min-width: 10em;
        text-align:center;
    }

    .infoPerso{
    }

    .etatProfil{
        text-align: center;
    }

    #uploadfichier{
        order : 2;
        padding : 0;
        margin: 10px 0 0 0;
    }

    .cadre{
        position:relative;
        text-align: left;
        margin-bottom: 3%;
    }

    .cadrePopup{
        text-align: justify;
        margin: 0 0 20px 0px;
        padding : 0px;
        height : 100%;
    }

    .subtitleTelAnnonce{
        text-align: center;
        margin-top: 2%;
        font-weight: bold;
        font-size : 24px;
    }

    titreContainerOffre{
        margin : auto;
    }

    .sousTitreContainerOffre{
        text-align: center;
    }

    .conditionPratiqueElementB ul{
        margin: 0 0;
        padding : 0% 0 0 0;
        list-style:none;
    }

    .titreContainerOffre{
        font-size : 22px;
    }

    .containerAnnonceAccroche{
        display:none;
    }    

    .cadreInput{
        width : auto;
        margin-bottom: 3%;

    }

    .profilPart{
        flex-direction: column;

    }

    .profilPart .champProfil{
        width: 100%;
        /*        font-size: 20px;*/
        margin: auto 0;
    }

    .containerIndivprofil{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wrapper-RegenCT{
        justify-content:center;
    }

    .formInscriptionPart{
        margin : 2% 0;
        display : flex;
        flex-direction: column;
        font-size : 14px;
        padding : 0 2% 0 2%;
        width : 100%;
    }    

    .formInscriptionPartInscription{
        margin : 2% 0;
        display : flex;
        flex-direction: column;
        font-size : 14px;
        padding : 0 2% 0 2%;
        width : 100%;
    }

    .profilPartLigneMob{
        flex-direction: column;
    }

    .profilPartMob{
        width: 100%;
        flex-direction: column;
        max-width: 200px;
    }

    .inputMobiliteDiv{
        display:flex;
        margin: 8px 0 0 0;
        /*        justify-content: center;*/
    }

    .btnCenterMob{
        /*        margin: 0 4px;*/
    }

    .formInscriptionPartInscription .champProfil{
        width: 100%;
        font-size: 20px;
        margin: auto 0;
    }

    .formInscriptionPart .champProfil{
        width: 100%;
        font-size: 17px;
        margin: auto 0;
    }

    .TelBtnCGU{
        text-decoration: none;
        background: #5accf2;
        padding: 1px 20px;
        height: 30px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        border-radius: 4px;
        border : 0px;
    }

    .arrayCheckboxMobile td{
        text-align: left;   
        width: 230px;
        padding : 1% 0;
    }

    .ProfilPartCacMobile{
        width : 100%;
        margin : 2% auto;
    }

    .arrayCheckboxMobile{
        margin : auto;
    }

    .acDIPtypeEtab{
        display:flex;
        flex-direction: column;
    }

    .champProfilModule{
        width:100% !important;
        margin: 8px 0;
    }

    .divbtnModuleTrigger{
        margin-top:8px;
    }

    .ModuleTrigger{
        flex-direction: column;
        margin-bottom: 2%;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .alterTypeProfil{
        width: 100%;
        margin-left: 0px;
    }

    .mobileCBIndiv{
    }

    .CGUInscription{
    }


    .footer{
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
/*        height: 50px;*/
        padding : 0 0;
    }

    .footerWrap{
        height:auto;
    }

    #footerRS{
        display : flex;
        justify-content:space-evenly;
        margin : 2px auto;
        width : 70%;
    }

    .footerTitle{
        display:none;
    }

    #footerContact{
        /*        margin-top : 2%;
                width : 100%;*/
        width : auto;
        margin : 0 0;
        justify-content : space-around;
        text-align: center; 
    }

    .footerTxt{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    #logo{
        display : none;
    }

    .containerRS{
        align-content: space-between;
        width : 100%;
    }

    .icoRS{
        /*        height: 80%;
                width : 80%; */
        padding : 0 0;
    }

    /*    #footerContact{
            font-size : 14px;
            margin: auto;
            padding-top : 2%;
        }*/

    .footerRSIndiv{
        width : 25px;
        height : 25px;
        background-repeat: no-repeat;
        background-size : cover;
        padding : 0 0;
        margin : 0 4px;

    }

    .itemCacArray{
        width:48%;
        margin :8px 2px 8px 0;
        text-align: left;
        display:flex;
        align-items: center;
    }

    .linkContact{
        /*        font-size : 18px;*/
        font-weight: normal;
    }

    .localisation {
        position:relative;
    }

    .localisation .mapSolo iframe{  
        width: 112%;
        height: 403px;
        margin-top: -103px;
        margin-left: -18px; 
    }

    #logoIndicator{
        margin : 5% 0;
    }

    .localisation .mapSolo{ 
        overflow:hidden;
        height:300px; 
    }

    .localisation {
        position:relative; 
    }

    .localisation .mapCo iframe{ 
        width: 100%;
        height: 396px;
        margin-top: -94px;
        margin-left: -68px;
    }

    .localisation .mapCo{ 
        overflow:hidden; 
        height:300px;
    }

    .btn-CS{
        font-size: 17px;
        height : 40px;
        border-radius: 2px;
    }

    .icoLoca{
        display:none;
    }

    .icoVoirPlus{
        width : 60px;
        margin : auto;
    }

    .containerAnnonceAccroche{
    }

    .formInscriptionPart{
        font-size : 20px;
    }


    #consCGU{
        display:none;
    }

    .CGUContentDiv{
        border: 1px solid #a0a0a0;
        width: 95%;
        height: 0px;
        overflow: auto;
        margin: 2% auto;
        font-size: 12px;
        opacity: 0;
        transition: height 0.5s, opacity 0.8s;
    }

    #homeFiltreDesk{
        display : none;
    }

    #homeFiltreTel{
        display : block;
    }

    .filtre-Wrapper{
        /*      border: solid #c8c8c8;
                border-width: 0px 1px 1px 1px;
                border-radius :0 0px 4px 4px;*/
    }

    .filtre-body-v2{
        flex-direction:column;
    }

    .filtreTitre{
        height: 30px;
        padding :10px 0px;
        font-size : 20px;
        text-align: center;
    }

    .input-text-filtre{
        width : 95%;
    }

    .wrapper-compteur-offre{
        margin: 5px 0;
    }
    
    .ico-filtre-mobile{
        font-size : 22px;
        margin : 0 8px; 
    }

    #filtre-body-wrapper{
        /*        display:none;*/
    }

    #filtre-body{
        margin: 5% 0 3% 0;
        flex-direction: column;
        height : auto;
    }

    .filtre-cluster-1{
        margin : 0px 8px
    }

    .filtre-cluster-2-wrapper{
        justify-content: flex-start;
    }

    .filtre-cluster-2{
        margin : 0px 8px 0px 8px;
    }

    .filtre-item-dropdown{
        margin : 8px 0 12px 0;
    }

    .end-filtre-wrapper{
        margin :0 ;
        flex-direction: column
    }

    .filtre-item-dropdown-btn{
        margin: 8px 0 0px 0;
        text-align: center;
    }

    #tab-filtre-tel{
        display : flex;
        flex-direction: column;
        align-items: center;
        justify-content : center;
    }

    .divFiltre{
        margin : 7px 0;
        width:90%;
        text-align: center;
    }

    .filtreText{
        /*        height : 50px;*/
        text-align: left;
        font-size: 15px;
        width : 80%;
        font-family: 'Roboto';
        font-weight: 300;
    }

    .filtreSelect{
        /*        height : 50px;*/
        text-align: left;
        font-size: 15px;
        width : 80%;
        font-family: 'Roboto';
        font-weight: 300;
        background-color: #FFF;

    }

    .filtreBtnTel{
        /*        height : 50px;        */
        /*        width : 400px;*/
        border-radius: 10px;
        font-size : 22px;
    }

    .expandedFiltreTel{
        /*  background-color : #F5BAD2;*/
        height: 260px;
        width : 100%;
        transition: height 0.2s;
        border-bottom: 1px solid #555;

    }
    .retractedFiltreTel{
        /* background-color : #BAE6F5;*/
        width : 100%;
        height: 0px;
        transition: height 0.4s;
        border-bottom: 1px solid #555;
    }

    .inputProfilText{
        height: 23px;
        text-align: left;
        font-size: 17px;
        width: 95%;
        max-width:340px;
        font-family: 'Roboto';
        font-weight: 300;
    }    

    .inputLong{
        width:95%;
    }

    .inputMiniDual {
        width: 33px;
        margin-right: 20px;
        height: 27px;
        padding-left: 4px;
    }


    .inputAC{
        height: 21px;
        text-align: left;
        font-size: 17px;
        width: 95%;
        max-width:340px;
        font-family: 'Roboto';
        font-weight: 300;
    }

    #acAdrCOO{
        width : 100%;
    }

    #acAdrCOO-light{
        width : 100%;
    }

    .inputCoText{
        height: 25px;
        text-align: left;
        font-size: 17px;
        width: 95%;
        /*        max-width:250px;*/
        font-family: 'Roboto';
        font-weight: 300;
    }


    .inputMini{
        height: 23px;
        text-align: left;
        font-size: 17px;
        width: 35px;
        font-family: 'Roboto';
        font-weight: 300;  
    }

    .inputProfilSelect{
        height: 33px;
        text-align: left;
        font-size: 17px;
        width: 100%;
        max-width:346px;
        font-family: 'Roboto';
        font-weight: 300;
    }

    .inputProfilSelectIndivObject{
        height: 33px;
        text-align: left;
        font-size: 17px;
        width: 95%;
        max-width:346px;
        font-family: 'Roboto';
        font-weight: 300;
    }    
    .coordonnees{
        width : auto;
    }

    .cadreInfoPerso{
        font-size : 22px;
        padding : 3% 0 0 0;
    }

    .champProfil{
        width: 30%;
        font-size: 14px;
        text-align: left;
        margin: auto 0;
        font-weight: 400;
    }

    .containerAnnonce{
        display : flex;
        flex-direction: row;
        /*        text-align: start;*/
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8%;
    }

    .imgAnnonceMini{
        /*        display:none;*/
        width : 70px;
        height: auto;
    }

    .imgAnnonceIn{
        width : 70px;

    }

    .containerAnnonceTitre{
        text-align :left;
        font-size: 18px;
    }
    .containerAnnonceTitre:hover{
        text-decoration: underline;
    }

    .inputProfilTextarea{
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 300;
        width:95%
    }    
    .annonceComplement{
        font-size: 14px;
    }

    .btn-voirOffre{
        display : none
    }

    .btn-voirOffreTel{
        display : block;
        height: 50px;
        font-size : 20px;
    } 

    .Offrepartie1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .OffrePartie1G{
        width : auto;
    }

    .OffrePartie1D{
        width : auto;
    }

    .cadre ul li{
        text-decoration: none;

    }

    .parseCadre{
        display:none;
    }

    .parseCadrePart2{
        display:none;
    }

    .presentationEntreprise{
        text-align: justify;

    }    

    .descriptionBesoin{
        text-align: justify;
    }

    .arrayCheckbox td{
        padding : 5px 10px;
        width : 158px;
        font-size : 20px;
    }    

    /* MENU */

    #bannerTel{
        display : block;
        position : fixed;
        top :0;
        /* width : 100%;*/
        border-bottom: 1px solid #999;
        border-width: thin;
        z-index: 50;
        align-items: center;
    }

    #content{
        overflow : auto;
        margin : 0px;
        padding : 0px;
        height:95%;
    }

    #placeholder{
        height: 46px;
        display : block;
    }

    .containerTxtContent{
        margin:2% 2%;
        font-size:18px;
        text-align: justify;
        height: 80%;
    }
    #displayAnnonceTitre{
        padding-top: 4%;
    }


    .multiLigneInputmobile{
        text-align: left;
    }

    .icoTel{
        width : 30px;
        height: 30px;
        padding-top: 7px;
    }    

    /* DEPLOIMENT DU MENU */    
    .expand{
        /*background-color : #F5BAD2;*/
        background-color: #EEE;
        height: 225px;
        width : 100%;
        transition: height 0.2s;
        z-index: 999;
    }

    .retract{
        /*background-color : #BAE6F5;*/
        background-color: #EEE;    
        width : 100%;
        height: 45px;
        transition: height 0.4s;

    }  


    .lienSuppCompte{
        width : 100%;
        color :#a0a0a0;
        font-size : 16px;
        text-align: center;
    }

    .titreCadreProfil{
        font-size : 22px;
    }

    .hiddenIco{
        display : none;
    }

    .hiddenTab{
        visibility : hidden;
        opacity : 0;

    }

    .MenuTabVisible{
        visibility : visible;
        opacity: 1;
        transition: opacity 0.4s linear;

    }

    #tab-menu-tel{
        position: absolute;
        top: 25px;
        width: 100%;
    }

    #tab-menu-tel ul{
        margin-left:0;
        padding-left:0;
    }

    #tab-menu-tel li{
        list-style:none;
        padding : 20px 0;
        border-bottom: 1px solid #555;
        background-color: #EEE;
        cursor: pointer;
        text-align : center;
        font-size: 20px;
        text-transform : uppercase;
    }

    #tab-menu-tel li:last-child{
        border-bottom: none;
    }

    #tab-menu-tel li:hover{
        background-color : #DDD;
    }

    .btn-deconnexion-tel{
        position:absolute;
        top : 10px;
        right : 12px;
        /*        width : 55px;
                height: 55px;*/

    }

    .titreCadreProfil{
        margin : auto;
    }

    .champProfil{
        font-size : 17px;
        width:100%;
        margin : 8px 0;
    }

    .champProfilCaC{
        font-size : 17px;
        margin : 8px 0;
        font-weight: 400;
        width:100%;
    }

    .msgErrPhoto{
        width:139px;
        text-align: initial;
    }

    .errGen{
        width:100%;
    }

    .profilPartLigne{
        flex-direction: column;
    }    



    .profilPartLigneCac{
        flex-direction: column;
    }    

    .champProfilPerm{
        font-size : 17px;
        width:100%;
        margin : 8px 0;
        font-weight: 400;
    }

    .profilPermLigne{
        margin : 0px 8px;
        flex-direction: row;
    }

    /*    .divIcoDelPhoto{display:none;}*/

    .champProfilComp{
        font-size : 17px;
        margin-right: 5%;
        padding : 0 0 0 0;
        width: 100%;
        font-weight: 400;
    }

    .MultiInputLigne input{
        width : 40%;
    }    

    .champProfilModule{
        font-size : 17px; 
        width : 30%;
        text-align: left;
        font-weight: 400;
    }

    .itemPeriodeCheckbox{
        margin: 8px 2px 8px 0px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .icoPlusObjetProfil{
        text-align:center;
        font-size:28px;
        max-width: 346px;
    }

    .icoPlusObjetProfilPlus{
        text-align:center;
        font-size:28px;
        width: 251px;
    }
    .champProfilMobileCaC{
        width : 100%;
        font-size: 17px;
        text-align: left;
        font-weight: 400;
    }

    .champProfilMob{
        width: 200px;
        font-size: 17px;
        font-weight : 400;
    }

    .containerMultiBtn{
        flex-direction: column;
    }

    .containerMultiBtnRedirection{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        align-items: baseline;
        justify-content: space-around;
    }    

    .divBoutonPostuler{
        display : flex;
        justify-content : center;
        padding : 2% 0;
        width: 100%;
    }

    .divWarningSuivi{
        flex-direction: column;
    }

    .divWarningSuivi p{
        margin-bottom:  8px;
    }

    .divWarningPostuler{
        flex-direction: column;
    }

    .separateurPostuler{
        width: 100%;
        text-align: center;
    }


    .headerModule{
        height:30px;
    }

    .explCompetence{
        text-align: left;
    }

    .containerAnnonceSuivi{
        display : flex;
        flex-direction: column;
    }

    .suiviGauche{
        width : 100%;
        text-align: center;
    }

    .itemSuivi{
        display : flex;
        margin : 2% 0 0 5%;
        justify-content:space-between;
        text-align: left;
        margin-bottom: 1%;
    }

    .suiviGauche .annonceComplement{
        display : none;
    }


    .containerSuiviDroit{
        width : auto;
    }

    .divUpload{
        padding : 0% 0;

    }

    .divUploadSuivi {
        width: 100%;
        margin-top: 2%;
    }

    .bannerTelRS{
        position: relative;
        color: red;
        text-align: center;
        bottom: 49px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0% 20%;
    }    

    .lastElemProcessCandidature{
        width: 90%;
    }

    .popupParseBottomBtn{
        flex-direction: column;
    }

    .BtnCloseParsing{
        width : 100%;
    }

    /* ANIMATION MENU HAMBURGER */    
    #nav-icon1 {
        width: 32px;
        height: 29px;
        margin: 10px 12px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #555;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .checkBoxCustom:not(:checked),
    .checkBoxCustom:checked {
        position: absolute;
        left: -9999px;
    }

    /* on prépare le label */
    .checkBoxCustom:not(:checked) + label,
    .checkBoxCustom:checked + label {
        position: relative; /* permet de positionner les pseudo-éléments */
        padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
        cursor: pointer;    /* affiche un curseur adapté */
        z-index: 0;
    }
    /* Aspect des checkboxes */
    /* :before sert à créer la case à cocher */
    .checkBoxCustom:not(:checked) + label:before,
    .checkBoxCustom:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: -10px;
        width: 17px;
        height: 17px;
        border: 1px solid #a0a0a0;
        background: #FFF;
        z-index: 0;

        /*border-radius: 3px; /* angles arrondis */
        /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3) /* légère ombre interne */
    }

    /* Aspect général de la coche */
    .checkBoxCustom:not(:checked) + label:after,
    .checkBoxCustom:checked + label:after {
        content: url(../../../common/images/checkboxCheck.png);
        position: absolute;
        bottom: -7px;
        left: 2px;
        width: 14px;
        height: 16px;
        /*font-size: 14px;*/
        /*background: green;*/
        /*color: #09ad7e;*/
        z-index: 2;

    }
    /* Aspect si "pas cochée" */
    .checkBoxCustom:not(:checked) + label:after {
        opacity: 0; /* coche invisible */
        transform: scale(0); /* mise à l'échelle à 0 */
        z-index: 2;

    }
    /* Aspect si "cochée" */
    .checkBoxCustom:checked + label:after {
        opacity: 1; /* coche opaque */
        transform: scale(1); /* mise à l'échelle 1:1 */
        z-index: 2;

    }

    /* aspect désactivée */
    .checkBoxCustom:disabled:not(:checked) + label:before,
    .checkBoxCustom:disabled:checked + label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
        z-index: 2;

    }
    /* styles de la coche (si cochée/désactivée) */
    .checkBoxCustom:disabled:checked + label:after {
        color: #999;
        z-index: 2;

    }
    /* on style aussi le label quand désactivé */
    .checkBoxCustom:disabled + label {
        color: #aaa;
        z-index: 2;

    }

    /* aspect au focus de l'élément */
    .checkBoxCustom:checked:focus + label:before,
    .checkBoxCustom:not(:checked):focus + label:before {
        border: 1px dotted blue;
        z-index: 2;

    }

    .popupWindows{
        position:relative;
        height:100% !important;
        width:100% !important;
        margin:0 auto;
    }

    /* PROCESS CANDIDATURE */

    .blocCompteProcessCandidature{
        position:relative;        
        display: flex;
        justify-content: center;
        flex: 1 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .wrapperTooltip{
        display: flex;
        justify-content: center;
    }

    .formProcessCandidature {
        margin: 4px 0 8px 0;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        padding: 0 2% 0 2%;
        width: 95%;
        align-items:center;
    }

    .headerInscription{
        top: 17px;
        left : -1000px;
        transition:left 0.5s ease;
        height: 275px;
    }

    .headerConnexion{
        bottom: 300px;
        left : 1000px;
        transition:left 0.5s ease;
        width: 100%;
        max-width: 270px;
    } 

    .moved{
        left : 0px;
    }

    .headerFormProcessCandidature{
        position: relative;
        margin : 0;
    }

    .popupExplCP{
        display:none;
    }

    .corpProcessheader{
        height: auto;
    }    

    .divFormProcessCandidature{
        width : 100%;
    }

    .linePartProcess{
        margin: 15px 40px 15px 10px;
    }

    .titlePartIcoMobile{
        position:absolute;
        right: 0px;
        display:inline;
        font-size: 20px;
        margin: 0 2%;
        top : 19px;
    }

    .indocatormobileProC{
        height:25px;
        width:25px;
        border-radius: 95px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px 0;
        max-width: 25px;
        max-height: 25px;
        min-width: 25px;
        min-height: 25px;
    }

    .btnPartProcess{
        display:none;
    }

    .titlePartProcess{
        font-size: 15px;
        margin-right: 22px;
    }

    .champProcess{
        display:none;
    }

    .ProcessCandidaturePartieCompte{
        /*        border : 1px #DEDEDE solid;*/
        background: #FFF;
        /*        margin: 10px 5% 10px 5%;*/
        /*        padding: 1%;*/
    }    

    .inputProcessCandidature{
        width : 100%;
        text-align: center;
    }

    .inputCoTextCourtMob{
        width : 50% !important;
        min-width: 180px;
    }

    .inputCoText::-webkit-input-placeholder { /* WebKit browsers */
        color: #111;
    }
    .inputCoText:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #111;
    }
    .inputCoText::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #111;
    }
    .inputCoText:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #111;
    }

    .indicatorProcess{
        display:none;
    }

    .noAccessWrapper{
        /*        display:none;*/
    }    

    .mobileChoixHeaderCandidature{
        margin-top:15px;
        display: block;
        position: relative;
        z-index: 6;
        background: #FFF;
        /*        margin: 0 3%;*/
        border-radius: 4px;
        background: #EEE;
    }

    .inputProText{
        width : 95%;
    }  

    .inputProTextAlt{
        width : 90%;
    }

    /*    .champTxtHeaderProcess{
            text-align:center;
        }*/

    .headerProfilDiv{
        height:auto;
        align-items: center;
        flex-direction: column;
        background:#FFF;
        padding:20px;
        width: 100%;
        margin: 50px 5% 0 5%;
    }

    .headerProfilDivPhoto{

    }

    .headerProfilDivInfos{
        text-align: center;
        background: #EEE;
        border: 1px solid #DEDEDE;
        border-radius: 4px;
        padding : 5px;
        width:75%;
    }

    .headerProfilDivInfosUp{

    }

    .headerProfilDivInfosDo{
        font-size:14px;
    }

    .legendUpperWrapper{
        height: 12px;
    }

    .popupCreaProfContent1{
        /*        width:90%;*/
    }

    .itemCCCategWrapperProc lastElemProcessCandidature{
        width: 100%;
        background: #FFF;
        position: absolute;
        z-index: 6;
        /* border: 1px solid #000; */
        bottom: 35px;
        padding: 12px;
        left: -12px;
        box-shadow: #333 0px 0px 25px;
    }

    .proC-CC-tooltip-wrapper{
        display:none;
    }

    .popupConfirmProfilDiv{
        width:80%;
    }

    .popupConfirmProCDiv {
        width: 95%;
    }    

    .btn-close-popup-proC-final{
        padding : 0px 4px;
    }

    .barProCMobileWrapper{
        display: block;
        position:fixed;
        height:30px;
        width:100%;
        z-index: 5;
        border-bottom: 1px solid #DEDEDE;
        box-shadow: #BBB 0px 0px 3px;
        background : #FFF;

    }

    .CCCategWrapper{
        flex-direction: column;
    }

    .itemCCCategWrapper{
        width: auto;
    }

    .refreshIcoCC{
        display: none;
    }

    .barProCMobile{
        height:100%;
        display:flex;
        align-items: center;
        margin : 0 5%;
    }

    .barProMobile-Part{
        position:relative;
        height: 20px;
        display: flex;
        margin : auto 0;
        align-items: center;
        flex-grow: 1;
        transition: all 1s;
    }

    .barMobile-Part-extended{
        flex-grow: 8;
    }

    .barMobile-Part-fatBar{
        height: 16px !important;
        top : 2px !important;
    }

    .barProMobile-shrink{
        flex-grow: 1;
        transition : all 2s;
    }

    .barProMobile-extended{
        flex-grow: 3;
        transition : all 2s;
    }

    .barProCMobileOutCircle{
        border-radius: 45px;
        height: 100%;
        width: 20px;
        border:2px #000 solid; 
        background:#FFF;
        z-index: 4;
        font-weight: 500;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .barProCMobileOutBar{
        position: absolute;
        width: 100%;
        height: 10px;
        left : 3px;
        text-align: center;
        top: 5px;
    }

    .barProCMobileOutBar-txt{
        font-size: 10px;
        color: #FFF;
        font-weight: 500;
        display:none;
        margin-left: 20px;
    }

    .barProCMobileOutBar-displaytxt{
        display:inline;
    }

    .barProCMobileOutBarEnd{
        position: absolute;
        width: 100%;
        height: 10px;
        left : 3px;
        border-radius: 0px 90px 90px 0px;
        text-align: left;
        top : 5px;
    }

    .proCindicator-mobile-circle1{
        color : #c8c8c8;
        border-color: #c8c8c8;
    }

    .proCindicator-mobile-circle3{
        color : #5bc769;
        border-color: #5bc769;
    }

    .errCC{
        font-style: italic;
        font-size: 14px;
        color: #FA7D7D;
        margin :2% 0;
    }

    .popupCreaProfCorpIn{
        width : auto;
    }

    .finalPartIndicator-n{
        font-size: 15px;
    }

    .finalPartIndicator-y{
        height: 63px;
        justify-content: left;
        font-size: 15px;
        flex-direction: column;
    }

    .finalPartProcess-btnRetour{
        position : initial;
        margin : 8px;
    }

    .wrapper-switch-profil{
    flex-direction: column;
}

    
    .cadre-switch-profil{
        order :2;
        margin: 3% auto;
    }

    .cadre-label-profil{
        order : 1;
    }
    
    .cadre-switch-profil label{
        margin-right: 8px;
    }

    .itemCCCategWrapperProc{
        justify-content: space-around;
        width:auto;
    }

    .CCCategWrapperAnnonce{
        flex-direction: column;
    }

    .CCCategWrapperAnnonce .itemCCCategWrapper {
        width: 100%;
        margin : 2% 0;
        height : auto;
    }

    .CCCategWrapperAnnonce .itemCCsub{
        display:flex;
        align-items: center;
    }

    .itemCCCategWrapperProc .itemCCsub{
        display:flex;
        align-items: center;
    }


    .inputCCproC{
        display: flex;
        justify-content: center;
        margin: 10px;
    }

    .item-suivi{
        width: 100%;
    }

    .dropdown input[type='checkbox']:not(:checked) + label,
    .dropdown input[type='checkbox']:checked + label {
        display: inline-block;
        cursor: pointer;
        z-index: 0;
        width: 100%;
        height: 100%;
        padding: 10px 0px;
        border-bottom: 1px solid #ececec;
    }

    .dropdown input[type='checkbox']:not(:checked) + label:before,
    .dropdown input[type='checkbox']:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 15px;
        height: 15px;
        border: 1px solid #a0a0a0;
        background: #FFF;
        z-index: 0;
        margin-left: 5px;
    }

    .dropdown input[type='checkbox'] + label:after,
    .dropdown input[type='checkbox'] + label:after {
        content: url(../../../common/images/checkboxCheck.png);
        position: absolute;
        top: 6px;
        left: 6px;
        width : 16px; height : 16px;
        /*font-size: 14px;*/
        /*background: green;*/
        /*color: #09ad7e;*/
        z-index: 2;
    }


    .dropdown li div {
        padding-left: 30px;
    }

    .dropdown .dropdown-list{
        max-height: 250px;
    }


    .offre-vid-1{
        margin : 2%;
        display:none;
    }
    .offre-vid-2{
        width: 100%;
    }

/*    .offre-vid{
        height:100%;
    }*/
    
    .input-vid-wrapper-part{
        display: none;
    }
    
}

@media all and (max-width: 550px) {

    .imgAnnonceMini{
        display:none;
    }

    #logoTel{
        display : none;
    }

}