/*
Theme Name: Beaver Builder Theme Child
Theme URI: http://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
Version: 1.7.7
Description: A customizable theme with a simple yet robust set of theme options.
Author: The Beaver Builder Team
Author URI: http://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bb-theme-child
Template: bb-theme
*/
p {
  font-size: 16px; }

.fl-rich-text ul li,
.content-block ul li, .news-list .news-items .news-item .more-news, .read-more, .partners-feed .more-partners, .customize-menu nav, .customize-menu nav .right-block-menu, .customize-menu nav .lang_and_followButtons, .customize-menu nav .lang_and_followButtons .follow-us, .formations-posts .fl-post-feed-post, .formations-posts .fl-post-feed-more, .formations-pdf, .formations-pdf .content-block .pdf-download, .filter-block, .partners-feed {
  display: -ms-flexbox;
  display: flex; }

.customize-menu nav, .customize-menu nav .lang_and_followButtons, .customize-menu nav .lang_and_followButtons .follow-us, .formations-pdf, .filter-block, ul.result_info li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.customize-menu nav .right-block-menu {
  -ms-flex-direction: column;
      flex-direction: column; }

.customize-menu nav .right-block-menu {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.news-list .news-items .news-item .more-news, .read-more, .partners-feed .more-partners, .customize-menu nav .lang_and_followButtons, .formations-posts .fl-post-feed-post, .formations-posts .fl-post-feed-more, .formations-pdf .content-block .pdf-download, .filter-block, .partners-feed {
  -ms-flex-align: center;
      align-items: center; }

.news-list .news-items {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }

.news-list .news-items {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: auto; }
  @media all and (max-width: 991px) {
    .news-list .news-items {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 550px) {
    .news-list .news-items {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }

@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
.fl-rich-text ul,
.content-block ul {
  list-style: none;
  font-size: 16px;
  font-family: "Roboto-Regular";
  padding-left: 0; }
  .fl-rich-text ul li,
  .content-block ul li {
    line-height: 28px; }
    .fl-rich-text ul li:before,
    .content-block ul li:before {
      content: "";
      display: block;
      min-width: 6px;
      max-width: 6px;
      min-height: 6px;
      max-height: 6px;
      background-color: #82CEC5;
      border-radius: 50%;
      margin-right: 10px;
      white-space: nowrap;
      margin-top: 8px; }

.news-list .news-items .news-item .more-news, .read-more, .partners-feed .more-partners {
  font-family: "Roboto-Regular";
  color: #82CEC5;
  text-decoration: none;
  font-size: 14px; }
  .news-list .news-items .news-item .more-news:hover, .read-more:hover, .partners-feed .more-partners:hover {
    color: #82CEC5;
    text-decoration: none; }
  .news-list .news-items .news-item .more-news i, .read-more i, .partners-feed .more-partners i {
    margin-left: 15px; }

.filter-block [type="checkbox"] + label,
.filter-block [type="radio"] + label {
  padding-left: 35px !important; }
.filter-block [type="radio"]:checked,
.filter-block [type="checkbox"]:checked,
.filter-block [type="radio"]:not(:checked),
.filter-block [type="checkbox"]:not(:checked) {
  position: absolute !important;
  left: -9999px; }
.filter-block [type="radio"]:checked + label,
.filter-block [type="checkbox"]:checked + label,
.filter-block [type="radio"]:not(:checked) + label,
.filter-block [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block; }
.filter-block [type="radio"]:checked + label:before,
.filter-block [type="checkbox"]:checked + label:before,
.filter-block [type="radio"]:not(:checked) + label:before,
.filter-block [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px; }
.filter-block [type="checkbox"]:not(:checked) + label:before {
  border: 2px solid white;
  border-radius: 0;
  background: #fff; }
.filter-block [type="radio"]:not(:checked) + label:before {
  border: 2px solid white;
  border-radius: 50%;
  background: #fff; }
.filter-block [type="checkbox"]:checked + label:before {
  background-color: #7AD0E3;
  border: 2px solid white; }
.filter-block [type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid white; }
.filter-block [type="radio"]:checked + label:before,
.filter-block [type="radio"]:not(:checked) + label:before {
  border-radius: 100%; }
.filter-block [type="radio"]:checked + label:after,
.filter-block [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 0.2s ease; }
.filter-block [type="checkbox"]:checked + label:after,
.filter-block [type="checkbox"]:not(:checked) + label:after {
  content: '';
  top: 1px;
  left: 1px;
  position: absolute;
  transition: all 0.2s ease; }
.filter-block [type="radio"]:not(:checked) + label:after,
.filter-block [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0); }
.filter-block [type="radio"]:checked + label:after {
  opacity: 1;
  border-radius: 100%;
  background-color: #7AD0E3;
  -ms-transform: scale(1);
      transform: scale(1); }
.filter-block [type="checkbox"]:checked + label:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 7px;
  height: 13px;
  margin-left: 6px;
  opacity: 1;
  -ms-transform: scale(1) rotate(45deg);
      transform: scale(1) rotate(45deg); }

#billing_comment_field .woocommerce-input-wrapper, #billing_membre_field .woocommerce-input-wrapper {
  width: 100%; }
  #billing_comment_field .woocommerce-input-wrapper input, #billing_membre_field .woocommerce-input-wrapper input {
    display: inline-block;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
    width: 5%; }
  #billing_comment_field .woocommerce-input-wrapper label, #billing_membre_field .woocommerce-input-wrapper label {
    float: left;
    margin-top: 0px;
    width: 85%; }
  #billing_comment_field .woocommerce-input-wrapper .form-row label, #billing_membre_field .woocommerce-input-wrapper .form-row label {
    margin-left: 20px; }

