*,*:before,*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: var(--e-global-typography-text-font-family), sans-serif;
}

a {
  color: inherit;
  text-decoration: inherit;
}

a.classic-link {
color: var(--e-global-color-ab7370a);
font-weight: 600;
}
a.classic-link:hover {
color: var(--e-global-color-primary);
font-weight: 600;
text-decoration:underline;
}

.ffh-login__register {
display: block;
margin-top: 10px;
}

.ffh-login__register:hover {
color: var( --e-global-color-ab7370a );
text-decoration: underline;
font-weight: 600;
}

.elementor-button {
  font-size: 16px;
border:none;
padding: 15px 30px;
border-radius: 10px;
color: #FFFFFF;
  background-color: var( --e-global-color-ab7370a );
box-shadow: 8px 4px 14px 0px rgb(0 0 0 / 25%);
}

.elementor-button:hover{
color: #FFFFFF;
box-shadow: 8px 4px 14px 0px rgb(0 0 0 / 25%)!important;
}

.no-box-shadow a, .no-box-shadow a:hover { 
box-shadow: unset!important;
}
.elementor-button:not(:disabled):hover {
border-radius: 10px;
box-shadow: 4px 18px 40px 0px rgb(0 0 0 / 25%);
}

.btn-wrapper {
	display:flex;
	gap: 16px;
}

.elementor-button.btn-secondary {
	background-color: var( --e-global-color-ab7370a )!important;
}
.elementor-button.btn-secondary:hover {
	background-color: var( --e-global-color-primary )!important;
}

.ffh-registration {
display: flex!important;
flex-direction: column;
align-items: center;
}

.ffh-registration .elementor-button.elementor-button--light {
  font-size: 16px;
padding: 15px 30px;
border-radius: 10px;
color: var( --e-global-color-ab7370a );
  background-color: #fff;
box-shadow: 8px 4px 14px 0px rgb(0 0 0 / 25%);
}
.ffh-registration .elementor-button.elementor-button--light:hover {
  font-size: 16px;
padding: 15px 30px;
border-radius: 10px;
color: #ffffff;
  background-color: var( --e-global-color-ab7370a );
box-shadow: 4px 18px 40px 0px rgb(0 0 0 / 25%);
}

.ffh-registration-button {
width: 260px;
}

.form__actions {
display: flex;
  justify-content: space-evenly; 
}

.hero-shape .elementor-image img {
  width: 100%;
  user-select: none;
}

.image-box-img-center {
border-radius: 10px;
}

.grecaptcha-badge {
	display: none;
}

/* Menu */

.ffh-header-logo img {
width:160px!important;
}

.ekit-template-content-header {
position: absolute;
z-index: 4;
width: 100%;
}

.elementskit-menu-hamburger, .elementskit-menu-close {
background-color: transparent!important;
border:unset!important;
font-size:24px;
font-weight: 700;
color: var(--e-global-color-primary)!important;
}

.elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  height: 3px!important;
  width: 90%!important;
border-radius:5px;
}

.elementskit-menu-overlay {
background-color: var(--e-global-color-ab7370a)!important;
opacity:0.8!important;
}

.elementskit-dropdown {
border: none!important;	
}

.elementskit-dropdown li:first-child a {
border-radius: 10px 10px 0 0!important;
}
.elementskit-dropdown li a {
border-radius: 0;
} 

.elementskit-dropdown li:last-child a {
border-radius: 0 0 10px 10px!important;
} 

.espace-prive {
margin-bottom:0!important;
}

.espace {
  display: none;
}

.swiper-slide-inner {
  display: flex;
  align-items: center;
}

.helico-slider .swiper-pagination {
bottom: -20px!important;
}

.elementor-element-e87cc23 {
  margin-bottom: 0!important;
}

.elementor-image-carousel-caption  {
  color: var( --e-global-color-ab7370a )!important;
  margin-left: 25px;
  font-weight: 400!important;
  font-size: 16px!important;
}

.elementor-element-5125802 .elementor-text-editor {
  width: 97%;
}

.hover-text, .elementor-button-link, .menu-item a {
  transition: all .3s;
}

