/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
#slider_row + .row {
  border: none;
  border-top: 1px solid #e3e3e3;
}

#center_column {
  width: 100%;
  float: left;
  overflow: hidden;
}

.grey_block {
  background: #ffffff;
  position: relative;
}

.grey_block .c_center {
  position: relative;
}

.grey_block .gradient_grey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/project/gradient_grey.png") center top no-repeat;
  width: 100%;
  height: 235px;
}

h1 {
  margin-top: 68px;
  line-height: 30px;
}

.grey_block .left_text {
  float: left;
  width: 405px;
  position: relative;
  z-index: 2;
}

.grey_block .left_text .description {
  margin-top: 30px;
  line-height: 20px;
}

.grey_block .left_text .description strong {
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.grey_block .left_text .description .bubble {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  border-radius: 50%;
  background: #E3328B;
  color: white;
  width: 44px;
  height: 44px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0 14px 0 10px;
  text-align: center;
  line-height: 44px;
}

.grey_block .left_text .description .text {
  width: 310px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.grey_block .left_text .description.price + .description {
  margin: 20px 0 30px;
}

.grey_block .image {
  width: 528px;
  height: 508px;
  display: block;
  position: absolute;
  top: 70px;
  right: -50px;
}

.white_block {
  background: white;
  padding-bottom: 30px;
}

.white_block .c_center > .title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 30px 0;
}

.white_block .column3 {
  width: calc((100% - 40px) / 3);
  float: left;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  height: 145px;
  box-sizing: border-box;
}

.white_block .column3 + .column3 {
  margin-left: 20px;
}
.white_block .column3 + .column3.last {
  margin-left: 19px;
}

.white_block .column3 .title {
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.white_block .column3 .description {
  margin-top: 18px;
}

.white_block .link_text {
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-top: 20px;
}

#company-ce .columns-container:before, #company-ce .columns-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#company-ce .columns-container:after {
  clear: both;
}

#company-ce .dn-footer_reinsurance {
  display: none;
}

.white_block .column {
  float: left;
  width: 490px;
}

.white_block .column + .column {
  margin-left: 20px;
}

.white_block .btn_40_custom.grey {
  background: #4b4746;
  width: 280px;
  margin: 30px auto 0;
}

.white_block .btn_40_custom.grey .text {
  font-size: 14px;
}

.white_block .btn_40_custom.grey .sg-arow_w_b_8 {
  display: block;
  position: absolute;
  top: 19px;
  right: 20px;
}

.white_block .push {
  margin: 30px auto 0;
  width: 318px;
  height: 70px;
}

.white_block .push .ballotin {
  background: url("../img/project/ballotin.png") no-repeat;
  width: 318px;
  height: 310px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  margin: 0 auto 40px;
}

.white_block .push .sg2-bubble {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-left: 10px;
}

.white_block .push .text {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  width: 206px;
  margin-left: 10px;
}

.white_block .push .text span {
  color: #E3328B;
}

#form_company_ce {
  display: none;
  margin: 20px;
}

#form_company_ce .alert-danger {
  margin-bottom: 20px;
}

.form_custom {
  background: #4b4746;
  padding: 40px 30px;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form_custom .description span {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.form_custom .description + .description {
  margin-top: 20px;
}
.form_custom .form-group {
  width: 100%;
  margin: 0 0 15px !important;
}
.form_custom .form-group.group-half {
  width: 48%;
}
.form_custom .form-group.group-left {
  float: left;
}
.form_custom .form-group.group-right {
  float: right;
}
.form_custom .form-group.group3-left {
  width: 37%;
  float: left;
}
.form_custom .form-group.group3-middle {
  width: 18%;
  float: left;
  margin: 0 4% 0 !important;
}
.form_custom .form-group.group3-right {
  width: 37%;
  float: left;
}
.form_custom .form-group label {
  text-transform: none !important;
  display: block;
}
.form_custom .form-group label.row {
  margin: 0 0 6px 0 !important;
}
.form_custom .form-group label.inline {
  margin: 0 6px 0 0 !important;
  line-height: 35px;
  display: inline-block !important;
}
.form_custom .form-group .form-control {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_custom .form-group textarea {
  resize: none;
  height: 120px;
}
.form_custom .specific-title {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 25px 0 15px 0;
}
.form_custom .specific-pourqui {
  margin-bottom: 7px;
  line-height: 38px;
}
.form_custom .specific-pourqui:before, .form_custom .specific-pourqui:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form_custom .specific-pourqui:after {
  clear: both;
}
.form_custom .specific-pourqui .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-pourqui .inline {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-pourqui .label-right {
  width: 140px;
}
.form_custom .specific-pourqui .form-control {
  float: right;
  width: 160px;
}
.form_custom .specific-motivation {
  line-height: 30px;
}
.form_custom .specific-motivation .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-local {
  line-height: 30px;
  vertical-align: middle;
}
.form_custom .specific-local .radio {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-local label.inline {
  margin-right: 15px !important;
}
.form_custom .form-submit button {
  background: #FFFFFF;
  width: 130px;
  color: #4b4746;
  border: 1px solid #593312;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.form_custom .form-submit button:hover {
  background: #E3328B;
  color: #FFFFFF;
}
.form_custom .infos_required {
  font-size: 11px;
  color: white;
  float: right;
  margin-bottom: -20px;
}

@media (max-width: 1206px) {
  .grey_block .c_center {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
  }

  .grey_block .left_text {
    padding-left: 4%;
    width: 46%;
    min-height: 482px;
  }

  .grey_block .image {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 300px;
    height: auto;
  }

  #company-ce .white_block .column3 {
    /*width: 200px*/
    height: 190px;
  }

  .white_block .column {
    width: 48%;
  }

  .white_block .column + .column {
    margin-left: 4%;
    width: 35%;
  }

  #center_column .form-group.group3-right label.row {
    margin-top: 0 !important;
  }

  #center_column .form_custom .infos_required {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .grey_block h1 {
    margin-top: 30px;
  }

  .grey_block .left_text .description {
    margin-top: 20px;
  }

  .grey_block .left_text {
    padding: 0 4% 4%;
    width: 92%;
    min-height: auto;
  }

  .grey_block .image {
    display: none;
  }

  #company-ce .white_block .column3 {
    width: 100%;
    float: none;
    padding: 20px 4%;
    text-align: center;
    height: auto;
  }

  #company-ce .white_block .column3 + .column3 {
    margin: 20px 0 0;
  }

  .white_block .column {
    width: 100%;
    float: none;
  }

  .white_block .column + .column {
    margin: 20px 0 0;
    width: 100%;
  }

  .white_block .column.form_custom {
    width: auto;
    float: left;
  }

  .white_block .push {
    display: none;
  }

  .white_block .order .btn_40_custom {
    width: 100%;
    padding: 0;
  }

  #center_column .form-group.group3-left {
    width: 48%;
  }

  #center_column .form-group.group3-middle {
    width: 48%;
    float: right;
    margin: 0 !important;
  }

  #center_column .form-group.group3-left label,
  #center_column .form-group.group3-middle label {
    margin-top: 0 !important;
  }

  #center_column .form-group.group3-right {
    width: 100%;
    margin: 18px 0 0;
  }
}

/*# sourceMappingURL=company-ce.css.map */
