/**** CUSTOM CSS BY NIIX ****/

/**** GLOBAL CSS ****/

html {
    overflow-x: hidden !important;
}
body h1, h2, h3, h4, h5, h6, h7 {
    padding: 0 !important;
    margin: 0 !important;
}
body a {
    text-decoration: none !important;
}
body {
    overflow-x: hidden !important;
}
body p {
	margin: 0 !important;
}
body .title-color {
	color: #0097B2 !important;
}
body .title-black {
	color: #000 !important;
}
body .img-hover {
	width: 100% !important;
}
body .img-full {
	width: 100% !important;
    position: relative;
	overflow: hidden !important;
    border-radius: 20px !important;
    width: max-content !important;
}
.img-over img {
	transition: all .4s !important;
}
.img-over:hover img {
    transform: scale(1.1);
}
.img-full img {
    transition: all .4s !important;
}
.img-full:hover img {
    transform: scale(1.1);
}
body .elementor-widget-image>a {
	width: 100% !important;
}

/**** IMG ANIMATION ****/
.img-hover {
    position: relative;
	overflow: hidden !important;
    border-radius: 20px !important;
    width: max-content !important;
   /* transition: all .4s !important;*/
}
.img-hover img {
    transition: all .4s !important;
}
.img-hover:hover img {
    transform: scale(1.1);
}
.resume-img-hover .elementor-image-box-img {
    position: relative;
	overflow: hidden !important;
    border-radius: 15px 15px 0 0 !important;
    transition: all .4s !important;
}
.resume-img-hover:hover .elementor-image-box-img {
	border-radius: 15px !important;
}
.resume-img-hover .elementor-image-box-img img {
	transition: all .4s !important;
}
.resume-img-hover:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.img-hover-anim {
    position: relative;
    overflow: hidden; /* évite que l'effet dépasse */
}
.img-hover-anim:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.15) 100%
    );
    transform: skewX(-25deg);
    transition: left 2s ease;
    z-index: 1;
    pointer-events: none;
}
.img-hover-anim:hover:after {
    animation: shine 2s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/**** ICONE ANIMATION ****/
.icon-anim {
	 transition: all .4s ease-in-out;
}
.icon-anim img {
	 transition: all .4s ease-in-out;
}
.icon-anim:hover img {
	 animation: bounceIn 1s linear;
}

@keyframes bounceIn {
   0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

/**** BTN HOVER EFFECTS ****/
/*.elementor-widget-button {
	width: max-content !important;
}
.elementor-widget-button a.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.elementor-widget-button.btn-style a.elementor-button:before {
	content: "";
	display: block;
	width: 0%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
    z-index: -1;
    transition: all .4s !important;
}
.elementor-widget-button.btn-style:hover a.elementor-button {
	border: 1px solid #000 !important;
}
.elementor-widget-button.btn-style:hover a.elementor-button:before {
	width: 100% !important;
}
.elementor-widget-button.btn-style a.elementor-button:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 100%;
	background-color: black;
    z-index: -1;
    transition: all .4s !important;
}
.elementor-widget-button.btn-style:hover a.elementor-button:after {
	left: 0% !important;
}*/


/**** HEADER CSS ****/
.header {
	z-index: 9999 !important;
}
.header .menu-header {
	backdrop-filter: blur(5px) !important;
}
.header .menu-header a {
	font-weight: 500 !important;
}
.header .menu-header a.elementor-item-active {
    font-weight: 700 !important;
}
.header .menu-header a:hover {
    color: #D90B47 !important;
}
.header .menu-header .elementor-nav-menu--dropdown a:hover {
	color: #fff !important;
   	background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
}
.header .menu-header .elementor-nav-menu--dropdown a.elementor-item-active {
	color: #fff !important;
   	background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
}

/**** BTN CSS ****/
.elementor-widget-button .elementor-button-icon svg {
    font-size: 12px !important;
}
.elementor-widget-button span.elementor-button-icon {
    position: relative;
    top: 1px;
}

/**** ACCUEIL ****/
.banner .elementor-carousel-image {
	background-size: contain !important;
}
.partenaire-slider {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0 !important;
}

/**** BTN BACK TO TOP ****/
.back-to-top {
	display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-btn-revisit-wrapper {
    width: 30px !important;
    height: 30px !important;
    background-color: #83123E !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}
.cky-btn-accept {
    background: #83123E !important;
    color: #ffffff;
    border: 2px solid #83123E !important;
}
.cky-btn-reject {
    color: #83123E !important;
    background: transparent !important;
    border: 2px solid #83123E !important;
}
.cky-btn-customize {
    color: #83123E !important;
    background: transparent !important;
    border: 2px solid #83123E !important;
}
.cky-btn-preferences {
    color: #83123E !important;
    background: transparent !important;
    border: 2px solid #83123E !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
	color: #83123E !important;
}
.cky-notice-btn-wrapper .cky-btn {
    padding: 5px 5px !important;
}

/**** FOOTER CSS ****/
.footer {
	position: relative;
}
.footer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/02/forme-bleu-blanc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none !important;
}

/**** DAILYWEB COPYRIGHT CUSTOM CSS ****/
.daily {
    display: inline !important;
    padding: 50px;
    background-image: url('/wp-content/uploads/2026/02/netykom.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 768px) {
	.phone-header span.elementor-button-icon {
    	display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.header .menu-header {
		backdrop-filter: none !important;
        background-color: transparent !important;
	}
    .header .menu-header .elementor-menu-toggle {
    	background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
    }
}

@media screen and (max-width: 767px) {
	.phone-header span.elementor-button-text {
    	display: none !important;
	}
	.phone-header .elementor-button {
		display: flex;
        justify-content: center;
        align-items: center;
        width: 33px;
		height: 33px;
		padding: 5px !important;
        border-radius: 3px !important;
	}
}

