* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}

body {
  height: auto !important;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-italic-webfont.woff2") format("woff2"), url("../fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

.disabled {
  opacity: 50%;
}

.disabled > a {
  cursor: not-allowed;
}

.btn_positive_red {
  height: 45px;
  border: 1px solid;
  /* padding: 14px 19px 14px 19px; */
  display: table;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #e22c3f !important;
  background: #e22c3f !important;
  border-radius: 1px;
}

.btn_positive_red > a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 12px;
  display: block;
  height: 45px;
  padding: 14px 19px 14px 19px !important;
  text-align: center;
  line-height: 20px;
  text-decoration: none !important;
}

.btn_positive_red > a {
  color: #FFFFFF !important;
}

.btn_positive_red:hover {
  border-color: #e22c3f !important;
  background: #FFFFFF !important;
  color: #e22c3f !important;
  text-decoration: none !important;
}

.btn_positive_red:hover > a {
  color: #e22c3f !important;
}

.btn_positive_red:disabled {
  opacity: 50%;
}

.btn_positive_blue {
  height: 45px;
  border: 1px solid;
  /* padding: 14px 19px 14px 19px; */
  display: table;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #354bcf !important;
  background: #354bcf !important;
  border-radius: 1px;
}

.btn_positive_blue > a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 12px;
  display: block;
  height: 45px;
  padding: 14px 19px 14px 19px !important;
  text-align: center;
  line-height: 20px;
  text-decoration: none !important;
}

.btn_positive_blue > a {
  color: #FFFFFF !important;
}

.btn_positive_blue:hover {
  border-color: #354bcf !important;
  background: #FFFFFF !important;
  color: #354bcf !important;
  text-decoration: none !important;
}

.btn_positive_blue:hover > a {
  color: #354bcf !important;
}

.btn_positive_blue:disabled {
  opacity: 50%;
}

.btn_negative_red {
  height: 45px;
  border: 1px solid;
  /* padding: 14px 19px 14px 19px; */
  display: table;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.btn_negative_red > a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 12px;
  display: block;
  height: 45px;
  padding: 14px 19px 14px 19px !important;
  text-align: center;
  line-height: 20px;
  text-decoration: none !important;
}

.btn_negative_red > a {
  color: #e22c3f;
}

.btn_negative_red:hover {
  border-color: #e22c3f;
  background: #e22c3f;
  color: #FFFFFF;
  text-decoration: none;
}

.btn_negative_red:hover > a {
  color: #FFFFFF;
}

.btn_negative_red:disabled {
  opacity: 50%;
}

.btn_negative_blue {
  height: 45px;
  border: 1px solid;
  /* padding: 14px 19px 14px 19px; */
  display: table;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.btn_negative_blue > a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 12px;
  display: block;
  height: 45px;
  padding: 14px 19px 14px 19px !important;
  text-align: center;
  line-height: 20px;
  text-decoration: none !important;
}

.btn_negative_blue > a {
  color: #354bcf;
}

.btn_negative_blue:hover {
  border-color: #354bcf;
  background: #354bcf;
  color: #FFFFFF;
  text-decoration: none;
}

.btn_negative_blue:hover > a {
  color: #FFFFFF;
}

.btn_negative_blue:disabled {
  opacity: 50%;
}

.input {
  /* width: 335px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.input .entitle {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.input .entitle:focus {
  color: #354bcf;
}

.input .form-group > input {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  width: 100%;
  max-width: 335px;
  height: 40px;
  border: 1px solid #071f32;
  border-radius: 1px;
  padding: 0 10px;
}

.input .form-group > input:focus {
  border: 1px solid #354bcf;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input .form-group > textarea {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  /* width: 100%; */
  width: 100%;
  max-width: 335px;
  height: 90px;
  display: block;
  border: 1px solid #071f32;
  border-radius: 1px;
  padding: 10px;
}

.input .form-group > textarea:focus {
  border: 1px solid #354bcf;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input .form-group .help-block-error {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  color: #1a1a1a;
  color: #1a1a1a;
  margin: 0;
  margin-top: 10px;
  color: #e22c3f;
}

