/***/
/*-----------------*/
/* LOADER */
/*-----------------*/

@keyframes bubble {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.5) translate(0, 1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1) translate(0, -20px);
    opacity: 1;
  }
  75% {
    transform: scale(1) translate(0, -30px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(0, -60px);
    opacity: 0;
  }
}
@keyframes stove {
  0% {
    transform: translate(0, 1);
  }
  10% {
    transform: translate(0, -10%) rotate(5deg);
  }
  20% {
    transform: translate(0, 10%) rotate(-10deg);
  }
  40% {
    transform: translate(0, -40%);
  }
  95% {
    transform: rotate(5deg);
  }
  100% {
    transform: translate(0, 1) rotate(0deg);
  }
}
@keyframes stove-handle {
  0% {
    transform: translate(0, 1);
  }
  10% {
    transform: translate(0, -10%) rotate(25deg);
  }
  20% {
    transform: translate(0, 10%) rotate(-10deg);
  }
  40% {
    transform: translate(0, -40%) rotate(10deg);
  }
  100% {
    transform: translate(0, 1);
  }
}
@keyframes food-2 {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(55px, -1px);
  }
  20% {
    transform: translate(63px, -5px) rotate(0deg);
  }
  28% {
    transform: translate(70px, -50px);
  }
  35% {
    transform: translate(68px, -55px) rotate(180deg);
  }
  40% {
    transform: translate(60px, -60px);
  }
  45% {
    transform: translate(52px, -65px) rotate(360deg);
  }
  50% {
    transform: translate(42px, -69px);
  }
  55% {
    transform: translate(31px, -67px);
  }
  60% {
    transform: translate(22px, -64px) rotate(-180deg);
  }
  65% {
    transform: translate(15px, -60px);
  }
  70% {
    transform: translate(6px, -54px);
  }
  75% {
    transform: translate(-1px, -47px) rotate(-90deg);
  }
  80% {
    transform: translate(-7px, -36px);
  }
  85% {
    transform: translate(-9px, -24px) rotate(0deg);
  }
  90% {
    transform: translate(-7px, -8px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
.spinner-container {
  width: 210px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  position: relative;
}

.stove {
  position: relative;
}
.stove--handle {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  position: absolute;
  left: -74px;
  bottom: -65px;
  background-color: transparent;
  border-top: 5px solid var(--white);
  border-left: 3px solid transparent;
  border-radius: 100%;
  transform: rotate(15deg);
  transform-origin: right;
  animation: stove-handle 1500ms 250ms infinite;
}
.stove--base {
  width: 100px;
  height: 23px;
  background-color: var(--white);
  border-radius: 0 0 40px 40px;
  position: absolute;
  top: 50px;
  transform-origin: left;
  animation: stove 1500ms 250ms infinite;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(173deg, #ffffff 0%, #b6b6b6 39%, #818181 85%, #5a5a5a 100%);
  opacity: 1;
  animation: bubble 2000ms infinite ease-in;
}
.bubble--1 {
  animation-delay: 166.6666666667ms;
}
.bubble--2 {
  animation-delay: 333.3333333333ms;
}
.bubble--3 {
  animation-delay: 500ms;
}
.bubble--4 {
  animation-delay: 666.6666666667ms;
}
.bubble--5 {
  animation-delay: 833.3333333333ms;
}
.bubble--6 {
  animation-delay: 1000ms;
}
.bubble--1 {
  top: 32px;
  left: -25px;
  width: 15px;
  height: 15px;
}
.bubble--2 {
  top: 30px;
  left: 10px;
  width: 8px;
  height: 8px;
}
.bubble--3 {
  top: 3px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.bubble--4 {
  top: -15px;
  right: 8px;
  width: 8px;
  height: 8px;
}
.bubble--5 {
  top: 5px;
  left: -41px;
  width: 10px;
  height: 10px;
}
.bubble--6 {
  top: 55px;
  left: -43px;
  width: 8px;
  height: 8px;
}

.aliment {
  left: 13px;
  bottom: -64px;
  width: 10px;
  height: 10px;
  position: absolute;
  animation: food-2 1500ms infinite ease-in;
}
.aliment--1 {
  animation-delay: 250ms;
}
.aliment--2 {
  animation-delay: 500ms;
}
.aliment--3 {
  animation-delay: 750ms;
}
.aliment--4 {
  animation-delay: 900ms;
}

.aliment--1{
  background-color: var(--primary-color);
}

.aliment--2{
  background-color: var(--secondary-color);
}
.aliment--3{
  background-color: var(--tertiary-color);
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.white blockquote p
{
    color: var(--white);
}
.underbutton > *:before, .button:before, .tc_content .wp-block-button__link:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--primary-color);
	transition: 250ms all ease-in-out;
	z-index: -1;
}
.underbutton:hover > *:before, .button:hover:before, .tc_content .wp-block-button__link:hover:before, .button.current:before {
    width: 100%;
}
.underbutton > *:hover, .button:hover, .tc_content .wp-block-button__link:hover{
	color: var(--white);
}
/*-------------------- LINKTURN -------------------*/
.linkTurn {
    --size: 10rem;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    font-size: 17px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    word-spacing: 1em;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    font-weight: bold;
    position: absolute;
    top: 55%;
    left: 0;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: var(--white);
    stroke: var(--white);
    border-radius: 50%;
    padding: 10px;
    stroke-width: 0.05em;
    box-sizing: border-box;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    background: var(--primary-color);
}
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.linkTurn:hover .link__arrow {
    transform: scale(1.3);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {stroke-width: 0.075em;transform: rotate(-25deg);}
.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

.linkTurn.white svg{
	fill: var(--white);
    stroke: var(--white);
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header-coordonnees #flags
{
  order: 1;
}
.portable a,#infoouverture
{
  white-space: nowrap;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-title
{
  display: flex;
  justify-content: center;
}
#headerHome-title>span
{
  padding: 3px 10px;
}
#headerHome-title>span:nth-child(1)
{
  background: var(--primary-color);
}
#headerHome-title>span:nth-child(2)
{
  background: var(--secondary-color);
}
#headerHome-title>span:nth-child(3)
{
  background: var(--tertiary-color);
}
#headerHome-button>a:last-child
{
  --tertiary-color:var(--primary-color);
}
#headerHome-button>a:last-child::before
{
  background: var(--secondary-color);
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
#content .wp-block-gallery{
	position: relative;
	z-index: 1;
}
#content .uagb-timeline__day-new{
	background: var(--primary-color);
	color: var(--white);
}
#content .uagb-timeline__date-new{
    font-family: var(--font-title);
}
#content .uagb-timeline__day-new .uagb-timeline__heading{
    color: var(--white);
    font-size: 20px;
}
#content .uagb-timeline-desc-content{
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
}
#content .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left-color: var(--primary-color);}
#content .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right-color: var(--primary-color);}


/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery-item {
    margin-bottom: 0;
}

.gallery-icon {
    line-height: 0;
}

.gallery-icon>*:not(a) {
    line-height: 1.2;
}

.gallery-icon {
    height: 100%;
}

.nohome .gallery .gallery-item a img {
    max-height: 450Px;
}

/*-----------------*/
/* CTA */
/*-----------------*/



/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations .prestations-title{
	width: 25%;
	padding-left: 0;
	padding-right: 40px;
	box-sizing: border-box;
	color: var(--white);
}

#prestations .prestations-title .accroche{
	margin-bottom: 30px;
}
#prestations .prestations-content{
	width: 75%;
	box-sizing: border-box;
}

