@charset "UTF-8";
/*
Theme Name: Un banquier dans ma classe
*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis";
}

p {
  font-family: "PT Sans", sans-serif;
}

body {
  background: #fff;
}

a {
  color: #31c5c7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active, .home-heading-line.type_secondary, .w-icon.color_secondary .w-icon-link, .w-iconbox-link:hover .w-iconbox-icon, .w-iconbox-link:hover .w-iconbox-title, .w-tags-item-link:hover, .widget.widget_nav_menu .menu-item a:hover:before, .widget.widget_tag_cloud .tagcloud a:hover {
  color: #444;
}

.dosis-bold {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.form-control {
  border: none;
  font-size: 16px;
  min-height: 42px;
  padding: 10px;
  border-radius: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background-color: #f2f2f2;
  padding-left: 50px;
}

.form-control:focus {
  box-shadow: 0 0 0 2px #999;
  background-color: #f2f2f2;
}

textarea {
  height: unset;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 13px 40px;
  margin: 4px 0;
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary {
  background-color: #31c5c7;
  color: #fff;
}

.navbar {
  font-size: 17px;
  font-weight: 700;
  font-family: "Dosis";
  line-height: inherit;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #31c5c7;
}

.navbar-collapse {
  flex-grow: unset;
}

.nav-link:focus, .nav-link:hover {
  background-color: rgb(245, 245, 245);
}

#contactUsForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contactUsForm > p:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-block-embed-youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/************Accordéon bootstrap****************/
.accordion-button:not(.collapsed) {
  background-color: white;
}

/*********** FOrmualire de contact *****************/
#contactUsForm > .form-input {
  position: relative;
}

#contactUsForm i {
  position: absolute;
  top: 46px;
  z-index: 2;
  left: 16px;
  color: #a2a2a2;
}

/******* contactez-nous*************/
.contact-us li {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: black;
  margin-right: 0.8rem;
}

.page-info i {
  color: #31c5c7;
  font-size: 36px;
  transition: all 0.2s ease-in-out;
}
.page-info i:hover {
  color: #444;
}

@media (min-width: 992px) {
  iframe {
    width: 775px;
    height: 436px;
    left: 1px;
    top: 0px;
  }
  .nav-link {
    font-size: 25px;
  }
  .navbar-collapse {
    height: 82px;
  }
  .navbar-nav {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .navbar-nav > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav-link {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.footer {
  min-height: 280px;
}
.footer a {
  font-size: 0.9rem;
}
.footer a:hover {
  color: white;
  text-decoration: underline;
}

.footer-top {
  border-bottom: 1px solid #444;
  padding: 40px 0 30px;
}

#menu-footer {
  padding-left: 0;
}
#menu-footer .menu-item {
  margin-bottom: 1rem;
}

.tabs .nav-tabs {
  background-color: #f2f2f2;
  border-bottom: 0;
}
.tabs .nav-link {
  padding: 12px 20px;
  font-size: 20px;
  border: 0;
  color: #444;
  text-transform: uppercase;
  font-family: "Dosis";
  border-top: 3px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.tabs .nav-link.active {
  border-top: 2px solid #31c5c7;
  color: #31c5c7;
}

.wp-block-separator {
  border: 1px solid #d1d1d1;
  margin: 2rem 0;
}

.link-opacity a:hover {
  color: white;
  text-decoration: underline !important;
}

label.required::after {
  content: "*";
  color: red;
}

.navbar {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07) !important;
}
.navbar li {
  list-style: none;
  text-wrap: nowrap;
}
.navbar .sub-menu {
  display: block;
}
.navbar .show {
  display: block;
}
@media (min-width: 992px) {
  .navbar .sub-menu {
    display: none;
    position: absolute;
    top: 80px;
    background: white;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  }
  .navbar .sub-menu a {
    font-size: large;
  }
  .navbar .navbar-nav {
    gap: 14px;
  }
  .navbar .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

.g-btn,
input[type=submit] {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 13px 40px;
  margin: 4px 0;
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.g-btn span {
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.g-btn span i {
  margin: 0 14px 0 -2px;
  line-height: 0.9em;
}

.g-btn:active {
  top: 0;
}

.no-touch .g-btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.no-touch .g-btn:hover:after {
  height: 100%;
}

/* TYPE: default */
.g-btn.type_default {
  background-color: #e8e8e8;
  color: #444;
}

.no-touch .g-btn.type_default:after {
  background-color: #444;
}

.no-touch .g-btn.type_default:hover {
  color: #fff;
}

/* TYPE: primary */
.g-btn.type_primary,
input[type=submit] {
  background-color: #31c5c7;
  color: #fff;
}

.no-touch .g-btn.type_primary:after,
.no-touch input[type=submit]:hover {
  background-color: #444;
}

.no-touch .g-btn.type_primary:hover,
.no-touch input[type=submit]:hover {
  color: #fff;
}

/* TYPE: secondary */
.g-btn.type_secondary {
  background-color: #444;
  color: #fff;
}

.no-touch .g-btn.type_secondary:after {
  background-color: #31c5c7;
}

.no-touch .g-btn.type_secondary:hover {
  color: #fff;
}

/* SIZE: small */
.g-btn.size_small,
input.g-btn.size_small,
button.g-btn.size_small {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 30px;
}

/* SIZE: big */
.g-btn.size_big,
input.g-btn.size_big,
button.g-btn.size_big {
  font-size: 22px;
  line-height: 32px;
  padding: 14px 44px;
}

/* Alerts */
.g-alert {
  text-align: left;
  padding: 0 20px;
  border-radius: 3px;
}

.g-alert-close {
  right: -38px;
  top: 12px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  /* hack for IE8 */
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.g-alert-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* hack for IE8 */
  opacity: 1;
}

.g-alert-body {
  padding: 15px 0;
}

.g-alert-body p {
  margin: 0;
}

.youtube-container {
  position: relative;
}

.youtube-container > iframe {
  display: block;
}

.youtube-container > .video-consent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
}

.youtube-container .video-consent-overlay-text {
  text-align: center;
}

.youtube-container .video-consent-overlay-accept-button {
  margin: 20px 0 0 0;
  padding: 8px 10px;
  background-color: blue;
  cursor: pointer;
}

.recaptcha-container {
  position: relative;
}

.recaptcha-container > iframe {
  display: block;
}

.recaptcha-container > .form-consent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.808);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
}

.recaptcha-container .form-consent-overlay-text {
  text-align: center;
}

.recaptcha-container .form-consent-overlay-accept-button {
  margin: 20px 0 0 0;
  padding: 8px 10px;
  background-color: blue;
  cursor: pointer;
}

.btn-optout {
  padding: 1rem 2rem;
  background-color: white;
  border: 1px solid #bbbbbb;
  margin: 1.4rem 0;
  font-size: small;
}
.btn-optout:hover {
  border: 1px solid #292929;
}
.btn-optout.--active {
  background-color: #3d8548;
  color: white;
  border: solid 1px rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

.uagb-tabs__panel {
  background-color: #f2f2f2;
  margin-right: 0 !important;
}

.uagb-tabs__active {
  border-top: 2px solid #31c5c7 !important;
}

.uagb-tabs-list {
  font-family: "Dosis" !important;
  font-size: 20px;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .uagb-tabs-list {
    padding: 0.3em !important;
  }
}

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