/* 
    Created on : 16 mai 2019, 13:27:40
    Author     : Guillaume
*/

/*
 ###############################################################################
    Header
 ###############################################################################
*/

/*
 Navbar
*/
.menu{
    /*background-color: #2c4a95;*/
    color: rgba(0, 0, 0, .9);
    margin: auto;
    width: 100%;
    min-height: 10vh;
    line-height: 15px;
    text-align: center;
    padding: 0!important;
}

.navGap{
    padding-top: 5em!important;
}

.m-left{
    float: left;
}

.m-right{
    float: right;
}

.logo{
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 900;
}

.m-link{
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin: 0 5px;
    color: white!important;
    font-family: 'AvenirNextBold'!important;
}

/*
 Sub Navbar
*/

.subNavBar{
    background: #ac312e;
    min-height:12vh;
    line-height: 66px;
    padding-left: 2em;
    padding-right: 2em;
}

.subNavBarItem{
    max-width: 1100px;
    margin: auto!important;
}

body{
    height: 100%;   
}

html {
    scroll-behavior: smooth; 
} 
html, body, form, fieldset, table, tr, td, img, a {
    font-family: 'AvenirNextRegular'!important;
}

h1,h2, h3{
    font-family: 'AvenirNextBold'!important; 
}

@font-face{
    font-family: AvenirNextRegular;
    src: url("../font/AvenirNextLTPro-Regular.otf") format("opentype");
}

@font-face{
    font-family: AvenirNextBold;
    font-weight: bold;
    src: url("../font/AvenirNextLTPro-Bold.otf") format("opentype");
}

@font-face{
    font-family: AvenirNextitalic;
    font-style: italic;
    src: url("../font/AvenirNextLTPro-It.otf") format("opentype");
}

/*
 *******************************************************************************
    Header
 *******************************************************************************
*/


/*
 ###############################################################################
    Page
 ###############################################################################
*/

.btn-primary{
    color: white!important;
    background-color: #df3434!important;
    border-color: #eb6b6b!important;
    border-radius: 100px!important;
    font-family: "AvenirNextBold"!important;
}
.btn-danger{
    color: #df3434!important;
    background-color: rgb(255, 236, 233)!important;
    border-color: #fff!important;
    border-radius: 100px!important;
    font-family: "AvenirNextBold"!important;
}
.btn-info{
    color: white!important;
    background-color: #eb6b6b!important;
    border-color: #eb6b6b!important;
    border-radius: 100px!important;
    font-family: "AvenirNextBold"!important;
}

/*
 Accueil
*/

/*
 Comment ça marche
*/
.ccmNavBar{
    line-height: 66px;
}
.titleCCM{
    height: 100%; 
    width: 70%;
    margin:auto;
    margin-top:0.5em;
    margin-bottom:0.2em;
    color: white;  
    text-align: center;
    font-size: 60px;
}

/*
 Publier un job
*/

.rowCategorie > .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0.2em;
}
.panelCategorie{
    min-height: 21vh;
    max-height: 30vh;
    min-width: 10vh;
    max-width: 15vh;
    border: 0.2em ; 
    font-weight: bold;
    border-radius: 2em;
    border-radius: 30px 30px 30px 30px;
}

@media only screen and (max-width: 600px) {
    .panelCategorie{
        min-height: 21vh;
        max-height: 30vh;
        min-width: 31vw;
        max-width: 40vw;
        border: 0.2em ; 
        font-weight: bold;
        border-radius: 2em;
        border-radius: 30px 30px 30px 30px;
        font-size: 12px;
    }
}