.input .form-group.has-error > input {
  border: 2px solid #e22c3f;
}

.input .form-group.has-error > textarea {
  border: 2px solid #e22c3f;
}

.input > .calendar_dropdown {
  width: 190px;
  height: 45px;
  border: 1px solid #071f32;
  border-radius: 0;
  background: #FFFFFF;
}

.input > .calendar_dropdown > input {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  height: 100%;
  border: none;
  padding: 14px 10px 14px 20px;
  line-height: 15px;
  z-index: 0;
}

.input > .calendar_dropdown > input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input > .calendar_dropdown > span {
  width: 50px;
  height: 100%;
  padding: 14px 20px 14px 15px;
  background: #FFFFFF;
  border: none;
}

.input > .calendar_dropdown > span > svg {
  width: 15px !important;
  height: 15px !important;
  color: #071f32;
}

.input > .calendar_dropdown .bootstrap-datetimepicker-widget {
  font-family: "montserrat";
}

.input .calendar_dropdown.has-error {
  border: 2px solid #e22c3f;
}

.input .calendar_dropdown.has-error > span > svg {
  color: #e22c3f;
}

.input .help-block-error {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  color: #1a1a1a;
  color: #1a1a1a;
  margin: 0;
  margin-top: 10px;
  color: #e22c3f;
  display: table;
}

.input .info {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  color: #1a1a1a;
  color: #1a1a1a;
  margin: 0;
  margin-top: 10px;
}

.input .error {
  color: #e22c3f;
}

.checkbox_radio {
  height: 20px;
  display: table;
}

.checkbox_radio > input {
  width: 14px;
  height: 14px;
  display: none;
}

.checkbox_radio .label_checkbox {
  width: 14px;
  height: 14px;
  position: relative;
  float: left;
  margin: 3px 0px;
  border: 1px solid #071f32;
  background: #FFFFFF;
  cursor: pointer;
}

.checkbox_radio .label_checkbox svg {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  color: transparent;
}

.checkbox_radio .label_radio {
  width: 14px;
  height: 14px;
  position: relative;
  float: left;
  margin: 3px 0px;
  border: 1px solid #071f32;
  border-radius: 100%;
  background: #FFFFFF;
}

.checkbox_radio .label_radio .dot {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 100%;
  margin: 3px 3px;
}

.checkbox_radio .label_text {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  margin: 0;
  margin-left: 10px;
  line-height: 23px;
}

.checkbox_radio:hover .label_radio,
.checkbox_radio:hover .label_checkbox {
  border: 2px solid #071f32;
}

.checkbox_radio:hover .label_text {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
}

.checkbox_radio input[type=checkbox]:checked ~ .label_checkbox {
  border: 1px solid #354bcf;
  background: #354bcf;
}

.checkbox_radio input[type=checkbox]:checked ~ .label_checkbox svg {
  color: #FFFFFF;
}

.checkbox_radio input[type=checkbox]:checked ~ .label_text {
  color: #354bcf;
}

.checkbox_radio input[type=radio]:checked ~ .label_radio {
  border: 1px solid #354bcf;
  background: #354bcf;
}

.checkbox_radio input[type=radio]:checked ~ .label_text {
  color: #354bcf;
}

/* .calendar_dropdown{
    width: 170px;
    height: 45px;
    border: 1px solid $dark_blue;
    border-radius: 0;
    background: $white;
    >input{
        @include text_content;
        height: 100%;
        border: none;
        padding: 14px 10px 14px 20px;
        line-height: 15px;
    }
    >span{
        width: 50px;
        height: 100%;
        padding: 14px 20px 14px 15px;
        background: $white;
        border: none;
        >svg{
            width: 15px !important;
            height: 15px !important;
            color: $dark_blue;
        }
    }

} */
.tab {
  border-top: 7px solid #FFFFFF;
  height: 80px;
  background: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* >div{
        @include text_content_bold;
        height: 19px;
        color: $dark_blue;
        display: inline-block;
    } */
}

