/*-----------------*/
/* LOADER */
/*-----------------*/
.loader {
    --dim: 3rem;
    width: var(--dim);
    height: var(--dim);
    position: relative;
    animation: spin988 2s linear infinite;
  }
  
  .loader .circle {
    --color: var(--tertiary-color);
    --dim: 1.2rem;
    width: var(--dim);
    height: var(--dim);
    background-color: var(--color);
    position: absolute;
  }
  
  .loader .circle:nth-child(1) {
    top: 0;
    left: 0;
  }
  
  .loader .circle:nth-child(2) {
    top: 0;
    right: 0;
  }
  
  .loader .circle:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  
  .loader .circle:nth-child(4) {
    bottom: 0;
    right: 0;
  }

  
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.wrappercontent.extralarge{
    max-width: 1600Px;
}
#wrappersite
{
    overflow: hidden;
}
#wrappersite::before {
    background: url(../images/shapeFond.svg);
    background: url(../images/backgroundFond.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 500px;
    opacity: 0.1;
}
a
{
    display: inline-block;
}
.tc_content a:not([class*="button"])
{
    display: inline;
}
.thumbnail_slider a
{
    height: 100%;
    width: 100%;
}
.title:not(.no-after)::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    border-radius: 50%;
    --size: 10px;
    width: var(--size);
    height: var(--size);
    background-color: var(--secondary-color);
}
.title:not(.no-after).tac::before
{
    left: 50%;
    transform: translateX(-50%);
}
/*-----------------*/
/* HEADER */
/*-----------------*/
#header
{
    background: var(--background-color);
}
#logoCoordonnees img
{
    max-width: 100%;
    max-height: 110Px;
    margin-bottom: -20px;
}
.navigmenu .naviglink.lvl-1
{
    font-family: var(--font-text);
}
#header-coordonnees
{
    padding: 10px;
}
#logoheader
{
    padding: 10px;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-accroche
{
    color: var(--title-color);
}
#headerHome-content
{
    padding: 50px;
    margin: 0 auto;
    max-width: 700Px;
    width: 100%;
}
#coord
{
    padding: 30px 30px;
    box-sizing: border-box;
    max-width: 350px;
    margin: 0 auto;
    background: var(--black);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 29%);
    border-bottom: 4Px solid var(--secondary-color);
    gap:15px;
}
#coord .subtitle
{
    padding-left: 40px;
    position: relative;
}
#coord .subtitle h3
{
    margin: 20px 0;
}
#coord .subtitle::before
{
    content:'';
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 1px;
    z-index: -1;
    border-bottom: 1Px solid var(--title-color);
}
.wrapMore
{
    margin-top: 30px;
    gap:30px;
}
.wrapMore .imageLeft
{
    background: url(../images/home-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery
{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
#galleryHome .gallery
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.paginationbar
{
    margin-top: 20px;
}
#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;
}

/*-----------------*/
/* CIRCLE DEGRADE */
/*-----------------*/
.circleDegrade::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    --size: 60vw;
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle, var(--secondary-color) 0%,#0000 50%);
    opacity: .4;
}
/*-----------------*/
/* CONTENT / INTRODUCTION */
/*-----------------*/
.wrapSecondaryImg
{
    height: 500Px;
}
.wrapSecondaryImg *
{
    height: 100%;
}
.textContent
{
    padding: 30px;
}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.prestations-img .blocthumb
{
    overflow: hidden;
}
.prestations-img img
{
    transition: all 0.6s;
}
.prestations-img:hover img
{
    transform: scale(1.3) rotate(-5deg);
}

/*-----------------*/
/* ACTU */
/*-----------------*/
#news{
	padding: 40px 100px 150px;
	/* background: var(--background-color); */
}
#news:before{background: linear-gradient(to right,rgba(255,255,255,0.4) 0,white 50%,rgba(255,255,255,0.4) 100%);}
	  
#news-title {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.wrapper_slider {padding: 20px 0;}
#news .thumbnail_slider {
    height: auto;
	min-height: 250px;
}
.thumbnail_slider a {
    height: 100%;
    display: block;
    position: relative;
}
.thumbnail_slider a img {
    position: absolute;
    left: 0;
    top: 0;
}
#news .content_slider{padding: 50px 0 50px 100px;}
.title_slider{font-size: 26px;}
.newsdate{
	position: absolute;
	top: 40px;
	background: var(--black);
	left: -90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: calc(100% - 80px);
	justify-content: center;
	padding: 20px 30px;
	font-family: var(--font-title);
	color: var(--background-color);
}
.newsdate .month {
    font-size: 20px;
    font-family: var(--font-bold);
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}
.newsdate .day {
    font-size: 40px;
    line-height: 1;
}
#news .next_slider {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-end;
    margin: 0;
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/
.sectionsbloc,.sectionsbloc :is(h2,h3)
{
    color: var(--white);
}
.sectionsbloc :is(strong,a:not(.button),small)
{
    color: var(--tertiary-color);
}
.sectionsbloc .title:not(.no-after):before,.sectionsbloc .title:not(.no-after):after,
.sectionsbloc .tc_content ul:not(.no-bullet) li::before
{
    background-color: var(--tertiary-color);
}
.sectionsbloc::before
{
    background: var(--black);
}
.sectionsbloc .blocthumb,.sectionsbloc .section_thumb
{
    overflow: hidden;
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.nohome #reassurances
{
    background: url(../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#reassurances .overlay
{
    z-index: -1;
}
.nohome #reassurances .picto-container li p
{
    color: var(--white);
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
.home #partenaires
{
    background: var(--background-color);
    box-shadow: 0px 0px 20px #0000001f;
    padding: 15px 50Px;
}
.home #partenaires :is(.prev,.next)
{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
.home #partenaires .cksliderwrap
{
    padding-bottom: 0;
}
.home #partenaires .ckctrldiv
{
    display: none;
}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* PRESTATIONSPART */
/*-----------------*/
.template-prestations-part-php #partenaires
{
    padding: 50px 20px;
}

.template-prestations-part-php #partenaires::before {
    background: url(../images/home-bg6.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*-----------------*/
/* CONTACTDIV */
/*-----------------*/
#contactDiv::before,#contactDiv::after
{
    background: url(../images/home-bg5.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45%;
    background-attachment: fixed;
}
#contactDiv::before
{
    height: 70%;
    top: 10%;
    /* transform: translateY(-50%); */
}
#contactDiv::after
{
    left: initial;
    right: 0;
    /* background-image: url(../images/home-bg2.jpg); */
    /* background-position: right center; */
}
#contactDiv .wrapContent
{
    max-width: 400Px;
    padding: 40px 30px;
    box-sizing: border-box;
    background: var(--background-color);
    text-align: center;
    margin: 150px auto;
    height: auto;
    box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
}
/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.wrap-fieldset .blc_select {
    margin-top: 10px;
}

#footerForm::before {
    background-image: url(../images/home-bg4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footerForm .cekome_form .blc_select label {
    color: var(--white);
}

#footer-coordonnees>div:not(.title) {
    margin: 20px 0;
    font-size: 16px;
}

.cekome_form .button.cf_submit:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}
/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer .cekome_form .blc_checkbox label a:not(:hover)
{
    color: var(--tertiary-color);
}

#footer .overlay
{
    background: var(--black);
    opacity: 0.9;
}
#footer .adresse span, #footer .portable span, #footer .horaires span, #footer .fixe span, #footer .mail span, #footer .horaires.nomodal .titlehoraires
{
    color: var(--tertiary-color);
}