/*
 Theme Name:     Richard & Cie
 Author:         Comrad
 Author URI:     http://comrad.ca
 Version:        3.0
*/

.newsletter-section {
  background-color: #04529a;
  color: #fff;
}

.newslette-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .newslette-form-wrapper {
    padding-top: 30px;
  }
}
.newslette-form-wrapper h2 {
  font-weight: bold;
  font-size: 2.1em;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .newslette-form-wrapper h2 {
    font-size: 1.75em;
  }
}
.newslette-form-wrapper h3 {
  color: #f9bf12;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 1.3em;
}
.newslette-form-wrapper ul {
  list-style: none;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 10px;
}
.newslette-form-wrapper ul li {
  background-image: url(https://richardcie.com/wp-content/uploads/2025/02/Groupe-2.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 0.2em left;
  padding-left: 30px;
  margin-bottom: 10px;
}
.newslette-form-wrapper #mc_embed_signup form {
  margin: 0;
}
.newslette-form-wrapper #mc_embed_signup .mce_inline_error {
  margin: 0;
  padding: 5px 0px;
  background-color: transparent;
  font-weight: normal;
  z-index: 1;
  color: #fcfcfc;
  font-size: 0.7em;
}
.newslette-form-wrapper #mc_embed_signup #mc_embed_signup input.mce_inline_error {
  border-color: #ea1212;
}
.newslette-form-wrapper #mc_embed_signup input {
  border: none;
  border-bottom: 2px solid #f9bf12;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0;
  font-size: 1em !important;
  font-weight: 300;
	width: 100%;
}
.newslette-form-wrapper #mc_embed_signup input::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.newslette-form-wrapper #mc_embed_signup button {
  margin-top: 2px;
  transition: all 0.6s;
  font-weight: 500;
  color: #2a4067;
  border-radius: 0;
  padding: 10px 40px 10px 25px;
  text-transform: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  font-size: 0.9em;
  font-weight: 600;
  display: inline-block;
  background: #f9bf12;
  transition: all 0.3sease;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 100%, 100% 0);
}
.newslette-form-wrapper #mc_embed_signup button:hover {
  background-color: #002c3a;
  color: #fff;
}

.mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}
.mc_embed_signup_scroll .mc-field-group {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .mc_embed_signup_scroll .mc-field-group {
    width: 50%;
  }
}

.newsletter-form-column {
  width: 100%;
  padding-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .newslette-form-wrapper #mc_embed_signup input {
    padding: 5px 0;
  }
  .newsletter-form-column {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-form-column_2 {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .newsletter-form-column {
    width: 33.33333%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .newsletter-form-column_pad {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1400px) and (min-width: 970px) {
  .newsletter-form-column_pad {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1281px) and (min-width: 640px) {
  .newsletter-form-column_1, .newsletter-form-column_2 {
    width: 50%;
	  padding-left: 0px;
  }
	
	.newsletter-form-column_3 {
    width: 100%;
  }
	
}

