/*Bootstrap 4 CSS
------------------*/
@import url('main.css');


/* CUSTOM CSS 
------------------*/
.wrapper-ps{
  border-radius: 1.5625rem;
  padding: 1rem 1.5rem;
  border: 4px solid #F7F5F3;
}
.wrapper-ps-color{
  border-radius: 1.5625rem;
  padding: 1rem 1.5rem;
  border: 4px solid #EEEBE7;
  background-color: transparent;
}

.ps-img{
    max-width:670px;
    width:100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.ps-img-cat-fr{
  max-width:100px;
  width:100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  /*border-radius: 0.5rem;*/
  box-shadow: 0 10px 18px rgba(0,0,0,0.25);
  transform: rotate(-10deg);
}

/*hr{
  border: none;
  height:20vh;
  width: 5px;
}*/

.box {
  align-items: center;
  width: 100%;
  line-height: 2em;
  min-height: 200px;
}

.segment-item{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.segment-item a{
  color: #279989;
  font-weight: 400;
  text-decoration: underline;
}
.segment-item a:hover{
  color: #002F5F;
  text-decoration: underline;
}

.segmentsplit {
  width: 80%;
  margin-left: 20%;
  font-size: 1.4em;
  position: relative;
  vertical-align: top;
  overflow: auto;
}

.segmentsplit a {
  margin-bottom: -10px;
  display: block;
}

.segmentsplit-second {
  display: inline-block;
  vertical-align: top;
  border-left: 2px dotted #18988b;
  padding-left: 40px;
}

.segmentsplit-third {
  display: inline-block;
  vertical-align: top;
  border-left: 2px dotted #18988b;
  padding-left: 40px;
}


.btn-mg-darkblue2{
    color:#fff;
    background-color: #002F5F;
    border: 2px solid #002F5F;
}
.btn-mg-darkblue2:hover{
    color:#002F5F;
    background-color: #fff;
    border: 2px solid #002F5F;
}

/* Contact section 
-------------------------------------------------- */
/*#contactform{
  position: relative;
}

#contactform .container{
    z-index:2;
}
#contactform .form-group input.form-control{
  height:auto;
}
#contactform .form-group textarea.form-control {
  height: 150px;
}
#contactform .form-group input,
#contactform .form-group textarea{
  padding:20px;
}*/
.modal-body .form-group ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dbdbdb;
  opacity: 1; /* Firefox */
}
.modal-body .form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dbdbdb;
}
.modal-body .form-group ::-ms-input-placeholder { /* Microsoft Edge */
  color: #dbdbdb
}


.modal-body .form-check-label{
  color:#fff;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-body .checkbox-list__item {
  position: relative;
  padding: 1px 0;
  display: block;
  cursor: pointer;
  margin: 0 0 0 34px;
  border-bottom: 1px solid #b4bcc2;
}
.modal-body .checkbox-list__item:last-of-type {
  border-bottom: 0;
}
.modal-body .checkbox-list__check {
  width: 26px;
  height: 26px;
  border: 3px solid #b4bcc2;
  position: absolute;
  left: -28px;
  top: 25%;
  margin-top: -3px;
  transition: border 0.3s ease;
  border-radius: 5px;
  background-color: #fff;
}
.modal-body .checkbox-list__check:before {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: -2px;
  left: 0px;
  padding-left: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  content: '\2713';
  font-family: initial;
  font-size: 19px;
  color: #fff;
}
.modal-body input[type="checkbox"]:checked ~ .checkbox-list__check {
  border-color: #002f5f;
}
.modal-body input[type="checkbox"]:checked ~ .checkbox-list__check:before {
  background-color: #002f5f;
}
.modal-body .checkbox-text{
  text-align: left;
  font-size: 12px;
  margin-left: 15px;
}


.modal-body .form-info-text{
  color: #54585a;
  font-size: 0.75em;
  padding:20px 0px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.modal-body .form-info-text a{
  color: #54585a;
  text-decoration: underline;
}
.modal-body .form-info-text a:hover{
  color: #002F5F;
  text-decoration: underline;
}


/* RESPONSIVE CSS
=================================================== */
@media screen and (min-width:992px) {
  .millsleeves.segment-item {
    width:100%;
  }
}

@media screen and (max-width:991px){
  .segmentsplit-first {
    display: block;
    border-right: 0;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .segmentsplit-second{
    display: block;
    padding-left: 0px;
    border-left: 0;
    padding-bottom: 15px;
  }
  .segmentsplit-third{
    display: block;
    padding-left: 0px;
    border-left: 0;
  }
  .millsleeves.segment-item {
    overflow:hidden;
  }
  .segment-item{
    display: block;
  }
  .box {
    min-height: 100px;
  }
}

@media screen and (max-width: 782px) {
  .ps-img-cat-fr{
    
    margin-right: auto;
    margin-left: 1rem;
    margin-bottom: 1rem !important;

  }
 
}
