/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
*/

.slider-home > .wpb_column > .vc_column-inner > .wpb_wrapper > .key-icon-box.cont-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}


/* MENU */

#menu-canopsis {
  background-color: #2fab63;
  color: white;
  border-radius: 50px;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  font-weight: bold;
}

/* BOUTON */

.btn-middle {
 display: flex;
 justify-content: center;
}

.btn-white {
  border: 2px solid white;
  padding: 0.8rem;
  background: none;
  color: #ffffff !important;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 50px;
}

.btn-white:hover {
  transition: .3s;
  background-color: white;
  color: #34485e !important;
  font-weight: bold;
}

.bouton-center {
  text-align: center;
}

.btn-blue {
  border: 2px solid #34485e;
  padding: 0.8rem;
  background: none;
  color: #34485e;
  font-weight: bold;
  border-radius: 50px;
}

.btn-blue:hover {
  transition: .3s;
  background-color:#34485e;
  color: white;
  font-weight: bold;
}

.btn-green-border {
  border: 2px solid #2fab63;
  padding: 0.8rem;
  background: none;
  color: #2fab63;
  font-weight: bold;
  border-radius: 50px;
}

.btn-green-border:hover {
  transition: .3s;
  background-color:#2fab63;
  color: white;
  font-weight: bold;
}

.btn-white-border {
  border: 2px solid #ffffff;
  padding: 0.8rem;
  background: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
}

.btn-white-border:hover {
  transition: .3s;
  background-color:#ffffff;
  color: #2fab63;
  font-weight: bold;
}

.btn-green {
  border: 2px solid #2fab63;
  padding: 0.8rem;
  background: #2fab63;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
}

.btn-green:hover {
  transition: .3s;
  border: 2px solid #34485e;
  background-color: #34485e;
  color: white;
  font-weight: bold;
}

/* AUTRE */

.title-h2-home {
  transform: rotate(-3deg);
}

.title-h2-home-bis {
  transform: rotate(3deg);
}

.title-home h2 {
  font-weight: bold !important;
}

.title-size h2 {
  font-size: 40px !important;
}

mark {
  background: #34485e;
  color: white;
  padding: .19rem !important;
}

.mark-white mark {
  background: #ffffff;
  color: #34485e;
}

.mark-white-green mark {
  background: #ffffff;
  color: #2fab63;
}

.mark-green mark {
  background: #2fab63;
  color: #ffffff;
}

.mark-grey mark {
  background: #666666;
  color: #ffffff;
}

.mark-red mark {
  background: #ff0000;
  color: #ffffff;
}

.mark-greencanopsis mark {
  background: #2fab63;
  color: #ffffff;
}

.home-bloc-button {
  margin-left: 20px !important;
}

.tabs-solutions .tab-text-container h2 {
  font-size: 30px !important;
}

.title-entreprise-picto mark {
  background-color: #fff;
  color: #34485e;
}

.key-icon-box.icon-top {
  text-align: center;
  padding: 10px 0px !important;
}

.breadcrumbs, .entry-image {
  display: none;
}

.blog-single-title-meta-wrapper {
  margin-bottom: 20px !important;
}

.single-post #posts-content .BlogFullWidth {
  width: 100% !important;
}

.page-template-default #primary {
  padding-bottom: 0px !important;
}

h1, h2, h3, h4, h5, .container h1, .container h2, .container h3, .container h4, .container h5 {
  letter-spacing: 0 !important;
  line-height: 1.3;
  font-weight: 600;
}

.vc_custom_1550153634927 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.key-icon-box.cont-left {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 960px) {
  .key-icon-box.cont-left, .key-icon-box {
    margin-bottom: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.key-icon-box.icon-left.icon-default .tt-iconbox-customimg {
  margin-right: 15px !important;
  float: none;
  /* margin: 0; */
  margin-bottom: 20px !important;
}
}

.newsletter-form {
  margin: 0 auto !important;
  width: 70% !important;
}

/* ARTCILE */

.titleh2-article h2 {
  width: 150px;
  padding: 10px 5px;
  transform: rotate(-5deg);
}

.lettrine:not(:focus)::first-letter{
  float:left;
  font-size: 0.7em !important;
  line-height: .68;
  font-weight: 500 !important;
  margin: .05em .05em 0 0;
  text-transform: uppercase;
  font-style: normal;
  color: #34485e;
 }

.link-article {
  text-decoration: underline #0f2765 2px;
}

.link-article:hover {
  text-decoration: underline #2fab63 2px;
  transition: .3s;
}

.comments-content {
  display: none;
}

.lettrine {
  float:left;
  font-size: 5em;
  padding: 0.05em 0.05em 0 0;
  color: #0f2765;
}

#posts-content .post p {
  margin-bottom: 0 !important;
}
.blog-content p {
  margin-bottom: 0 !important;
}

/* CONTACT */

.form-contact>p {
  display: flex;
  align-items: center;
}

#form-input {
  background-color: transparent;
  margin: 1rem 0;
  text-align: center;
}

#form-input .fa {
  color: #0F2765;
}

