/* Global Styles */

body.samsung #main-nav .background {
  background-color: black !important;
}

@media screen and (min-width: 992px) {
  body.samsung #main-nav .menu-tray .nav-link {
    color: white !important;
  }
}

@media screen and (max-width: 992px) {
  body.samsung #main-nav .menucta-chevron::after,
  body.samsung #main-nav .menucta-chevron::before {
    background: white !important;
  }
}

/* Buttons */

body.samsung .btn-primary {
  background-color: #99e4e8;
  color: black !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
}

/* Slider Styles */

body.samsung #front-slider .slide {
  background-color: white;
}

body.samsung #front-slider .slide .slide-subtitle {
  color: black;
}

@media only screen and (max-width: 768px) {
  .home #front-slider .slide .background-image {
    display: none;
  }
}

/* Bloc offres */

/* body.samsung .section-bloc-offres {
  background-color: #000;
}

body.samsung .section-bloc-offres .titre {
  color: white;
} */

/* Section Actu/Ressources */

body.samsung .section-actus-ressources .inner {
  background: linear-gradient(180deg, #3a0e73 0%, #201423 100%) !important;
  color: white !important;
}

/* Bottom bar */

body.samsung .bar-bottom-form .the-bar {
  background-color: #f4edff;
}

body.samsung .bar-bottom-form .cls-2 {
  fill: #f4edff;
}

/* Contact Form */

body.samsung .formulaire_de_contact {
  background-color: black;
  color: white;
}

body.samsung .formulaire,
body.samsung #modal-form .formulaire {
  background-color: black;
  color: white;
}

body.samsung .formulaire .ginput_container input:not([type="checkbox"]),
body.samsung .formulaire .ginput_container select,
body.samsung .formulaire .ginput_container textarea,
body.samsung
  #modal-form
  .formulaire
  .ginput_container
  input:not([type="checkbox"]),
body.samsung #modal-form .formulaire .ginput_container select,
body.samsung #modal-form .formulaire .ginput_container textarea {
  background-color: black;
  border: 1px solid #fff;
  font-size: 0.875rem;
  border-radius: 20px;
  color: white;
  padding: 12px 16px;
}

body.samsung .formulaire .ginput_container input::placeholder,
body.samsung .formulaire .ginput_container textarea::placeholder,
body.samsung #modal-form .formulaire .ginput_container input::placeholder,
body.samsung #modal-form .formulaire .ginput_container textarea::placeholder {
  color: rgb(170, 170, 170);
}
body.samsung .formulaire input[type="submit"] {
  background-color: #99e4e8;
  color: black !important;
  width: auto;
  margin: 0 !important;
  padding: 12px 2rem;
}

body.samsung #modal-form .modal-content {
  background-color: black;
  color: white;
}

body.samsung #modal-form .close {
  color: white;
  opacity: 1;
}

body.samsung #modal-form h4.text-purple {
  color: white !important;
  text-align: center;
  padding: 2rem 2rem 0;
  font-size: 24px;
  line-height: 1.5;
  width: 100%;
}

body.samsung .form-group {
  margin-bottom: 0;
}

body.samsung .gform_fields {
  gap: 1.5rem;
}

body.samsung .gform_heading {
  display: none;
}

body.samsung .gfield_checkbox .gchoice {
  display: flex;
}

body.samsung .gform_footer {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  body.samsung .gfield--width-half {
    width: auto !important;
    flex: 1;
    flex-basis: calc(50% - 1.5rem);
  }
}

.mini-ressource .text-container .btn.btn-primary {
  background-color: #99e4e8 !important;
  color: black !important;
}
