/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.text-yellow {
  color: #f9b000;
}

.bg-yellow,
.bg-dark,
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f9b000 !important;
  color: #fff;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-striped {
  background-image: repeating-linear-gradient(-40deg, #990000, #990000 1px, transparent 1px, transparent 5px);
}

.e-widget-swiper.grayscale img {
  display: block;
  filter: grayscale(1);
}
.e-widget-swiper.grayscale img:hover {
  filter: grayscale(0);
}
/*
.elementor-section-stretched {
  width: 100vw !important;
  margin-left: 50%;
  transform: translateX(-50%);
}
*/
@media (max-width: 767px) {
  .elementor-container > .elementor-column {
    width: 100% !important;
  }
  .col-xs-50 > .elementor-container > .elementor-column {
    width: 50% !important;
  }
}

ul.bullet-red {
  margin-bottom: 0;
  list-style: none;
}
ul.bullet-red li {
  margin-bottom: 5px;
}
ul.bullet-red li:before {
  content: "●";
  display: inline-block;
  width: 1em;
  font-weight: bold;
  color: #ff4d50;
}

textarea[aria-invalid="true"] {
  border-color: #ff2c00!important;
}

.grecaptcha-badge { 
  visibility: hidden; 
}

#Action_bar > .container > .column.one {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
@media (min-width: 960px) {
  #Action_bar > .container > .column.one {
    gap: 50px;
  }
}
#Action_bar ul {
  flex: 0 1 auto;
}
#Action_bar ul.contact_details {
  display: flex;
  flex-grow: 2;
  gap: 10px;
}
#Action_bar ul.social,
#Action_bar ul.contact_details li {
  padding: 6px 0 5px 0 !important;
  white-space: nowrap;
}
#Action_bar ul.contact_details a {
  font-size: .9em;
  text-decoration: none;
}
#Action_bar ul.contact_details i {
  margin-right: 3px;
  color: #ffcc66;
}
#Action_bar ul.contact_details i.icon-mail-line {
  vertical-align: middle;
}
#Action_bar ul.contact_details i.icon-mail-line:before {
  content: '\e8d0';
}
#Action_bar ul.contact_details i.icon-phone:before {
  transform: scaleX(-1);
}
#Action_bar ul.contact_details .slogan {
  margin: 0;
  padding: 0 !important;
  margin-left: auto;
  order: 99;
  font-weight: 500;
  text-transform: uppercase;
}
#Action_bar ul.contact_details .slogan a {
  display: block;
  padding: 6px 15px;
  color: #0b227f;
  background: #ffcc66;
}
#Action_bar ul.contact_details .slogan a i {
  color: inherit;
}
#Action_bar ul.contact_details .slogan a:focus,
#Action_bar ul.contact_details .slogan a:hover {
  background: #fff;
}
@media (max-width: 767px) {
  #Action_bar {
    display: none;
  }
}

#Top_bar .menu > li a.mPS2id-highlight:not(.menu-toggle):after {
  opacity: 1
}
#menu a {
  text-transform: uppercase;
}
#menu a.mPS2id-highlight,
#menu a.mPS2id-highlight span {
  color: #f9b000;
}

#Side_slide #menu {
  margin-bottom: 0;
}
#Side_slide ul.contact_details li {
  display: block;
  padding: 11px 5px 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,.03);
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
}
#Side_slide ul.contact_details li a {
  text-decoration: none;
  font-weight: 500;
}
#Side_slide ul.contact_details li.slogan a {
  text-transform: uppercase;
}
#Side_slide ul.contact_details i {
  margin-right: 3px;
  color: #ffcc66;
}
#Side_slide ul.contact_details i.icon-mail-line {
  margin-right: 4px;
  vertical-align: middle;
}
#Side_slide ul.contact_details i.icon-mail-line:before {
  content: '\e8d0';
}
#Side_slide ul.contact_details i.icon-phone:before {
  transform: scaleX(-1);
}

#logo {
  text-align: left;
}

#Content {
  padding: 0;
}
#Content .the_content_wrapper {
  margin-bottom: 0;
}
#Content .insert-page > .elementor {
  margin-left: -30px;
  margin-right: -30px;
}
#Content p:last-child {
  margin-bottom: 0;
}
#Content strong {
  font-weight: 600;
}
#Content strong.bg-yellow {
  padding: 1px 5px;
  border-radius: 4px;
}
#Content ol,
#Content ul {
  color: inherit;
}

