
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  /*padding: 60px 0; /* vertical | horizontal */
  padding: 60px 0px 0px 0px; /* haut | droit | bas | gauche */
  position: relative;
	/*border: solid 1px red;*/
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
	/*border: solid 1px blue;*/
}

.about .content {
  padding: 30px 30px 30px 0px; /* haut | droit | bas | gauche */
   /*border: solid 1px green;*/
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

/* */

.about .icon-boxes .icon-box1 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.about .icon-boxes .icon-box1 i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box1 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box1 p {
  font-size: 15px;
  color: #848484;
}

.about .icon-box2 {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.about .icon-box2::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.about .icon-box2:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.about .icon-box2:hover .title a,
.about .icon-box2:hover .description {
  color: #fff;
}

.about .icon-box2:hover .icon i {
  color: #fff;
}

.about .icon {
  margin-bottom: 15px;
}

.about .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

/* ---------------------------- */
section {
  display:flex;
	/*background:red;*/
}

#section2 {
	/*border:solid 1px yellow;*/
  padding: 30px 30px 10px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#section1 {
	/*border:solid 1px green;*/
  margin-right: 30px;
}
/* ---------------------------- */

@media (max-width: 1200px) {
  .about .content {padding-right: 0;}
}

@media (max-width: 768px) {
  /*.about {text-align: center;}*/
  section {flex-direction: column;}
  #section1 {margin-right: 0px;}
  #section2 {margin-top: 30px;}
}