.tab a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 17px;
  line-height: 45px;
  color: #1a1a1a;
  position: relative;
  height: 75px;
  padding: 13px 10px 18px 10px !important;
  color: #071f32;
  display: inline-block !important;
  text-decoration: none;
}

.tab a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

.tab a:focus {
  text-decoration: none !important;
  background-color: unset !important;
  outline: none !important;
}

.tab svg {
  width: 15px !important;
  height: 15px !important;
  margin-right: 5px;
  color: #071f32;
}

.tab:hover {
  border-top: 7px solid #071f32;
}

.tab:hover a {
  color: #071f32;
}

.tab:hover a:focus {
  text-decoration: none !important;
  background-color: unset !important;
  outline: none !important;
}

.selected {
  border-top: 7px solid #071f32;
}

.special {
  background: #FFFFFF;
  /* >div{
        color: $blue;
    } */
}

.special svg {
  color: #354bcf;
}

.special a {
  color: #354bcf;
}

.special a:focus {
  text-decoration: none !important;
  background-color: unset !important;
  outline: none !important;
}

.special:hover {
  border-top: 7px solid #354bcf;
  background: #354bcf;
  /* >div{
            color: $white;
        } */
}

.special:hover svg {
  color: #FFFFFF;
}

.special:hover a {
  color: #FFFFFF;
}

.special:hover a:focus {
  text-decoration: none !important;
  background-color: unset !important;
  outline: none !important;
}

.open {
  border-top: 7px solid #354bcf;
  background: #354bcf;
  /* >div{
        color: $white;
    } */
}

.open svg {
  color: #FFFFFF;
}

.open a {
  background: transparent !important;
  color: #FFFFFF;
}

.subtab {
  border-top: 7px solid #354bcf;
  background: #354bcf;
  padding: 0 !important;
  /* >div{
        color: $white;
    } */
}

.subtab svg {
  color: #FFFFFF;
}

.subtab a {
  color: #FFFFFF;
}

.subtab a:focus {
  text-decoration: none !important;
  background-color: unset !important;
  outline: none !important;
}

.subtab:hover {
  border-top: 7px solid #FFFFFF;
  background: #FFFFFF;
  /* >div{
            color: $blue;
        } */
}

.subtab:hover svg {
  color: #354bcf;
}

.subtab:hover a {
  color: #354bcf;
  text-decoration: none;
}

.subtab:hover a:focus {
  text-decoration: none !important;
  background-color: unset !important;
  outline: none !important;
}

.dropdown_btn {
  width: 230px !important;
  border: none;
  cursor: pointer;
}

.dropdown_btn > div {
  width: 230px;
  height: 45px;
  padding: 14px 20px 14px 20px;
  border: 1px solid #071f32;
  background: white;
}

.dropdown_btn > div > div {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 12px;
  overflow: hidden;
  width: 165px;
  height: 15px;
  float: left;
  color: #1a1a1a;
}

.dropdown_btn > div > div .placeholder {
  color: #9c9c9c;
  font-weight: 400;
}

.dropdown_btn > div > svg {
  width: 15px;
  height: 15px;
  float: right;
  margin-left: 10px;
  color: #1a1a1a;
}

.dropdown_btn > ul {
  width: 230px;
  max-height: 250px;
  border: 1px solid #071f32;
  border-radius: 0;
  margin-top: -1px;
  overflow-y: auto;
}

.dropdown_btn > ul > li {
  height: 40px;
  padding: 0 20px;
}

.dropdown_btn > ul > li:hover {
  background: #f0f0f0;
}

.dropdown_btn > ul > li > a {
  position: relative;
  width: auto;
  float: left;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  padding: 12px 20px 12px 0px;
  line-height: 16px;
  border-bottom: 1px solid #d1d1d1;
}

.dropdown_btn > ul > li > a:hover {
  background: transparent;
}

.dropdown_btn > ul > li:last-child > a {
  border-bottom: transparent;
}

.dropdown_btn .dropdown-toggle {
  float: none;
}

.dropdown_btn .dropdown-toggle span {
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  width: 230px !important;
  white-space: nowrap;
}

.dropdown_btn.open > div {
  border: 2px solid #354bcf;
}

