/*
 Theme Name: Thème Vuilmix
 Theme URI: https://vuilmix-animations.fr
 Description: Thème enfant de GeneratePress
 Author: ConnectDots
 Author URI: connectdots.fr
 Template: generatepress
 Version: 1.0.0
*/

@font-face {
  font-family: 'code_bold';
  src: url('fonts/code_bold-webfont.woff2') format('woff2'),
       url('fonts/code_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'code_light';
  src: url('fonts/code_light-webfont.woff2') format('woff2'),
       url('fonts/code_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'lato_bold';
  src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
       url('fonts/lato_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'lato_heavy';
  src: url('fonts/lato-heavy-webfont.woff2') format('woff2'),
       url('fonts/lato-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'cuisine';
  src: url('fonts/cuisine-webfont.woff2') format('woff2'),
       url('fonts/cuisine-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'inknut_antiquaextrabold';
  src: url('fonts/inknutantiqua-extrabold-webfont.woff2') format('woff2'),
       url('fonts/inknutantiqua-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'inknut_antiqualight';
  src: url('fonts/inknutantiqua-light-webfont.woff2') format('woff2'),
       url('fonts/inknutantiqua-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'inknut_antiquaregular';
  src: url('fonts/inknutantiqua-regular-webfont.woff2') format('woff2'),
       url('fonts/inknutantiqua-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1{
	display: inline-block;
	color: #000066;
	width: 100%;
	max-width: 1250px;
	margin-top: 50px;
	text-align: center;
	font-family: lato_heavy, Verdana, Arial, sans-serif;
	font-size: 60px;
	-webkit-text-transform:  uppercase;
	-ms-text-transform:  uppercase;
	text-transform:  uppercase;
	line-height: auto;
}
.top h1{
	color: #fff;
}
h2{
	width: 100%;
	text-align: center;
	margin: 50px 0;
	font-family: manteka, Verdana, Arial, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color:#231f20;
	line-height: auto;
}

h3{
	/*Vert*/
	font-family: lato_bold, Verdana, Arial, sans-serif;
	font-size: 30px;
	line-height: auto;
	color: #66ccff;
	padding-bottom: 10px;
	padding-top: 25px;
	text-transform: uppercase;
}

h4{
	font-family: lato_bold, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000066;
	padding-bottom: 10px;
	padding-top: 25px;
}

h5{
	font-family: lato_bold, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #000;
}

p{
	font-family: Lato,Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
}
.heavy{
	font-family: lato_heavy,Verdana, Arial, sans-serif;
	font-size: 24px;
	margin: 30px 0;
}
/* ----- */
.slider-anim {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.slider-anim img {
	width: auto;
	height: 200px;
	overflow: hidden;
}


.slider-anim ul {
	/* 4 images donc 4 x 100% */
	width: 400%;
	height: 200px;
	padding:0; margin:0;
	list-style: none;
}
.slider-anim li {
	float: left;
}

/* ----- */
a{
	text-decoration: none;	
}
.cta a{
	display: block;
	background: #66ccff;
	padding: 0px 15px;
	border-radius: 3px;
	color: #fff !important;
	font-weight: 800;
	transition: .3s ease;
	max-width: 200px;
}
.cta a:hover{
	background: #000066;
	color: #fff;
}
.site-header {
  box-shadow: 1px 1px 5px #3d3d3d;
}
.main_link {
	cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.main_link::before {
	
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit; /* Prend l'image ou la couleur de fond */
    filter: blur(5px);
    transition: filter 0.3s ease, transform 0.3s ease;
    z-index: -1;
}

.main_link:hover {
    transform: scale(1.05); /* Agrandit le bloc */
}

.main_link:hover::before {
    filter: blur(5px); /* Floute l'arrière-plan */
}

/* ---------------------- */
footer {
  display: none;
}

.footer-widgets-container{
	padding: 0;
}
.footer-widgets-container{
	color: #ffffff;
}

.footer-widgets-container a {
  color: var(--contrast) !important;
}
.footer-widgets-container a:hover {
  text-decoration: underline;
}