.elementor-image-carousel-caption h3 {
  font-size: 20px;
  color: var( --e-global-color-primary );
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.hover-text {
  color: var( --e-global-color-primary );
  font-size: 18px;
}

.hover-text:hover {
  color: var( --e-global-color-ab7370a );
}

.titre_header {
font-family: 'Poppins', sans-serif;
color: #2a99d1;
font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

#top_header {
position: fixed;
top: 0;
right: 0;
}

.form-row {
display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.form-row input:not([type="submit"]) {
width:180px;
padding: 10px;
margin-right: 5px;
  border: 0;
  height: 39px;
}

.form-buttons {
display: flex;
flex-direction: column;
}

input[type=submit]{
background-color: var( --e-global-color-ab7370a );
color: #fff;
padding: 12px 24px;
font-family: 'Poppins', sans-serif;
  height: 39px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  border: none;
  outline: none;
  line-height: 1;
  transition: background-color linear 0.3s;
  cursor: pointer;
}

input[type=submit]:hover{
background-color: var( --e-global-color-primary );
}

.form-signup {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var( --e-global-color-primary );
}

.form-signup:hover {
  color: var( --e-global-color-ab7370a );
}

.ajax-loader {
  display: none!important;
}

/* .wpcf7-not-valid-tip, .wpcf7-response-output {
  display: none;
} */



h2 {
  font-size: inherit;
}

.ffh-navigation {
  position: fixed;
  bottom: 64px; left: 0; right: 0;
  height: 110px;
  background-size: cover;
  background-image: url('http://ffh.com-on.agency/wp-content/uploads/2021/03/forme-separation-3.png');
  display: none;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 50px;
}

.ffh-navigation__item {
  font-size: 21px;
  color: var( --e-global-color-ab7370a );
}

.ffh-navigation__item.ffh-navigation__item--home {
  color: var( --e-global-color-primary );
  font-size: 28px;
}

/* Home */ 


.pilotes-slider img {
max-width: 200px;
height: 200px;
object-fit: cover;
}
.pilotes-slider h3 {
	color: var(--e-global-color-ab7370a);
    font-size: 20px;
    font-weight: 700;
}
/* 
.info-notes-col {
height: 330px;
} */

.info-notes .read-more {
width: 100%;
text-align: center!important;
color: #fff!important;
}

.info-notes .read-more:hover {

}

.info-notes .wplp_listposts .title {
max-width: 100%!important;
font-size: 16px!important;
font-family: var(--e-global-typography-text-font-family);
font-weight: 500;
color: #fff;
padding: 10px 10px 0;
text-align: center;
}

.info-notes .wplp_listposts .date {
max-width: 100%!important;
font-size: 14px!important;
font-family: var(--e-global-typography-text-font-family);
font-weight: 700;
color: #fff;
text-align: center;
}
.info-notes .wplp_listposts .line_limit {
max-width: 100%!important;
font-size: 15px!important;
font-weight: 400;
color: #fff!important;
text-align: center;
padding: 10px 35px;
max-height: 100%!important;
}

.info-notes .wplp_container .flex-control-paging li a {
height: 8px!important;
width: 8px!important;
background: rgba(255,255,255,0.30)!important;
}

.info-notes .wplp_container .flex-control-paging li a.flex-active {
background: #fff!important;
}

.helico-slider .swiper-slide {
  border-radius: 10px;
}

.helico-slider figure {
	display: flex;
	flex-direction: column;
}                                     

.helico-slider figcaption {
width:100%;
margin-left:0!important;
font-weight: 600!important;
padding: 5px;
color: var(--e-global-color-primary)!important;
}

.recent-post .wplp_listposts li {
padding: 0 30px;
}

.recent-post .wplp_listposts img, .wplp_widget_default .wplp_listposts li .img_cropper:after{
border-radius: 10px;
}

.recent-post .wplp_listposts .title {
max-width: 100%!important;
font-size: 17px!important;
font-weight: 600;
color: var(--e-global-color-primary)!important;
padding: 10px 10px 0;
}

.recent-post .wplp_listposts .bottom {
padding : 20px 10px 10px;
}

.recent-post .wplp_listposts .line_limit {
font-size: 15px;
font-weight: 400;
color: var(--e-global-color-ab7370a)!important;
}

.recent-post .wplp_listposts .read-more {
padding: 10px 20px!important;
margin-top: 15px!important;
color: #fff!important;
background: var(--e-global-color-ab7370a)!important;
border-radius: 10px!important;
transition: 0.3s!important;
float: left!important;
box-shadow: 8px 4px 14px 0px rgb(0 0 0 / 25%);
}

.recent-post .wplp_listposts .read-more:hover {
background: var(--e-global-color-primary)!important;
color: #fff!important;
box-shadow: 14px 18px 40px 0px rgb(0 0 0 / 25%);
}


.recent-post .insideframe li {
margin-bottom: 50px;
}

.ffh-slider-wrapper img {
border-radius: 10px;
object-fit: contain;
}

/* login */

#login-form {
text-align: center;
}

.input-forget {
margin-bottom: 20px;
}

/* admin */

.ffh-account__nav-button {
display: none;
}
.header-main {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
top:0;
}

.input-col-100 {
	width: 100%;
}

.input-col-50:nth-child(even) {
	width: 50%;
  }
.ffh-registration .input-col-50 {
    margin-right: 10px;
}

.page-title {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.page-title::after {
  content: '';
  background-color: var( --e-global-color-ab7370a );
  opacity: .7;
}

.page-title__name {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 56px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}

.page-title__thumbnail, .page-title::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-title__thumbnail {
  width: 100%;
height:100%;
  object-fit: cover;
}

/* Hero slider */ 

.pilotes-slider h3 {
	line-height: 25px;
}

@media only screen and (min-width: 768px) {

/* Les Hélicoptères */
.ffh-slide__image {
  padding-right: 4%;
}

.ffh-slide__text {
  padding-left: 4%;
}

.ffh-slide__wrapper { 
  padding: 0 100px;
}

 .ffh-slider-wrapper .elementor-swiper-button-prev {
  left: 25px;
}

.ffh-slider-wrapper .elementor-swiper-button-next {
  right: 25px;
}

.ffh-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left, .ffh-slider-wrapper .elementor-swiper-button-next .eicon-chevron-right {
    color: var(--e-global-color-primary);
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  box-shadow: 8px 4px 14px 0px rgb(0 0 0 / 25%);
}

.ffh-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left:hover, .ffh-slider-wrapper .elementor-swiper-button-next .eicon-chevron-right:hover {
  color: #fff;
  background: var(--e-global-color-primary);
  box-shadow: 4px 18px 40px 0px rgb(0 0 0 / 25%);
}

.elementor-widget-ffh_slider h3 {
  margin-bottom: 0!important;		
}

}

/* Les écoles */

.ffh-organisations__group {
    padding: 10px;
}

.ffh-organisations__item {
  background: #fff;
  border-radius: 10px;
}

.ffh-organisations {
  display: flex;
  flex-wrap: wrap;
}

.ffh-organisations__group h3 {
  margin-bottom: 20px;
  padding-left: 15px;
}

.organisations-single {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}

p.ffh-organisation__item__contact {
  display: flex;
  flex-direction: column;
}

.ffh-organisations__group__label__dptcode {
  font-size: 15px;
  padding-left: 5px;
}

.ffh-organisations__item__name, .ffh-organisations__item__address {
  margin-bottom: 1rem;
}

.ffh-organisation__item__contact {
  display: flex;
  flex-direction: column;
}

.ffh-organisations__item__button {
margin-top: 20px;
padding: 9px 17px!important;
}

/* Les Hélico */ 

.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
padding: 15px 5px!important;
}

.ffh-slide__text h3 {
padding-bottom: 30px;
}

.ffh-slider__pagination {
margin-top: 50px;
}

.ffh-slider__pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
background: var(--e-global-color-primary);
}