.dropdown_btn.open > div > svg {
  color: #354bcf !important;
}

.alert_info {
  /* display: inline-block; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 500px;
  height: 90px;
  padding: 0 0 0 30px;
  background: #354bcf;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .alert_info {
    width: 100%;
    min-width: unset;
    padding: 0 0 0 10px;
    max-width: 400px;
  }
}

.alert_info .icon {
  float: left;
  padding: 25px 30px 25px 0px;
}

@media screen and (max-width: 1280px) {
  .alert_info .icon {
    padding: 25px 10px 25px 0px;
  }
}

.alert_info .icon > svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .alert_info .icon > svg {
    width: 25px;
  }
}

.alert_info p {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  width: 370px;
  height: 70px;
  margin: 10px 0;
  float: left;
  line-height: 24px;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .alert_info p {
    width: calc(100% - 45px);
    font-size: 11.8px;
  }
}

@media screen and (max-width: 350px) {
  .alert_info p {
    width: calc(100% - 45px);
    font-size: 10px;
  }
}

.alert_info p a {
  font-weight: 100;
  text-decoration: underline;
  color: #FFFFFF;
}

.alert_info p.twoLines {
  margin: 20px 0;
  height: 50px;
}

.alert_info .shut {
  float: left;
  height: 70px;
  margin: 10px 0px;
  padding: 27px 30px;
  border-left: 1px solid #FFFFFF;
}

.alert_info .shut > svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.alert_error {
  /* display: inline-block; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 500px;
  height: 90px;
  padding: 0 0 0 30px;
  background: #e22c3f;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .alert_error {
    width: 100%;
    min-width: unset;
    padding: 0 0 0 10px;
    max-width: 400px;
  }
}

.alert_error .icon {
  float: left;
  padding: 25px 30px 25px 0px;
}

@media screen and (max-width: 1280px) {
  .alert_error .icon {
    padding: 25px 10px 25px 0px;
  }
}

.alert_error .icon > svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .alert_error .icon > svg {
    width: 25px;
  }
}

.alert_error p {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  width: 370px;
  height: 70px;
  margin: 10px 0;
  float: left;
  line-height: 24px;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .alert_error p {
    width: calc(100% - 45px);
    font-size: 11.8px;
  }
}

@media screen and (max-width: 350px) {
  .alert_error p {
    width: calc(100% - 45px);
    font-size: 10px;
  }
}

.alert_error p a {
  font-weight: 100;
  text-decoration: underline;
  color: #FFFFFF;
}

.alert_error p.twoLines {
  margin: 20px 0;
  height: 50px;
}

.alert_error .shut {
  float: left;
  height: 70px;
  margin: 10px 0px;
  padding: 27px 30px;
  border-left: 1px solid #FFFFFF;
}

.alert_error .shut > svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.alert_success {
  /* display: inline-block; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 500px;
  height: 90px;
  padding: 0 0 0 30px;
  background: #3ecd2e;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .alert_success {
    width: 100%;
    min-width: unset;
    padding: 0 0 0 10px;
    max-width: 400px;
  }
}

.alert_success .icon {
  float: left;
  padding: 25px 30px 25px 0px;
}

@media screen and (max-width: 1280px) {
  .alert_success .icon {
    padding: 25px 10px 25px 0px;
  }
}

.alert_success .icon > svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .alert_success .icon > svg {
    width: 25px;
  }
}

.alert_success p {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  width: 370px;
  height: 70px;
  margin: 10px 0;
  float: left;
  line-height: 24px;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .alert_success p {
    width: calc(100% - 45px);
    font-size: 11.8px;
  }
}

@media screen and (max-width: 350px) {
  .alert_success p {
    width: calc(100% - 45px);
    font-size: 10px;
  }
}

.alert_success p a {
  font-weight: 100;
  text-decoration: underline;
  color: #FFFFFF;
}

.alert_success p.twoLines {
  margin: 20px 0;
  height: 50px;
}

.alert_success .shut {
  float: left;
  height: 70px;
  margin: 10px 0px;
  padding: 27px 30px;
  border-left: 1px solid #FFFFFF;
}

.alert_success .shut > svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.accordion {
  border: none !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion .accordion_title {
  border: none !important;
  background: #FFFFFF !important;
  padding: 0 !important;
}

.accordion .accordion_title h4 {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 20px;
  border: none !important;
}

.accordion .accordion_title h4 a {
  display: block;
  height: 50px;
  padding: 17px 20px;
  text-decoration: none;
  border: none !important;
}

@media screen and (max-width: 1280px) {
  .accordion .accordion_title h4 a {
    height: 70px;
  }
}

.accordion .accordion_title h4 a div {
  width: calc(100% - 40px);
  float: left;
}

.accordion .accordion_title h4 a svg {
  width: 16px;
  height: 16px;
  float: right;
  margin-left: 10px;
}

.accordion .accordion_title:hover .panel-title a svg {
  color: #e22c3f !important;
}

.accordion .accordion_content {
  border: none !important;
}

.accordion .accordion_content .content_text {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  padding: 20px;
  line-height: 25px;
  border-top: 1px solid;
  border-color: #e7e7e7 !important;
}

.accordion .accordion_content .content_text p:last-of-type {
  margin-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  body, .pageContent {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
  }
}

.header {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
  float: left;
  margin: 0;
  z-index: 10001;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
    position: fixed;
  }
}

.header .logo {
  width: 560px;
  height: 80px;
  margin-left: 20px;
  background-image: url("../img/header_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

.header .nav_bar {
  height: 80px;
  float: right;
}

.header .nav_bar > .tab {
  margin-left: 20px;
  float: right;
}

.header .nav_bar > .tab .submenu {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #354bcf !important;
  border: none;
  border-radius: 0;
  display: none;
}

.header .nav_bar > .tab .submenu ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header .nav_bar > .tab .submenu ul li {
  display: inline-block;
  margin: 0 5px;
}

.header .nav_bar.rubriques {
  float: left;
}

.header .container {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.header .container .navbar-brand {
  width: 500px;
  height: 80px;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

@media screen and (max-width: 767px) {
  .header .container .navbar-brand {
    width: 250px;
  }
}

@media screen and (max-width: 350px) {
  .header .container .navbar-brand {
    width: 200px;
  }
}

.header .container .navbar-brand img {
  height: calc(100% - 8px) !important;
  margin: 4px 0 4px 0px;
}

.bodyContent {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .bodyContent {
    margin-top: 50px;
  }
}

.footer {
  width: 100% !important;
  height: 110px !important;
  padding: 0 100px !important;
  background-color: #f0f0f0 !important;
  border: none !important;
  position: relative !important;
  float: left;
  z-index: 10001;
}

@media screen and (max-width: 992px) {
  .footer {
    height: 290px !important;
  }
}

.footer .top {
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #d1d1d1;
}

@media screen and (max-width: 992px) {
  .footer .top {
    height: 55px;
  }
}

.footer .top .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 370px;
  height: 55px;
  background-image: url("../img/header_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .footer .top .logo {
    width: 70%;
  }
}

.footer .bottom {
  position: relative;
  width: 100%;
  height: 50%;
}

@media screen and (max-width: 992px) {
  .footer .bottom {
    height: 190px;
  }
}

.footer .bottom .links {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
}

.footer .bottom .links ul {
  height: 55px;
  margin: 0 !important;
}

.footer .bottom .links ul li {
  height: 55px;
  margin: 0 10px;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .footer .bottom .links ul li {
    height: 25px;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

.footer .bottom .links ul li a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  font-size: 12px;
  color: #071f32 !important;
  height: 55px;
  padding: 18px 0 !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .bottom .links ul li a:hover {
  color: #e22c3f !important;
}

.fullpage_cont {
  margin: auto;
  position: relative;
  float: initial;
  overflow: hidden;
  min-height: calc(100% - 110px);
  /* display: flex; */
}

