/*!
Theme Name: Bulmascores
Theme URI: https://github.com/Nicuz/Bulmascores
Author: Domenico Majorana
Author URI: https://github.com/nicuz
Description: Underscores meets Bulma
Version: 0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bulmascores
Tags: two-columns, right-sidebar, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

Bulmascores is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


.button.is-secondary {
  color: #1E3E57 !important;
  font-weight: 900 !important;
}

.button.is-secondary .is-color-white {
  color: #1E3E57 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.button.is-secondary svg,
.button.is-secondary path {
  fill: #1E3E57 !important;
}

.navbar__phone {
  color: #1E3E57 !important;
}

.navbar__phone span {
  color: #1E3E57 !important;
}

.navbar__phone svg,
.navbar__phone path {
  fill: #1E3E57 !important;
}

.navbar-contact__info-phone a,
.navbar-contact__info-phone span,
.navbar-contact__info-mail a,
.navbar-contact__info-mail span {
  color: #1E3E57 !important;
}

.navbar-contact__info-phone svg,
.navbar-contact__info-phone path,
.navbar-contact__info-mail svg,
.navbar-contact__info-mail path {
  fill: #1E3E57 !important;
}

body.single-blog .bottomCta__button,
body.single-blog .menuCta__button,
body.single-blog .hookCta__button {
  background: -o-linear-gradient(359deg, #E6B546 0%, #E39F02 98.54%) !important;
  background: linear-gradient(91deg, #E6B546 0%, #E39F02 98.54%) !important;
  color: #1E3E57 !important;
}

body.single-blog .bottomCta__button span,
body.single-blog .menuCta__button span,
body.single-blog .hookCta__button span {
  color: #1E3E57 !important;
}

body.single-blog .bottomCta__button svg,
body.single-blog .bottomCta__button path,
body.single-blog .menuCta__button svg,
body.single-blog .menuCta__button path,
body.single-blog .hookCta__button svg,
body.single-blog .hookCta__button path {
  fill: #1E3E57 !important;
}

body.single-blog .bottomCta__button {
  font-size: 0.85rem !important;
}

body.single-blog .hookCta__button,
body.single-blog .menuCta__button {
  font-size: 1rem !important;
}

.callToAction .button {
  font-size: 24px !important;
  border-radius: 50px !important;
}

.navbar__devis span {
  font-weight: 900 !important;
}

.prof-card .diplome__school,
.prof-card .under-speciality {
  font-size: 24px !important;
}

.prof-card .under-speciality {
  line-height: 1.1 !important;
  margin-top: 5px !important;
}

.type-blog .content a {
  color: #0000ee;
  text-decoration: underline;
}

.type-blog .content a:visited,
.type-blog .content a:active {
  color: #551a8b;
}

.type-blog .content a:visited span,
.type-blog .content a:active span {
  color: #551a8b !important;
}

.type-blog .content a span {
  color: #551a8b !important;
}

.type-blog .post-header h1 {
  font-size: 32px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.type-blog .table__wrapper {
  overflow-x: auto;
}

.single-blog .main-container {
  margin-top: 71px !important;
}

.single-blog .post__title {
  color: #D29F2A;
  text-align: left;
}

.single-blog #primary {
  margin-top: 0;
}

.single-blog .sep {
  display: none;
}

.single-blog .navbar-contact {
  display: none !important;
}

.single-blog .navbar__phone,
.single-blog .navbar__contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e0e0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 35px 20px;
  width: 100%;
}

.single-blog .navbar__phone span,
.single-blog .navbar__contact span {
  display: block !important;
}

.single-blog .navbar__phone svg,
.single-blog .navbar__contact svg {
  margin-right: 15px;
  width: 20px;
}

.single-blog .navbar__phone br,
.single-blog .navbar__contact br {
  display: none;
}

.single-blog .navbar__phone svg {
  width: 20px;
}

.single-blog .navbar__contact svg {
  width: 22px;
}

.single-blog .navbar__teach,
.single-blog .navbar__devis {
  display: none !important;
}

.single-blog .blog__banner {
  background: url(./assets/img/banner-blog.png) center;
  margin-bottom: 10px;
}

.single-blog .blog__banner--title {
  color: #ffffff;
  font-family: "Roboto","Lato","Lato",Arial,sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
  text-align: center;
  text-decoration: underline;
}

.single-blog .new-breadcrumb {
  border-bottom: 1px solid #e3e0e0;
  display: block;
  padding-bottom: 25px;
  white-space: normal;
}

.single-blog .new-breadcrumb .sepb {
  margin: 0 5px;
}

.single-blog .new-breadcrumb span:last-child {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.single-blog .hookCta {
  background: -o-linear-gradient(353deg, #3366ff 1%, #2fa0ff 100%);
  background: linear-gradient(97deg, #3366ff 1%, #2fa0ff 100%);
  bottom: 0;
  left: 0;
  padding: 35px 20px 20px 75px;
  position: fixed;
  right: 0;
  top: unset;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  visibility: hidden;
  z-index: 1;
}

.single-blog .hookCta.show {
  opacity: 1 !important;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible !important;
}

.single-blog .hookCta__inner {
  position: relative;
}

.single-blog .hookCta__close {
  position: absolute;
  top: -20px;
  right: -5px;
}

.single-blog .hookCta__icon {
  left: -60px;
  position: absolute;
  top: 5px;
  width: 50px;
}

.single-blog .hookCta__title {
  color: #ffffff;
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.single-blog .hookCta__button {
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 10px 23px;
  text-align: left;
  text-decoration: underline;
  margin-left: 20px;
}

.single-blog .hookCta__button svg {
  margin-right: 12px;
  min-width: 17px;
}

.single-blog .bottomCta {
  background: #ffffff;
  border: 1px solid #D29F2A;
  -webkit-box-shadow: 0px 30px 30px rgba(39, 79, 112, 0.1);
  box-shadow: 0px 30px 30px rgba(39, 79, 112, 0.1);
  margin: 0 15px 100px;
}

.single-blog .bottomCta__header {
  padding: 0 20px;
  position: relative;
}

.single-blog .bottomCta__title {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.single-blog .bottomCta__title {
  border-left: 1px solid #D29F2A;
  color: #D29F2A;
  margin-top: 35px;
  padding: 0 0 0 15px;
}

.single-blog .bottomCta__subtitle {
  color: #1E3E57;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}

.single-blog .bottomCta__body {
  padding: 25px 20px 35px;
}

.single-blog .bottomCta__content p {
  color: #1e3e57;
  margin-bottom: 25px;
}

.single-blog .bottomCta__button {
  border: none;
  border-radius: 20px;
  max-width: 270px;
  padding: 10px 30px;
}

.single-blog .bottomCta__button--wrapper {
  text-align: center;
}

.single-blog .menuCta {
  background: -o-linear-gradient(353deg, #3366ff 1%, #2fa0ff 100%);
  background: linear-gradient(97deg, #3366ff 1%, #2fa0ff 100%);
  padding: 25px 20px 35px;
  width: 100%;
}

.single-blog .menuCta__title {
  color: #ffffff;
  font-family: Lato;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.single-blog .menuCta__button {
  background: -o-linear-gradient(359deg, #e6b546 0%, #e39f02 98.54%);
  background: linear-gradient(91deg, #e6b546 0%, #e39f02 98.54%);
  border-radius: 20px;
  color: #ffffff;
  text-decoration: underline;
  padding: 12px 35px 12px 20px;
}

.single-blog .menuCta__button path {
  fill: #ffffff !important;
}

.single-blog .menuCta__button--wrapper {
  text-align: center;
}

.post-type-archive-blog h1.blog__archive--title {
  color: #ffffff;
  position: absolute;
  z-index: -1;
}

.post-type-archive-blog .menuCta {
  display: none !important;
}

.archive .menuCta {
  display: none;
}

.post-type-archive-blog .navbar__subtitle--main,
.single-blog .navbar__subtitle--main {
  display: none;
}

.post-type-archive-blog .navbar__subtitle--blog,
.single-blog .navbar__subtitle--blog {
  display: block !important;
}

.page-template-page-landing h1,
.page-template-page-landing h2,
.page-template-page-landing h3,
.page-template-page-landing h4,
.page-template-page-landing h5,
.page-template-page-landing h6 {
  font-family: 'Lato', sans-serif !important;
}

.page-template-page-contact-form label,
.page-template-page-demande-devis label {
  color: #1E3E57;
}

.page-template-page-contact-form input::-webkit-input-placeholder,
.page-template-page-contact-form textarea::-webkit-input-placeholder,
.page-template-page-demande-devis input::-webkit-input-placeholder,
.page-template-page-demande-devis textarea::-webkit-input-placeholder {
  color: #383B41 !important;
  opacity: 1;
}

.page-template-page-contact-form input::-moz-placeholder,
.page-template-page-contact-form textarea::-moz-placeholder,
.page-template-page-demande-devis input::-moz-placeholder,
.page-template-page-demande-devis textarea::-moz-placeholder {
  color: #383B41 !important;
  opacity: 1;
}

.page-template-page-contact-form input:-ms-input-placeholder,
.page-template-page-contact-form textarea:-ms-input-placeholder,
.page-template-page-demande-devis input:-ms-input-placeholder,
.page-template-page-demande-devis textarea:-ms-input-placeholder {
  color: #383B41 !important;
  opacity: 1;
}

.page-template-page-contact-form input::-ms-input-placeholder,
.page-template-page-contact-form textarea::-ms-input-placeholder,
.page-template-page-demande-devis input::-ms-input-placeholder,
.page-template-page-demande-devis textarea::-ms-input-placeholder {
  color: #383B41 !important;
  opacity: 1;
}

.page-template-page-contact-form input::placeholder,
.page-template-page-contact-form textarea::placeholder,
.page-template-page-demande-devis input::placeholder,
.page-template-page-demande-devis textarea::placeholder {
  color: #383B41 !important;
  opacity: 1;
}

.page-template-page-contact-form input:-ms-input-placeholder,
.page-template-page-contact-form textarea:-ms-input-placeholder,
.page-template-page-demande-devis input:-ms-input-placeholder,
.page-template-page-demande-devis textarea:-ms-input-placeholder {
  color: #383B41 !important;
}

.page-template-page-contact-form input::-ms-input-placeholder,
.page-template-page-contact-form textarea::-ms-input-placeholder,
.page-template-page-demande-devis input::-ms-input-placeholder,
.page-template-page-demande-devis textarea::-ms-input-placeholder {
  color: #383B41 !important;
}

.page-template-page-demande-devis .header-full .is-6 {
  width: 100%;
}

.page-id-22604 .navbar__teach {
  display: none !important;
}

.page-id-22604 .navbar__teach + .sep {
  display: none !important;
}

.page-id-22604 .diplome__school {
  font-size: 24px !important;
}

.button.is-secondary.is-text.px-7 {
  font-size: 16px;
}

@media (min-width: 576px) {
  .single-blog .blog__banner--title {
    font-size: 3rem;
    padding: 2.5rem 15px 3rem;
    text-align: left;
  }

  .single-blog .new-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .single-blog .new-breadcrumb .sepb {
    margin: 0 11px;
  }

  .single-blog .hookCta__button {
    margin-left: 0;
  }

  .single-blog .hookCta__button--wrapper {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .type-blog .post-header h1 {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  .single-blog .main-container {
    margin-top: 120px !important;
  }

  .single-blog .navbar__phone,
  .single-blog .navbar__contact {
    background: -o-linear-gradient(359deg, #e6b546 0%, #e39f02 98.54%) !important;
    background: linear-gradient(91deg, #e6b546 0%, #e39f02 98.54%) !important;
    border-radius: 20px;
    color: #1E3E57 !important;
    padding: 10px 20px;
    width: auto;
  }

  .single-blog .navbar__phone svg,
  .single-blog .navbar__contact svg {
    fill: #1E3E57 !important;
  }

  .single-blog .navbar__phone span,
  .single-blog .navbar__contact span {
    color: #1E3E57 !important;
  }

  .single-blog .navbar__phone path,
  .single-blog .navbar__contact path {
    fill: #1E3E57 !important;
  }

  .single-blog .navbar-menu .buttons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .single-blog .new-breadcrumb {
    max-width: 90%;
  }

  .single-blog .hookCta {
    border-radius: 5px;
    -webkit-box-shadow: 0px 30px 30px rgba(39, 79, 112, 0.1);
    box-shadow: 0px 30px 30px rgba(39, 79, 112, 0.1);
    margin-top: 70px;
    padding: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .single-blog .hookCta__close {
    display: none;
  }

  .single-blog .hookCta__header {
    margin-bottom: 20px;
    text-align: center;
  }

  .single-blog .hookCta__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: unset;
    top: unset;
    width: unset;
    position: relative;
  }

  .single-blog .hookCta__icon::before,
  .single-blog .hookCta__icon::after {
    content: "";
    display: block;
    background: white;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
  }

  .single-blog .hookCta__title {
    font-size: 24px;
    line-height: 30px;
  }

  .single-blog .hookCta__button--wrapper {
    text-align: left;
  }

  .single-blog .bottomCta {
    margin: 75px 15px 100px;
  }

  .single-blog .bottomCta__header {
    padding: 0 50px;
  }

  .single-blog .bottomCta__title {
    font-size: 32px;
    line-height: 38px;
  }

  .single-blog .bottomCta__title {
    display: inline-block;
    margin-top: 40px;
    padding: 0 0 0 20px;
  }

  .single-blog .bottomCta__subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .single-blog .bottomCta__body {
    padding: 35px 50px 50px;
  }

  .single-blog .menuCta {
    display: none;
  }

  .navbar__devis svg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .single-blog .main-container {
    margin-top: 80px !important;
  }

  .single-blog .navbar__phone {
    margin-right: 30px;
  }

  .single-blog .navbar-menu .buttons {
    height: 100%;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .single-blog .blog__banner {
    margin-bottom: 25px;
  }

  .single-blog .blog__banner--title {
    padding: 2.5rem 0 3rem;
  }
}

@media (max-width: 1023.98px) {
  .single-blog .navbar-brand {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .callToAction .button {
    font-size: 20px !important;
  }

  .navbar-contact__info-phone,
  .navbar-contact__info-mail {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 400px) {
  .footer-links a {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=style.css.map */
@media(min-width:769px){
  .column.is-8{
    width:75% !important;
  }
  .column.is-4 {
      width: 25% !important;
    }
  }