/* resetting css */
* {
  margin: 0px;
  padding: 0px;
}

/* stting standard styles for elements */
body {
  font-family: sans-serif;
  font-size: 22px;
}

.section-newsletter {
  background-color: #F2BB20;
  background-image: url("../media/bg-img.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.logo {
  max-width: 100px;
}

.illustration {
  width: 50%;
}

.spacer-newslleter, .spacer-illustration {
  height: 40px;
  width: 100%;
  display: block;
}

.newsletter {
  margin: 40px 0;
}

.div-illustration {
  background-color: #474442;
  color: white;
  height: 100%;
}

.space-between {
  display: block;
  height: 40px;
}

.newsletter-col {
  max-height: 100vh;
}

.inscription-newsletter {
  background-color: #2D204D;
  width: 80%;
  height: 40px;
  border-radius: 25px;
  outline: 0;
  border: none;
  font-weight: 700;
  color: white;
}

.div-form-newsletter {
  text-align: center;
  height: 100%;
}

.div-email-newsletter {
  margin: 20px 0px;
}

input[type="email"] {
  background-color: transparent;
  border: none;
  width: 80%;
  color: #9367A9 !important;
  border-bottom: 3px solid #2D204D;
}

.p-newsletter {
  font-weight: 400;
  font-family: sans-serif;
  color: #1D1D1B;
}

.p-infos, .p-newsletter {
  padding: 0px;
}

.resaux-sociaux a {
  margin: 4px;
  text-decoration: none;
}

.img-illustration {
  max-width: 100%;
}

.p-infos span {
  font-weight: 700;
}

.h1-newsletter {
  font-family: 'Bebas Neue';
  font-weight: bold;
  line-height: 56px;
}

h1 {
  font-size: 4rem;
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
  color: #1D1D1B;
  letter-spacing: 0px;

}

h2 {
  font-size: 1.75rem;
  font-family: '';
  font-weight: bold;
  font-style: normal;
  letter-spacing: x
    /*replace x with a value*/
  ;
  line-height: x
    /*replace x with a value*/
  ;
}

h3 {
  font-size: 1.5rem;
  font-family: '';
  font-weight: bold;
  font-style: normal;
  letter-spacing: x
    /*replace x with a value*/
  ;
  line-height: x
    /*replace x with a value*/
  ;
}

h4 {
  font-size: 1.2rem;
  font-family: '';
  font-weight: bold;
  font-style: normal;
  letter-spacing: x
    /*replace x with a value*/
  ;
  line-height: x
    /*replace x with a value*/
  ;
}

p {
  font-weight: normal;
  font-style: normal;
  letter-spacing: x
    /*replace x with a value*/
  ;
  line-height: x
    /*replace x with a value*/
  ;
}

ul {
  font-size: 1rem;
  font-family: '';
  font-weight: normal;
  font-style: normal;
  letter-spacing: x
    /*replace x with a value*/
  ;
  line-height: x
    /*replace x with a value*/
  ;
}

a {
  font-size: 1rem;
  font-family: '';
  font-weight: normal;
  font-style: normal;
  letter-spacing: x
    /*replace x with a value*/
  ;
  line-height: x
    /*replace x with a value*/
  ;
}

a:hover,
button:hover {
  cursor: pointer;
}

a:focus,
button:focus,
input:focus {
  outline: 0;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

a, a:focus {
  font-family: sans-serif;
  color: black;
  text-decoration: none;
}
#email-error {
    display: block;
    margin-top: 10px;
    color: red;
}
#done {
    color: green;
    margin-top: 10px;
    display: none;
}
.poup-up {
    position: fixed;
    width: 100%;
      height: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.poup-up-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.poup-up::before{
  content: '';
    background: hsl(24deg 4% 27% / 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.poup-up_warp img{
  width: 95%;
}
.poup-up{
  display: none;
  opacity: 0;
}
.close-btn{
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #9367A9;
  -webkit-box-shadow: 0 0 0px 1000px #f2bb20 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