.ffh-slider__pagination .swiper-pagination-bullet-active {
opacity: 1;
}

/* Liens utiles */ 

.lien-utile {
padding: 15px;
margin-bottom: 5px;
border-radius: 10px;
transition: 0.3s;
background: rgba(255,255,255,0.7);

}

.lien-utile:hover {
background: rgba(255,255,255,1);
box-shadow: 8px 4px 14px 0px rgb(0 0 0 / 25%);
}

.lien-utile a {
color: var(--e-global-color-primary);
font-weight: 600;
}

/* Blog */

.single-post .page-title {
background: url('http://ffh.com-on.agency/wp-content/uploads/2021/10/ffh-post-sigle-bg.jpg');
background-size: cover;
}

.single-post .page-content {
padding: 100px 0;
max-width: 1440px;
display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* Présentation Club */

.ffh_formations, .ffh_helicos {
color: #fff;
}

.club_contact .elementor-column, .club_logo .elementor-widget-container {
text-align: center;
}

.club_logo .elementor-widget-container {
text-align: right;
}

.club_logo .elementor-widget-container img {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 300px;
}

/* Espace pilote */

.pilot__tab__content {
display: flex;
align-items: center;
}

.pilot__tab__content__img {
width: 16%;
}

.pilot__tab__content__img img {
border-radius: 15px;
max-height: 85%;
}
.pilot__tab__content__body {
width: 84%;
padding-left: 100px;
}

.pilot__tab__content__body ul {
margin-left: 30px!important;
}

/* Page contact */

.contact-form span {
margin-top: 15px;
}

/* Footer */

.ekit-template-content-footer a:hover {
color: var(--e-global-color-ab7370a);
}
.footer_bottom a:hover {
color: var(--e-global-color-primary);
}

.grecaptcha-message {
	font-size: 11px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.5em 1em;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-radius: 10px;
	background-color : #46b45078;
	border-color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-radius: 10px;
	background-color : #ffb90078;
	border-color: transparent;
}

.wpcf7-not-valid-tip {
	margin-bottom: 15px;
	margin-top: 0!important;
	color: #ffb900!important;
}

/* Documents -admin */

.ffh-account__infos {
margin-bottom: 3rem;
}

/* Map */ 

.gmnoprint button {
border-radius: 0!important;
box-shadow: none!important;
}

.ffh-organisation-map__info {
	display: flex;
	flex-direction: column;
}

.ffh-organisation-map__info h3 {
	margin-bottom: 0;
}

.ffh-organisation-map__info span {
	margin: 1rem 0;
}

.ffh-organisation-map__info a {
	font-weight: bold;
	transition: 0.3s;
}

.ffh-organisation-map__info a:hover {
	color: var(--e-global-color-primary);
}

/* Alerte Valideation inscription */

.ffh-alert--success h3 {
	font-size: 28px!important;
}

.ffh-alert--success {
	margin-bottom: 100px!important;
	padding: 50px!important;
}

@media (max-width: 992px) { 
  .espace {
      background: #ffffffcc;
      top: 60%;
      margin: 0 30px;
      padding: 15px;
  }

  .form-row {
      flex-direction: column;
  }

  .form-row input:not([type="submit"]) {
      width: 100%;
  }

  .form-signup {
      justify-content: center;
  }

  .elementor-heading-title {
      color: #fff;
      margin-bottom: 0!important;
      text-align: center;
  }

  .hover-text {
      display: none;
  }

  .couleurdefond {
      padding: 15px!important;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: pointer;
  }

  .elementor-338 .elementor-element.elementor-element-366cfe6:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-338 .elementor-element.elementor-element-366cfe6 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
      background-image: none!important;
  }

  .elementor-element-4e95952 {
      position: absolute!important;
      background: none;
  }

  .elementor-element-db5e534 img {
      height: 100px!important;
      transform: translateX(-30px);
  }

  .ffh-navigation {
      display: flex!important;
  }

  .pilotez {
      position: fixed!important;
      width: auto!important;
      bottom: 28%;
      left: 50%;
      transform: translateX(-50%);
  }

	.elementkit-tab-nav li {
	  width: 100%;
	  margin-bottom: 20px!important;
	}

	.pilot__tab__content__img {
	  display: none;
	}

	.pilot__tab__content__body {
	  width: 100%!important;
	  padding-left: 0!important;
	}

	.pilot__tab__content__body ul {
	  margin-left: 0!important;
	}	

  .elementor-element-eb35fb7 .elementor-text-editor {
      background-color: rgba(255, 255, 255, .8);
      white-space: nowrap;
      padding: 12px 24px;
  }

/*   .elementor-element-a5a2d7f .elementor-button-link {
      background-color: transparent!important;
  } */

  .elementor-338 .elementor-element.elementor-element-6ec81ea > .elementor-element-populated {
      padding-right: 0!important;
  }

	.home_blog .wplp_listposts.defaultflexslide {
	  width: 100%!important;
	  transform: translate3d(0px, 0px, 0px)!important;
	}
	.home_blog .wplp_listposts .clone {
	  display: none!important;
	}

	.recent-post .wplp_listposts li{
	  padding: 0 10px!important;
	}
}

