/*-----------------*/
/* LOADER */
/*-----------------*/
.wrapper {
    max-width: 150px;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
}

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a {
    display: inline-block;
}

.tc_content a:not([class*="button"]) {
    display: inline;
}

.thumbnail_slider a {
    height: 100%;
    width: 100%;
}
/*-------------------- MOT -------------------*/
.text-one {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.text-two {
    position: absolute;
    top: 110%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.liresuite a 
{
    overflow: hidden;
}
.liresuite:hover a .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150px);
}
.liresuite:hover a  .text-two {
    color: var(--back-color);
    top: 50%;
    transform: translateY(-50%);
}

.liresuite:hover a:before {
    top: -200px;
}

.liresuite a::before
{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* border-radius: 50%; */
    z-index: 0;
    background: var(--tertiary-back-color);
}
/* ------------------------- */
/* GLOBAL BUTTON */
/* ------------------------- */

/*-----------------*/
/* HEADER */
/*-----------------*/
#logoheader
{
    padding: 20px;
    width: auto;
    max-height: 90px;
}
.home #header
{
    display: none;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon) {
    padding: 0;
}

.social:not(.no-icon):before {
    display: none;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
#liens
{
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.bloc_liens
{
    position: relative;
    width: 100%;
    padding: 50px 10px;
    transition: all 0.6s;
    flex-grow: 1;
    overflow: hidden;
}
.bloc_liens:last-child .wrapContent h2 a
{
    font-family: var(--font-alt);
    font-size: 1.4em;
}
.bloc_liens:hover img
{
    transition: all 0.4s;
}
.bloc_liens:hover img
{
    transform: rotate(5deg) scale(1.2);
}
.bloc_liens .overlay
{
    z-index: 1;
    pointer-events: none;
}
.wrapLiensImg
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    z-index: 0;
}
.wrapLiensImg *
{
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 0.6s;
}
.bloc_liens .element_content
{
    padding: 40px;
    padding-top: 0;
    max-width: 500px;
    z-index: 1;
}
.wrapContent
{
    position: relative;
    z-index: 1;
    width: 100%;
}
.wrapContent h2 a
{
    color: var(--white);
}
.specialthumb
{
    position: relative;
    z-index: 2;
    --size: 200px;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
}
.specialthumb img
{
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
    transition: all 0.6s;
}
.bloc_liens .liresuite{
   transform: translate3d(0, 30px, 0);
   transition: opacity 0.2s, transform 0.35s;
   transition-delay: 0.1s;
   opacity: 0;
}

.bloc_liens :hover .liresuite{
	opacity: 1;
	transform: translateY(-10px);
}
.bloc_liens :is(h2,.element_content) {
   transform: translate3d(0, 30px, 0);
   transition: transform 0.35s;
}

.bloc_liens .element_content
{
    transition-delay: 0.1s;
}

.bloc_liens:hover :is(h2,.element_content){
	transform: translateY(0);
}
/*-----------------*/
/* FOOTER */
/*-----------------*/
.linkcekome
{
    margin-top: 10px;
}