.nohome #prestations{
	padding: 0;
	background: none;
	box-shadow: none;
	margin: 0px 0 150px;
}

#prestations .widget_parentpage li {
    box-sizing: border-box;
    position: relative;
    transition: all .15s ease-in-out;
}

.prestations-wrapper,.prestations-img img
{
    --size:100%;
    width: var(--size);
    height: var(--size);
    left: 0;
    top: 0;
}
.prestations-content
{
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
#prestations .wrap-presta{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 7;
}
#prestations .tc_excerpt {
    color: var(--white);
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
    display: block;
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}

#prestations .liresuite {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
    margin-top: 30px;
}

#prestations .widget_parentpage li:hover .tc_excerpt {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.1s;
}

#prestations .prestations-wrapper:hover .liresuite {
    transition-delay: 0s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#prestations h3 {
 font-size: 22px;
 margin: 0;
 font-family: var(--font-bold);
 text-transform: uppercase;
}

#prestations h3 a {
	color: var(--white);
}

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/
#news .overlay
{
    z-index: -1;
}
#news::before
{
    background: url(../images/bg-news.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#news .title_link_slider:not(:hover)
{
    color: var(--white);
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
 .section_num2::before
{
    background: url(../images/bg-homeContent.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances .overlay
{
    z-index: -1;
}
#reassurances::before
{
    background: url(../images/bg-reassurances.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires .ckctrldiv
{
    display: none;
}
#partenaires :is(.prev,.next)
{
    top: 50%;
    transform:translateY(-50%); 
}
#partenaires .cksliderwrap
{
    padding: 0px;
}
/*-----------------*/
/* FAQ */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

#ctaFooter {
    background-image: url(../images/bg-footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 50px 320px;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

#ctaFooter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(rgb(0 0 0 / 0%), hsl(0deg 0% 0% / 70%));
}

#ctaFooter .cta-body {
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: auto;
    background-color: rgb(255 255 255 / 0.9);
    padding: 70px 50px;
    box-sizing: border-box;
    color: var(--black);
    line-height: 1.5;
}

#ctaFooter .cta-coordonnees {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: var(--white);
    border-top: solid 1px rgb(255 255 255 / 50%);
}

#ctaFooter .cta-body .title {
    margin-bottom: 25px;
}

#ctaFooter .cta-body h2 {
    margin: 0;
    text-transform: none;
    font-size: 36px;
    line-height: 1.2;
}
#ctaFooter .cta-body .accroche {
    margin-bottom: 40px;
}


/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{background-color: var(--title-color);}
#footerLinks a { color: var(--white);}

#footer #footerbloc {
	grid-template-areas:
		"footerLinks";
	grid-template-columns:  1fr;
	padding: 0;
}
#footerForm #wrapperForm{
	max-width: 700px;
    margin: auto;
    background-color: var(--white);
    padding: 70px 50px;
}
#footerForm #wrapperForm .title{margin-bottom: 40px;}

#footer-coordonnees{
	bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#footer-coordonnees .wrappercontent > div {
    line-height: 1.3;
    font-size: 15px;
    padding: 45px 20px 20px 20px;
}
#footer-coordonnees .wrappercontent>div:before {top: 20px;}

