/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1599859170
Updated: 2020-09-11 23:19:30

*/

/* Global Typos*/

/* Listes */

/* Bordures */

/* Bordure simple intérieure */

.inset-border {
        border: 12px solid #B89161 !important;
        box-shadow: inset 0px 0px 0px 1px #FFFFFF !important;
    }


/* Cookie Notice - Bouton */

.cookies-bouton, .cn-button.bootstrap {
    background: #EDAE01 !important;
   -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.cn-button.bootstrap:hover {
    background-color: #EDAE01 !important;
    color: #000000 !important;
}

.cn-button.bootstrap {
    background-color: #EDAE01 !important;
	color: #000000 !important;
}

.cn-close-icon:before, .cn-close-icon:after {
    background-color: #000000 !important;	
}


/* Ken burns Effects */

/* Slider Top Accueil */

#slider-accueil img {
  animation: move 40s ease infinite;
  /* Add infinite to loop. */

  
  -ms-animation: move 40s ease infinite;
  -webkit-animation: move 40s ease infinite;
  -0-animation: move 40s ease infinite;
  -moz-animation: move 40s ease infinite;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }

}