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

/* From Uiverse.io by cohencoo */ 
.custom-loader {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50px;
    -webkit-mask: radial-gradient(circle 31px at 50% calc(100% + 13px),#000 95%,#0000) top 4px left 50%,
      radial-gradient(circle 31px,#000 95%,#0000) center,
      radial-gradient(circle 31px at 50% -13px,#000 95%,#0000) bottom 4px left 50%,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat;
    animation: cu10 2.5s infinite;
  }
  
  @keyframes cu10 {
    0% {
      -webkit-mask-size: 0    18px,0    18px,0    18px,auto
    }
  
    16.67% {
      -webkit-mask-size: 100% 18px,0    18px,0    18px,auto
    }
  
    33.33% {
      -webkit-mask-size: 100% 18px,100% 18px,0    18px,auto
    }
  
    50% {
      -webkit-mask-size: 100% 18px,100% 18px,100% 18px,auto
    }
  
    66.67% {
      -webkit-mask-size: 0    18px,100% 18px,100% 18px,auto
    }
  
    83.33% {
      -webkit-mask-size: 0    18px,0    18px,100% 18px,auto
    }
  
    100% {
      -webkit-mask-size: 0    18px,0    18px,0    18px,auto
    }
  }
 /*-----------------*/
 /* ELEMENTS */
/*-----------------*/
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header-coordonnees {
    padding: 15px 60px;
    padding-top: 15px;
    border-bottom: 1px solid;
}
#logoheader
{
    background: var(--background-color);
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.social:not(.no-icon)
{
    padding: 0;
}
.social:not(.no-icon):before
{
    display: none;
}
.naviglink.lvl-1:not(:last-child)
{
    border-bottom: 1px solid #00000020;
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.page_notre-histoire .wp-block-gallery,.containImage
{
    pointer-events: none;
}
.page_notre-histoire .wp-block-image
{
    text-align: center;
}
:is(.page_notre-histoire, .page_filmeuse-de-palette-ou-banderoleuse) .wp-block-image img
{
    height: 400Px!important;
    max-width: 80%;
    margin: 0 auto;
    object-fit: contain!important;
}
.page_notre-histoire .wp-block-gallery img,.containImage img
{
    height: 100Px!important;
    object-fit: contain!important;
}
:is(.containMedia,.containMediaBig) img
{
    object-fit: contain!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 */
/*-----------------*/
.prestations-title 
{
    overflow: hidden!important;
}
.template-parent-page-php #content
{
    padding-bottom: 0;
}
.template-parent-page-php #prestations
{
    padding-top: 0;
}
#choixPrestations .linkPresta p
{
    font-family: var(--font-bold);
}
/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/

/*-----------------*/
/* SECTIONS */
/*-----------------*/


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

/*-----------------*/
/* certifications */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

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

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

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


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