#bandeau h1 {
  margin: auto;
  max-width: 450px;
}
#bandeau h1 > * {
  display: block;
  margin: auto;
}
#bandeau h1 br {
  display: none;
}
#bandeau h1 img {
  margin-bottom: 10px;
}
/*
#bandeau h1 span {
  background: -webkit-linear-gradient(top, #990000 0%, #006290 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/
#bandeau h1 small {
  margin-top: 10px;
  line-height: 1;
  font-size: 45%;
  font-weight: 600;
  text-transform: uppercase;
}
#bandeau h1 hr {
  margin: 20px auto 10px;
  width: 100px;
  height: 2px;
  background-color: #990000;
}

#bandeau .btn-simulation {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #ff4d50;
  transition: transform .3s ease;
  animation: glowing-text 1300ms infinite;
}
#bandeau .btn-simulation span {
  display: inline-block;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 5px;
  background-color: #ff4d50;
  color: #fff;
  animation: glowing-btn 1300ms infinite;
}
#bandeau .btn-simulation:focus,
#bandeau .btn-simulation:hover {
  transform: scale(1.05);
  color: #f9b000;
  text-shadow: 0 0 0 #df9d00;
  animation: none;
}
#bandeau .btn-simulation:focus span,
#bandeau .btn-simulation:hover span {
  background-color: #f9b000;
  box-shadow: 0 0 20px #df9d00;
  animation: none;
}
@keyframes glowing-text {
  0% {
    text-shadow: 0 0px 0 #e14d4f;
  }
  40% {
    text-shadow: 0 0px 1px #ff4d50;
  }
  60% {
    text-shadow: 0 0px 1px #ff4d50;
  }
  100% {
    text-shadow: 0 0px 0 #e14d4f;
  }
}
@keyframes glowing-btn {
  0% {
    background-color: #a43436;
    box-shadow: 0 0 5px #a43436;
  }
  40% {
    background-color: #ff4d50;
    box-shadow: 0 0 15px #ff4d50;
  }
  60% {
    background-color: #ff4d50;
    box-shadow: 0 0 15px #ff4d50;
  }
  100% {
    background-color: #a43436;
    box-shadow: 0 0 5px #a43436;
  }
}

#la-societe h2 {
  margin: auto;
}

#liberte-d-entreprendre h2 small {
  display: block;
  margin-top: 10px;
  font-size: .8em;
}
#liberte-d-entreprendre span.bg-dark {
  padding: 3px 15px;
}
#liberte-d-entreprendre .contracts .elementor-widget-icon-box .elementor-icon-box-icon {
  display: block;
  float: left;
}
#liberte-d-entreprendre .contracts .elementor-widget-icon-box .elementor-icon {
  margin-right: 10px;
  border-color: #ccdce5;
}
#liberte-d-entreprendre .contracts .elementor-widget-icon-box .elementor-icon .fa-file-signature:before {
  left: 65%;
}
#liberte-d-entreprendre .contracts .elementor-widget-icon-box .elementor-icon-box-title {
  display: flex;
  align-items: center;
  height: calc(2 * 1.8em + 10px);
}
#liberte-d-entreprendre .contracts .elementor-widget-icon-box .elementor-icon-box-description {
  clear: both;
}
/*
#liberte-d-entreprendre .contracts .elementor-widget-icon-box .elementor-icon-box-content:after {
  content: '+';
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #990000;
}
*/
@media (min-width: 768px) {
  #liberte-d-entreprendre .engagements .elementor-container {
    flex-wrap: nowrap;
  }
}
#liberte-d-entreprendre .engagements .elementor-column:first-child {
  min-width: 240px;
}
#liberte-d-entreprendre .engagements h3 div {
  margin-top: 5px;
  line-height: .7;
}
#liberte-d-entreprendre .engagements h3 small {
  padding: 2px 6px;
  font-family: "Playfair Display";
  font-size: .6em;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  color: #fff;
  background: #990000;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}
#liberte-d-entreprendre .engagements .separator {
  content: '';
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 1px solid #ffcc66;
  border-bottom: none;
  border-left: none;
  transform: translateX(-75%) scale(1, 1.75) rotate(45deg);
}
@media (max-width: 767px) {
  #liberte-d-entreprendre .engagements h3 {
    text-align: center;
  }
  #liberte-d-entreprendre .engagements .separator {
    margin-bottom: -60px;
    transform: translateY(-50%) scale(2.1, .5) rotate(135deg);
  }
}
#our-team .elementor-element {
  margin: 0;
}
#our-team figcaption {
  display: flex;
  align-items: center;
  margin: 15px auto 10px auto;
  padding: 0px 10px;
  max-width: 240px;
  height: 2.3em;
  border-radius: 10px;
  line-height: 1;
  font-size: 1.3em;
  background: #f9b000;
  color: #fff;
    
}
#our-team figcaption span {
  width: 100%;
}
#our-team figcaption strong {
  text-transform: uppercase;
}
#our-team p {
  font-size: 1.2em;
  line-height: 1.1;
}
#our-team .elementor-icon {
  margin-top: 10px;
}
#our-team .elementor-icon i:before {
  display: block;
  top: 49%;
  transform: none;
}