.searchJobMenu {
    min-height: 80vh;
    margin: auto;
    background-image: url("../img/fond_connexion.png");
    background-repeat: no-repeat; 
    background-size : cover;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.mainTitle{
    padding-top: 0.5em;
    margin-left: 2em;
    margin-bottom: 0.5em;
    color: white;
    font-size: 3em;
}
.divMenuTitle{
    width: 70% ;
    overflow: auto;
    margin:auto;
    border: 0.2em ; 
    border-radius: 2em;
    color: white;
    background :rgba(211,211,211,0.6);
    border-radius: 30px 30px 0px 0px;
}
.divMenuTitle > h2{
    margin-left: 0.5em; 
    margin-top: 0.5em;
}
.jobMenu{
    margin: auto;
    border: 0.2em ; 
    border-radius: 2em;
    background :rgba(211,211,211,0.5);
    color: black;
    border-radius: 0px 0px 30px 30px;
}

.divMain{
    text-align: center;
}

.divCategory{
    font-weight: 600;
    display: inline-block;
    border-width: 5px;
    padding: 2%;
    width: 15em;
    margin: 2%;
    height: 15em; 
    border-radius: 2em;
    color: black;
}

/*
 Publier un job création
*/

.subNavBarCrea{
    background: #ac312e;
    min-height:12em;
    line-height: 66px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom : 2em;
}


.creaPane{
    margin: auto;
    width: 90%;
    height: 80%;
    text-align: left;
    border-radius: 0px 0px 30px 30px;
}

ul {
    list-style: none;
}
.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
.liCircle > ul > #li_none::before{
    content: ""; 
    color: #eb6b6b;
    display: inline-block; 
    margin-bottom: 1.4em;
}
.liCircle > ul > li::before{
    content: "•"; 
    color: #eb6b6b;
    display: inline-block; 
    font-size: 1.5em;
}
ul > li > label{
    color: #eb6b6b;
    font-weight: bold;
}

ul > li > input[type=text]:focus, input[type=number]:focus{
    color: #eb6b6b;
}
ul > li > input[type=text], input[type=number]{
    color: #eb6b6b;
}
ul > li > div > input[type=text]:focus, input[type=number]:focus{
    color: #eb6b6b;
}
ul > li > div > input[type=text], input[type=number]{
    color: #eb6b6b;
}

.iconCalendar{
    margin-left: 2ex;
    margin-top: 1ex; 
    margin-right: 1ex
}

.buttonDelete, .buttonAdd{
    margin-top: 0.15ex;
    height: 35px;
}

/*
 Trouver un job
*/
.jobItem{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    border-radius: 1em;
    padding: 1em;
}

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

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

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*
 Consulter un job
*/

.consultIcon{
    height: 1.6em;
    margin-left: 0.3em;
    margin-right: 0.3em; 
    vertical-align: top;
}

