/*
   -----------------------------------------------------
     jQuery Custom Cursor v1.0  	 
	 Ã‚Â© 2020 Boom Apps

	 This is licenced software, you can purchase licence here: https://codecanyon.net/user/boom-apps/portfolio
	 
   -----------------------------------------------------
*/
body.CustomCursor, body.CustomCursor * {
}
body.cursornone, body.cursornone * {
    cursor: none!important;
}

@media (max-width: 1024px) {
    body.CustomCursor, body.CustomCursor * {
        cursor:auto!important;
    }

    body.CustomCursor .Cursor {
        display: none!important;
    }
}

body.CustomCursor .Cursor {
    display: none;
    pointer-events: none;
}

body.CustomCursor .Cursor.MouseMove {
    display: block;
}

body.CustomCursor .Cursor > span.First {
    z-index: 9999999;
    width: 30px;
    height: 30px;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0px;
}

body.CustomCursor .Cursor > span.First i {
    display: block;
    transition: .3s background ease, .3s transform ease, .3s border ease;
    width: 6px;
    height: 6px;
    margin: 12px;
    pointer-events: none;
    border-radius: 100%;
    background: #0e00d6;
    box-sizing: border-box;
    opacity: 0;
}

body.CustomCursor .Cursor > span.Second {
    z-index: 9999998;
    width: 30px;
    height: 30px;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
}

body.CustomCursor .Cursor > span.Second i {
    display: block;
    transition: .3s background ease, .3s transform ease, .3s border ease, .3s opacity ease;
    width: 30px;
    height: 30px;
    pointer-events: none;
    border-radius: 100%;
    background: #0e00d6;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 2px solid white;
    opacity:0;
}

body.CustomCursor .Cursor.Hover{
cursor: none!important;
}

body.CustomCursor .Cursor.Hover > span.First i {
    background: none;
    margin: 0px;
    transition: .3s background ease, .3s transform ease, .3s border ease;
    opacity:1;
}

body.CustomCursor .Cursor.Hover > span.First {
    left: -18px;
    top: -6px;
}

body.CustomCursor .Cursor.Hover > span.First i:before {
    content: "voir le projet";
    color: #FFF;
    display: block;
    width: 70px;
    font-family: 'sen',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 1px;
    line-height: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

body.CustomCursor .Cursor.Hover > span.Second i {
    background: #0e00d6;
    opacity: 1;
    transform: scale(4);
    border: 0.5px solid #0e00d6;
}

body.CustomCursor .Cursor.Hover3 > span.First i {
    background: none;
    margin: 0px;
    transition: .3s background ease, .3s transform ease, .3s border ease;
	opacity:1;
}

body.CustomCursor .Cursor.Hover3 > span.First {
    left: -25px;
    top: -6px;
    text-align: center;
}

body.CustomCursor .Cursor.Hover3 > span.First i:before {
    content: "agrandir l'image";
    color: #FFF;
    display: flex;
    width: 70px;
    font-family: 'sen',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 1px;
    line-height: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

body.CustomCursor .Cursor.Hover3 > span.Second i {
    background: #0e00d6;
    opacity: 1;
    transform: scale(4);
    border: 0.5px solid #0e00d6;
}



/*POUR LES ARTICLES */
body.CustomCursor .Cursor.Hover6 > span.First i {
    background: none;
    margin: 0px;
    transition: .3s background ease, .3s transform ease, .3s border ease;
	opacity:1;
}

body.CustomCursor .Cursor.Hover6 > span.First {
    left: -18px;
    top: -6px;
}

body.CustomCursor .Cursor.Hover6 > span.First i:before {
    content: "voir le sujet";
    color: #FFF;
    display: block;
    width: 70px;
    font-family: 'sen',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 1px;
    line-height: normal;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

body.CustomCursor .Cursor.Hover6 > span.Second i {
    background: #0e00d6;
    opacity: 1;
    transform: scale(4);
    border: 0.5px solid #0e00d6;
}