#nos-solutions .elementor-icon-list-items li {
  margin: .75em 0;
  padding: 0 15px;
  width: 100%
}
@media (min-width: 768px) {
  #nos-solutions .elementor-icon-list-items li {
    margin: 1.25em 0;
    width: 33.33333%
  }
}
/*
#nos-solutions .elementor-icon-list-text:after {
  content: '+';
  display: inline-block;
  margin-left: 7px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #990000;
}
*/
#nos-solutions .elementor-icon-list-icon {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  border-radius: 12px;
  background: green;
}
#nos-solutions li:nth-child(1) .elementor-icon-list-icon {
  background: #d9fff8;
  color: #5ddad1;
}
#nos-solutions li:nth-child(2) .elementor-icon-list-icon {
  background: #fff1ec;
  color: #ff4d50;
}
#nos-solutions li:nth-child(3) .elementor-icon-list-icon {
  background: #d2e0ff;
  color: #0a71b3;
}
#nos-solutions li:nth-child(4) .elementor-icon-list-icon {
  background: #fbf6d4;
  color: #ffbb38;
}
#nos-solutions li:nth-child(5) .elementor-icon-list-icon {
  background: #f0faf4;
  color: #29b667;
}
#nos-solutions li:nth-child(6) .elementor-icon-list-icon {
  background: #ffe9d9;
  color: #ffa666;
}
#nos-solutions .elementor-icon-list-icon > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nos-solutions .elementor-shape,
#nos-solutions .elementor-shape svg {
  height: 100%;
}

#votre-integration {
  counter-reset: steps;
}
#votre-integration .buttons .elementor-widget-wrap {
  justify-content: space-evenly;
}
#votre-integration .buttons .elementor-widget-wrap:before {
  content: '';
  position: absolute;
  display: block;
  margin-top: -20px;
  width: 100px;
  height: 100px;
  border: 1px dashed;
  border-bottom: none;
  border-right: none;
  transform: scaleX(1.5) rotate(45deg);
}
#votre-integration .buttons .btn-circle .elementor-button-content-wrapper {
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  width: 7.5em;
  height: 7.5em;
}
#votre-integration .buttons .btn-circle a.active {
  transform: scale(1.1);
  background: #990000;
  color: #fff;
}
#votre-integration .buttons .btn-circle .elementor-button-content-wrapper > * {
  flex-grow: 0;
}
#votre-integration .buttons .btn-circle .elementor-button-icon {
  margin: 0 0 -20px 0;
  font-size: 1.5em;
}
#votre-integration .steps {
  line-height: 1.25;
  font-weight: 500;
  color: #000;
}
#votre-integration .steps .elementor-column .elementor-element:before {
  counter-increment: steps;
  content: counter(steps);
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  background: #f9b000;
  color: #fff;
}
#votre-integration .steps strong {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #990000;
}
#votre-integration .steps small {
  display: inline-block;
  margin-top: 5px;
  font-size: inherit;
  font-weight: 300;
}
#votre-integration .steps strong small {
  font-size: .9em;
  font-weight: inherit;
  text-transform: none;
}
#votre-integration .steps.steps-inline .elementor-widget-wrap .elementor-element {
  margin-left: auto;
  margin-right: auto;
  max-width: 395px;
}
@media (min-width: 768px) {
  #votre-integration .buttons .elementor-widget-wrap {
    justify-content: center;
    gap: 100px;
  }
  #votre-integration .steps.steps-inline .elementor-column .elementor-element {
    display: flex;
    align-items: center;
    text-align: left;
  }
  #votre-integration .steps.steps-inline .elementor-column .elementor-element:before {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