.consultFieldP{
    margin: 0px; 
    padding: 0px;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.consultDescArea{
    max-width: 1000px;
    padding: 1em;
    margin: auto;
    margin-top: 2em;
    background: lightgray; 
    border-radius: 1em;
}

.consultIconDesc{
    text-align: center;
    margin-top: 0.5em;
}

.consultDescTxt{
    text-align: justify;
    margin-top: 0.5em;
}

/*
 Connexion-inscription
*/
.ciTitle{
    padding-top: 1.5em;
    height: 5em;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
}

.ciPane{
    padding: 3em 1em 3em 1em;
    width: 100%;
    height: 80%;
    background-color: rgba(204,204,204,.7);
    text-align: center;
    border-radius: 0px 0px 30px 30px;
}

.tabHide{
    display: none;
}

td{
    padding: 0;
}

/*
 Contact
*/

.contactTitle{
    padding-top: 1.5em;
    width: 50%;
    height: 5em;
    background-color: rgba(204,204,204,.7);
    text-align: center;
    border-radius: 30px 30px 0px 0px;
}

.contactPane{
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    height: 80%;
    background-color: rgba(204,204,204,.7);
    text-align: center;
    border-radius: 0px 30px 30px 30px;
}

.contactField{
    margin-left: 5vmin;
    margin-right: 5vmin;

}

/*
 *******************************************************************************
    Page
 *******************************************************************************
*/

/*
 ###############################################################################
    Items
 ###############################################################################
*/

/*
 Bleu
*/
.cat1{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Bleu
*/
.cat2{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Gris claire
*/
.cat3{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Violet
*/
.cat4{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Brun
*/
.cat5{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Gris foncé
*/
.cat6{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Rouge
*/
.cat7{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Jaune
*/
.cat8{
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}

/*
 Jaune
*/
.cat9{    
    background-image:linear-gradient(60deg, rgba(255, 65, 96, 1), rgba(255, 139, 75, 1));
}




.categorie1{
    content:url("../img/category/exterieur.svg");
    opacity: 1;
}

.categorie2{
    content:url("../img/category/eau.svg");
    opacity: 1;
}

.categorie3{
    content:url("../img/category/informatique.svg");
    opacity: 1;
}

.categorie4{
    content:url("../img/category/cours.svg");
    opacity: 1;
}

.categorie5{
    content:url("../img/category/animaux.svg");
    opacity: 1;
}

.categorie6{
    content:url("../img/category/services.svg");
    opacity: 1;
}

.categorie7{
    content:url("../img/category/transports.svg");
    opacity: 1;
}

.categorie8{
    content:url("../img/category/mecanique.svg");
    opacity: 1;
}

.categorie9{    
    content:url("../img/category/electricite.svg");
    opacity: 1;
}

.progress1{
    content:url("../img/progress/progression_1.png");    
    /*    margin-left: 25em;
        margin-top: 2em;*/
    width: 100%;
}
.progress2{
    content:url("../img/progress/progression_2.png");    
    /*    margin-top: 2em;*/
    width: 100%;
}
.progress2_1{
    content:url("../img/progress/progression_2.1.png");    
    /*margin-top: 2em;*/
    width: 100%;
}
.progress3{
    content:url("../img/progress/progression_3.png");    
    /*margin-top: 2em;*/
    width: 100%;
}
.progress3_1{
    content:url("../img/progress/progression_3.1.png");    
    /*margin-top: 2em;*/
    width: 100%;
}
.progress4{
    content:url("../img/progress/progression_4.png");    
    /*margin-top: 2em;*/
    width: 100%;
}
.progress4_1{
    content:url("../img/progress/progression_4.1.png");    
    /*margin-top: 2em;*/
    width: 100%;
}

/**
* Icon
**/
.iconTitre{
    content:url("../img/icon/titre.svg");
}
.iconDescription{
    content:url("../img/icon/description.svg");
}
.iconDate{
    content:url("../img/icon/dates.svg");
}
.iconHour{
    content:url("../img/icon/heure.svg");
}
.iconLocality{
    content:url("../img/icon/lieu.svg");
}
.iconPrice{
    content:url("../img/icon/prix.svg");
}
.iconTime{
    content:url("../img/icon/temps.svg");
}
.iconTotal{
    content:url("../img/icon/total.svg");
}

/*
 *******************************************************************************
    Items
 *******************************************************************************
*/


/* colorpicker styles */
.colorpicker {
    background-color: #222222;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px #444444;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    width: 460px;
}
.picker-1,.picker-2 {
    cursor: crosshair;
    float: left;
    margin: 10px;
    border: 0;
}
.controls {
    float: right;
    margin: 10px;
}
.controls > div {
    border: 1px solid #2F2F2F;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
}
.controls label {
    float: left;
}
.controls > div input {
    background-color: #121212;
    border: 1px solid #2F2F2F;
    color: #DDDDDD;
    float: right;
    font-size: 10px;
    height: 14px;
    margin-left: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
}
.selectDisable{
    cursor: not-allowed;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}
.preview-1,.preview-2 {
    border-radius: 0.5em 0.5em 0em 0em;
    border: 0.1em solid;
    cursor: pointer;
    height: 2em;
    width: 20em;
}.preview-final {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    border: 0.1em solid;
    cursor: pointer;
    height: 2em;
    width: 20em;
}