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

/*
 Navbar
*/
.navbar{
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
    .dot span{
        display:none
    }
    .dot{
        border-bottom: 1px rgb(255, 255, 255, 0.1) solid;
        width: 100%;
        margin-bottom:2px;
    }
  }

.dot{
    font-size:22px;
    vertical-align: middle;
    color: white;
    margin-left:5px;
    margin-right:5px;
}

.menu{
    margin: auto;
    width: 100%;
    min-height: 10vh;
    line-height: 15px;
    text-align: center;
    padding: 0!important;
}


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

.searchJobMenu .navGap{
    max-width:700px!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: 15px;
    margin: 0 4px;
    color: white!important;
    font-family: 'AvenirNextBold'!important;
}

/*
 Sub Navbar
*/

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

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

body{
    min-height:calc(100vh - 14vh);
}

html {
    scroll-behavior: smooth; 
} 
html, body {
    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: AvenirNextDemi;
    src: url("../font/AvenirNextLTPro-Bold.ttf") format("opentype");
}

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

h2{
    font-size: 26px;
}

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


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

.carousel-item{
    min-height: 70vh!important;
}

.div-carousel {
    padding-top: 3em;
    padding-bottom: 4em;
    padding-left: 13vw;
    padding-right: 13vw;
    margin: auto;
    text-align: left;
}

.h-carousel {
    color: white;
    font-size: 3.8vmax;
}

.p-carousel {
    color: white;
    font-size: 2.2vmax;
    margin-bottom: 1.5rem;
}

.carousel-control-next, .carousel-control-prev{
    width: 8%!important;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    min-height: 330px;
}

.welcome{
    font-weight: bold;
    margin-left: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
}

.under{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    color: #54653c;
}

.td-width{
    width:1%;
}

.foot{
    font-size:1.3vh;
}

.footer{
    background: #2d323e;
    height: 120px;
    color: white;
    padding-top: 1em;
    padding: 1em 1em;
    border-top: solid 3px #85a95e;
}

.btn-primary{
    color: white!important;
    background-color: #649e4e!important;
    border-color: transparent!important;
    border-radius: 100px!important;
    font-family: "AvenirNextBold"!important;
    padding-top: 7px!important;
    font-size: 13px!important;
}

.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(44, 117, 35, 0.5);
}

.btn-danger{
    color: #649e4e!important;
    background-color: #e7f5e2!important;
    border-color: transparent!important;
    border-radius: 100px!important;
    font-family: "AvenirNextBold"!important;
    padding-top: 7px!important;
    font-size: 13px!important;
}

.btn-danger:focus{
    box-shadow: 0 0 0 0.2rem rgba(157, 225, 83, 0.5);
}


.btn-info{
    color: white!important;
    background-color: #31952c!important;
    border-color: transparent!important;
    border-radius: 100px!important;
    font-family: "AvenirNextBold"!important;
    padding-top: 7px!important;
    font-size: 13px!important;
}

.btn-info:focus{
    box-shadow: 0 0 0 0.2rem rgba(33, 191, 31, 0.5);
}

li {
    margin:auto;
}

.space-btn{
    margin-bottom:10px;
}

.deco{
    color: #dc3545!important;
    border-radius: 50px;
    font-family: AvenirNextRegular!important;
    margin: auto;
    background-color: rgb(255,255,255,0.8);
    border-radius: 50px;
    height: 29px;
    border: solid 1px #fff;
}

.co{
    color: #84a95e!important;
    border-radius: 50px;
    font-family: AvenirNextRegular!important;
    margin: auto;
    background-color: rgb(255,255,255,0.8);
    border-radius: 50px;
    height: 30px;
    border: solid 1px #fff;
}

.compte{
    color: #84a95e!important;
    border-radius: 50px;
    font-family: AvenirNextRegular!important;
    margin: auto;
    background-color: rgb(255,255,255,0.8);
    border-radius: 50px;
    height: 29px;
    border: solid 1px #fff;
}

.rounded{
    border-radius:20px;
}

.deco:hover{
    color: #fff!important;
    border-radius: 50px;
    font-family: AvenirNextRegular!important;
    border: solid 1px #fff;
    margin: auto;
    background-color: #dc354569;
    border-radius: 50px;
    height: 29px;
}

.co:hover{
    color: #fff!important;
    border-radius: 50px;
    font-family: AvenirNextRegular!important;
    border: solid 1px #fff;
    margin: auto;
    background-color: #4783142e;
    border-radius: 50px;
    height: 29px;
}