#simulation form {
  margin: 0 20px;
}
#simulation .columns {
  margin-bottom: 20px;
  padding: 20px 15px 0 15px;
  width: 100%;
  border-radius: 15px;
  background: #ccdce5;
}
#simulation .columns .one-second + .one-second > div {
  padding: 15px 25px;
  border-radius: 0 25px 0 0;
  background: #afc8d6;
}
#simulation textarea {
  border-radius: 0 25px 0 0;
}
@media (min-width: 768px) {
  #simulation .columns {
    padding: 30px 30px 10px 30px;
  }
  #simulation .columns .one-second:first-child {
    padding-right: 20px;
  }
  #simulation .columns .one-second + .one-second > div {
    padding: 15px 30px;
  }
  #simulation .columns .one-second:first-child h4 {
    margin-bottom: 30px;
  }
}
#simulation label {
  display: inline;
  font-weight: 500;
}
#simulation .radio-inline label,
#simulation .radio-inline span.wpcf7-form-control-wrap {
  margin: 0;
}
#simulation .radio-inline + *:not(.radio-inline) {
  margin-top: 5px;
}
#simulation .radio-inline span.wpcf7-form-control-wrap {
  display: inline;
  width: auto;
}
#simulation .radio-inline label label > * {
  margin: 0;
  vertical-align: middle;
}
#simulation hr {
  margin: 10px 0;
  background-color: #990000;
}
#simulation .wpcf7-response-output {
  padding-top: 0;
  text-align: center;
  font-weight: 600;
  color: #21bd36;
}
#simulation form.invalid .wpcf7-response-output {
  color: #ed3b2e;
}
#simulation div.rgpd {
  margin: auto;
  margin-bottom: 20px;
  max-width: 700px;
  font-style: italic;
}
#simulation div.column.rgpd {
  margin: 0;
  max-width: none;
  line-height: 1.5;
  font-size: .8em;
  font-style: normal;
}
#simulation div.column.rgpd label {
  display: flex;
  margin: 0;
  gap: 10px;
}
#simulation .actions {
  text-align: center;
}
#simulation .actions .wpcf7-spinner {
  vertical-align: middle;
}
#simulation .actions input {
  margin: auto;
  font-weight: 500;
  text-transform: uppercase;
  background: #f9b000;
  box-shadow: none;
}
#simulation .actions input:focus,
#simulation .actions input:hover {
  background: #990000;
}

#nos-references #testimonials .elementor-container {
  flex-wrap: nowrap;
}
#nos-references #testimonials .elementor-container .nav-prev,
#nos-references #testimonials .elementor-container .nav-next {
  width: 50px !important;
}
#nos-references .elementor-testimonial-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
#nos-references .elementor-testimonial-wrapper .elementor-testimonial-content {
  margin: 0;
}
#nos-references .elementor-testimonial-wrapper .elementor-testimonial-content:before,
#nos-references .elementor-testimonial-wrapper .elementor-testimonial-content:after {
  content: '« ';
  font-size: 1.1em;
  color: #f9b000;
}
#nos-references .elementor-testimonial-wrapper .elementor-testimonial-content:after {
  content: ' »';
}
#nos-references .elementor-testimonial-wrapper .elementor-testimonial-meta img {
  height: auto;
  max-width: 100%;
}
#nos-references .elementor-testimonial-wrapper .elementor-testimonial-meta:after {
  content: '';
  display: block;
  margin: 10px auto;
  width: 50px;
  border-top: 1px solid #ff4d50;
}
#nos-references .swiper-button {
  transform: scale(.75, 1.5);
  color: #990000;
}
#nos-references .swiper-button-prev {
  left: 0;
}
#nos-references .swiper-button-next {
  right: 0;
}
#nos-references .swiper-button:focus,
#nos-references .swiper-button:hover {
  color: #f9b000;
}

#contact .map-france {
  position: absolute;
  top: 100%;
  margin-top: -220px;
}
@media (min-width: 768px) {
  #contact .map-france .elementor-element {
    position: static;
  }
  #contact .map-france h2 {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 250px;
    text-align: left;
    margin-left: 150px;
  }
}
#contact .columns {
  width: 100%;
}
#contact form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
#contact form input:not([type="submit"]),
#contact form textarea {
  color: #990000;
  background: #dee8ee;
}
#contact .response {
  padding-bottom: 0;
}
#contact .response .wpcf7-response-output {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: 600;
  color: #21bd36;
}
#contact form.invalid .response .wpcf7-response-output {
  color: #ed3b2e;
}
#contact .actions {
  margin-top: 1px;
  line-height: 37px;
  text-align: right;
}
#contact .actions .wpcf7-spinner {
  vertical-align: middle;
}
#contact .actions input {
  float: right;
  margin-right: 0;
  font-weight: 500;
  text-transform: uppercase;
}