.woocommerce form .form-row {
  width: 100%; }

.woocommerce.add_to_cart_inline .subscription-details, .woocommerce.add_to_cart_inline .woocommerce-Price-amount {
  display: none;
  text-align: center; }

.product.woocommerce.add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important; }

.woocommerce .product_type_subscription.add_to_cart_button, .woocommerce-page .woocommerce button[type=submit], .woocommerce-page .woocommerce .wc-proceed-to-checkout a.button.wc-forward, .woocommerce table.cart td.actions .button:disabled, .woocommerce-page table.cart td.actions .button:disabled {
  font-size: 14px;
  border: 1px solid #76c2b9;
  background: #82CEC5;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  color: #fff;
  padding: 15px 0px !important;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border-radius: 0px; }
  .woocommerce .product_type_subscription.add_to_cart_button:hover, .woocommerce .product_type_subscription.add_to_cart_button:visited, .woocommerce-page .woocommerce button[type=submit]:hover, .woocommerce-page .woocommerce button[type=submit]:visited, .woocommerce-page .woocommerce .wc-proceed-to-checkout a.button.wc-forward:hover, .woocommerce-page .woocommerce .wc-proceed-to-checkout a.button.wc-forward:visited, .woocommerce table.cart td.actions .button:disabled:hover, .woocommerce table.cart td.actions .button:disabled:visited, .woocommerce-page table.cart td.actions .button:disabled:hover, .woocommerce-page table.cart td.actions .button:disabled:visited {
    color: #fff;
    background: #82CEC5;
    border-radius: 0px; }
  .woocommerce .product_type_subscription.add_to_cart_button::after, .woocommerce-page .woocommerce button[type=submit]::after, .woocommerce-page .woocommerce .wc-proceed-to-checkout a.button.wc-forward::after, .woocommerce table.cart td.actions .button:disabled::after, .woocommerce-page table.cart td.actions .button:disabled::after {
    display: none; }

.woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .woocommerce-message a.button:hover {
  background: #82CEC5;
  border: 1px solid #76c2b9; }

.woocommerce-page .woocommerce button[type=submit] {
  max-width: 250px; }

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area {
  display: none; }

.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
  pointer-events: none; }

body {
  background-color: transparent; }

ul#header-menu li.access-membre, ul#header-menu li.devenir-membre, ul#header-menu li.formations {
  display: none; }