.compte:hover{
    color: #fff!important;
    border-radius: 50px;
    font-family: AvenirNextRegular!important;
    border: solid 1px #fff;
    margin: auto;
    background-color: #4783142e;
    border-radius: 50px;
    height: 29px;
}

.carousel-inner{
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .space-btn{
        margin-bottom:0px;
    }
    .co{
        color: white!important;
        border-radius: 0;
        font-family: AvenirNextBold!important;
        margin: auto;
        background-color: transparent;
        border-radius: 0;
        height: auto;
        border: solid 0!important;
    }
    .compte{
        color: #fff!important;
        border-radius: 50px;
        font-family: AvenirNextBold!important;
        margin: auto;
        background-color: transparent;
        border-radius: 0;
        height: auto;
        border: solid 0!important;
    }
    .deco{
        color: rgba(0, 0, 0, 0.25)!important;
        border-radius: 0;
        font-family: AvenirNextBold!important;
        margin: auto;
        background-color: transparent;
        border-radius: 0;
        height: auto;
        border: solid 0!important;
    }
    .co:hover{
        font-family: AvenirNextBold!important;
        background-color: transparent;
        border: solid 0!important;
    }
    .compte:hover{
        font-family: AvenirNextBold!important;
        background-color: transparent;
        border: solid 0!important;
    }
    .deco:hover{
        font-family: AvenirNextBold!important;
        background-color: transparent;
        border: solid 0!important;
    }
    ul a:hover{
        background-color:transparent!important;
    }
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 8px 10px 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 18px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*
 Accueil
*/

h2{
    font-size: 28px;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:900,300);

.contain{
  text-align: center;
  margin-top: 70px;
}

.carte {
    display: inline-block;
    color: white;
    width: 330px;
    height: 230px;
    margin: 20px 30px 60px;
    background-color: #31952c;
    padding: 0 40px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
    text-align: center;
}

.icone {
    background-color: #5fd873;
    border-radius: 100px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    position: relative;
    margin: auto;
    top: -50px;
    display: block;
    line-height: 120px;
}
.icone img {
    left: 0;
    height: 70px;
    width: 70px;
    top: 0px;
    border-radius: 100px;
    vertical-align: middle;
}

.carte h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: -30px;
}

.carte p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: justify;
}

@media screen and (max-width: 991px) {
    .carte{
        margin: 20px 15px 60px;
    }
  }

/*
 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;
    padding:3px!important;
}
.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 {
    margin: auto;
    background-image: url("../img/fond_connexion.png");
    background-repeat: no-repeat; 
    background-size : cover;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-height: calc(100vh - 120px);
}
.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;
    font-size: 1.4rem;
}
.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
*/

.cat-btn{
    font-family: 'AvenirNextBold';
    font-size: 4.3vmin;
    line-height: 16px;
    font-weight: bold;
    color: white;
    margin-top: 5px;
    margin-bottom: 10px;
}

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


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

.creaDemande{
    color: white;
    margin-top: 0; 
    margin-left: 0;
    font-size: 20px;
}

ul {
    list-style: none;
    padding-inline-start: 0px;
}

ul a:hover{
    /*color: #df3434!important;*/
    background-color: rgb(255,255,255, 0.2);
    border-radius: 10px;
}

.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: #84a95e;
    display: inline-block; 
    margin-bottom: 1.4em;
}
.liCircle > ul > li::before{
    content: "•"; 
    color: #84a95e;
    display: inline-block; 
    font-size: 1.5em;
}
ul > li > label{
    color: #292929;
    font-weight: bold;
    font-family: AvenirNextbold;
    font-size: 18px;
    margin-left: 3px;
}

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

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

.buttonDelete, .buttonAdd{
    margin-top: 0.15ex;
    height: 33px;
    margin-left: 8px;
}

.dropdown-toggle{
    border-radius:18px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: gainsboro!important;
    opacity: 1;
    width: 76vw!important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    background: gainsboro!important;
    border-radius: 20px;
    width: 62vw!important;
}

.bootstrap-select>.dropdown-toggle {
    background: gainsboro!important;
    border-radius: 20px!important;
}
/*
 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;
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}

.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;
}

.top-color{
    padding: 1em;
    padding-top: 6em;
    min-height: 10vh;
}

/*
 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;
}

/* The Modal (background) */
#myModalInscris {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 500px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#modalInscrisContent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80% !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*
 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(80,192,82,0.7),rgba(110,235,116,0.7));
}

/*
 Bleu
*/
.cat2{
    background-image:linear-gradient(60deg,rgba(255,109,75,0.7),rgba(255,75,126,0.7));
}

