/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*-------------------------------------------Animation------------------------------------*/


@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInDown {
  animation-name: fadeDown;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInUp {
  animation-name: fadeUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.slideInUp {
  animation-name: slideUp;
}

p{
	margin:0px;
}

.image-crop-right {
    clip-path: polygon(0 0, 100% 0, 100% 81%, 81% 100%, 0 100%);
}

.image-crop-right-home-PC {
    clip-path: polygon(0 0, 100% 0, 100% 81%, 94% 100%, 0 100%);
}
@media all and (max-width:1024px){
.image-crop-right-home-tablet {
    clip-path: polygon(0 0, 100% 0, 100% 81%, 90% 100%, 0 100%)!important;
}
}
@media all and (max-width:767px){
.image-crop-right-home-mobile {
    clip-path: polygon(0 0, 100% 0, 100% 87%, 86% 100%, 0 100%)!important;
}
}

.image-crop-right-up {
   clip-path: polygon(0 0, 89% 0, 100% 13%, 100% 100%, 0 100%);
}


/*--- NOTE  : code directement sur le conteneur pour page la machine à fendre --------*/
.image-crop-left{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 78%);
}

.image-crop-left-PC{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%, 0 81%);
}
@media all and (max-width:1024px){
.image-crop-left-tablet{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 81%)!important;
}
}
@media all and (max-width:767px){
.image-crop-left-mobile{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 0 87%)!important;
}
}

@media all and (max-width:767px){
.image-crop-left-mobile2{
	clip-path: polygon(0 0, 100% 0, 100% 87%, 86% 100%, 0 100%)!important;
}
}

.image-crop-left-up{
/* 	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%); */
	clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);

}

@media all and (max-width:1024px){
	.image-crop-left-up{
	clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);		
	}
}


.image-crop-up-right-bot-left{	
    clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 99%, 14% 100%, 0 90%);
}


.image-crop-bot-right-up-left{	
	clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);

}

