section.webforms-frontpage-class{
  margin-top: 50px;
  margin-bottom: 5%;
}

section.webforms-frontpage-class div .paragraph--type--fp-webforms .paragraph__column{
  display: grid;
  /* row-gap: 50px; */
  column-gap: 25px;
  /*grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));*/
  grid-template-columns: 65% 33%;
  background-color: #f8f9f8;
  padding: 25px 50px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  section.webforms-frontpage-class div .paragraph--type--fp-webforms .paragraph__column{
    grid-template-columns: auto;
    padding: 25px 10px;
  }
  
  section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column > div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis .webform-flex .webform-flex--container .form-group > div textarea {
    margin-top: 15px;
  }
  
  section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:first-of-type {
    margin-right: 0 !important;
  }
  
  div.field--name-field-votre-avis-est-important>div.field--item form div.form-actions button.envoyer-btn {
    width: initial !important;
  }
  
}


section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:first-of-type {
margin-right:80px;  
} 

section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:first-of-type .field--label,
section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:last-of-type .field--label{ /*, section.webforms-frontpage-class>div>div.paragraph--type--fp-webforms>div.paragraph__column>
div.field--name-field-notre-newsletter>div.field--label*/
    font-family:'raleway bold';
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 28px;
    border-bottom-style: solid;
    width: 75%;
    border-bottom-width: 4px;
}

section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:first-of-type .field--label{
    border-bottom-color: #f1b9ab;
}

section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:last-of-type .field--label{
    border-bottom-color:#f5d4a8;
}






section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:first-of-type div.field--item form .form-actions{
  display: flex;
  place-content: flex-end;
  align-items: center;
  justify-content: space-between;
}

div.field--name-field-votre-avis-est-important>div.field--item form div.form-actions button.envoyer-btn/*,
div.field--name-field-notre-newsletter>div.field--item form div.form-actions button.abonnez-vous-btn*/{
    width:30%;
    color: #6d6e71;
    margin-right: 0;
    background-color: transparent;
    border: thin double #999999;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: none;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.428571429;
    border-radius: 0;
    font-family: 'raleway bold';
    font-size: 15px;
}


div.field--name-field-votre-avis-est-important > div.field--item form div.form-actions button.envoyer-btn:hover
/*,div.field--name-field-notre-newsletter > div.field--item form div.form-actions button.abonnez-vous-btn:hover*/{
  background-color:#f1b9ab;
  color:white;
}

div.field--name-field-notre-newsletter > div.field--item form div.form-actions button.abonnez-vous-btn:hover{
  background-color:#f5d4a8;
  color:white;
}


section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:last-of-type div.field--item form div.form-actions{
display: flex;
place-content: flex-start;
align-items: center;
flex-wrap: wrap;
}

section.webforms-frontpage-class div div.paragraph--type--fp-webforms> div.paragraph__column
div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis .webform-flex .webform-flex--container .form-group input.form-text{
    border-radius: 0;
    border-bottom: solid 1px gray!important;
    font-family: 'raleway medium';
    font-size: 13px;
    box-shadow:none;
    transition: none;
    border:none;
    background-color:transparent;
}

section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >
div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis div:last-of-type .webform-flex--container{
  height:100%;
}

section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >
div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis div:last-of-type .webform-flex--container .form-group{
  height:100%;
}

section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >
div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis div:last-of-type .webform-flex--container .form-group > div{
  height:100%;
}

section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >
div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis div:last-of-type .webform-flex--container .form-group > div .form-textarea-wrapper{
height:100%;  
}



section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >
div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis .webform-flex .webform-flex--container .form-group > div  textarea {
    /*height: auto;*/
    height: 100%;
    border-radius: 0;
    font-family: 'raleway medium';
    font-size: 14px;
    border: solid 1px gray!important;
}

 .flexbox-avis div:first-of-type .webform-flex--container  {
  padding: 0 50px;
}

@media only screen and (max-width: 1025px){
   .flexbox-avis div:first-of-type .webform-flex--container  {
    padding: 0;
  
   }

}




/*section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >*/
/*div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis div:first-of-type .webform-flex--container #ajax-wrapper*/
.form-item-image-avis > div .btn-img-upload:hover{
  background-color: #f1b9ab;
  cursor:pointer;
  color:white;
}

/*section.webforms-frontpage-class div div.paragraph--type--fp-webforms > div.paragraph__column >*/
/*div.field--name-field-votre-avis-est-important div:nth-of-type(2) form .flexbox-avis div:first-of-type .webform-flex--container #ajax-wrapper*/ .form-item-image-avis > div .btn-img-upload{
    font-family: 'raleway medium';
    font-size: 13px;
    width: fit-content;
    height: auto;
    border: thin double #999999;
    padding: 5px;
    text-align: center;
    background-color: transparent;
    color: #6d6e71;
}




section.webforms-frontpage-class div .paragraph--type--fp-webforms .paragraph__column .field--name-field-notre-newsletter > div:nth-of-type(2) 
form .form-item input.form-control{
    border-radius: none;
    border-bottom: solid 1px gray!important;
    font-family: 'raleway medium';
    font-size: 13px;
    box-shadow:none;
    transition: none;
    border:none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
    background-color: transparent;
    background-image: none;
  }
  
/*  section.webforms-frontpage-class div .paragraph--type--fp-webforms .paragraph__column .field--name-field-votre-avis-est-important  > div:nth-of-type(2) */
/*form .flexbox-avis div:first-of-type .webform-flex--container .form-group .form-item input.form-control{*/
/*border-radius: none;*/
/*    border-bottom: solid 1px gray!important;*/
/*    font-family: 'raleway medium';*/
/*    font-size: 13px;*/
/*    box-shadow:none;*/
/*    transition: none;*/
/*    border:none;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 34px;*/
/*    padding: 6px 12px;*/
/*    line-height: 1.428571429;*/
/*    background-color: transparent;*/
/*    background-image: none;  */
/*}*/

section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:last-of-type .field--item form{
  width: 75%;  
}

section.webforms-frontpage-class div .paragraph--type--fp-webforms div.paragraph__column > div:last-of-type .field--item form div:first-of-type{
width:fit-content;  
}

div.field--name-field-notre-newsletter>div.field--item form div.form-actions button.abonnez-vous-btn{
    width: -webkit-fill-available;
    color: #6d6e71;
    margin-right: 0;
    background-color: transparent;
    border: thin double #999999;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: none;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.428571429;
    border-radius: 0;
    font-family: 'raleway bold';
    font-size: 15px;  
}