
/* ==========================================================================
   #FONT
   ========================================================================== */
.font-robo {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2 {
  width: -webkit-calc((100% - 60px) / 2);
  width: -moz-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}





/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
  min-height: 100vh;
}



/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  background: #2c6ed5;
}

.bg-red {
  background: #fa4251;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 100px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-100 {
  padding-bottom: 100px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}
.wrapper--w1170 {
  max-width: 1170px;
}
.wrapper--w960 {
  max-width: 960px;
}

.wrapper--w680 {
  max-width: 680px;
}

.wrapper--w850 {
  max-width: 850px;
}

/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn {
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
}


.btn--radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn--green {
  background: #57b846;
}

.btn--green:hover {
  background: #4dae3c;
}

.btn--red {
  background: #e3001b;
  position: absolute;
  border-radius: 0
}

.btn--red:hover {
  background: #e3001b;
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
td.active {
  background-color: #2c6ed5;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

/* input group 1 */
/* end input group 1 */
.input-group {
  position: relative;
  margin-bottom: 10px;
}
.input-group.group-text{
  margin-bottom: 25px;
}
.input-group.group-select{
  margin-bottom: 0px;
}
.input-group.group-select .error-message, .input-group.group-select span.error{
  left: 0px;
}
.input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.input--style-2 {
  padding: 5px 0;
  color: #fff;
  font-size: 16.05px;
  font-family: 'VinciSans-Light';
}

.input--style-2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  text-transform: uppercase;
}

.input--style-2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.input--style-2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.input--style-2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.input--style-2:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 35px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: 'VinciSans-Light';
}
#modalInfo .rs-select2 .select2-container{
  margin-top: 20px
}
#modalInfo .rs-select2 .select2-container .select2-selection--single {
  border: 1px solid #707070;
  color: #707070;
}
#modalInfo .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered{
  color: #707070;
  font-size: 22px
}
#modalInfo .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after{
  color: #707070;
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
  padding-left: 7px;
  color: #fff;
  font-size: 16.05px;
  font-family: 'VinciSans-Light';
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 35px;
  right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.select2-container--open .select2-dropdown--below{
    border-color: #fff;
    background-color: #004383;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #E50024;
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #E50024;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    padding: 5px 0;
    color: #fff !important;
    font-size: 16.05px;
    font-family: 'VinciSans-Light';
}
.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */

.title {
	font-size: 35px;
	line-height: 38px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0px;
	font-family: 'VinciSans-Medium';
}

section.default p.subtitle {
  font-weight: normal;
  font-size: 24.08px;
  line-height: 25px;
  color: #fff;
  font-family: 'VinciSans-Light';
}
section.default p.subtitle span {
  font-weight: normal;
  font-size: 17.51px;
  line-height: 28px;
  color: #fff;
  font-family: 'VinciSans-Light';
}
section.default .title span{
  font-weight: normal;
  font-size: 34px;
  color: #fff;
  font-family: 'VinciSans-Light';
  text-transform: none;
}
section.default#compte .title span{
  font-size: 23.08px;
}
section.default.layout-mission .title{
  font-weight: normal;
  font-size: 44.92px;
  color: #fff;
  font-family: 'VinciSans-Bold';
}
section.default.layout-mission .title span{
  font-weight: normal;
  font-size: 32px;
  color: #fff;
  font-family: 'VinciSans-Light';
}
/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  padding-bottom: 50px
  
}

.card-2 {
  border-radius: 0px;
  width: 100%;
  display: table;
}
#compte .card.card-2{
    padding-bottom: 30px;
}
#compte .card.card-2:last-child{
    padding-bottom: 20px;
}
.card-2 .card-body {
  display: table-cell;
  padding: 25px 50px;
  border: 1px solid #fff;
  position: relative;
}


@media (max-width: 767px) {
  .card-2 {
    display: block;
  }
  .card-2 .card-heading {
    width: 100%;
    display: block;
    padding-top: 300px;
    background-position: left center;
  }
  .card-2 .card-body {
    display: block;
    padding: 60px 50px;
  }
}
.error-message,
span.error {
    width: 100%;
    color: #ff0000;
    text-align: left;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 4px;
    font-size: 13px;
    left: 15px;
}
@media (max-width: 1280px) {
  .error-message, span.error {
    font-size: 9px;
  }
}

.field-email .error-message,
.field-email span.error {
    bottom: -20px;
}
#loginCompte .error-message,
#loginCompte span.error {
    bottom: -20px;
}
#loginCompte #email-error {
    bottom: auto;
    top: 40px;
    line-height: 14px;
}
#compte .help-block{
    width: 100%;
    color: #e3001b;
    text-align: left;
    padding: 0;
    margin: 0;
    bottom: 0;
    font-size: 11px;
    left: 0;
    text-align: left;
    float: left;
}

@media (max-height: 830px){
    section.default#compte p.subtitle span{
    	line-height: 16px;
    	font-size: 15px;
    }
    #compte .btn.btn-participer-add:hover, #compte .btn.btn-participer-add {
        font-size: 18px;
        line-height: 24px;;
       /* margin-top: 10px*/
    }
    #compte span.error{
      bottom: 0
    }
    section.default#compte p.subtitle {
        font-size: 20.08px;
        line-height: 22px;
    }
    section.default#compte .title span {
        font-size: 20.08px;
    }
    #compte .title {
        font-size: 30px;
        line-height: 32px;
    }
    section.default#compte{
        padding-top: 30px;
        padding-bottom: 0px
    }
    .card-2 .card-body {
        padding: 15px 50px;
    }
}
@media (max-height: 750px){
    section.default#compte p.subtitle {
        font-size: 18.08px;
        line-height: 20px;
    }
    #compte .title {
        font-size: 28px;
        line-height: 30px;
    }
    .title span {
        font-size: 18.08px;
    }
}