.fullpage_cont .col-sm-12 {
  padding: 0;
}

.halfpage {
  position: relative;
  float: left;
  width: 50%;
  min-height: calc(100% - 110px);
  /* flex: 0 50%; */
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}

.side_box {
  width: 100%;
  padding-top: 40px;
}

@media screen and (min-width: 1280px) {
  .side_box {
    padding: 40px;
  }
}

.side_box h1 {
  font-family: "montserrat";
  font-weight: 900;
  font-size: 30px;
  color: #1a1a1a;
  color: #071f32;
  margin: 0px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .side_box h1 {
    font-size: 46px;
  }
}

.side_box h2 {
  font-family: "montserrat";
  font-weight: 900;
  font-size: 32px;
  color: #1a1a1a;
  color: #071f32;
  margin: 0px;
  margin-bottom: 20px;
}

.side_box .static_data {
  width: 100%;
}

.side_box .static_data .data_string {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.side_box .static_data .data_string.mvac_choice {
  position: relative;
  display: inline-block;
}

.side_box .static_data .data_string.mvac_choice strong {
  position: relative;
  float: left;
  line-height: 45px;
}

.side_box .static_data .data_string.mvac_choice .dropdown_btn {
  position: relative;
  float: left;
  margin-left: 10px;
}

.side_box .date_group .input {
  display: inline-block;
  margin-right: 20px;
}

.side_box .map_cont {
  width: 100%;
  margin-bottom: 40px !important;
}

#mapdiv {
  width: 100%;
  height: 300px;
  background: #dadada;
}

