/*-----------------*/
/* LOADER */
/*-----------------*/
#loader-wrapper svg
{
    --size: 50vw;
    width: var(--size);
    height: var(--size);
    --maxsize: 300px;
    max-width: var(--maxsize);
    max-height: var(--maxsize);
    
}


@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:5958.986328125px;stroke-dasharray:5958.986328125px}100%{stroke-dashoffset:0;stroke-dasharray:5958.986328125px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(0,0,0)}}.svg-elem-1{animation:animate-svg-stroke-1 1s cubic-bezier(0.47,0,0.745,0.715) 0s both,animate-svg-fill-1 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s both}@keyframes animate-svg-stroke-2{0%{stroke-dashoffset:1577.0726318359375px;stroke-dasharray:1577.0726318359375px}100%{stroke-dashoffset:0;stroke-dasharray:1577.0726318359375px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(237,54,23)}}.svg-elem-2{animation:animate-svg-stroke-2 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s both,animate-svg-fill-2 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s both}@keyframes animate-svg-stroke-3{0%{stroke-dashoffset:3062.0126953125px;stroke-dasharray:3062.0126953125px}100%{stroke-dashoffset:0;stroke-dasharray:3062.0126953125px}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(5,79,137)}}.svg-elem-3{animation:animate-svg-stroke-3 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s both,animate-svg-fill-3 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s both}

 /*-----------------*/
 /* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#logoheader
{
    max-height: 100px;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
.navigtoogle:not(.social,.logo) span:before {
  position: absolute;
  top: -2px;
  left: -7px;
  box-sizing: content-box;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--white);
  content: "";
  opacity: 0;
  transition: opacity .2s , transform .2s;
  transform: scale(.8333);
  backface-visibility: hidden;
  border-radius: 5px;
}
.navigtoogle:not(.social,.logoParent).active .naviglink.lvl-0 span:before, .navigtoogle:not(.social,.logoParent) .naviglink.lvl-0:hover span:before {
  opacity: 1;
  transform: scale(1.2);
}
.navigtoogle:not(.social,.logoParent).active .naviglink.lvl-0, .navigtoogle:not(.social,.logoParent) .naviglink.lvl-0:hover {
  transform: scale(.8333);
  /* color: var(--tertiary-color); */
}
.navigmenu .naviglink.lvl-1
{
  font-family: var(--font-text);
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche
{
    margin: 0 auto;
    max-width: 800px;
}

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/
.home #content .quaternarythumb {
    position: relative;
}

.home #content .quaternarythumb:before {
    z-index: 0;
    background: linear-gradient(to right,
            black, transparent 30%,
            transparent 70%, black),
        linear-gradient(to bottom,
            transparent, transparent 70%,
            black);
}

.home #content .tc_content .wp-block-image a {
    height: 100%;
}

.home #content .tc_content .wp-block-image img {
    height: 100%;
    object-fit: cover;
}

.home #content .has-medium-font-size,
.home #content .has-medium-font-size strong {
    font-family: var(--font-title);
    font-style: italic;
    letter-spacing: 0.3px;
}

.home #content .linkTurn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -90px;
    z-index: 1;
}

.home #content .linkTurn .link__svg {
    fill: var(--white);
    stroke: var(--white);
    background: var(--secondary-color);
}

.home #content .linkTurn:hover .link__svg {
    background-color: var(--primary-color);
}

.nohome #content .wp-block-image img
{
    max-height: 450px;
    object-fit: cover;
}
.uagb-faq-questions
{
    flex-direction: row!important;
}
/*-----------------*/
/* 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 */
/*-----------------*/
.template-parent-page-php #content
{
    /* padding-bottom: 0; */
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}

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

/*-----------------*/
/* SECTIONS */
/*-----------------*/
.buttons-wrap
{
    gap: 10px;
}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/

/*-----------------*/
/* certifications */
/*-----------------*/
.bloc_certifications h2:not(:first-child)
{
    display: none;
}
.bloc_certifications h2
{
    margin: 0;
    font-size: 1.3em;
}
.gotolink {
    display: grid;
    align-items: center;
    align-content: center;
}

#certifications {
    padding: 20px 30px;
    margin-bottom: 150px;
    margin-top: -120px;
    margin-bottom: 30px;
}

#certifications .ckslidercontrols .next,
#certifications .ckslidercontrols .prev {
    top: 50%;
    transform: translateY(-50%);
}

#certifications .ckslidercontrols .next {
    right: -30px;
}

#certifications .ckslidercontrols .prev {
    left: -30px;
}

#certifications .cksliderwrap {
    padding: 0;
}

#certifications .ckctrldiv {
    display: none;
}

#certifications .bloc_certifications {
    padding: 5px !important;
}

#certifications .bloc_certifications .wrap-element {
    border: none;
    height: auto;
}

#certifications .bloc_certifications .wrap-element img {
    max-height: 60px;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

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


/*-----------------*/
/* FOOTER */
/*-----------------*/
