/*--------------------------------------------------------------
# Scroll : reveal
--------------------------------------------------------------*/
.wp-block-post-template > li,
.entry-content > .wp-block-group {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out!important;
}
/* Visible state */
.wp-block-post-template > li.visible,
.entry-content > .wp-block-group.visible {
  opacity: 1;
  transform: translateY(0);
}
.bulle.visible{
  opacity: 1;
  transform: translateX(0)!important;
}
.bulle.reverse{
  transform: translateX(10rem);
}
.bulle:not(.reverse){	
  transform: translateX(-10rem);
}
.bulle{
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out!important;
}
.bulle.has-primary-background-color.visible{
  transform: rotate(-10deg) translateX(0);
}
.bulle.has-primary-background-color{
  position: absolute;
  padding: 2rem;
  z-index: 1;
  transform: rotate(-10deg) translateX(-10rem);
}
@media only screen and (max-width: 1082px) {
  .bulle {
    transition-delay: 2s;
  }
}
/*--------------------------------------------------------------
# Font Icomoon
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.woff?r3zxor') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.button[aria-expanded*=true] .dropdown-icon .icon-menu:before,
.icon-xmark-solid:before {
  content: "\e900";
}
.icon-arrow-right-solid:before {
  content: "\e901";
}
.icon-facebook-f:before {
  content: "\e902";
}
.icon-linkedin-in:before {
  content: "\e903";
}
.icon-slack:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-tiktok:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-x-twitter:before {
  content: "\e908";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-download:before {
  content: "\f019";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-play:before {
  content: "\f04b";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-phone:before {
  content: "\f095";
}
.button.button[aria-expanded*=false] .dropdown-icon .icon-menu:before,
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
/*--------------------------------------------------------------
# Popup: recherche
--------------------------------------------------------------*/
body{
  position: relative;
}
.popup {
  position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
  background: #fff;
	transition: opacity cubic-bezier(.25,.46,.45,.94) .15s,visibility cubic-bezier(.25,.46,.45,.94) .15s;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100vh;
}
.popup.active{
  
  visibility: visible;
  opacity: 1;
}
.popup form {
  width: 100%;
}
.popup .close {
	top: 1.5rem;
	right: 2.5rem;
	display: none;
	aspect-ratio: 1/1;
	justify-content: center;
	background: transparent;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	padding: 0;
	max-width: 3rem;
	align-items: center;
}
.popup.active .close{
  position: absolute;
  display: flex;
}
.popup .wp-element-button,
.popup .wp-block-search__input{
  border: none;
  border-bottom: 1px solid black;
}
.popup .wp-element-button{
  background: transparent;
  margin: 0;
  width: fit-content;
}
.popup .wp-block-search__button:hover {
  color: red;
}

/*--------------------------------------------------------------
# CF7
--------------------------------------------------------------*/
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width: none;
}
input, button, textarea, select{
  width: 100%;
  max-width: 100%;
}
input[type="checkbox"],input[type="radio"]{
  width: auto;
}
.wpcf7-inline-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0px .5rem;
}
input[type="submit"]{
  width: auto!important;
  float: right;
  padding: .6rem 1rem;
}
.wpcf7-inline-wrapper.right p input{
  float: right;
}
input, button, textarea, select{
  padding: 1rem 0;
  padding: .5rem;
  border: 1px solid var(--wp--preset--color--primary);
  background-color: #fff;
  color: var(--wp--preset--color--primary);
}
.wpcf7-inline-wide{
  margin: 0;
}
.wpcf7-inline-wrapper{
  margin: .5rem 0;
}
input::placeholder, textarea::placeholder{
  opacity: .5;
  color: var(--wp--preset--color--primary)!important;
  font-weight: 400;
}
.wpcf7 p{
  margin: 0;
  line-height: 1;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child{
  padding-left: 0;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child{
  padding-right: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
  margin: 2rem 0;
  border: none ;
  background: var(--wp--preset--color--base);
}
.mc4wp-form input[type="submit"],
label{
  font-family: Verdana;
  font-weight: bold;
  color: var(--wp--preset--color--bleu);
}
@media screen and (max-width: 1082px) {
  .wpcf7-inline-wrapper .wpcf7-inline-field{
    width: 100%;
    display: block;
    padding: 0;
  }
}