@media screen and (min-width: 1280px) {
  #mapdiv {
    width: 600px;
    height: 600px;
  }
}

.conditions_box {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background: #071f32;
  padding: 40px;
  overflow: hidden;
  z-index: 10000;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .conditions_box {
    left: 0px;
    top: 50px;
    width: 100%;
    margin-top: 40px;
    padding: 40px 20px;
  }
}

.conditions_box .conditions_title {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.conditions_box .conditions_title h1 {
  font-family: "montserrat";
  font-weight: 900;
  font-size: 30px;
  color: #1a1a1a;
  color: #FFFFFF;
  margin: 0px;
  margin-right: 45px;
}

@media screen and (min-width: 1280px) {
  .conditions_box .conditions_title h1 {
    font-size: 46px;
  }
}

.conditions_box .conditions_title a {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  display: block;
  color: #FFFFFF;
}

.conditions_box .conditions_title a svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.conditions_box .conditions_content {
  width: 100%;
  overflow-y: auto;
}

.conditions_box .conditions_content .accordion {
  margin-bottom: 40px;
}

.conditions_box .conditions_alert {
  width: 100%;
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  color: #FFFFFF;
}

.modal-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 100px 0 0 0;
  z-index: 10003 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

@media screen and (max-height: 450px) {
  .modal-full {
    padding: 10px;
  }
}

.modal-full .modal-body {
  position: relative;
  width: 50%;
  height: auto;
  margin: auto;
  padding: 40px;
  background: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .modal-full .modal-body {
    width: 90%;
  }
}

.modal-full .modal-body #drop {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(53, 75, 207, 0.05);
  border: 2px dashed #354bcf;
  border-radius: 10px;
}

.modal-full .modal-body #drop .icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 20px;
  padding: 15px;
  background: #354bcf;
  border-radius: 25px;
  color: #FFFFFF;
}

@media screen and (max-height: 450px) {
  .modal-full .modal-body #drop .icon {
    display: none;
  }
}

.modal-full .modal-body #drop .icon svg {
  position: relative;
  width: 100% !important;
  height: 100%;
}

.modal-full .modal-body #drop .description {
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  position: relative;
  width: 30%;
  height: auto;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .modal-full .modal-body #drop .description {
    width: 60%;
  }
}

.modal-full .modal-body #drop .description a {
  text-transform: uppercase;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  color: #354bcf;
  cursor: pointer;
}

.modal-full .modal-body ul {
  position: relative;
  width: 50%;
  margin: auto;
}

.modal-full .modal-body ul li {
  position: relative !important;
  width: 100% !important;
  height: 50px;
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
}

