/*-----------------*/
/* 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:2376.421630859375px;stroke-dasharray:2376.421630859375px}100%{stroke-dashoffset:0;stroke-dasharray:2376.421630859375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(35,31,32)}}.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:584.2017822265625px;stroke-dasharray:584.2017822265625px}100%{stroke-dashoffset:0;stroke-dasharray:584.2017822265625px}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(35,31,32)}}.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}

/*-----------------*/
/* 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);
}

.title:not(.no-after):after {
    background-color: #fff0;
    background-image: url(../images/emphase.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 170px;
}
:is(#cta,#footer) .title.md-tac:not(.no-after):after
{
    filter: invert(1);
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#logoCoordonnees img
{
    max-height: 130px;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.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(--tertiary-color);
  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 */
/*-----------------*/
#sliders
{
    z-index: 2;
}
#sliders .overlay
{
    z-index: 1;
}
#sliders .cksliderwrap
{
    padding-bottom: 0;
}
.widget_sliders
{
    height: clamp(400px,70vh,600px);
}
.bloc_sliders
{
    height: 100%;
}
.imgWrapHeaderHome
{
    width: 100%;
    height: 100%;
}
#sliders img
{
    position: absolute;
    --size:100%;
    width: var(--size);
    height: var(--size);
    left: 0;
    top: 0;
}
#sliders .contentOnly
{
    padding: 20px;
    z-index: 2;
}
#sliders h2 a
{
    color: var(--white);
}
#sliders .element_content
{
    margin-bottom: 30px;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-------------*/

/*-----------------*/
/* 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 */
/*-----------------*/
#cta
{
    background: var(--black);
    padding: 30px 20px;
}
#cta .flex
{
    gap: 30px;
}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.template-parent-page-php #content {
    padding-bottom: 0;
}

.template-parent-page-php #prestations {
    padding: 80px;
}
.template-parent-page-php .widget_parentpage
{
    gap: 20px!important;
}

/*-----------------*/
/* ACTU / NEWS */
/*-----------------*/


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


/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances
{
    padding-bottom: 220px;
}
#reassurances::before,#reassurances .overlay
{
    clip-path: polygon(100% 0, 100% 100%, 60% 85%, 0 100%, 0 0);
}
/*-----------------*/
/* certifications */
/*-----------------*/

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

/*-----------------*/
/* FAQ */
/*-----------------*/

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

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



/*-----------------*/
/* FOOTER */
/*-----------------*/
#footerLogo img
{
    max-height: 150px;
}