/*
 * Monoline - Design Agency HTML Template (theme_ocean)
 * Version : 1.0
 *
 * Extrait partiel — seules les sections utilisées dans ce projet sont conservées.
 * Fichier source : Sources/monoline-1.0.0/assets/css/style.css
 */


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   01 · STYLES GÉNÉRAUX                                                          ║
   ║   .no-padding  ·  .section-padding  ·  .section-title  ·  .btn_one             ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.no-padding {
  padding: 0;
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 60px;
}
.section-title h2 {
  font-size: 54px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}
.section-title span {
  background: #f5325c none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 10px auto;
  width: 100px;
}
.section-title p {
  padding: 0 10px;
  width: 60%;
  margin: auto;
}
.section-title-white {
  color: #fff;
  position: relative;
}
h2.section-title-white {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}
p.section-title-white {
  color: #fff;
}

.btn_one {
  background: #fff;
  border: 2px solid #1b2032;
  color: #1b2032;
  padding: 8px 30px;
  border-radius: 30px;
  transition: 0.3s;
  margin-top: 10px;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.3);
  display: inline-block;
}
.btn_one:hover {
  background: #ffaa17;
  border: 2px solid #ffaa17;
  color: #fff;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   04 · SECTION FEATURE / ABOUT                                                  ║
   ║   .feature_area  ·  .feature_bg                                                 ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.feature_area {
  padding-bottom: 80px;
  position: relative;
  margin-top: -80px;
}
.feature_bg {
  padding: 60px;
  background: #fff;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, 0.2);
  border-radius: 10px;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   05 · SECTION COMPTEURS                                                        ║
   ║   .counter_feature  ·  .single-project  ·  .single-project-mrnone              ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.counter_feature {
  background: #0e5ca6;
  position: relative;
  margin-bottom: 80px;
}
.single-project {
  border-right: 1px solid #3e3c85;
  position: relative;
}
.single-project-mrnone {
  border-right: 0px;
}
.single-project img {
  width: 60px;
  margin-bottom: 20px;
}
.single-project h2 {
  font-weight: 700;
  font-size: 50px;
}
.single-project h4 {
  margin-bottom: 0;
  color: #fff;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   09 · SECTION PORTFOLIO                                                        ║
   ║   .portfolio_project_area                                                       ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.portfolio_project_area {
  background: #f9fcff;
  padding-bottom: 50px;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   10 · SECTION COMPÉTENCES                                                      ║
   ║   .skill_bar  ·  .progress-bar-text  ·  .progress-bar (override Bootstrap)     ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.skill_bar {
  margin-right: 30px;
}
.progress-bar-text {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.progress-bar-text span {
  float: right;
}
.progress-bar {
  background: #e8e8e9 none repeat scroll 0 0;
  box-shadow: none;
  height: 10px;
  margin: 0 0 20px;
  border-radius: 30px;
  position: relative;
  width: 100%;
}
.progress-bar > span {
  background: #ffaa17 none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 30px;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   12 · COULEURS RÉSEAUX SOCIAUX                                                 ║
   ║   .facebook  ·  .twitter                                                        ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.facebook {
  background: #1c58a1;
}
.facebook:hover {
  background: #fff;
  color: #1c58a1 !important;
}
.twitter {
  background: #0cbce3;
}
.twitter:hover {
  background: #fff;
  color: #0cbce3 !important;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   16 · FORMULAIRE DE CONTACT                                                    ║
   ║   .contact input / textarea                                                     ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

.contact input {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #1b2032;
  font-size: 18px;
  font-weight: 400;
  height: 70px;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.contact textarea {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #1b2032;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.contact input:focus {
  border: 1px solid #f6f6f6;
  box-shadow: none;
  color: #1b2032;
  background: #fff;
  outline: 0 none;
}
.contact textarea:focus {
  border: 1px solid #fff;
  outline: 0 none;
  color: #1b2032;
  background: #fff;
}


/* ╔══════════════════════════════════════════════════════════════════════════════════╗
   ║   RESPONSIVE                                                                    ║
   ╚══════════════════════════════════════════════════════════════════════════════════╝ */

@media only screen and (max-width: 768px) {
  .feature_area  { margin-top: 0; }
  .feature_bg    { padding: 30px; margin-top: 0; }
  .single-project { margin-top: 60px; }
  .section-title h2 { font-size: 40px; }
  .single_project img { width: 100%; margin-bottom: 30px; }
  .testimonial_img img { float: none; margin-bottom: 30px; }
}

@media only screen and (max-width: 480px) {
  .section-title h2 { font-size: 30px; }
  .section-title p  { padding: 0 10px; width: 90%; margin: auto; }
}