@media only screen and (max-width: 768px) {

	h3, h4 {
	  text-align:center;
	}

	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	  padding: 15px;
	}
	.ffh-header-logo img {
	  width:110px!important;
	}

	.post-1442 .page-title::after {
		display: none;
	}

	.post-1442 .page-title {
	  min-height: 180px!important;
	}

	.post-1442 .page-title__name {
	  color: var(--e-global-color-primary);
	  padding: 80px 10px 0;
	}	

	.page-title {
	  min-height: 300px!important;
	}

	.page-title__name {
	  width: 100%;
	  font-size: 40px!important;
	  text-align: center;
	  padding: 30px 10px;
	}

	.pilotez {
      position: relative!important;
      width: 100%!important;
  }

	#wplp_widget_862 span {
	  text-align:center;
	}

	#wplp_widget_862 .read-more {
	  width: 100%;
	}

	.recent-post .wplp_listposts .parent li{
		width: 100%!important;
	}
	
	.info-notes .wplp_listposts {
		transform: unset!important;
	}
	
	.info-notes .wplp_listposts .parent.clone {
		display: none!important;
	}
	
	.info-notes .wplp_listposts .line_limit {
		padding: 10px 0;
	}
	
	.info-notes .wplp_listposts .parent li {
		margin: 15px 0;
	}
	
	/* Page dirigeants */
	.ekit-wid-con .elementkit-tab-wraper.vertical {
	  flex-direction: column;
	}

	.elementor-1649 .elementor-element.elementor-element-7ececfea .elementkit-tab-wraper.vertical .elementkit-nav-item:not(:last-child) {
	  margin-bottom: 15px;
	}

	.elementkit-tab-nav {
	  padding: 0 20px;
	}

	.elementkit-tab-content {
	  margin-top: 30px;
	}

	.elementkit-tab-content p{
	  text-align: center;
	}

	/* page contact */

	.contact-form {
	  text-align:center
	}

	.ffh-login-button__text, .ffh-login-area__text  {
	display: none;
	}

	.elementskit-menu-hamburger {
	  box-shadow: unset!important;
	}

	.ffh-login-button__icon {
	  font-size: 18px;
	  color: var(--e-global-color-ab7370a);
	}

	.ffh-slider-wrapper h3, .ffh-slider-wrapper p {
	  text-align: center;
	  margin-bottom: 0;
	}

	.ffh-slider-wrapper img {
	  margin-bottom: 30px;
	}

	/* menu */

	.elementor-626 .elementor-element.elementor-element-4016b734 .elementskit-menu-container {
		 max-width: 280px;
	}

	/* admin */
	
	.ffh-account__content table {
		table-layout: fixed;
 		width: calc(100vw - 30px);
	}
	
	.ffh-account__content table th, .ffh-account__content table td {
		overflow: hidden;		
  		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 15px 5px;
		width: 75px;
	}

	.ffh-modal__content {
	  max-height: 85vh;
	  max-width: 90vw;
	  width: 90vw;
	}
	
	.ffh-account {
		flex-direction: column;
	}

	.ffh-account__nav {
	  margin-bottom: 50px;
	  justify-content: center;
	  transition: 0.7s;
	}

	.ffh-account:after {
	  content: '';
	  z-index: 4;
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right:0;
	  background-color: var(--e-global-color-ab7370a)!important;
	  opacity: 0!important;
	  transform: translatex(100%);
	  transition: 0.7s;
	}

	.ffh-account__overlay:after {
	  transform: translatex(0);
	  opacity: 0.8!important;
	}

	.show-admin-menu {
	  display: flex;
	  position: fixed;
	  opacity: 1;
	  transform: translatex(0);
	}

	.ffh-account__nav-button {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: fixed;
	  z-index: 99999;
	  bottom:25px;
	  right: 25px;
	  height: 50px;
	  width: 50px;
	  border-radius: 25px!important;
	  background:var(--e-global-color-primary);
	  color: #fff;
	  font-size: 20px;
	  border: none;
	}

	.ffh-modal button.ffh-modal__close {
	  width: 40px;
	  height: 40px;
	  border-radius: 44px!important;
	  top:unset;
	  bottom: -50px;
	  right: 50%;
	  transform: translateX(50%);
	}

	.ffh-account__documents__item__content {
		flex-direction: row;
	  align-items: center;
	}

	.ffh-account__documents__item {
	  width: 100%;
	}

	.ffh-account__documents__item__icon {
		margin-bottom: 0;
	}

	.ffh-account__documents__item__content span {
	  padding-left: 30px;
	  text-align: left;
	}

	.ffh-table {
	  width: 94vw;
	}

	.ffh-table th.sorting {
	  width: 33%;
	}

	td.ffh-sm-hidden, th.ffh-sm-hidden {
		display: none;
	}	

	.ffh-stepper__indicator {   
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	}

	.ffh-stepper__indicator {
	  min-width: 46px;
	  font-size: 20px;
	}

	/* Footer */

	.footer-logo .elementor-widget-container {
	  text-align: center;
	}

	.footer-logo .elementor-widget-container img {
	  max-width: 200px;
	}

	.ffh-organisations__col {
	  width: 100%!important;
	}
}

.ffh-organisation-map {
	height: 650px;
}

.vcard_bleu{
	color:#0D1D5C!important;
	cursor: context-menu;
}
.vcard_size{
font-size: 23px;
}
.vcard_cursor_normal{
	cursor: context-menu!important;
}
