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

.circle {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    border-radius: 50%;
    --primary-color:#ff00a1;
    background-color: var(--primary-color);
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

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

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

.thumbnail_slider a {
    height: 100%;
    width: 100%;
}
/* ------------------------- */
/* GLOBAL BUTTON */
/* ------------------------- */
.underbutton > *, .button, .tc_content .wp-block-button__link, #listarticles .arrowright{
    padding: 10px 33px 9px 32px;
    border: none;
    background-color: var(--tertiary-color);
    color: var(--black);
    text-decoration: none;
    font-size: 12px;
    font-family: var(--font-bold);
    transition:0.5s all ease;
    cursor: pointer;
    display: inline-block;
    overflow:hidden;
    position:relative;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
}

.button-wave{
    transition: color .2s ease-in-out .2s,background-color .2s ease-in-out,border-color .2s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    line-height: 2em;
    letter-spacing: .2em;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 30px;
}
.button-wave a
{
    color: var(--black);
    transition: all 0.6s;
}
.button-wave:hover a
{
    color: var(--white);
}
.button-wave .text{
    position: relative;
    z-index: 1;
}
.button-wave .wave{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 2200px;
	height: 126px;
	background-repeat: repeat-x;
	transform: translateY(100%);
	transition: transform 1s cubic-bezier(.25,.46,.45,.94);
	background-image: url('../images/wave.svg');
}
@keyframes qodef-wave{0%{margin-left:0}100%{margin-left:-1600px}}
@keyframes qodef-scroll-wave{0%,100%{background-position:0 0}50%{background-position:0 -470px}}

.button-wave:hover{
	background-color: var(--tertiary-color)!important;
	color: var(--white);
}

.button-wave:hover .wave{
    transform: translateY(35%);
    animation: qodef-wave 7.5s cubic-bezier(.36,.45,.63,.53) infinite;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#logoheader
{
    padding: 20px;
    width: auto;
    max-height: 90px;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon) {
    padding: 0;
}

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

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

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/

.bloc_liens
{
    position: relative;
    width: 100%;
    padding: 50px 10px;
    transition: all 0.6s;
    flex-grow: 1;
}
.bloc_liens:hover
{
    width: 50%;
    -ms-flex-positive: 3;
    flex-grow: 3;
    transition: .5s;
}
.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;
}
.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: 100px;
    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);
}
.widget_liens .overlay
{
    background: var(--black);
    opacity: 0.8;
}
.widget_liens>*:nth-child(1) .overlay
{
    background: var(--primary-color);
}
.widget_liens>*:nth-child(2) .overlay
{
    background: var(--secondary-color);
}
.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 */
/*-----------------*/
#footerLinks
{
    background: var(--secondary-color);
}