#form-input input {
  background-color: #34485e !important;
  border-bottom: 2px solid #34485e;
  border-radius: 0px !important;
  padding: 0px 10px !important;
  color: #ffffff;
}

#form-input textarea {
  background-color: #34485e !important;
  border-bottom: 2px solid #34485e;
  border-radius: 0px !important;
  padding: 0px 10px !important;
  color: #ffffff;
}

#btnContact {
  border-radius: 0px !important;
  width: 20%;
  margin: inherit;
  padding-top: 10px;
  background-color: #2fab63 !important;
  border: none;
}

#btnContact:hover {
  background-color: #34485e !important;
}

/* CANOPSIS */

#single-page td, #single-page th {
  border-top: hidden !important;
  border-left: hidden !important;
  padding: 10px;
}

#package {
  min-height: 410px !important;
}

.canopsis-iconbox .tt-iconbox-customimg img {
  max-width: 30px !important;
  margin: 0;
  position: relative;
  left: 0;
  width: 100%;
}


/*** FORMULAIRE COTATION ***/

.Tbleu {
  display: inline-block;
  padding: 10px 15px;
  margin: 30px 0px 15px 0px !important;
  background-color: #34485e;
  color: white !important;
  font-size: 25px !important;
}

.Tvert {
  display: inline-block;
  padding: 10px 15px;
  margin: 30px 0px 15px 0px !important;
  background-color: #2fab63;
  color: white !important;
  font-size: 25px !important;
}

.CheckCotation {
  padding-top: 20px;
  background: #26384c;
  color: white;
}

.CheckCotationv {
  padding-top: 20px;
  background: #00843e;
  color: white;
}

.ListeCotation {
  padding: 25px;
  background: #26384c;
}

.ListeCotation .wpcf7-select {
  width: 100%;
  margin: 0 0 0px;
}

.forumaireCotation {
  padding: 50px;
  background-color: #34485e;
}

.forumaireCotation .fa {
  padding-top: 8px;
}

.forumaireCotation input[type="email"] {
  margin-bottom: 0;
}

.ombrePortee {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-default.focus,
.btn-default:focus {
  color: white;
  background-color: #26384c;
  border-color: #26384c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #26384c;
  border-color: #26384c;
}

.zoneTexteFormulaire span textarea {
  height: 200px;
  background-color: #00843e !important;
}

.zoneTexteFormulaire .wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  text-indent: 0px;
}

.mtm {
  margin-top: 50px;
}

.blockMissions {
  background-color: #34485e;
  color: white;
  padding: 25px;
  text-align: justify;
}

.blockMissionsv {
  background-color: #2fab63;
  color: white;
  padding: 25px;
  text-align: justify;
}

.wpcf7 .wpcf7-text, .wpcf7-form textarea, .wpcf7 .wpcf7-select {
  border-radius: 0px !important;
}

.wpcf7-form textarea {
  background-color: #34485e !important;
}

.wpcf7 .wpcf7-select {
  padding: 0 10px !important;
}

placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}




input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="password"],
textarea {
    padding: 20px;
    background-color: #435c77 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #34485e;
    background-color: #34485e;
}

input,
textarea {
    color: white;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    opacity: 0.75;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 0.75;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    opacity: 0.75;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 0.75;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
    text-indent: 30px;
}

.wpcf7 p {
    position: relative;
}

.wpcf7 p .fa {
  position: absolute;
  color: white;
  z-index: 100;
  font-size: 18px;
  top: 22%;
  left: 3%;
}

.wpcf7 p .fa-pencil {
  top: 4%;
}

.vc_custom_1550152288150 {
  padding-top: 150px !important;
  padding-bottom: 80px !important;
}

#pop-up > .vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
}

.email-subscribe > .wpcf7-email {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.tuile-roadmap {
  /* max-height: 136px !important; */
  padding: 15px 15px 0px 15px;
}

.tuile-roadmap .tt-iconbox-customimg img {
  max-width: 100px !important;
  margin: 0;
  position: relative;
  left: 0;
  width: 100%;
}

.tuile-roadmap a .service-heading {
  /* font-size: 17px !important; */
  line-height: 20px !important;
}

.hurrytimer-campaign {
  padding: 0px !important;
}

.services-bloc {
  min-height: 177px !important;
}

h5.service-heading {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tuile-roadmap > a > h5.service-heading {
  justify-content: left;
}

.title-fonctionnalite {
  display: flex;
  justify-content: center;
}

.hurrytimer-campaign-message {
  font-weight: bold;
  font-size: 18px;
}

.tuile-version {
  position: relative;
}

.slider-capensis {
  height: 100vh !important;
}



.slider-capensis > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh !important;
}

.box-middle .vc_column-inner .wpb_wrapper .key-icon-box.icon-top {
  margin: 0 auto;
}

.services-box {
  width: 250px !important;
}

@media (max-width: 960px) {
  .slider-capensis {
    height: 50vh !important;
  }

  .services-box {
    width: 350px !important;
  }
}

.ping-img img {
  width: 65px !important;
  height: 65px !important;
}

.bande-services .wpb_column {
  margin: 0 auto !important;
}

.sos tr {
  border: 2px solid white !important;
}