/************************************
 * Colors
 */
/************************************
 * Breakpoints
 */
/**
 * Font-size calcul
 */
/**
* Trigger hover effect on different pseudo-classes
* depending on touch or no-touch device
* => no-touch > on hover and on focus (by default, can be disable)
* => touch > on active, and when a class is added on the targeted element (optionnal)
*
* @param $focus (boolean) set to false to disable the hover effect on focus (no-touch only)
* @param $touchClass (string) the hover effect will be set if the targeted element has this class
*/
/**
* Set an item to 100% of its parent's width and height
*/
/**
* Set an item to 100% of the window width (and 100% of its parent height)
* even if located in a limited width wrapper
*/
/**
* Set an item to 100% of the window width
* even if located in a limited width wrapper,
* but keep it in the flow
*/
/**
* To call on an <img> tag.
* Set the image size to adapt to its parent
*/
/**
* Like img-cover(), but for responsive img with <picture>
* /!\ To call on <picture>, or <img> parent.
*/
/**
* Floating form items
* if $class2 equals 'empty', the next item is cleared
*/
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/**
Convert em value into px
 */
/**
Fluid font-size between 2 breakpoints.
Font-size must be in px, use em2px() function to convert from em.
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px, use em2px() function to convert from em)
*/
/*
Fluid value - clamp version (2023)
@see https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 */
/**
 * Animated placeholder for images or divs (FB like)
 */
/*** SPECIFIC TO CURRENT PROJECT ***/
.wpcf7-form .contact-form-recyclage {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.wpcf7-form .contact-form-recyclage .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-form .contact-form-recyclage input[type=text] {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #333;
}
.wpcf7-form .contact-form-recyclage input[type=submit] {
  width: 100%;
  padding: 15px;
  background-color: #004b5b;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 100px;
  font-size: 17px;
}
.wpcf7-form .contact-form-recyclage input[type=submit]:hover {
  background-color: #00a8a6;
}
.wpcf7-form .contact-form-recyclage select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #333;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 15px auto 0;
}
.wpcf7-form .after-send-text {
  display: none;
  text-align: center;
  font-size: 25px;
  color: #004b5b;
}
.wpcf7-form.sent .after-send-text {
  display: block;
}
.wpcf7-form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 25px;
  margin-top: 0;
  font-weight: 700;
  color: #00a8a6;
}
.wpcf7-form.sent .wpcf7-spinner {
  margin: 0 auto;
}

@media (min-width: 981px) {
  #main-header {
    padding-block-end: 10px;
  }
  #main-header .et_menu_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    gap: 30px;
  }
  #main-header .et_menu_container .logo_container {
    position: relative;
    max-width: 136px;
  }
  #main-header .et_menu_container #et-top-navigation {
    padding-left: 0 !important;
  }
}

/*# sourceMappingURL=custom-styles.css.map */