/*
 Gris claire
*/
.cat3{
    background-image:linear-gradient(60deg,rgba(52,176, 255,0.7),rgba(124,176,253,0.7));
}

/*
 Violet
*/
.cat4{
    background-image:linear-gradient(60deg,rgba(48,53,65,0.7),rgba(34,39,60,0.7));
}

/*
 Brun
*/
.cat5{
    background-image:linear-gradient(60deg,rgba(52,95,255,0.7),rgba(145,124,253,0.7));
}

/*
 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,90,0.7),rgba(255,139,75,0.7));
}

/*
 Jaune
*/
.cat8{
    background-image:linear-gradient(60deg,rgba(255,116,230,0.7),rgba(255,75,126,0.7));
}

/*
 Jaune
*/
.cat9{    
    background-image:linear-gradient(60deg,rgba(192,177,80,0.7),rgba(242,226,89,0.7));
}

.progress1{
    width: 101%;
    color: white;
    background-color: darkorange;
    border-radius: 40px 0 0 40px;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}
.progress2{
    width: 101%;
    color: white;
    background-color: darkorange;
    border-radius: 0;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}
.progress2_1{
    width: 101%;
    color: darkgreen;
    background-color: white;
    border-radius: 0;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}
.progress3{
    width: 101%;
    color: white;
    background-color: darkorange;
    border-radius: 0;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}
.progress3_1{
    width: 101%;
    color: darkgreen;
    background-color: white;
    border-radius: 0;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}
.progress4{
    width: 101%;
    color: white;
    background-color: darkorange;
    border-radius: 0 40px 40px 0;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}
.progress4_1{
    width: 101%;
    color: darkgreen;
    background-color: white;
    border-radius: 0 40px 40px 0;
    padding: 12px;
    font-size: 12px;
    font-family: 'AvenirNextBold';
    text-align: center;
}

/**
* Icon
**/
.iconTitre{
    content:url("../img/icon/titre.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconDescription{
    content:url("../img/icon/description.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconDate{
    content:url("../img/icon/dates.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconHour{
    content:url("../img/icon/heure.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconLocality{
    content:url("../img/icon/lieu.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconPrice{
    content:url("../img/icon/prix.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconTime{
    content:url("../img/icon/temps.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}
.iconTotal{
    content:url("../img/icon/total.svg");
    filter: hue-rotate(210deg) brightness(1.8) grayscale(0.4);
}

/*
 *******************************************************************************
    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;
}

.welcome{
    border: 0;
    border-top: 4px solid #84a95e;
    border-radius: 20px;
    opacity: 50%;
    width: 30%;
    margin: -10px 0px 30px 0px;
}

@font-face {
  font-family: "bw";
  src: url("https://robindelaporte.fr/codepen/play/BwModelicaSS01-ExtraBold.woff") format("woff");
}

.btn-container{
    display: block;
    position: relative;
    left: 0;
    margin: 0 auto;
    margin-top: 30px;
    width: 80vw;
    text-align: center;
}


.home {
    display: inline-block;
    margin: 0;
}
.gradient-button {
    position: relative;
    top: 0%;
    left: 0%;
    margin: 10px 0px 0px 0px;
    font-family: "AvenirNextBold"!important;
    font-size: 20px;
    padding: 20px 40px;
    text-align: center;
    background-size: 200% auto;
    color: #FFF;
    width: 80vw!important;
    cursor: pointer;
    display: inline-block;
    border-radius: 200px;
    text-decoration: none;
    -webkit-transform: translate(-0%, -0%) scale(1);
    transform: translate(-0%, -0%) scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: linear-gradient(to right, #84a95e, #84a95e);
    width: 280px;
}

.gradient-button:hover {
    -webkit-transform: translate(-0%, -0%) scale(1.3);
    transform: translate(-0%, -0%) scale(1.3);
    text-decoration:none;
    color:white;
}

.gradient-button-1:hover {
    background-image: linear-gradient(56deg, #f7b733 0%, #fc4a1a 100%);
    text-decoration: none;
    color:white;
}

.gradient-button-2:hover { 
    background-image: linear-gradient(56deg, #007bff 0%, #9459f3 46%, #b021d2 100%);
    text-decoration: none;
    color:white;
}

.no-access{
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-family: 'AvenirNextDemi'!important;
}

.foot{
    font-size: 1.8vh;
    margin-top: 1em;
    width: 60vw;
}

.par{
    width: 30vw!important;
}

.container {
    width: 90vw!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: auto;
    margin-left: auto;
}

.datepicker.dropdown-menu{
    height: auto;
}