.modal-full .modal-body ul li svg {
  position: relative;
  float: left;
  height: 100%;
  width: 28px !important;
  margin-right: 20px;
}

.modal-full .modal-body ul li p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  position: relative;
  float: left;
  width: calc(100% - 100px);
  height: 100%;
  margin: 0 !important;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modal-full .modal-body ul li p i {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  color: #1a1a1a;
  line-height: 20px;
  display: block;
  font-weight: normal;
  font-style: normal;
  color: #d1d1d1;
}

.modal-full .modal-body ul li #loadIcon, .modal-full .modal-body ul li #deleteIcon {
  position: relative;
  float: right;
  height: 40px;
  width: 40px;
  padding: 7.5px;
}

.modal-full .modal-body ul li #deleteIcon {
  display: none;
}

.modal-full .modal-body ul li #deleteIcon svg {
  color: #ff3300;
  cursor: pointer;
}

.modal-full .modal-body .btn_action {
  position: relative !important;
  width: 100% !important;
  height: 45px;
  margin-top: 40px;
}

.modal-full .modal-body .btn_action #closeModal, .modal-full .modal-body .btn_action #acceptModal {
  position: relative;
  float: right;
  margin-left: 20px;
}

.modal-full .modal-body .btn_action #acceptModal {
  display: none;
}

.modal-full .alert_error {
  position: relative;
  margin: 40px auto 20px auto;
}

@media screen and (max-height: 1030px) {
  #previewFile.modal-full {
    padding: 10px;
  }
}

#previewFile.modal-full .modal-body {
  width: 25%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  #previewFile.modal-full .modal-body {
    width: 80%;
  }
}

@media screen and (max-height: 900px) {
  #previewFile.modal-full .modal-body {
    height: 100%;
    text-align: center;
  }
}

#previewFile.modal-full .modal-body #posterIMG {
  position: relative;
  width: 100%;
  height: calc(100% - 85px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.filename-upload .fa-file-image {
  position: relative;
  float: left;
  width: 25px;
  height: 100%;
  margin-right: 20px;
}

.filename-upload p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
  position: relative;
  float: left;
  width: auto;
  max-width: calc(100% - 530px);
  height: 100%;
  margin: 0 !important;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px !important;
}

.filename-upload p i {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  color: #1a1a1a;
  line-height: 20px;
  display: block;
  font-weight: normal;
  font-style: normal;
  color: #d1d1d1;
}

.filename-upload .fa-eye {
  color: blue;
  margin-right: 10px;
  cursor: pointer;
}

.filename-upload .fa-times {
  color: #ff3300;
}

.navbar-toggle {
  float: left;
  margin-right: 0;
  display: none;
}

.banner-mon-compte__connexion-wrapper {
  height: 80px;
  color: #fff;
  padding: 10px 0;
  top: 0;
  right: 0;
  z-index: 10002;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .banner-mon-compte__connexion-wrapper {
    position: fixed;
  }
}

.tab_responsive {
  display: none;
}

@media screen and (max-width: 767px) {
  .tab_responsive {
    display: block;
  }
}

td, th {
  text-align: center;
  vertical-align: middle;
}

.icon-bar {
  background: #071f32;
}

.title1 {
  font-family: "montserrat";
  font-weight: 900;
  font-size: 30px;
  color: #1a1a1a;
}

@media screen and (min-width: 1280px) {
  .title1 {
    font-size: 46px;
  }
}

.title2 {
  font-family: "montserrat";
  font-weight: 900;
  font-size: 32px;
  color: #1a1a1a;
}

.title3 {
  font-family: "montserrat";
  font-weight: 800;
  font-size: 22px;
  color: #e22c3f;
}

.title4 {
  font-family: "montserrat";
  font-weight: 800;
  font-size: 18px;
  color: #1a1a1a;
}

.body {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #1a1a1a;
}

.body_bold {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
}

.link {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #ff3300;
  text-decoration: underline;
}

.link:hover {
  color: #ff3300;
}

.info {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11px;
  color: #1a1a1a;
}

/* body{
    background-color: gray !important;
} */
/*# sourceMappingURL=index.css.map */