ul#header-menu li.access-membre, ul#header-menu li.devenir-membre, ul#header-menu li.formations {
  padding: 0;
  display: block;
  text-transform: uppercase; }
  ul#header-menu li.access-membre a, ul#header-menu li.devenir-membre a, ul#header-menu li.formations a {
    display: block;
    border: 1px solid red;
    max-width: 450px;
    border: 1px solid white;
    padding: 10px;
    text-align: center; }
    @media all and (max-width: 768px) {
      ul#header-menu li.access-membre a, ul#header-menu li.devenir-membre a, ul#header-menu li.formations a {
        max-width: 100%; } }
  @media all and (max-width: 768px) {
    ul#header-menu li.access-membre, ul#header-menu li.devenir-membre, ul#header-menu li.formations {
      max-width: 100%; } }
ul#header-menu li.access-membre a {
  background-color: #7AD0E3; }
ul#header-menu li.devenir-membre a {
  background-color: #82CEC5; }
ul#header-menu li.formations a {
  background-color: #FECE88;
  margin-top: 40px; }

@media all and (max-width: 768px) {
  .hide-menu.mobile-menu {
    position: absolute;
    top: 0px; }
  .hide-menu.mobile-menu.menu-innerpages {
    top: -15px;
    right: 0px;
    width: 15% !important; }
    .hide-menu.mobile-menu.menu-innerpages .fl-menu-mobile-toggle {
      padding-top: 25px;
      margin-right: 10px;
      text-align: right;
      /* .hamburger-label {
          border: 1px solid red;
          text-align: right !important;
      } */ }
  .hide-menu .fl-menu-mobile-toggle {
    background-color: #fff;
    color: #7ad0e3;
    float: right;
    font-size: 24px;
    padding-top: 30px;
    margin-right: 5px;
    margin-top: 10px; }
    .hide-menu .fl-menu-mobile-toggle:hover {
      color: #7ad0e3; }
  .hide-menu .fl-menu-mobile-toggle-label {
    display: none !important; } }
.hide-menu nav {
  display: none !important; }

.customize-menu nav {
  overflow: auto;
  position: fixed;
  z-index: 999;
  right: -100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #7AD0E3;
  padding: 50px 20px; }
  .customize-menu nav .close-menu {
    color: white;
    position: absolute;
    right: 40px;
    top: 60px;
    width: 60px;
    height: 60px;
    z-index: 999;
    font-size: 35px;
    text-align: center;
    cursor: pointer; }
    @media all and (max-width: 1040px) {
      .customize-menu nav .close-menu {
        right: 0; } }
  .customize-menu nav .left-block-menu {
    margin-left: 13%;
    margin-right: 100px;
    -ms-flex: 1;
        flex: 1; }
    @media all and (max-width: 1040px) {
      .customize-menu nav .left-block-menu {
        margin-left: 0;
        margin-right: 70px; } }
  .customize-menu nav .right-block-menu {
    -ms-flex: 3;
        flex: 3; }
    @media all and (max-width: 768px) {
      .customize-menu nav .right-block-menu {
        min-width: 100%; } }
    .customize-menu nav .right-block-menu ul {
      padding-left: 0;
      list-style: none;
      margin-top: 20px; }
      .customize-menu nav .right-block-menu ul li {
        margin-bottom: 5px; }
        .customize-menu nav .right-block-menu ul li a {
          font-size: 35px;
          color: white;
          text-decoration: none; }
      @media all and (max-width: 768px) {
        .customize-menu nav .right-block-menu ul {
          margin: 20px; }
          .customize-menu nav .right-block-menu ul li {
            margin-bottom: 10px; }
            .customize-menu nav .right-block-menu ul li a {
              font-size: 20px; }
            .customize-menu nav .right-block-menu ul li.formations {
              margin-top: 50px; } }
  @media all and (max-width: 768px) {
    .customize-menu nav .lang_and_followButtons {
      margin: 20px;
      -ms-flex-align: baseline;
          align-items: baseline;
      width: 100%; } }
  .customize-menu nav .lang_and_followButtons .lang {
    max-width: 200px;
    width: 100%; }
    .customize-menu nav .lang_and_followButtons .lang * {
      color: white; }
    @media all and (max-width: 768px) {
      .customize-menu nav .lang_and_followButtons .lang {
        width: 50%;
        max-width: inherit; } }
  .customize-menu nav .lang_and_followButtons .follow-us > * {
    margin: 10px; }

.menu-innerpages button {
  width: 100%; }

@media all and (max-width: 768px) {
  .mobile_logo {
    max-width: 290px; }

  .hamburger-menu rect {
    height: 35px; }
    .hamburger-menu rect.fl-hamburger-menu-top {
      -ms-transform: translateY(50px);
          transform: translateY(50px); }
    .hamburger-menu rect.fl-hamburger-menu-bottom {
      -ms-transform: translateY(-50px);
          transform: translateY(-50px); }

  .follow-us a:first-child {
    margin-left: 0px !important; } }
.news-list .news-items .news-item {
  max-width: 385px;
  border: 1px solid #f1f1f1; }
  .news-list .news-items .news-item .news-content {
    padding: 10px 20px; }
  .news-list .news-items .news-item img {
    text-align: center; }
  .news-list .news-items .news-item h3 {
    font-size: 20px;
    font-family: "Roboto-Regular";
    color: #5e5e5e;
    font-weight: bold; }
  .news-list .news-items .news-item p {
    font-family: "Roboto-Regular";
    font-size: 16px; }

.formations-posts .fl-post-feed-image {
  width: 27%; }
.formations-posts .fl-post-feed-text {
  width: 67%;
  padding: 20px 50px;
  margin-left: 0 !important; }
.formations-posts .fl-post-feed-more {
  font-size: 14px;
  color: #82CEC5 !important; }
  .formations-posts .fl-post-feed-more:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    display: block;
    margin-left: 15px; }
@media all and (max-width: 768px) {
  .formations-posts .fl-post-feed-post.fl-post-feed-image-beside {
    max-width: 100% !important; }
    .formations-posts .fl-post-feed-post.fl-post-feed-image-beside a {
      display: block;
      text-align: center;
      margin-top: 20px; }
      .formations-posts .fl-post-feed-post.fl-post-feed-image-beside a img {
        max-width: 100%;
        width: auto !important; }
  .formations-posts .fl-post-feed-post {
    -ms-flex-direction: column;
        flex-direction: column; }
  .formations-posts .fl-post-feed-image,
  .formations-posts .fl-post-feed-text {
    width: 100%; }
  .formations-posts .fl-post-feed-text {
    padding: 20px 20px; } }

.form_posts .fl-post-feed-post {
  border: 1px solid #DCDCDC; }
.form_posts .fl-post-feed-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px; }

.formation_fillter .active-formation {
  background-color: #76c2b9 !important; }
  .formation_fillter .active-formation span {
    color: #fff !important; }
@media all and (max-width: 475px) {
  .formation_fillter .fl-button-group-button a {
    padding: 10px 12px; } }
@media all and (max-width: 375px) {
  .formation_fillter .fl-button-group-button a {
    padding: 8px 10px; } }
@media all and (max-width: 475px) {
  .formation_fillter .fl-button-group-button a > span {
    font-size: 14px; } }
@media all and (max-width: 375px) {
  .formation_fillter .fl-button-group-button a > span {
    font-size: 12px; } }

.single-content p,
.single-content a {
  font-size: 16px;
  font-family: "Roboto-Regular";
  color: #5E5E5E; }
.single-content a {
  text-decoration: underline; }
.single-content a,
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #82CEC5; }
.single-content h1 {
  font-size: 35px; }
.single-content h2 {
  font-size: 30px; }
.single-content h3 {
  font-size: 20px; }

@media all and (min-width: 1041px) {
  .formation-date-block {
    position: relative;
    z-index: 99; } }
@media all and (max-width: 1040px) {
  .formation-date-block {
    margin: 20px auto 0;
    float: none;
    clear: both; } }
.formation-date-block h2,
.formation-date-block h4 {
  font-weight: 400;
  text-align: center;
  color: white;
  text-align: center; }
.formation-date-block h2 {
  font-size: 55px;
  font-family: "Roboto-Bold", sans-serif; }
.formation-date-block h4 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 22px;
  text-transform: uppercase; }
.formation-date-block .fl-col-content {
  float: right;
  margin-right: 40px; }
  .formation-date-block .fl-col-content:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    border: 1px solid #D7D7D7;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0; }
  @media all and (max-width: 1040px) {
    .formation-date-block .fl-col-content {
      float: none;
      clear: both;
      width: 100%;
      margin-right: 0; } }

.formations-pdf .green-block {
  background-color: #82CEC5;
  width: 30%;
  padding: 40px; }
  .formations-pdf .green-block h2 {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: white; }
.formations-pdf .content-block {
  padding: 20px 20px 20px 40px;
  width: 70%; }
  .formations-pdf .content-block h2 {
    font-size: 24px; }
  .formations-pdf .content-block h3 {
    font-size: 18px; }
  .formations-pdf .content-block h2,
  .formations-pdf .content-block h3,
  .formations-pdf .content-block .pdf-download span {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700; }
  .formations-pdf .content-block ul {
    padding-left: 0; }
    .formations-pdf .content-block ul li {
      color: #000; }
  .formations-pdf .content-block .pdf-download {
    text-decoration: none; }
    .formations-pdf .content-block .pdf-download span {
      margin: 15px;
      font-size: 18px;
      color: black; }
    .formations-pdf .content-block .pdf-download i {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 24px;
      color: #FE3D33 !important; }
      .formations-pdf .content-block .pdf-download i:after {
        content: "\f1c1";
        display: block;
        margin-left: 15px; }
@media all and (max-width: 1040px) {
  .formations-pdf {
    -ms-flex-direction: column;
        flex-direction: column; }
    .formations-pdf .green-block,
    .formations-pdf .content-block {
      width: 100%; } }

.contact-us form fieldset .frm_form_field input {
  height: 40px; }
.contact-us form fieldset .frm_form_field input, .contact-us form fieldset .frm_form_field textarea {
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  border: 1px solid #D0D0D0 !important; }
  .contact-us form fieldset .frm_form_field input::-webkit-input-placeholder, .contact-us form fieldset .frm_form_field textarea::-webkit-input-placeholder {
    font-size: 14px;
    transition: 0.5s;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .contact-us form fieldset .frm_form_field input::-moz-placeholder, .contact-us form fieldset .frm_form_field textarea::-moz-placeholder {
    font-size: 14px;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .contact-us form fieldset .frm_form_field input:-ms-input-placeholder, .contact-us form fieldset .frm_form_field textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .contact-us form fieldset .frm_form_field input:active, .contact-us form fieldset .frm_form_field input:focus, .contact-us form fieldset .frm_form_field textarea:active, .contact-us form fieldset .frm_form_field textarea:focus {
    border-bottom: 2px solid #82CEC5 !important;
    outline: 0;
    box-shadow: none !important;
    font-family: "Roboto-Bold"; }
    .contact-us form fieldset .frm_form_field input:active::-webkit-input-placeholder, .contact-us form fieldset .frm_form_field input:focus::-webkit-input-placeholder, .contact-us form fieldset .frm_form_field textarea:active::-webkit-input-placeholder, .contact-us form fieldset .frm_form_field textarea:focus::-webkit-input-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
    .contact-us form fieldset .frm_form_field input:active::-moz-placeholder, .contact-us form fieldset .frm_form_field input:focus::-moz-placeholder, .contact-us form fieldset .frm_form_field textarea:active::-moz-placeholder, .contact-us form fieldset .frm_form_field textarea:focus::-moz-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
    .contact-us form fieldset .frm_form_field input:active:-ms-input-placeholder, .contact-us form fieldset .frm_form_field input:focus:-ms-input-placeholder, .contact-us form fieldset .frm_form_field textarea:active:-ms-input-placeholder, .contact-us form fieldset .frm_form_field textarea:focus:-ms-input-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
.contact-us form fieldset .frm_submit button {
  border-radius: 0 !important;
  background-color: #82CEC5 !important;
  border: none !important;
  font-family: "Roboto-Regular" !important;
  font-size: 14px !important; }
  .contact-us form fieldset .frm_submit button:hover {
    color: white !important; }

.woocommerce h2 {
  text-align: center;
  color: #82CEC5; }
.woocommerce form.login {
  border: 0px !important; }
.woocommerce .woocommerce-Input {
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  border: 1px solid #D0D0D0 !important; }
  .woocommerce .woocommerce-Input::-webkit-input-placeholder {
    font-size: 14px;
    transition: 0.5s;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .woocommerce .woocommerce-Input::-moz-placeholder {
    font-size: 14px;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .woocommerce .woocommerce-Input:-ms-input-placeholder {
    font-size: 14px;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .woocommerce .woocommerce-Input:active, .woocommerce .woocommerce-Input:focus {
    border-bottom: 2px solid #82CEC5 !important;
    outline: 0;
    box-shadow: none !important;
    font-family: "Roboto-Bold"; }
    .woocommerce .woocommerce-Input:active::-webkit-input-placeholder, .woocommerce .woocommerce-Input:focus::-webkit-input-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
    .woocommerce .woocommerce-Input:active::-moz-placeholder, .woocommerce .woocommerce-Input:focus::-moz-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
    .woocommerce .woocommerce-Input:active:-ms-input-placeholder, .woocommerce .woocommerce-Input:focus:-ms-input-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
.woocommerce .woocommerce-form-login__submit {
  border-radius: 0 !important;
  background-color: #82CEC5 !important;
  border: none !important;
  font-family: "Roboto-Regular" !important;
  font-size: 14px !important;
  width: 100%;
  color: #ffffff !important;
  text-transform: uppercase !important; }
  .woocommerce .woocommerce-form-login__submit:hover {
    background-color: #7AD0E3 !important; }
.woocommerce .lost_password a {
  font-size: 12px !important;
  color: #82CEC5 !important;
  text-decoration: none; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  border: 1px solid #D0D0D0 !important;
  height: 40px; }
  .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
    font-size: 14px;
    transition: 0.5s;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
    font-size: 14px;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:-ms-input-placeholder {
    font-size: 14px;
    color: #000 !important;
    text-overflow: ellipsis;
    font-family: "Roboto-Regular"; }
  .woocommerce form .form-row input.input-text:active, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:active, .woocommerce form .form-row textarea:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:active, .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    border-bottom: 2px solid #82CEC5 !important;
    outline: 0;
    box-shadow: none !important;
    font-family: "Roboto-Bold"; }
    .woocommerce form .form-row input.input-text:active::-webkit-input-placeholder, .woocommerce form .form-row input.input-text:focus::-webkit-input-placeholder, .woocommerce form .form-row textarea:active::-webkit-input-placeholder, .woocommerce form .form-row textarea:focus::-webkit-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:active::-webkit-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:focus::-webkit-input-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
    .woocommerce form .form-row input.input-text:active::-moz-placeholder, .woocommerce form .form-row input.input-text:focus::-moz-placeholder, .woocommerce form .form-row textarea:active::-moz-placeholder, .woocommerce form .form-row textarea:focus::-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:active::-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:focus::-moz-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }
    .woocommerce form .form-row input.input-text:active:-ms-input-placeholder, .woocommerce form .form-row input.input-text:focus:-ms-input-placeholder, .woocommerce form .form-row textarea:active:-ms-input-placeholder, .woocommerce form .form-row textarea:focus:-ms-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:active:-ms-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:focus:-ms-input-placeholder {
      transition: 0.5s;
      text-indent: -100px;
      opacity: 0; }

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0px !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #D0D0D0 !important;
  border-radius: 0px; }

#map {
  height: 500px; }

.filter-block {
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #7AD0E3;
  color: white;
  font-family: "Roboto-Regular"; }
  .filter-block select {
    width: 290px;
    height: 44px;
    color: black;
    border-color: white;
    padding: 0 15px; }
  .filter-block .checkboxes {
    padding: 25px; }
    .filter-block .checkboxes label {
      margin-left: 35px; }
      .filter-block .checkboxes label input {
        margin-right: 10px; }

.pgcontainer {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto; }

ul.result_info {
  padding-left: 0; }
  ul.result_info li:before {
    content: none; }
  ul.result_info li {
    border: 1px solid #DCDCDC;
    margin-top: 50px; }
    ul.result_info li .image {
      width: 35%; }
    ul.result_info li .content {
      padding: 30px;
      width: 65%; }

.read-more {
  text-decoration: none; }

.gm-style-iw-d {
  max-width: 200px;
  border-radius: 0;
  border: none; }
  .gm-style-iw-d .image {
    display: block;
    margin: 0 auto; }
  .gm-style-iw-d .country {
    background-color: #7AD0E3;
    position: relative;
    color: white;
    padding: 5px 30px;
    margin: -15px auto 0;
    display: table;
    font-size: 14px; }
  .gm-style-iw-d .address, .gm-style-iw-d .phone {
    text-align: center;
    font-family: "Roboto-Regular";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  .gm-style-iw-d .address {
    margin-top: 15px; }

.partners-feed {
  border: 1px solid #DCDCDC;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .partners-feed .image {
    width: 30%;
    min-width: 300px; }
    .partners-feed .image img {
      width: 100%; }
  .partners-feed .content {
    width: 70%;
    margin-left: 40px; }
    .partners-feed .content h2 {
      font-family: Roboto, sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #000; }
  @media all and (max-width: 768px) {
    .partners-feed {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .partners-feed .image,
      .partners-feed .content {
        width: 100%; }
      .partners-feed .image {
        text-align: center; }
      .partners-feed img {
        max-width: 100%;
        width: auto !important; }
      .partners-feed .content {
        margin: 20px 0; }
        .partners-feed .content h2 {
          text-align: center; } }

.page_formations .partners_row .fl-row-content-wrap {
  background-color: #ffffff; }

@media all and (max-width: 768px) {
  .partners_row .slick-track {
    display: -ms-flexbox;
    display: flex; } }
.partners_row .slick-track .fl-photo-img-jpg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.my_account_row .woocommerce-MyAccount-navigation li {
  background-color: #7AD0E3;
  border-bottom: 1px solid white;
  padding: 5px 10px;
  transition: 0.3s; }
  .my_account_row .woocommerce-MyAccount-navigation li::before {
    display: none; }
  .my_account_row .woocommerce-MyAccount-navigation li:hover {
    background-color: #82CEC5;
    cursor: pointer; }
.my_account_row .woocommerce-MyAccount-navigation a {
  color: #ffffff; }
.my_account_row .woocommerce-MyAccount-content a {
  color: #7AD0E3; }
.my_account_row .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #7AD0E3; }
  .my_account_row .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #7AD0E3; }
.my_account_row .woocommerce-MyAccount-content .woocommerce-Button {
  background-color: #82CEC5 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  transition: 0.3s; }
  .my_account_row .woocommerce-MyAccount-content .woocommerce-Button:hover {
    background-color: #7AD0E3 !important; }
.my_account_row .woocommerce-MyAccount-content .my-membership-section a.button {
  background-color: #82CEC5 !important;
  color: #ffffff !important;
  border-radius: 0 !important; }
  .my_account_row .woocommerce-MyAccount-content .my-membership-section a.button:hover {
    background-color: #7AD0E3 !important; }
.my_account_row .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  height: 40px; }
.my_account_row .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 20px; }

@media all and (max-width: 768px) {
  .woocommerce li.wc_payment_method.payment_method_stripe {
    display: block; }
    .woocommerce li.wc_payment_method.payment_method_stripe::before {
      float: left;
      margin-top: 13px; }
  .woocommerce form .form-row .select2-container {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */