/* 
Theme Name:		 OCI
Theme URI:		 https://www.oci.fr/
Description:	 Thème enfant de Hello Elementor, créé par OCI
Author:			 OCI
Author URI:		 https://www.oci.fr/
Template:		 hello-elementor
Version:		 2.0.0
Text Domain:	 OCI
*/
.prod-btn {
  background-color: var(--e-global-color-secondary);   /* rouge */
  color: #ffffff;              /* texte blanc */
  transition: 0.25s ease;
}

.menu-l {
  background-color: rgba(0, 0, 0, 0.15) !important; /* 0.15 = très léger */
  color: white;
  text-transform: uppercase;
}


h3.elementor-icon-box-title {
    margin-top: 10px;
}

.bandeau .courbe-bandeau {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;height: 80px;
}

.intro, .bandeau {
	position:relative;
}

.intro .courbe-intro {
    position: absolute;
    height: 46px;
    width: 100%;
    left: 0;
    bottom: -46px;
}
a.elementor-item:hover {
    background: linear-gradient(90deg, #337AB761 0%, #337AB7 100%);
    transition: background 0.3s ease;
}

/* Dégradé quand l’élément est actif */
a.elementor-item.elementor-item-active {
    background: linear-gradient(90deg, #337AB761 0%, #337AB7 100%) !important;
}


/*:::::::::::::::::::::: RESPONSIVE ::::::::::::::::::::::*/

@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 767px) {
  
}